浏览代码

update Tennis max step

/asymm-envs
Andrew Cohen 5 年前
当前提交
1ac4dfb3
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 8
      Project/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab
  2. 4
      config/trainer_config.yaml

8
Project/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab


agentParameters:
maxStep: 0
hasUpgradedFromAgentParameters: 1
maxStep: 0
maxStep: 3000
ball: {fileID: 1273406647218856}
invertX: 0
score: 0

timePenalty: 0
--- !u!114 &2449890524009497851
MonoBehaviour:
m_ObjectHideFlags: 0

m_Name:
m_EditorClassIdentifier:
areaObject: {fileID: 1541947554534326}
lastAgentHit: 0
lastFloorHit: 0
--- !u!1 &1299636753784036
GameObject:
m_ObjectHideFlags: 0

agentParameters:
maxStep: 0
hasUpgradedFromAgentParameters: 1
maxStep: 0
maxStep: 3000
ball: {fileID: 1273406647218856}
invertX: 1
score: 0

timePenalty: 0
--- !u!114 &6598495797138489682
MonoBehaviour:
m_ObjectHideFlags: 0

4
config/trainer_config.yaml


time_horizon: 1000
self_play:
window: 10
play_against_latest_model_ratio: 0.2
play_against_latest_model_ratio: 0.5
save_steps: 50000
swap_steps: 50000
team_change: 100000

num_layers: 2
self_play:
window: 10
play_against_latest_model_ratio: 0.2
play_against_latest_model_ratio: 0.5
save_steps: 50000
swap_steps: 50000
team_change: 200000

正在加载...
取消
保存