mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
12 lines
267 B
YAML
12 lines
267 B
YAML
![]() |
cartpole-ppo-tf:
|
||
|
env: CartPole-v0
|
||
|
run: PPO
|
||
|
stop:
|
||
|
episode_reward_mean: 150
|
||
|
timesteps_total: 100000
|
||
|
config:
|
||
|
num_workers: 1
|
||
|
batch_mode: complete_episodes
|
||
|
observation_filter: MeanStdFilter
|
||
|
use_pytorch: true
|