比较提交

...
此合并请求有变更与目标分支冲突。
/config/sac_trainer_config.yaml
/config/trainer_config.yaml

1 次代码提交

作者 SHA1 备注 提交日期
Ervin Teng d2f67c50 Reduce num steps for walljump 5 年前
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 4
      config/sac_trainer_config.yaml
  2. 4
      config/trainer_config.yaml

4
config/sac_trainer_config.yaml


num_layers: 2
SmallWallJump:
max_steps: 3e7
max_steps: 5e6
hidden_units: 256
summary_freq: 20000
time_horizon: 128

BigWallJump:
max_steps: 3e7
max_steps: 2e7
hidden_units: 256
summary_freq: 20000
time_horizon: 128

4
config/trainer_config.yaml


num_layers: 2
SmallWallJump:
max_steps: 3e7
max_steps: 5e6
batch_size: 128
buffer_size: 2048
beta: 5.0e-3

normalize: false
BigWallJump:
max_steps: 3e7
max_steps: 2e7
batch_size: 128
buffer_size: 2048
beta: 5.0e-3

正在加载...
取消
保存