浏览代码

Remove unused variable.

/main/reward-providers
Christopher Goy 5 年前
当前提交
bbeb952e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 3
      UnitySDK/Assets/ML-Agents/Scripts/Agent.cs

3
UnitySDK/Assets/ML-Agents/Scripts/Agent.cs


/// Current Agent action (message sent from Brain).
AgentAction m_Action;
/// Keeps track of the cumulative reward in this episode.
float m_CumulativeReward;
/// Whether or not the agent requests an action.
bool m_RequestAction;

正在加载...
取消
保存