浏览代码

Remove time rewarad

/develop/zombieteammanager/killfirst
Ervin Teng 3 年前
当前提交
ce5c2413
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 3
      Project/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentCollab.cs

3
Project/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentCollab.cs


{
// Move the agent using the action.
MoveAgent(actionBuffers.DiscreteActions);
// Penalty given each step to encourage agent to finish task quickly.
AddReward(-0.1f / 5000f);
}
public override void Heuristic(in ActionBuffers actionsOut)

正在加载...
取消
保存