pong-impala-vectorized.yaml 454 B

1234567891011
  1. # This can reach 18-19 reward within 10 minutes on a Tesla M60 GPU (e.g., G3 EC2 node)
  2. # with 32 workers and 10 envs per worker. This is more efficient than the non-vectorized
  3. # configuration which requires 128 workers to achieve the same performance.
  4. pong-impala-vectorized:
  5. env: PongNoFrameskip-v4
  6. run: IMPALA
  7. config:
  8. rollout_fragment_length: 50
  9. train_batch_size: 500
  10. num_workers: 32
  11. num_envs_per_worker: 10