cartpole-impala.yaml 257 B

1234567891011
  1. cartpole-impala:
  2. env: CartPole-v0
  3. run: IMPALA
  4. stop:
  5. episode_reward_mean: 150
  6. timesteps_total: 500000
  7. config:
  8. # Works for both torch and tf.
  9. framework: tf
  10. num_gpus: 0
  11. vtrace_drop_last_ts: false