浏览代码

Fix white space

/MLA-1734-demo-provider
Arthur Juliani 4 年前
当前提交
72da0652
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      Project/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs

4
Project/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs


[Tooltip("Selecting will turn on action masking. Note that a model trained with action " +
"masking turned on may not behave optimally when action masking is turned off.")]
public bool maskActions = true;
public GridGoal gridGoal;
const int k_NoAction = 0; // do nothing!

正在加载...
取消
保存