File size: 27,252 Bytes
f5648bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.4305307865142822,
            "min": 1.4179251194000244,
            "max": 1.4377363920211792,
            "count": 200
        },
        "Agent.Policy.Entropy.sum": {
            "value": 8402.9375,
            "min": 7787.95751953125,
            "max": 10217.5185546875,
            "count": 200
        },
        "Agent.DroneBasedReforestation.TreeDropCount.mean": {
            "value": 1.0666666666666667,
            "min": 0.3333333333333333,
            "max": 1.4,
            "count": 200
        },
        "Agent.DroneBasedReforestation.TreeDropCount.sum": {
            "value": 16.0,
            "min": 6.0,
            "max": 24.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.RechargeEnergyCount.mean": {
            "value": 10.8,
            "min": 8.266666666666667,
            "max": 52.733333333333334,
            "count": 200
        },
        "Agent.DroneBasedReforestation.RechargeEnergyCount.sum": {
            "value": 162.0,
            "min": 124.0,
            "max": 935.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.8666666666666667,
            "min": 0.4,
            "max": 1.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.OutofEnergyCount.sum": {
            "value": 13.0,
            "min": 6.0,
            "max": 18.0,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceUntilTreeDrop.mean": {
            "value": 64.00649248758951,
            "min": 8.590577337476942,
            "max": 109.97190755208334,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceUntilTreeDrop.sum": {
            "value": 960.0973873138428,
            "min": 154.63039207458496,
            "max": 1649.57861328125,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeTreeDropReward.mean": {
            "value": 8.116427787144978,
            "min": 1.3067185004552206,
            "max": 13.148702176411946,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeTreeDropReward.sum": {
            "value": 121.74641680717468,
            "min": 19.600777506828308,
            "max": 197.2305326461792,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceReward.mean": {
            "value": 2.2712233940760296,
            "min": 0.26030529538790387,
            "max": 5.10064845085144,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistanceReward.sum": {
            "value": 34.06835091114044,
            "min": 4.466096103191376,
            "max": 76.5097267627716,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeNormalizedDistanceUntilTreeDrop.mean": {
            "value": 0.22712233712275823,
            "min": 0.0260305292904377,
            "max": 0.5100648482640584,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeNormalizedDistanceUntilTreeDrop.sum": {
            "value": 3.4068350568413734,
            "min": 0.44660961627960205,
            "max": 7.6509727239608765,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistancetoExistingTrees.mean": {
            "value": 52.35421053568522,
            "min": 14.488178213437399,
            "max": 111.25537077585857,
            "count": 200
        },
        "Agent.DroneBasedReforestation.CumulativeDistancetoExistingTrees.sum": {
            "value": 785.3131580352783,
            "min": 260.78720784187317,
            "max": 2002.596673965454,
            "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": 390.6,
            "min": 312.8333333333333,
            "max": 399.0,
            "count": 200
        },
        "Agent.Environment.EpisodeLength.sum": {
            "value": 5859.0,
            "min": 5457.0,
            "max": 7146.0,
            "count": 200
        },
        "Agent.Step.mean": {
            "value": 1199677.0,
            "min": 5987.0,
            "max": 1199677.0,
            "count": 200
        },
        "Agent.Step.sum": {
            "value": 1199677.0,
            "min": 5987.0,
            "max": 1199677.0,
            "count": 200
        },
        "Agent.Policy.CuriosityValueEstimate.mean": {
            "value": 0.5442361831665039,
            "min": 0.029143445193767548,
            "max": 0.9844069480895996,
            "count": 200
        },
        "Agent.Policy.CuriosityValueEstimate.sum": {
            "value": 8.163542747497559,
            "min": 0.4371516704559326,
            "max": 15.750511169433594,
            "count": 200
        },
        "Agent.Policy.ExtrinsicValueEstimate.mean": {
            "value": 0.8943437337875366,
            "min": -0.0026478245854377747,
            "max": 1.2996344566345215,
            "count": 200
        },
        "Agent.Policy.ExtrinsicValueEstimate.sum": {
            "value": 13.415156364440918,
            "min": -0.03971736878156662,
            "max": 19.494516372680664,
            "count": 200
        },
        "Agent.Environment.CumulativeReward.mean": {
            "value": 11.246434267361959,
            "min": 0.49790438810984294,
            "max": 18.70549505551656,
            "count": 200
        },
        "Agent.Environment.CumulativeReward.sum": {
            "value": 168.69651401042938,
            "min": 7.468565821647644,
            "max": 280.5824258327484,
            "count": 200
        },
        "Agent.Policy.CuriosityReward.mean": {
            "value": 1.7330764293670655,
            "min": 0.0,
            "max": 13.387562370300293,
            "count": 200
        },
        "Agent.Policy.CuriosityReward.sum": {
            "value": 25.99614644050598,
            "min": 0.0,
            "max": 200.8134355545044,
            "count": 200
        },
        "Agent.Policy.ExtrinsicReward.mean": {
            "value": 10.121790488560995,
            "min": 0.4481136004130046,
            "max": 16.83494649330775,
            "count": 200
        },
        "Agent.Policy.ExtrinsicReward.sum": {
            "value": 151.82685732841492,
            "min": 6.721704006195068,
            "max": 252.52419739961624,
            "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.019706871533007535,
            "min": 0.014022891050747907,
            "max": 0.03550837947598969,
            "count": 137
        },
        "Agent.Losses.PolicyLoss.sum": {
            "value": 0.019706871533007535,
            "min": 0.014022891050747907,
            "max": 0.03550837947598969,
            "count": 137
        },
        "Agent.Losses.ValueLoss.mean": {
            "value": 0.7534819333641617,
            "min": 0.13195061466346183,
            "max": 1.552942191561063,
            "count": 137
        },
        "Agent.Losses.ValueLoss.sum": {
            "value": 0.7534819333641617,
            "min": 0.13195061466346183,
            "max": 1.552942191561063,
            "count": 137
        },
        "Agent.Policy.LearningRate.mean": {
            "value": 1.052349649249999e-06,
            "min": 1.052349649249999e-06,
            "max": 0.00029780325073225,
            "count": 137
        },
        "Agent.Policy.LearningRate.sum": {
            "value": 1.052349649249999e-06,
            "min": 1.052349649249999e-06,
            "max": 0.00029780325073225,
            "count": 137
        },
        "Agent.Policy.Epsilon.mean": {
            "value": 0.10035075000000002,
            "min": 0.10035075000000002,
            "max": 0.19926775000000005,
            "count": 137
        },
        "Agent.Policy.Epsilon.sum": {
            "value": 0.10035075000000002,
            "min": 0.10035075000000002,
            "max": 0.19926775000000005,
            "count": 137
        },
        "Agent.Policy.Beta.mean": {
            "value": 2.750242499999999e-05,
            "min": 2.750242499999999e-05,
            "max": 0.004963460725,
            "count": 137
        },
        "Agent.Policy.Beta.sum": {
            "value": 2.750242499999999e-05,
            "min": 2.750242499999999e-05,
            "max": 0.004963460725,
            "count": 137
        },
        "Agent.Losses.CuriosityForwardLoss.mean": {
            "value": 0.04294379772963347,
            "min": 0.03619113999108473,
            "max": 0.6027635087569555,
            "count": 137
        },
        "Agent.Losses.CuriosityForwardLoss.sum": {
            "value": 0.04294379772963347,
            "min": 0.03619113999108473,
            "max": 0.6027635087569555,
            "count": 137
        },
        "Agent.Losses.CuriosityInverseLoss.mean": {
            "value": 1.6761144090581823,
            "min": 1.639620304107666,
            "max": 3.315477500359217,
            "count": 137
        },
        "Agent.Losses.CuriosityInverseLoss.sum": {
            "value": 1.6761144090581823,
            "min": 1.639620304107666,
            "max": 3.315477500359217,
            "count": 137
        }
    },
    "metadata": {
        "timer_format_version": "0.1.0",
        "start_time_seconds": "1717777508",
        "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_10_task_0_run_id_2_train.yaml --run-id=DroneBasedReforestation/train/DroneBasedReforestation_difficulty_10_task_0_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": "1717780972"
    },
    "total": 3463.8833852999996,
    "count": 1,
    "self": 0.2630401999995229,
    "children": {
        "run_training.setup": {
            "total": 0.04985329999999999,
            "count": 1,
            "self": 0.04985329999999999
        },
        "TrainerController.start_learning": {
            "total": 3463.5704918,
            "count": 1,
            "self": 5.068986999986009,
            "children": {
                "TrainerController._reset_env": {
                    "total": 2.0386174,
                    "count": 1,
                    "self": 2.0386174
                },
                "TrainerController.advance": {
                    "total": 3456.289249100014,
                    "count": 401100,
                    "self": 4.628672400080177,
                    "children": {
                        "env_step": {
                            "total": 3451.6605766999337,
                            "count": 401100,
                            "self": 1503.283720300047,
                            "children": {
                                "SubprocessEnvManager._take_step": {
                                    "total": 1945.243238499896,
                                    "count": 401100,
                                    "self": 10.410247899865453,
                                    "children": {
                                        "TorchPolicy.evaluate": {
                                            "total": 1934.8329906000306,
                                            "count": 400160,
                                            "self": 1934.8329906000306
                                        }
                                    }
                                },
                                "workers": {
                                    "total": 3.1336178999907576,
                                    "count": 401100,
                                    "self": 0.0,
                                    "children": {
                                        "worker_root": {
                                            "total": 3456.7936839999793,
                                            "count": 401100,
                                            "is_parallel": true,
                                            "self": 2138.8945531000036,
                                            "children": {
                                                "steps_from_proto": {
                                                    "total": 0.006685200000000169,
                                                    "count": 1,
                                                    "is_parallel": true,
                                                    "self": 0.00010800000000021903,
                                                    "children": {
                                                        "_process_maybe_compressed_observation": {
                                                            "total": 0.006530399999999936,
                                                            "count": 2,
                                                            "is_parallel": true,
                                                            "self": 4.0900000000121395e-05,
                                                            "children": {
                                                                "_observation_to_np_array": {
                                                                    "total": 0.006489499999999815,
                                                                    "count": 3,
                                                                    "is_parallel": true,
                                                                    "self": 4.129999999968881e-05,
                                                                    "children": {
                                                                        "process_pixels": {
                                                                            "total": 0.006448200000000126,
                                                                            "count": 3,
                                                                            "is_parallel": true,
                                                                            "self": 0.00024410000000019139,
                                                                            "children": {
                                                                                "image_decompress": {
                                                                                    "total": 0.006204099999999935,
                                                                                    "count": 3,
                                                                                    "is_parallel": true,
                                                                                    "self": 0.006204099999999935
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        },
                                                        "_process_rank_one_or_two_observation": {
                                                            "total": 4.68000000000135e-05,
                                                            "count": 2,
                                                            "is_parallel": true,
                                                            "self": 4.68000000000135e-05
                                                        }
                                                    }
                                                },
                                                "UnityEnvironment.step": {
                                                    "total": 1317.8924456999757,
                                                    "count": 401100,
                                                    "is_parallel": true,
                                                    "self": 17.111256100049104,
                                                    "children": {
                                                        "UnityEnvironment._generate_step_input": {
                                                            "total": 19.5919268999856,
                                                            "count": 401100,
                                                            "is_parallel": true,
                                                            "self": 19.5919268999856
                                                        },
                                                        "communicator.exchange": {
                                                            "total": 1142.8874947000145,
                                                            "count": 401100,
                                                            "is_parallel": true,
                                                            "self": 1142.8874947000145
                                                        },
                                                        "steps_from_proto": {
                                                            "total": 138.30176799992657,
                                                            "count": 401100,
                                                            "is_parallel": true,
                                                            "self": 27.261460699962967,
                                                            "children": {
                                                                "_process_maybe_compressed_observation": {
                                                                    "total": 99.4648361999284,
                                                                    "count": 802200,
                                                                    "is_parallel": true,
                                                                    "self": 7.785914999949924,
                                                                    "children": {
                                                                        "_observation_to_np_array": {
                                                                            "total": 91.67892119997848,
                                                                            "count": 1203573,
                                                                            "is_parallel": true,
                                                                            "self": 7.851400799969497,
                                                                            "children": {
                                                                                "process_pixels": {
                                                                                    "total": 83.82752040000898,
                                                                                    "count": 1203573,
                                                                                    "is_parallel": true,
                                                                                    "self": 39.75448050011749,
                                                                                    "children": {
                                                                                        "image_decompress": {
                                                                                            "total": 44.07303989989149,
                                                                                            "count": 1203573,
                                                                                            "is_parallel": true,
                                                                                            "self": 44.07303989989149
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                },
                                                                "_process_rank_one_or_two_observation": {
                                                                    "total": 11.5754711000352,
                                                                    "count": 802200,
                                                                    "is_parallel": true,
                                                                    "self": 11.5754711000352
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                },
                "trainer_threads": {
                    "total": 3.3400000120309414e-05,
                    "count": 1,
                    "self": 3.3400000120309414e-05,
                    "children": {
                        "thread_root": {
                            "total": 0.0,
                            "count": 0,
                            "is_parallel": true,
                            "self": 0.0,
                            "children": {
                                "trainer_advance": {
                                    "total": 3459.4188590000413,
                                    "count": 166188,
                                    "is_parallel": true,
                                    "self": 5.475295599989295,
                                    "children": {
                                        "process_trajectory": {
                                            "total": 2714.897038600053,
                                            "count": 166188,
                                            "is_parallel": true,
                                            "self": 2714.497464300053,
                                            "children": {
                                                "RLTrainer._checkpoint": {
                                                    "total": 0.39957430000004024,
                                                    "count": 2,
                                                    "is_parallel": true,
                                                    "self": 0.39957430000004024
                                                }
                                            }
                                        },
                                        "_update_policy": {
                                            "total": 739.0465247999991,
                                            "count": 137,
                                            "is_parallel": true,
                                            "self": 489.2955001999993,
                                            "children": {
                                                "TorchPPOOptimizer.update": {
                                                    "total": 249.75102459999982,
                                                    "count": 3408,
                                                    "is_parallel": true,
                                                    "self": 249.75102459999982
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                },
                "TrainerController._save_models": {
                    "total": 0.17360490000010032,
                    "count": 1,
                    "self": 0.006113800000093761,
                    "children": {
                        "RLTrainer._checkpoint": {
                            "total": 0.16749110000000655,
                            "count": 1,
                            "self": 0.16749110000000655
                        }
                    }
                }
            }
        }
    }
}