mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
21 lines
511 B
YAML
21 lines
511 B
YAML
humanoid-ppo:
|
|
env: Humanoid-v1
|
|
run: PPO
|
|
stop:
|
|
episode_reward_mean: 6000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
gamma: 0.995
|
|
kl_coeff: 1.0
|
|
num_sgd_iter: 20
|
|
lr: .0001
|
|
sgd_minibatch_size: 32768
|
|
train_batch_size: 320000
|
|
model:
|
|
free_log_std: true
|
|
use_gae: false
|
|
num_workers: 64
|
|
num_gpus: 4
|
|
batch_mode: complete_episodes
|
|
observation_filter: MeanStdFilter
|