cartpole-pg.yaml 236 B

12345678910
  1. cartpole-pg:
  2. env: CartPole-v1
  3. run: PG
  4. stop:
  5. sampler_results/episode_reward_mean: 150
  6. timesteps_total: 100000
  7. config:
  8. # Works for both torch and tf.
  9. framework: torch
  10. num_workers: 0