Skip to content

Commit b3657f4

Browse files
author
Ervin T
authored
Reduce max steps for Bouncer, summary for Hallway (#3343)
1 parent 1bfc07c commit b3657f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/sac_trainer_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FoodCollector:
3434

3535
Bouncer:
3636
normalize: true
37-
max_steps: 2.0e7
37+
max_steps: 2.0e6
3838
num_layers: 2
3939
hidden_units: 64
4040
summary_freq: 20000
@@ -217,7 +217,7 @@ Hallway:
217217
memory_size: 256
218218
init_entcoef: 0.1
219219
max_steps: 1.0e7
220-
summary_freq: 1000
220+
summary_freq: 10000
221221
time_horizon: 64
222222
use_recurrent: true
223223

config/trainer_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FoodCollector:
3232

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

0 commit comments

Comments
 (0)