cartpole-simpleq-fake-gpus.yaml 283 B

12345678910111213
  1. cartpole-simpleq-fake-gpus:
  2. env: CartPole-v0
  3. run: SimpleQ
  4. stop:
  5. episode_reward_mean: 150
  6. training_iteration: 400
  7. config:
  8. # Works for both torch and tf.
  9. framework: tf
  10. # Fake 2 GPUs.
  11. num_gpus: 2
  12. _fake_gpus: true