File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ FoodCollectorLearning:
3434
3535BouncerLearning :
3636 normalize : true
37- beta : 0.0
3837 max_steps : 5.0e5
3938 num_layers : 2
4039 hidden_units : 64
@@ -43,7 +42,6 @@ BouncerLearning:
4342PushBlockLearning :
4443 max_steps : 5.0e4
4544 init_entcoef : 0.05
46- beta : 1.0e-2
4745 hidden_units : 256
4846 summary_freq : 2000
4947 time_horizon : 64
@@ -70,7 +68,6 @@ BigWallJumpLearning:
7068StrikerLearning :
7169 max_steps : 5.0e5
7270 learning_rate : 1e-3
73- beta : 1.0e-2
7471 hidden_units : 256
7572 summary_freq : 2000
7673 time_horizon : 128
@@ -81,7 +78,6 @@ StrikerLearning:
8178GoalieLearning :
8279 max_steps : 5.0e5
8380 learning_rate : 1e-3
84- beta : 1.0e-2
8581 hidden_units : 256
8682 summary_freq : 2000
8783 time_horizon : 128
@@ -119,7 +115,6 @@ VisualPyramidsLearning:
119115 hidden_units : 256
120116 buffer_init_steps : 1000
121117 num_layers : 1
122- beta : 1.0e-2
123118 max_steps : 5.0e5
124119 buffer_size : 500000
125120 init_entcoef : 0.01
@@ -216,7 +211,6 @@ HallwayLearning:
216211 num_layers : 2
217212 hidden_units : 128
218213 memory_size : 256
219- beta : 0.0
220214 init_entcoef : 0.1
221215 max_steps : 5.0e5
222216 summary_freq : 1000
@@ -229,7 +223,6 @@ VisualHallwayLearning:
229223 num_layers : 1
230224 hidden_units : 128
231225 memory_size : 256
232- beta : 1.0e-2
233226 gamma : 0.99
234227 batch_size : 64
235228 max_steps : 5.0e5
@@ -243,7 +236,6 @@ VisualPushBlockLearning:
243236 num_layers : 1
244237 hidden_units : 128
245238 memory_size : 256
246- beta : 1.0e-2
247239 gamma : 0.99
248240 buffer_size : 1024
249241 batch_size : 64
You can’t perform that action at this time.
0 commit comments