浏览代码

[bug-fix] Disable threading for self-play envs (#4679)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
edc2ae2f
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 2
      config/ppo/SoccerTwos.yaml
  2. 4
      config/ppo/StrikersVsGoalie.yaml
  3. 2
      config/ppo/Tennis.yaml

2
config/ppo/SoccerTwos.yaml


max_steps: 50000000
time_horizon: 1000
summary_freq: 10000
threaded: true
threaded: false
self_play:
save_steps: 50000
team_change: 200000

4
config/ppo/StrikersVsGoalie.yaml


max_steps: 30000000
time_horizon: 1000
summary_freq: 10000
threaded: true
threaded: false
self_play:
save_steps: 50000
team_change: 200000

max_steps: 30000000
time_horizon: 1000
summary_freq: 10000
threaded: true
threaded: false
self_play:
save_steps: 50000
team_change: 200000

2
config/ppo/Tennis.yaml


max_steps: 50000000
time_horizon: 1000
summary_freq: 10000
threaded: true
threaded: false
self_play:
save_steps: 50000
team_change: 100000

正在加载...
取消
保存