Add cartpole PPO torch to regression (besides tf). (#7005)

This commit is contained in:
Sven Mika
2020-02-01 17:41:38 -08:00
committed by GitHub
parent 8b4b49662b
commit b9ad79d66f
@@ -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