File size: 26,705 Bytes
d32af15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
{
    "name": "root",
    "gauges": {
        "Agent.Policy.Entropy.mean": {
            "value": 1.3046125173568726,
            "min": 1.3046125173568726,
            "max": 1.4200314283370972,
            "count": 200
        },
        "Agent.Policy.Entropy.sum": {
            "value": 7921.60693359375,
            "min": 6510.97314453125,
            "max": 9482.42578125,
            "count": 200
        },
        "Agent.DroneBasedReforestation.TreeDropCount.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.TreeDropCount.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.RechargeEnergyCount.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.RechargeEnergyCount.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.SaveLocationCount.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.SaveLocationCount.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.OutofEnergyCount.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.47368421052631576,
            "count": 200
        },
        "Agent.DroneBasedReforestation.OutofEnergyCount.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 12.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceUntilTreeDrop.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceUntilTreeDrop.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeTreeDropReward.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeTreeDropReward.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceReward.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceReward.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeNormalizedDistanceUntilTreeDrop.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeNormalizedDistanceUntilTreeDrop.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistancetoExistingTrees.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistancetoExistingTrees.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.Environment.LessonNumber.difficulty.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.Environment.LessonNumber.difficulty.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.Environment.LessonNumber.task.mean": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.Environment.LessonNumber.task.sum": {
            "value": 0.0,
            "min": 0.0,
            "max": 0.0,
            "count": 200
        },
        "Agent.Environment.EpisodeLength.mean": {
            "value": 23.11904761904762,
            "min": 19.032258064516128,
            "max": 337.0,
            "count": 200
        },
        "Agent.Environment.EpisodeLength.sum": {
            "value": 5826.0,
            "min": 4743.0,
            "max": 6885.0,
            "count": 200
        },
        "Agent.Step.mean": {
            "value": 1199963.0,
            "min": 5913.0,
            "max": 1199963.0,
            "count": 200
        },
        "Agent.Step.sum": {
            "value": 1199963.0,
            "min": 5913.0,
            "max": 1199963.0,
            "count": 200
        },
        "Agent.Policy.CuriosityValueEstimate.mean": {
            "value": 0.2772812843322754,
            "min": -0.0017869045259431005,
            "max": 1.6576530933380127,
            "count": 200
        },
        "Agent.Policy.CuriosityValueEstimate.sum": {
            "value": 69.59760284423828,
            "min": -0.0500333271920681,
            "max": 339.894287109375,
            "count": 200
        },
        "Agent.Policy.ExtrinsicValueEstimate.mean": {
            "value": 72.91808319091797,
            "min": 0.07052389532327652,
            "max": 78.70875549316406,
            "count": 200
        },
        "Agent.Policy.ExtrinsicValueEstimate.sum": {
            "value": 18302.439453125,
            "min": 1.7630974054336548,
            "max": 21564.365234375,
            "count": 200
        },
        "Agent.Environment.CumulativeReward.mean": {
            "value": 98.3481856198718,
            "min": 32.488859413398636,
            "max": 101.33825216084902,
            "count": 200
        },
        "Agent.Environment.CumulativeReward.sum": {
            "value": 24685.39459058782,
            "min": 584.7994694411755,
            "max": 28784.73096944578,
            "count": 200
        },
        "Agent.Policy.CuriosityReward.mean": {
            "value": 0.044070242953985796,
            "min": 0.0,
            "max": 6.637133581297738,
            "count": 200
        },
        "Agent.Policy.CuriosityReward.sum": {
            "value": 11.061630981450435,
            "min": 0.0,
            "max": 232.29967534542084,
            "count": 200
        },
        "Agent.Policy.ExtrinsicReward.mean": {
            "value": 88.51336466445981,
            "min": 29.23997161620193,
            "max": 91.20442511557006,
            "count": 200
        },
        "Agent.Policy.ExtrinsicReward.sum": {
            "value": 22216.854530779412,
            "min": 526.3194890916348,
            "max": 25906.257217356935,
            "count": 200
        },
        "Agent.IsTraining.mean": {
            "value": 1.0,
            "min": 1.0,
            "max": 1.0,
            "count": 200
        },
        "Agent.IsTraining.sum": {
            "value": 1.0,
            "min": 1.0,
            "max": 1.0,
            "count": 200
        },
        "Agent.Losses.PolicyLoss.mean": {
            "value": 0.026823992472297203,
            "min": 0.015120919308780381,
            "max": 0.03299241218095025,
            "count": 143
        },
        "Agent.Losses.PolicyLoss.sum": {
            "value": 0.026823992472297203,
            "min": 0.015120919308780381,
            "max": 0.03299241218095025,
            "count": 143
        },
        "Agent.Losses.ValueLoss.mean": {
            "value": 1321.5291137695312,
            "min": 249.33739598592123,
            "max": 2391.9322408040366,
            "count": 143
        },
        "Agent.Losses.ValueLoss.sum": {
            "value": 1321.5291137695312,
            "min": 249.33739598592123,
            "max": 2391.9322408040366,
            "count": 143
        },
        "Agent.Policy.LearningRate.mean": {
            "value": 1.4888495037499943e-06,
            "min": 1.4888495037499943e-06,
            "max": 0.00029789475070175,
            "count": 143
        },
        "Agent.Policy.LearningRate.sum": {
            "value": 1.4888495037499943e-06,
            "min": 1.4888495037499943e-06,
            "max": 0.00029789475070175,
            "count": 143
        },
        "Agent.Policy.Epsilon.mean": {
            "value": 0.10049625000000001,
            "min": 0.10049625000000001,
            "max": 0.19929825,
            "count": 143
        },
        "Agent.Policy.Epsilon.sum": {
            "value": 0.10049625000000001,
            "min": 0.10049625000000001,
            "max": 0.19929825,
            "count": 143
        },
        "Agent.Policy.Beta.mean": {
            "value": 3.476287499999991e-05,
            "min": 3.476287499999991e-05,
            "max": 0.004964982675,
            "count": 143
        },
        "Agent.Policy.Beta.sum": {
            "value": 3.476287499999991e-05,
            "min": 3.476287499999991e-05,
            "max": 0.004964982675,
            "count": 143
        },
        "Agent.Losses.CuriosityForwardLoss.mean": {
            "value": 0.02420971527074774,
            "min": 0.017945740604773164,
            "max": 0.5723420046269894,
            "count": 143
        },
        "Agent.Losses.CuriosityForwardLoss.sum": {
            "value": 0.02420971527074774,
            "min": 0.017945740604773164,
            "max": 0.5723420046269894,
            "count": 143
        },
        "Agent.Losses.CuriosityInverseLoss.mean": {
            "value": 1.4218464146057765,
            "min": 1.252934291958809,
            "max": 3.305937925974528,
            "count": 143
        },
        "Agent.Losses.CuriosityInverseLoss.sum": {
            "value": 1.4218464146057765,
            "min": 1.252934291958809,
            "max": 3.305937925974528,
            "count": 143
        }
    },
    "metadata": {
        "timer_format_version": "0.1.0",
        "start_time_seconds": "1717185844",
        "python_version": "3.9.18 (main, Sep 11 2023, 14:09:26) [MSC v.1916 64 bit (AMD64)]",
        "command_line_arguments": "C:\\Users\\pdsie\\anaconda3\\envs\\mlagents20\\Scripts\\mlagents-learn c:/users/pdsie/documents/hivex/src/hivex/training/baseline/ml_agents/configs/mlagents/tmp/train/DroneBasedReforestation_difficulty_2_task_1_run_id_1_train.yaml --run-id=DroneBasedReforestation/train/DroneBasedReforestation_difficulty_2_task_1_run_id_1_train --base-port 5007",
        "mlagents_version": "0.30.0",
        "mlagents_envs_version": "0.30.0",
        "communication_protocol_version": "1.5.0",
        "pytorch_version": "1.7.1+cu110",
        "numpy_version": "1.21.0",
        "end_time_seconds": "1717192353"
    },
    "total": 6509.0749714,
    "count": 1,
    "self": 1.7435722000009264,
    "children": {
        "run_training.setup": {
            "total": 0.0514599,
            "count": 1,
            "self": 0.0514599
        },
        "TrainerController.start_learning": {
            "total": 6507.2799393,
            "count": 1,
            "self": 7.823252899979707,
            "children": {
                "TrainerController._reset_env": {
                    "total": 2.142326,
                    "count": 1,
                    "self": 2.142326
                },
                "TrainerController.advance": {
                    "total": 6497.08110360002,
                    "count": 410214,
                    "self": 7.467202000159887,
                    "children": {
                        "env_step": {
                            "total": 6489.61390159986,
                            "count": 410214,
                            "self": 4349.035375599892,
                            "children": {
                                "SubprocessEnvManager._take_step": {
                                    "total": 2135.3472138998422,
                                    "count": 410214,
                                    "self": 13.311706799913281,
                                    "children": {
                                        "TorchPolicy.evaluate": {
                                            "total": 2122.035507099929,
                                            "count": 400044,
                                            "self": 2122.035507099929
                                        }
                                    }
                                },
                                "workers": {
                                    "total": 5.231312100125457,
                                    "count": 410214,
                                    "self": 0.0,
                                    "children": {
                                        "worker_root": {
                                            "total": 6498.288177799745,
                                            "count": 410214,
                                            "is_parallel": true,
                                            "self": 2481.615599699838,
                                            "children": {
                                                "steps_from_proto": {
                                                    "total": 0.006615100000000096,
                                                    "count": 1,
                                                    "is_parallel": true,
                                                    "self": 0.00010419999999999874,
                                                    "children": {
                                                        "_process_maybe_compressed_observation": {
                                                            "total": 0.0064614000000000615,
                                                            "count": 2,
                                                            "is_parallel": true,
                                                            "self": 3.520000000012402e-05,
                                                            "children": {
                                                                "_observation_to_np_array": {
                                                                    "total": 0.0064261999999999375,
                                                                    "count": 3,
                                                                    "is_parallel": true,
                                                                    "self": 3.16000000000205e-05,
                                                                    "children": {
                                                                        "process_pixels": {
                                                                            "total": 0.006394599999999917,
                                                                            "count": 3,
                                                                            "is_parallel": true,
                                                                            "self": 0.00023580000000000823,
                                                                            "children": {
                                                                                "image_decompress": {
                                                                                    "total": 0.006158799999999909,
                                                                                    "count": 3,
                                                                                    "is_parallel": true,
                                                                                    "self": 0.006158799999999909
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        },
                                                        "_process_rank_one_or_two_observation": {
                                                            "total": 4.950000000003563e-05,
                                                            "count": 2,
                                                            "is_parallel": true,
                                                            "self": 4.950000000003563e-05
                                                        }
                                                    }
                                                },
                                                "UnityEnvironment.step": {
                                                    "total": 4016.665962999907,
                                                    "count": 410214,
                                                    "is_parallel": true,
                                                    "self": 22.521379199707553,
                                                    "children": {
                                                        "UnityEnvironment._generate_step_input": {
                                                            "total": 21.270418399782063,
                                                            "count": 410214,
                                                            "is_parallel": true,
                                                            "self": 21.270418399782063
                                                        },
                                                        "communicator.exchange": {
                                                            "total": 3795.381976300237,
                                                            "count": 410214,
                                                            "is_parallel": true,
                                                            "self": 3795.381976300237
                                                        },
                                                        "steps_from_proto": {
                                                            "total": 177.49218910018064,
                                                            "count": 410214,
                                                            "is_parallel": true,
                                                            "self": 35.128209500233424,
                                                            "children": {
                                                                "_process_maybe_compressed_observation": {
                                                                    "total": 127.71082309995005,
                                                                    "count": 820428,
                                                                    "is_parallel": true,
                                                                    "self": 9.771404900107996,
                                                                    "children": {
                                                                        "_observation_to_np_array": {
                                                                            "total": 117.93941819984205,
                                                                            "count": 1238166,
                                                                            "is_parallel": true,
                                                                            "self": 9.615338599845629,
                                                                            "children": {
                                                                                "process_pixels": {
                                                                                    "total": 108.32407959999642,
                                                                                    "count": 1238166,
                                                                                    "is_parallel": true,
                                                                                    "self": 50.49505990018025,
                                                                                    "children": {
                                                                                        "image_decompress": {
                                                                                            "total": 57.82901969981617,
                                                                                            "count": 1238166,
                                                                                            "is_parallel": true,
                                                                                            "self": 57.82901969981617
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                },
                                                                "_process_rank_one_or_two_observation": {
                                                                    "total": 14.65315649999716,
                                                                    "count": 820428,
                                                                    "is_parallel": true,
                                                                    "self": 14.65315649999716
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                },
                "trainer_threads": {
                    "total": 2.7400000362831634e-05,
                    "count": 1,
                    "self": 2.7400000362831634e-05,
                    "children": {
                        "thread_root": {
                            "total": 0.0,
                            "count": 0,
                            "is_parallel": true,
                            "self": 0.0,
                            "children": {
                                "trainer_advance": {
                                    "total": 6501.3513741001125,
                                    "count": 333399,
                                    "is_parallel": true,
                                    "self": 9.704165000246576,
                                    "children": {
                                        "process_trajectory": {
                                            "total": 5726.129997099867,
                                            "count": 333399,
                                            "is_parallel": true,
                                            "self": 5725.628414399867,
                                            "children": {
                                                "RLTrainer._checkpoint": {
                                                    "total": 0.5015826999997444,
                                                    "count": 2,
                                                    "is_parallel": true,
                                                    "self": 0.5015826999997444
                                                }
                                            }
                                        },
                                        "_update_policy": {
                                            "total": 765.5172119999987,
                                            "count": 143,
                                            "is_parallel": true,
                                            "self": 522.424437399994,
                                            "children": {
                                                "TorchPPOOptimizer.update": {
                                                    "total": 243.09277460000476,
                                                    "count": 3441,
                                                    "is_parallel": true,
                                                    "self": 243.09277460000476
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                },
                "TrainerController._save_models": {
                    "total": 0.23322939999980008,
                    "count": 1,
                    "self": 0.011447399999269692,
                    "children": {
                        "RLTrainer._checkpoint": {
                            "total": 0.2217820000005304,
                            "count": 1,
                            "self": 0.2217820000005304
                        }
                    }
                }
            }
        }
    }
}