浏览代码

Add configuration yaml for pushblockcollab

/develop/superpush
Ervin Teng 3 年前
当前提交
384bfaac
共有 1 个文件被更改,包括 26 次插入0 次删除
  1. 26
      config/ppo/PushBlockCollab.yaml

26
config/ppo/PushBlockCollab.yaml


behaviors:
PushBlock:
trainer_type: ppo
hyperparameters:
batch_size: 1024
buffer_size: 10240
learning_rate: 0.0003
beta: 0.01
epsilon: 0.2
lambd: 0.95
num_epoch: 3
learning_rate_schedule: constant
network_settings:
normalize: false
hidden_units: 256
num_layers: 2
vis_encode_type: simple
reward_signals:
extrinsic:
gamma: 0.99
strength: 1.0
keep_checkpoints: 5
max_steps: 20000000 #2000000
time_horizon: 64
summary_freq: 60000
threaded: true
正在加载...
取消
保存