浏览代码

Dodgeball config update

/develop/dodgeball-raycasts
Ervin Teng 3 年前
当前提交
d9cbae07
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      config/ppo/DodgeBall.yaml

6
config/ppo/DodgeBall.yaml


DodgeBall:
trainer_type: ppo
hyperparameters:
batch_size: 128
buffer_size: 2048
batch_size: 1024
buffer_size: 10240
learning_rate: 0.0003
beta: 0.01
epsilon: 0.2

# encoding_size: 256
# learning_rate: 0.0003
keep_checkpoints: 5
max_steps: 2000000
max_steps: 20000000
time_horizon: 64
summary_freq: 5000
threaded: true
正在加载...
取消
保存