浏览代码

removed the tab

/develop-generalizationTraining-TrainerController
Vincent Gao 6 年前
当前提交
e0b60e56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      unity-environment/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs

2
unity-environment/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs


act.Add(-state[7] * rotationSpeed);
return act.ToArray();
}
//If the vector action space type is discrete, then we don't do anything.
//If the vector action space type is discrete, then we don't do anything.
else
{
return new float[1]{ 1f };

正在加载...
取消
保存