File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,9 @@ BehaviorPPO:
204
204
normalize : false
205
205
num_layers : 2
206
206
time_horizon : 64
207
+ summary_freq : 10000
207
208
vis_encoder_type : simple
209
+ init_path : null
208
210
209
211
# PPO-specific configs
210
212
beta : 5.0e-3
@@ -226,7 +228,6 @@ BehaviorPPO:
226
228
batch_size : 512
227
229
num_epoch : 3
228
230
samples_per_update : 0
229
- init_path :
230
231
231
232
reward_signals :
232
233
# environment reward
@@ -239,15 +240,15 @@ BehaviorPPO:
239
240
strength : 0.02
240
241
gamma : 0.99
241
242
encoding_size : 256
242
- learning_rate : 3e -4
243
+ learning_rate : 3.0e -4
243
244
244
245
# GAIL
245
246
gail :
246
247
strength : 0.01
247
248
gamma : 0.99
248
249
encoding_size : 128
249
250
demo_path : Project/Assets/ML-Agents/Examples/Pyramids/Demos/ExpertPyramid.demo
250
- learning_rate : 3e -4
251
+ learning_rate : 3.0e -4
251
252
use_actions : false
252
253
use_vail : false
253
254
You can’t perform that action at this time.
0 commit comments