浏览代码

Reduce num steps for walljump

/develop/reducewalljump
Ervin Teng 4 年前
当前提交
d2f67c50
共有 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

正在加载...
取消
保存