浏览代码

removed the isInference checkbox

/tag-0.2.0
vincentpierre 7 年前
当前提交
a7e54b94
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      unity-environment/Assets/ML-Agents/Scripts/Academy.cs

1
unity-environment/Assets/ML-Agents/Scripts/Academy.cs


private int frameToSkip;
[SerializeField]
private float waitTime;
[HideInInspector]
public bool isInference = true;
/**< \brief Do not modify : If true, the Academy will use inference
* settings. */

正在加载...
取消
保存