浏览代码

Now collecting the states in the PlayerCoreBrain in order to test and debug the CollectState method.

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

7
unity-environment/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs


/// decisions
public void SendState()
{
if (coord!=null)
if (coord != null)
}
else
{
//The states are collected in order to debug the CollectStates method.
brain.CollectStates();
}
}

正在加载...
取消
保存