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

This commit is contained in:
Sven Mika 2020-02-02 02:41:38 +01:00 committed by GitHub
parent 8b4b49662b
commit b9ad79d66f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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