浏览代码

add transfer relaunch for cloud

/develop/bisim-review
Andrew Cohen 4 年前
当前提交
b61334a5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      ml-agents/mlagents/trainers/learn.py

1
ml-agents/mlagents/trainers/learn.py


if options.env_settings.seed == -1:
run_seed = np.random.randint(0, 10000)
run_training(run_seed, options)
os.system('mlagents-learn config/ppo/3DBallHard.yaml --run=test --env=envs/3dballhard --force')
def main():

正在加载...
取消
保存