浏览代码

l2 3dball

/develop/bisim-review
Andrew Cohen 4 年前
当前提交
7b843666
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Project/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs

2
Project/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs


}
else
{
SetReward(0.1f - (actionZ * actionZ + actionX * actionX));
SetReward(0.1f - (0.05f * actionZ * actionZ + 0.05f * actionX * actionX));
}
}

正在加载...
取消
保存