浏览代码

Remove UpdateAgentAction (#3373)

/asymm-envs
GitHub 5 年前
当前提交
d1644496
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 5
      com.unity.ml-agents/Runtime/Agent.cs

5
com.unity.ml-agents/Runtime/Agent.cs


AgentReset();
}
internal void UpdateAgentAction(AgentAction action)
{
m_Action = action;
}
/// <summary>
/// Scales continuous action from [-1, 1] to arbitrary range.
/// </summary>

正在加载...
取消
保存