Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. atari-impala:
  2. env:
  3. grid_search:
  4. - BreakoutNoFrameskip-v4
  5. - BeamRiderNoFrameskip-v4
  6. - PongNoFrameskip-v4
  7. run: IMPALA
  8. local_dir: ~/ray_results/
  9. stop:
  10. time_total_s: 3600
  11. config:
  12. sample_batch_size: 50
  13. train_batch_size: 500
  14. num_gpus: 0.5
  15. num_workers:
  16. grid_search: [4, 8, 16]
  17. num_envs_per_worker: 5
  18. clip_rewards: True
  19. lr_schedule: [
  20. [0, 0.0005],
  21. [20000000, 0.000000000001],
  22. ]
  23.  
  24. atari-impala:
  25. env:
  26. grid_search:
  27. - BreakoutNoFrameskip-v4
  28. - BeamRiderNoFrameskip-v4
  29. - PongNoFrameskip-v4
  30. run: IMPALA
  31. local_dir: ~/ray_results/
  32. stop:
  33. time_total_s: 3600
  34. config:
  35. sample_batch_size: 50
  36. train_batch_size: 500
  37. num_gpus: 1
  38. num_workers:
  39. grid_search: [4, 8, 16, 32]
  40. num_envs_per_worker: 5
  41. clip_rewards: True
  42. lr_schedule: [
  43. [0, 0.0005],
  44. [20000000, 0.000000000001],
  45. ]
  46.  
  47. atari-impala:
  48. env:
  49. grid_search:
  50. - BreakoutNoFrameskip-v4
  51. - BeamRiderNoFrameskip-v4
  52. - PongNoFrameskip-v4
  53. run: IMPALA
  54. local_dir: ~/ray_results/
  55. stop:
  56. time_total_s: 3600
  57. config:
  58. sample_batch_size: 50
  59. train_batch_size: 500
  60. num_gpus: 2
  61. num_workers:
  62. grid_search: [4, 8, 16, 32, 64]
  63. num_envs_per_worker: 5
  64. clip_rewards: True
  65. lr_schedule: [
  66. [0, 0.0005],
  67. [20000000, 0.000000000001],
  68. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement