Skip to content

Commit d55c0b2

Browse files
authored
Merge pull request #3576 from Unity-Technologies/develop-shortentrainerconfigs
[change] Reduce max_steps for PushBlock and Bouncer
2 parents 5a01a0b + c887d08 commit d55c0b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/sac_trainer_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Bouncer:
4040
summary_freq: 20000
4141

4242
PushBlock:
43-
max_steps: 1.5e7
43+
max_steps: 2e6
4444
init_entcoef: 0.05
4545
hidden_units: 256
4646
summary_freq: 60000

config/trainer_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ FoodCollector:
3232

3333
Bouncer:
3434
normalize: true
35-
max_steps: 7.0e6
35+
max_steps: 4.0e6
3636
num_layers: 2
3737
hidden_units: 64
3838

3939
PushBlock:
40-
max_steps: 1.5e7
40+
max_steps: 2.0e6
4141
batch_size: 128
4242
buffer_size: 2048
4343
beta: 1.0e-2

0 commit comments

Comments
 (0)