cartpole-simpleq.yaml 203 B

123456789
  1. cartpole-simpleq:
  2. env: CartPole-v0
  3. run: SimpleQ
  4. stop:
  5. episode_reward_mean: 150
  6. timesteps_total: 50000
  7. config:
  8. # Works for both torch and tf.
  9. framework: tf