atari-impala-large.yaml 589 B

12345678910111213141516171819202122
  1. # Runs on a g3.16xl node with 5 m5.24xl workers
  2. # Takes roughly 10 minutes.
  3. atari-impala:
  4. env:
  5. grid_search:
  6. - BreakoutNoFrameskip-v4
  7. - BeamRiderNoFrameskip-v4
  8. - QbertNoFrameskip-v4
  9. - SpaceInvadersNoFrameskip-v4
  10. run: IMPALA
  11. stop:
  12. timesteps_total: 3000000
  13. config:
  14. rollout_fragment_length: 50
  15. train_batch_size: 500
  16. num_workers: 128
  17. num_envs_per_worker: 5
  18. clip_rewards: True
  19. lr_schedule: [
  20. [0, 0.0005],
  21. [20000000, 0.000000000001],
  22. ]