mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
13 lines
294 B
YAML
13 lines
294 B
YAML
cartpole-appo-vt:
|
|
env: CartPole-v0
|
|
run: APPO
|
|
stop:
|
|
episode_reward_mean: 100
|
|
timesteps_total: 100000
|
|
config:
|
|
sample_batch_size: 10
|
|
train_batch_size: 10
|
|
num_envs_per_worker: 5
|
|
num_workers: 1
|
|
num_gpus: 0
|
|
vtrace: true
|