mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Add cartpole PPO torch to regression (besides tf). (#7005)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user