We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc188c commit 622eee4Copy full SHA for 622eee4
ci/stress_tests/atari_impala_xlarge.yaml
@@ -0,0 +1,24 @@
1
+# Taken from rllib/tuned_examples/atari_impala_large.yaml
2
+
3
+# Runs on a g3.16xl node with 5 m5.24xl workers
4
+# Takes roughly 10 minutes. x10?
5
+atari-impala:
6
+ env:
7
+ grid_search:
8
+ - BreakoutNoFrameskip-v4
9
+ - BeamRiderNoFrameskip-v4
10
+ - QbertNoFrameskip-v4
11
+ - SpaceInvadersNoFrameskip-v4
12
+ run: IMPALA
13
+ stop:
14
+ timesteps_total: 30000000
15
+ config:
16
+ sample_batch_size: 50
17
+ train_batch_size: 500
18
+ num_workers: 128
19
+ num_envs_per_worker: 5
20
+ clip_rewards: True
21
+ lr_schedule: [
22
+ [0, 0.0005],
23
+ [20000000, 0.000000000001],
24
+ ]
0 commit comments