浏览代码

Typo on discreet action in the Agent monitor

/develop-generalizationTraining-TrainerController
mplantady 7 年前
当前提交
a16f7b0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      unity-environment/Assets/ML-Agents/Scripts/AgentMonitor.cs

2
unity-environment/Assets/ML-Agents/Scripts/AgentMonitor.cs


}
else
{
texts.text += "State : " + ((int)agent.agentStoredAction[0]).ToString() + "\n";
texts.text += "Action : " + ((int)agent.agentStoredAction[0]).ToString() + "\n";
}
}

正在加载...
取消
保存