浏览代码

rerunning all self-play

/asymm-envs
Andrew Cohen 5 年前
当前提交
61d38b15
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
      Project/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs
  2. 4
      config/trainer_config.yaml

2
Project/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs


}
if (position == Position.Goalie)
{
m_Power = 3000f;
m_Power = 1f;
m_LateralSpeed = 1.0f;
}
else

4
config/trainer_config.yaml


Goalie:
normalize: false
max_steps: 5.0e7
max_steps: 3.0e7
learning_rate_schedule: constant
batch_size: 2048
buffer_size: 20480

Striker:
normalize: false
max_steps: 5.0e7
max_steps: 3.0e7
learning_rate_schedule: constant
batch_size: 2048
buffer_size: 20480

正在加载...
取消
保存