Skip to content

Commit 622eee4

Browse files
committed
Add IMPALA xlarge config file
1 parent 3cc188c commit 622eee4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)