浏览代码

recurrent sac passes locally but fails on CI for inexplicable reasons

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

8
ml-agents/mlagents/trainers/tests/tensorflow/test_simple_rl.py


)
new_hyperparams = attr.evolve(
SAC_TF_CONFIG.hyperparameters,
batch_size=128,
batch_size=256,
buffer_init_steps=1000,
steps_per_update=1,
buffer_init_steps=2000,
steps_per_update=2,
max_steps=2000,
max_steps=4000,
framework=FrameworkType.TENSORFLOW,
)
_check_environment_trains(env, {BRAIN_NAME: config})

正在加载...
取消
保存