mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Add cartpole PPO torch to regression (besides tf). (#7005)
This commit is contained in:
parent
8b4b49662b
commit
b9ad79d66f
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue