浏览代码

fix recurrent sac test

/develop/action-spec-gym
Andrew Cohen 4 年前
当前提交
ccd7cc4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/mlagents/trainers/tests/torch/test_simple_rl.py

2
ml-agents/mlagents/trainers/tests/torch/test_simple_rl.py


SAC_TORCH_CONFIG,
hyperparameters=new_hyperparams,
network_settings=new_networksettings,
max_steps=5000,
max_steps=4000,
)
check_environment_trains(env, {BRAIN_NAME: config})

正在加载...
取消
保存