Skip to content

Commit a1b99a3

Browse files
authored
updated the Pyramids model (#1184)
* updated the Pyramids model * updated the pyramids model, chnaged the max_steps to reflect the new max steps required to achive ~1.8 cumulative reward
1 parent 8b6f5a9 commit a1b99a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

config/trainer_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ PyramidBrain:
103103
hidden_units: 512
104104
num_layers: 2
105105
beta: 1.0e-2
106-
max_steps: 2.0e5
106+
max_steps: 5.0e5
107107
num_epoch: 3
108108

109109
VisualPyramidBrain:

0 commit comments

Comments
 (0)