File size: 26,707 Bytes
2f00f25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.3046528100967407,
            "min": 1.3046528100967407,
            "max": 1.4193285703659058,
            "count": 200
        },
        "Agent.Policy.Entropy.sum": {
            "value": 7894.4541015625,
            "min": 6479.91357421875,
            "max": 9486.095703125,
            "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.019230769230769232,
            "min": 0.0,
            "max": 0.21428571428571427,
            "count": 200
        },
        "Agent.DroneBasedReforestation.OutofEnergyCount.sum": {
            "value": 3.0,
            "min": 0.0,
            "max": 8.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": 38.529411764705884,
            "min": 19.252525252525253,
            "max": 244.22222222222223,
            "count": 200
        },
        "Agent.Environment.EpisodeLength.sum": {
            "value": 5895.0,
            "min": 4770.0,
            "max": 6849.0,
            "count": 200
        },
        "Agent.Step.mean": {
            "value": 1199991.0,
            "min": 5913.0,
            "max": 1199991.0,
            "count": 200
        },
        "Agent.Step.sum": {
            "value": 1199991.0,
            "min": 5913.0,
            "max": 1199991.0,
            "count": 200
        },
        "Agent.Policy.CuriosityValueEstimate.mean": {
            "value": 0.5002498030662537,
            "min": -0.002115818904712796,
            "max": 1.584421157836914,
            "count": 200
        },
        "Agent.Policy.CuriosityValueEstimate.sum": {
            "value": 76.53822326660156,
            "min": -0.05924293026328087,
            "max": 418.2872009277344,
            "count": 200
        },
        "Agent.Policy.ExtrinsicValueEstimate.mean": {
            "value": 71.91216278076172,
            "min": 0.07052389532327652,
            "max": 78.64119720458984,
            "count": 200
        },
        "Agent.Policy.ExtrinsicValueEstimate.sum": {
            "value": 11002.560546875,
            "min": 1.7630974054336548,
            "max": 22749.19140625,
            "count": 200
        },
        "Agent.Environment.CumulativeReward.mean": {
            "value": 97.28905046234223,
            "min": 60.17637426579105,
            "max": 104.75186945504198,
            "count": 200
        },
        "Agent.Environment.CumulativeReward.sum": {
            "value": 14885.224720738363,
            "min": 1684.9384794421494,
            "max": 29685.41014393978,
            "count": 200
        },
        "Agent.Policy.CuriosityReward.mean": {
            "value": 0.1175619364028273,
            "min": 0.0,
            "max": 7.583220876496414,
            "count": 200
        },
        "Agent.Policy.CuriosityReward.sum": {
            "value": 17.986976269632578,
            "min": 0.0,
            "max": 219.913405418396,
            "count": 200
        },
        "Agent.Policy.ExtrinsicReward.mean": {
            "value": 87.56014307665644,
            "min": 54.15873507959103,
            "max": 94.27668081708252,
            "count": 200
        },
        "Agent.Policy.ExtrinsicReward.sum": {
            "value": 13396.701890728436,
            "min": 1516.4445822285488,
            "max": 26716.86853653565,
            "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.026174515136517584,
            "min": 0.0145696567875954,
            "max": 0.03618272434687242,
            "count": 144
        },
        "Agent.Losses.PolicyLoss.sum": {
            "value": 0.026174515136517584,
            "min": 0.0145696567875954,
            "max": 0.03618272434687242,
            "count": 144
        },
        "Agent.Losses.ValueLoss.mean": {
            "value": 1560.3877512613933,
            "min": 308.29528109232587,
            "max": 2492.4240214029946,
            "count": 144
        },
        "Agent.Losses.ValueLoss.sum": {
            "value": 1560.3877512613933,
            "min": 308.29528109232587,
            "max": 2492.4240214029946,
            "count": 144
        },
        "Agent.Policy.LearningRate.mean": {
            "value": 5.010998329999847e-07,
            "min": 5.010998329999847e-07,
            "max": 0.00029789475070175,
            "count": 144
        },
        "Agent.Policy.LearningRate.sum": {
            "value": 5.010998329999847e-07,
            "min": 5.010998329999847e-07,
            "max": 0.00029789475070175,
            "count": 144
        },
        "Agent.Policy.Epsilon.mean": {
            "value": 0.100167,
            "min": 0.100167,
            "max": 0.19929825,
            "count": 144
        },
        "Agent.Policy.Epsilon.sum": {
            "value": 0.100167,
            "min": 0.100167,
            "max": 0.19929825,
            "count": 144
        },
        "Agent.Policy.Beta.mean": {
            "value": 1.833329999999975e-05,
            "min": 1.833329999999975e-05,
            "max": 0.004964982675,
            "count": 144
        },
        "Agent.Policy.Beta.sum": {
            "value": 1.833329999999975e-05,
            "min": 1.833329999999975e-05,
            "max": 0.004964982675,
            "count": 144
        },
        "Agent.Losses.CuriosityForwardLoss.mean": {
            "value": 0.026723003946244717,
            "min": 0.02015707486619552,
            "max": 0.572342399507761,
            "count": 144
        },
        "Agent.Losses.CuriosityForwardLoss.sum": {
            "value": 0.026723003946244717,
            "min": 0.02015707486619552,
            "max": 0.572342399507761,
            "count": 144
        },
        "Agent.Losses.CuriosityInverseLoss.mean": {
            "value": 1.3811174233754475,
            "min": 1.20337975025177,
            "max": 3.3059381445248923,
            "count": 144
        },
        "Agent.Losses.CuriosityInverseLoss.sum": {
            "value": 1.3811174233754475,
            "min": 1.20337975025177,
            "max": 3.3059381445248923,
            "count": 144
        }
    },
    "metadata": {
        "timer_format_version": "0.1.0",
        "start_time_seconds": "1717568282",
        "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_3_task_1_run_id_2_train.yaml --run-id=DroneBasedReforestation/train/DroneBasedReforestation_difficulty_3_task_1_run_id_2_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": "1717574790"
    },
    "total": 6508.3156358,
    "count": 1,
    "self": 6.393707999999606,
    "children": {
        "run_training.setup": {
            "total": 0.053783499999999984,
            "count": 1,
            "self": 0.053783499999999984
        },
        "TrainerController.start_learning": {
            "total": 6501.8681443000005,
            "count": 1,
            "self": 7.692215800101621,
            "children": {
                "TrainerController._reset_env": {
                    "total": 2.0748273,
                    "count": 1,
                    "self": 2.0748273
                },
                "TrainerController.advance": {
                    "total": 6491.8575496999,
                    "count": 410278,
                    "self": 7.25375949980571,
                    "children": {
                        "env_step": {
                            "total": 6484.603790200094,
                            "count": 410278,
                            "self": 4240.1494320001375,
                            "children": {
                                "SubprocessEnvManager._take_step": {
                                    "total": 2239.4350936998853,
                                    "count": 410278,
                                    "self": 13.062964699769509,
                                    "children": {
                                        "TorchPolicy.evaluate": {
                                            "total": 2226.372129000116,
                                            "count": 400066,
                                            "self": 2226.372129000116
                                        }
                                    }
                                },
                                "workers": {
                                    "total": 5.019264500071383,
                                    "count": 410278,
                                    "self": 0.0,
                                    "children": {
                                        "worker_root": {
                                            "total": 6492.27104029988,
                                            "count": 410278,
                                            "is_parallel": true,
                                            "self": 2587.031778299878,
                                            "children": {
                                                "steps_from_proto": {
                                                    "total": 0.006676799999999927,
                                                    "count": 1,
                                                    "is_parallel": true,
                                                    "self": 0.0001100000000000545,
                                                    "children": {
                                                        "_process_maybe_compressed_observation": {
                                                            "total": 0.00651960000000007,
                                                            "count": 2,
                                                            "is_parallel": true,
                                                            "self": 3.320000000006651e-05,
                                                            "children": {
                                                                "_observation_to_np_array": {
                                                                    "total": 0.006486400000000003,
                                                                    "count": 3,
                                                                    "is_parallel": true,
                                                                    "self": 3.289999999989135e-05,
                                                                    "children": {
                                                                        "process_pixels": {
                                                                            "total": 0.006453500000000112,
                                                                            "count": 3,
                                                                            "is_parallel": true,
                                                                            "self": 0.00022980000000027978,
                                                                            "children": {
                                                                                "image_decompress": {
                                                                                    "total": 0.006223699999999832,
                                                                                    "count": 3,
                                                                                    "is_parallel": true,
                                                                                    "self": 0.006223699999999832
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        },
                                                        "_process_rank_one_or_two_observation": {
                                                            "total": 4.7199999999802955e-05,
                                                            "count": 2,
                                                            "is_parallel": true,
                                                            "self": 4.7199999999802955e-05
                                                        }
                                                    }
                                                },
                                                "UnityEnvironment.step": {
                                                    "total": 3905.2325852000017,
                                                    "count": 410278,
                                                    "is_parallel": true,
                                                    "self": 23.488933099954465,
                                                    "children": {
                                                        "UnityEnvironment._generate_step_input": {
                                                            "total": 21.644592000088487,
                                                            "count": 410278,
                                                            "is_parallel": true,
                                                            "self": 21.644592000088487
                                                        },
                                                        "communicator.exchange": {
                                                            "total": 3678.085629499929,
                                                            "count": 410278,
                                                            "is_parallel": true,
                                                            "self": 3678.085629499929
                                                        },
                                                        "steps_from_proto": {
                                                            "total": 182.01343060003003,
                                                            "count": 410278,
                                                            "is_parallel": true,
                                                            "self": 35.897847599695694,
                                                            "children": {
                                                                "_process_maybe_compressed_observation": {
                                                                    "total": 131.06828550032424,
                                                                    "count": 820556,
                                                                    "is_parallel": true,
                                                                    "self": 9.895592000068973,
                                                                    "children": {
                                                                        "_observation_to_np_array": {
                                                                            "total": 121.17269350025526,
                                                                            "count": 1238841,
                                                                            "is_parallel": true,
                                                                            "self": 9.471997600127764,
                                                                            "children": {
                                                                                "process_pixels": {
                                                                                    "total": 111.7006959001275,
                                                                                    "count": 1238841,
                                                                                    "is_parallel": true,
                                                                                    "self": 51.736485599926894,
                                                                                    "children": {
                                                                                        "image_decompress": {
                                                                                            "total": 59.964210300200605,
                                                                                            "count": 1238841,
                                                                                            "is_parallel": true,
                                                                                            "self": 59.964210300200605
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                },
                                                                "_process_rank_one_or_two_observation": {
                                                                    "total": 15.04729750001011,
                                                                    "count": 820556,
                                                                    "is_parallel": true,
                                                                    "self": 15.04729750001011
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                },
                "trainer_threads": {
                    "total": 4.149999949731864e-05,
                    "count": 1,
                    "self": 4.149999949731864e-05,
                    "children": {
                        "thread_root": {
                            "total": 0.0,
                            "count": 0,
                            "is_parallel": true,
                            "self": 0.0,
                            "children": {
                                "trainer_advance": {
                                    "total": 6496.009756499908,
                                    "count": 328127,
                                    "is_parallel": true,
                                    "self": 9.79731890032781,
                                    "children": {
                                        "process_trajectory": {
                                            "total": 5695.708371999576,
                                            "count": 328127,
                                            "is_parallel": true,
                                            "self": 5695.195094299575,
                                            "children": {
                                                "RLTrainer._checkpoint": {
                                                    "total": 0.5132777000003443,
                                                    "count": 2,
                                                    "is_parallel": true,
                                                    "self": 0.5132777000003443
                                                }
                                            }
                                        },
                                        "_update_policy": {
                                            "total": 790.5040656000034,
                                            "count": 144,
                                            "is_parallel": true,
                                            "self": 534.2281368000022,
                                            "children": {
                                                "TorchPPOOptimizer.update": {
                                                    "total": 256.27592880000117,
                                                    "count": 3462,
                                                    "is_parallel": true,
                                                    "self": 256.27592880000117
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                },
                "TrainerController._save_models": {
                    "total": 0.24350999999933265,
                    "count": 1,
                    "self": 0.008486999999149702,
                    "children": {
                        "RLTrainer._checkpoint": {
                            "total": 0.23502300000018295,
                            "count": 1,
                            "self": 0.23502300000018295
                        }
                    }
                }
            }
        }
    }
}