philippds commited on
Commit
5e9c45d
1 Parent(s): e1bd63b

Upload 12 files

Browse files
Agent.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988dac0f2bb08c1a47691a281b41a26d9f9d67452d046d22e9b8249b2efb3ce5
3
+ size 562656
Agent/Agent-1200912.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988dac0f2bb08c1a47691a281b41a26d9f9d67452d046d22e9b8249b2efb3ce5
3
+ size 562656
Agent/Agent-1200912.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb47d08515ef1c1ccc9fb429ba45110bf5e7266789eb790225ec1c1ed2cf6729
3
+ size 4530031
Agent/Agent-499826.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:408618cdfc2b5bfde8f8c2443c89d4cf50b1f87fe40bb1b67ab2b74dc4228255
3
+ size 562656
Agent/Agent-499826.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a662f41aabe1ded909346618c4c8605e1cc6e6b360867099e21e6bb34fedee6
3
+ size 4530031
Agent/Agent-999960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2204b626d2d825592ec4e8b6a211ee289a29f98ac275034144bd92ae73689bb9
3
+ size 562656
Agent/Agent-999960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c9cf69b4ed093e52751d6c2fb68970ff365d5ad95b4e78af2517ec967f97ee
3
+ size 4530031
Agent/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb47d08515ef1c1ccc9fb429ba45110bf5e7266789eb790225ec1c1ed2cf6729
3
+ size 4530031
Agent/events.out.tfevents.1717644297.RICHARD.39688.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e12b02a41e21bdd16944138fe96e7065a57fee96be9511a529495efb0ded44
3
+ size 2390909
configuration.yaml ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Agent:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 1024
7
+ buffer_size: 8192
8
+ learning_rate: 0.0003
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ network_settings:
18
+ normalize: false
19
+ hidden_units: 128
20
+ num_layers: 2
21
+ vis_encode_type: resnet
22
+ memory: null
23
+ goal_conditioning_type: hyper
24
+ deterministic: false
25
+ reward_signals:
26
+ curiosity:
27
+ gamma: 0.99
28
+ strength: 0.1
29
+ network_settings:
30
+ normalize: false
31
+ hidden_units: 128
32
+ num_layers: 2
33
+ vis_encode_type: resnet
34
+ memory: null
35
+ goal_conditioning_type: hyper
36
+ deterministic: false
37
+ learning_rate: 0.0003
38
+ encoding_size: 256
39
+ extrinsic:
40
+ gamma: 0.99
41
+ strength: 0.9
42
+ network_settings:
43
+ normalize: false
44
+ hidden_units: 128
45
+ num_layers: 2
46
+ vis_encode_type: resnet
47
+ memory: null
48
+ goal_conditioning_type: hyper
49
+ deterministic: false
50
+ init_path: null
51
+ keep_checkpoints: 5
52
+ checkpoint_interval: 500000
53
+ max_steps: 1200000
54
+ time_horizon: 8192
55
+ summary_freq: 6000
56
+ threaded: true
57
+ self_play: null
58
+ behavioral_cloning: null
59
+ env_settings:
60
+ env_path: c:/users/pdsie/documents/hivex/src/hivex/training/baseline/ml_agents/dev_environments/Hivex_DroneBasedReforestation_win
61
+ env_args: null
62
+ base_port: 5007
63
+ num_envs: 1
64
+ num_areas: 1
65
+ seed: 5000
66
+ max_lifetime_restarts: 10
67
+ restarts_rate_limit_n: 1
68
+ restarts_rate_limit_period_s: 60
69
+ engine_settings:
70
+ width: 84
71
+ height: 84
72
+ quality_level: 5
73
+ time_scale: 20
74
+ target_frame_rate: -1
75
+ capture_frame_rate: 60
76
+ no_graphics: true
77
+ environment_parameters:
78
+ difficulty:
79
+ curriculum:
80
+ - value:
81
+ sampler_type: constant
82
+ sampler_parameters:
83
+ seed: 5000
84
+ value: 5
85
+ name: difficulty
86
+ completion_criteria: null
87
+ task:
88
+ curriculum:
89
+ - value:
90
+ sampler_type: constant
91
+ sampler_parameters:
92
+ seed: 5001
93
+ value: 3
94
+ name: task
95
+ completion_criteria: null
96
+ checkpoint_settings:
97
+ run_id: DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train
98
+ initialize_from: null
99
+ load_model: false
100
+ resume: false
101
+ force: false
102
+ train_model: false
103
+ inference: false
104
+ results_dir: results
105
+ torch_settings:
106
+ device: null
107
+ debug: false
run_logs/timers.json ADDED
@@ -0,0 +1,575 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Agent.Policy.Entropy.mean": {
5
+ "value": 1.3702343702316284,
6
+ "min": 1.3702343702316284,
7
+ "max": 1.4285763502120972,
8
+ "count": 200
9
+ },
10
+ "Agent.Policy.Entropy.sum": {
11
+ "value": 9368.2919921875,
12
+ "min": 6823.7998046875,
13
+ "max": 9800.8203125,
14
+ "count": 200
15
+ },
16
+ "Agent.DroneBasedReforestation.TreeDropCount.mean": {
17
+ "value": 0.8095238095238095,
18
+ "min": 0.3333333333333333,
19
+ "max": 1.0,
20
+ "count": 200
21
+ },
22
+ "Agent.DroneBasedReforestation.TreeDropCount.sum": {
23
+ "value": 34.0,
24
+ "min": 7.0,
25
+ "max": 128.0,
26
+ "count": 200
27
+ },
28
+ "Agent.DroneBasedReforestation.RechargeEnergyCount.mean": {
29
+ "value": 9.5,
30
+ "min": 3.7142857142857144,
31
+ "max": 44.766666666666666,
32
+ "count": 200
33
+ },
34
+ "Agent.DroneBasedReforestation.RechargeEnergyCount.sum": {
35
+ "value": 399.0,
36
+ "min": 78.0,
37
+ "max": 1441.0,
38
+ "count": 200
39
+ },
40
+ "Agent.DroneBasedReforestation.SaveLocationCount.mean": {
41
+ "value": 0.0,
42
+ "min": 0.0,
43
+ "max": 0.0,
44
+ "count": 200
45
+ },
46
+ "Agent.DroneBasedReforestation.SaveLocationCount.sum": {
47
+ "value": 0.0,
48
+ "min": 0.0,
49
+ "max": 0.0,
50
+ "count": 200
51
+ },
52
+ "Agent.DroneBasedReforestation.OutofEnergyCount.mean": {
53
+ "value": 0.11904761904761904,
54
+ "min": 0.0,
55
+ "max": 0.47619047619047616,
56
+ "count": 200
57
+ },
58
+ "Agent.DroneBasedReforestation.OutofEnergyCount.sum": {
59
+ "value": 5.0,
60
+ "min": 0.0,
61
+ "max": 11.0,
62
+ "count": 200
63
+ },
64
+ "Agent.DroneBasedReforestation.CumulativeDistanceUntilTreeDrop.mean": {
65
+ "value": 58.831503096080965,
66
+ "min": 12.754429340362549,
67
+ "max": 70.47900446256001,
68
+ "count": 200
69
+ },
70
+ "Agent.DroneBasedReforestation.CumulativeDistanceUntilTreeDrop.sum": {
71
+ "value": 2470.9231300354004,
72
+ "min": 306.1063041687012,
73
+ "max": 6669.781922340393,
74
+ "count": 200
75
+ },
76
+ "Agent.DroneBasedReforestation.CumulativeTreeDropReward.mean": {
77
+ "value": 3.6928408598039475,
78
+ "min": 0.505825142065684,
79
+ "max": 5.846334925956196,
80
+ "count": 200
81
+ },
82
+ "Agent.DroneBasedReforestation.CumulativeTreeDropReward.sum": {
83
+ "value": 155.0993161117658,
84
+ "min": 12.139803409576416,
85
+ "max": 582.5994163304567,
86
+ "count": 200
87
+ },
88
+ "Agent.DroneBasedReforestation.CumulativeDistanceReward.mean": {
89
+ "value": 1.6115015120733351,
90
+ "min": 0.13446491956710815,
91
+ "max": 2.243967639075385,
92
+ "count": 200
93
+ },
94
+ "Agent.DroneBasedReforestation.CumulativeDistanceReward.sum": {
95
+ "value": 67.68306350708008,
96
+ "min": 3.2271580696105957,
97
+ "max": 179.2016315460205,
98
+ "count": 200
99
+ },
100
+ "Agent.DroneBasedReforestation.CumulativeNormalizedDistanceUntilTreeDrop.mean": {
101
+ "value": 0.1611501517749968,
102
+ "min": 0.013446491832534472,
103
+ "max": 0.22439676605992848,
104
+ "count": 200
105
+ },
106
+ "Agent.DroneBasedReforestation.CumulativeNormalizedDistanceUntilTreeDrop.sum": {
107
+ "value": 6.768306374549866,
108
+ "min": 0.32271580398082733,
109
+ "max": 17.920163184404373,
110
+ "count": 200
111
+ },
112
+ "Agent.DroneBasedReforestation.CumulativeDistancetoExistingTrees.mean": {
113
+ "value": 53.584198315938316,
114
+ "min": 20.27740110669817,
115
+ "max": 83.83410439667878,
116
+ "count": 200
117
+ },
118
+ "Agent.DroneBasedReforestation.CumulativeDistancetoExistingTrees.sum": {
119
+ "value": 2250.536329269409,
120
+ "min": 386.5410442352295,
121
+ "max": 9119.055777072906,
122
+ "count": 200
123
+ },
124
+ "Agent.Environment.LessonNumber.difficulty.mean": {
125
+ "value": 0.0,
126
+ "min": 0.0,
127
+ "max": 0.0,
128
+ "count": 200
129
+ },
130
+ "Agent.Environment.LessonNumber.difficulty.sum": {
131
+ "value": 0.0,
132
+ "min": 0.0,
133
+ "max": 0.0,
134
+ "count": 200
135
+ },
136
+ "Agent.Environment.LessonNumber.task.mean": {
137
+ "value": 0.0,
138
+ "min": 0.0,
139
+ "max": 0.0,
140
+ "count": 200
141
+ },
142
+ "Agent.Environment.LessonNumber.task.sum": {
143
+ "value": 0.0,
144
+ "min": 0.0,
145
+ "max": 0.0,
146
+ "count": 200
147
+ },
148
+ "Agent.Environment.EpisodeLength.mean": {
149
+ "value": 162.0,
150
+ "min": 39.357142857142854,
151
+ "max": 324.14285714285717,
152
+ "count": 200
153
+ },
154
+ "Agent.Environment.EpisodeLength.sum": {
155
+ "value": 6804.0,
156
+ "min": 4884.0,
157
+ "max": 6951.0,
158
+ "count": 200
159
+ },
160
+ "Agent.Step.mean": {
161
+ "value": 1199712.0,
162
+ "min": 5673.0,
163
+ "max": 1199712.0,
164
+ "count": 200
165
+ },
166
+ "Agent.Step.sum": {
167
+ "value": 1199712.0,
168
+ "min": 5673.0,
169
+ "max": 1199712.0,
170
+ "count": 200
171
+ },
172
+ "Agent.Policy.CuriosityValueEstimate.mean": {
173
+ "value": 0.17536352574825287,
174
+ "min": 0.013186157681047916,
175
+ "max": 1.0032501220703125,
176
+ "count": 200
177
+ },
178
+ "Agent.Policy.CuriosityValueEstimate.sum": {
179
+ "value": 7.014541149139404,
180
+ "min": 0.39558473229408264,
181
+ "max": 35.391231536865234,
182
+ "count": 200
183
+ },
184
+ "Agent.Policy.ExtrinsicValueEstimate.mean": {
185
+ "value": 42.13700485229492,
186
+ "min": 0.05967150628566742,
187
+ "max": 54.45671463012695,
188
+ "count": 200
189
+ },
190
+ "Agent.Policy.ExtrinsicValueEstimate.sum": {
191
+ "value": 1685.480224609375,
192
+ "min": 1.4917876720428467,
193
+ "max": 6933.2783203125,
194
+ "count": 200
195
+ },
196
+ "Agent.Environment.CumulativeReward.mean": {
197
+ "value": 88.9996132960543,
198
+ "min": 31.145872324705124,
199
+ "max": 106.24138140407476,
200
+ "count": 200
201
+ },
202
+ "Agent.Environment.CumulativeReward.sum": {
203
+ "value": 3559.984531842172,
204
+ "min": 716.3550634682178,
205
+ "max": 13591.092759132385,
206
+ "count": 200
207
+ },
208
+ "Agent.Policy.CuriosityReward.mean": {
209
+ "value": 0.2655094655696303,
210
+ "min": 0.0,
211
+ "max": 6.215978073351311,
212
+ "count": 200
213
+ },
214
+ "Agent.Policy.CuriosityReward.sum": {
215
+ "value": 10.62037862278521,
216
+ "min": 0.0,
217
+ "max": 205.12727642059326,
218
+ "count": 200
219
+ },
220
+ "Agent.Policy.ExtrinsicReward.mean": {
221
+ "value": 80.09965533008798,
222
+ "min": 28.031288092955947,
223
+ "max": 95.61724598299374,
224
+ "count": 200
225
+ },
226
+ "Agent.Policy.ExtrinsicReward.sum": {
227
+ "value": 3203.9862132035196,
228
+ "min": 644.7196261379868,
229
+ "max": 12231.983855217695,
230
+ "count": 200
231
+ },
232
+ "Agent.IsTraining.mean": {
233
+ "value": 1.0,
234
+ "min": 1.0,
235
+ "max": 1.0,
236
+ "count": 200
237
+ },
238
+ "Agent.IsTraining.sum": {
239
+ "value": 1.0,
240
+ "min": 1.0,
241
+ "max": 1.0,
242
+ "count": 200
243
+ },
244
+ "Agent.Losses.PolicyLoss.mean": {
245
+ "value": 0.02166815393138677,
246
+ "min": 0.016005230757097404,
247
+ "max": 0.03362609566344569,
248
+ "count": 139
249
+ },
250
+ "Agent.Losses.PolicyLoss.sum": {
251
+ "value": 0.02166815393138677,
252
+ "min": 0.016005230757097404,
253
+ "max": 0.03362609566344569,
254
+ "count": 139
255
+ },
256
+ "Agent.Losses.ValueLoss.mean": {
257
+ "value": 115.71876049041748,
258
+ "min": 19.359095017115276,
259
+ "max": 149.22057723999023,
260
+ "count": 139
261
+ },
262
+ "Agent.Losses.ValueLoss.sum": {
263
+ "value": 115.71876049041748,
264
+ "min": 19.359095017115276,
265
+ "max": 149.22057723999023,
266
+ "count": 139
267
+ },
268
+ "Agent.Policy.LearningRate.mean": {
269
+ "value": 8.693497102499992e-07,
270
+ "min": 8.693497102499992e-07,
271
+ "max": 0.00029776350074549996,
272
+ "count": 139
273
+ },
274
+ "Agent.Policy.LearningRate.sum": {
275
+ "value": 8.693497102499992e-07,
276
+ "min": 8.693497102499992e-07,
277
+ "max": 0.00029776350074549996,
278
+ "count": 139
279
+ },
280
+ "Agent.Policy.Epsilon.mean": {
281
+ "value": 0.10028975000000001,
282
+ "min": 0.10028975000000001,
283
+ "max": 0.1992545,
284
+ "count": 139
285
+ },
286
+ "Agent.Policy.Epsilon.sum": {
287
+ "value": 0.10028975000000001,
288
+ "min": 0.10028975000000001,
289
+ "max": 0.1992545,
290
+ "count": 139
291
+ },
292
+ "Agent.Policy.Beta.mean": {
293
+ "value": 2.445852499999999e-05,
294
+ "min": 2.445852499999999e-05,
295
+ "max": 0.00496279955,
296
+ "count": 139
297
+ },
298
+ "Agent.Policy.Beta.sum": {
299
+ "value": 2.445852499999999e-05,
300
+ "min": 2.445852499999999e-05,
301
+ "max": 0.00496279955,
302
+ "count": 139
303
+ },
304
+ "Agent.Losses.CuriosityForwardLoss.mean": {
305
+ "value": 0.019822144803280633,
306
+ "min": 0.017879613287126023,
307
+ "max": 0.6002316027879715,
308
+ "count": 139
309
+ },
310
+ "Agent.Losses.CuriosityForwardLoss.sum": {
311
+ "value": 0.019822144803280633,
312
+ "min": 0.017879613287126023,
313
+ "max": 0.6002316027879715,
314
+ "count": 139
315
+ },
316
+ "Agent.Losses.CuriosityInverseLoss.mean": {
317
+ "value": 2.2797528902689614,
318
+ "min": 2.261426647504171,
319
+ "max": 3.353024572134018,
320
+ "count": 139
321
+ },
322
+ "Agent.Losses.CuriosityInverseLoss.sum": {
323
+ "value": 2.2797528902689614,
324
+ "min": 2.261426647504171,
325
+ "max": 3.353024572134018,
326
+ "count": 139
327
+ }
328
+ },
329
+ "metadata": {
330
+ "timer_format_version": "0.1.0",
331
+ "start_time_seconds": "1717644296",
332
+ "python_version": "3.9.18 (main, Sep 11 2023, 14:09:26) [MSC v.1916 64 bit (AMD64)]",
333
+ "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_5_task_3_run_id_2_train.yaml --run-id=DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train --base-port 5007",
334
+ "mlagents_version": "0.30.0",
335
+ "mlagents_envs_version": "0.30.0",
336
+ "communication_protocol_version": "1.5.0",
337
+ "pytorch_version": "1.7.1+cu110",
338
+ "numpy_version": "1.21.0",
339
+ "end_time_seconds": "1717648175"
340
+ },
341
+ "total": 3879.5636875,
342
+ "count": 1,
343
+ "self": 0.5836715000000368,
344
+ "children": {
345
+ "run_training.setup": {
346
+ "total": 0.04922060000000006,
347
+ "count": 1,
348
+ "self": 0.04922060000000006
349
+ },
350
+ "TrainerController.start_learning": {
351
+ "total": 3878.9307954,
352
+ "count": 1,
353
+ "self": 4.769126999989112,
354
+ "children": {
355
+ "TrainerController._reset_env": {
356
+ "total": 2.0138585000000004,
357
+ "count": 1,
358
+ "self": 2.0138585000000004
359
+ },
360
+ "TrainerController.advance": {
361
+ "total": 3871.983030500011,
362
+ "count": 403331,
363
+ "self": 4.73594840008991,
364
+ "children": {
365
+ "env_step": {
366
+ "total": 3867.247082099921,
367
+ "count": 403331,
368
+ "self": 1914.9331705998552,
369
+ "children": {
370
+ "SubprocessEnvManager._take_step": {
371
+ "total": 1949.0585163001092,
372
+ "count": 403331,
373
+ "self": 10.356838600219362,
374
+ "children": {
375
+ "TorchPolicy.evaluate": {
376
+ "total": 1938.7016776998898,
377
+ "count": 400304,
378
+ "self": 1938.7016776998898
379
+ }
380
+ }
381
+ },
382
+ "workers": {
383
+ "total": 3.255395199956714,
384
+ "count": 403331,
385
+ "self": 0.0,
386
+ "children": {
387
+ "worker_root": {
388
+ "total": 3870.2295594999377,
389
+ "count": 403331,
390
+ "is_parallel": true,
391
+ "self": 2171.3851849999296,
392
+ "children": {
393
+ "steps_from_proto": {
394
+ "total": 0.006126599999999982,
395
+ "count": 1,
396
+ "is_parallel": true,
397
+ "self": 0.00010400000000010401,
398
+ "children": {
399
+ "_process_maybe_compressed_observation": {
400
+ "total": 0.0059762999999999344,
401
+ "count": 2,
402
+ "is_parallel": true,
403
+ "self": 3.45000000001594e-05,
404
+ "children": {
405
+ "_observation_to_np_array": {
406
+ "total": 0.005941799999999775,
407
+ "count": 3,
408
+ "is_parallel": true,
409
+ "self": 2.8299999999426007e-05,
410
+ "children": {
411
+ "process_pixels": {
412
+ "total": 0.005913500000000349,
413
+ "count": 3,
414
+ "is_parallel": true,
415
+ "self": 0.0002469000000002719,
416
+ "children": {
417
+ "image_decompress": {
418
+ "total": 0.005666600000000077,
419
+ "count": 3,
420
+ "is_parallel": true,
421
+ "self": 0.005666600000000077
422
+ }
423
+ }
424
+ }
425
+ }
426
+ }
427
+ }
428
+ },
429
+ "_process_rank_one_or_two_observation": {
430
+ "total": 4.629999999994361e-05,
431
+ "count": 2,
432
+ "is_parallel": true,
433
+ "self": 4.629999999994361e-05
434
+ }
435
+ }
436
+ },
437
+ "UnityEnvironment.step": {
438
+ "total": 1698.8382479000081,
439
+ "count": 403331,
440
+ "is_parallel": true,
441
+ "self": 19.066693599921336,
442
+ "children": {
443
+ "UnityEnvironment._generate_step_input": {
444
+ "total": 18.76571009997244,
445
+ "count": 403331,
446
+ "is_parallel": true,
447
+ "self": 18.76571009997244
448
+ },
449
+ "communicator.exchange": {
450
+ "total": 1518.0595141001145,
451
+ "count": 403331,
452
+ "is_parallel": true,
453
+ "self": 1518.0595141001145
454
+ },
455
+ "steps_from_proto": {
456
+ "total": 142.94633009999978,
457
+ "count": 403331,
458
+ "is_parallel": true,
459
+ "self": 28.38861349963352,
460
+ "children": {
461
+ "_process_maybe_compressed_observation": {
462
+ "total": 101.96121070031596,
463
+ "count": 806662,
464
+ "is_parallel": true,
465
+ "self": 8.329450300419992,
466
+ "children": {
467
+ "_observation_to_np_array": {
468
+ "total": 93.63176039989597,
469
+ "count": 1210584,
470
+ "is_parallel": true,
471
+ "self": 8.190591199726384,
472
+ "children": {
473
+ "process_pixels": {
474
+ "total": 85.44116920016958,
475
+ "count": 1210584,
476
+ "is_parallel": true,
477
+ "self": 40.30926290037272,
478
+ "children": {
479
+ "image_decompress": {
480
+ "total": 45.13190629979686,
481
+ "count": 1210584,
482
+ "is_parallel": true,
483
+ "self": 45.13190629979686
484
+ }
485
+ }
486
+ }
487
+ }
488
+ }
489
+ }
490
+ },
491
+ "_process_rank_one_or_two_observation": {
492
+ "total": 12.596505900050296,
493
+ "count": 806662,
494
+ "is_parallel": true,
495
+ "self": 12.596505900050296
496
+ }
497
+ }
498
+ }
499
+ }
500
+ }
501
+ }
502
+ }
503
+ }
504
+ }
505
+ }
506
+ }
507
+ }
508
+ },
509
+ "trainer_threads": {
510
+ "total": 2.429999995001708e-05,
511
+ "count": 1,
512
+ "self": 2.429999995001708e-05,
513
+ "children": {
514
+ "thread_root": {
515
+ "total": 0.0,
516
+ "count": 0,
517
+ "is_parallel": true,
518
+ "self": 0.0,
519
+ "children": {
520
+ "trainer_advance": {
521
+ "total": 3875.512636300037,
522
+ "count": 190352,
523
+ "is_parallel": true,
524
+ "self": 3.6124466000769644,
525
+ "children": {
526
+ "process_trajectory": {
527
+ "total": 3143.815014799961,
528
+ "count": 190352,
529
+ "is_parallel": true,
530
+ "self": 3143.40340489996,
531
+ "children": {
532
+ "RLTrainer._checkpoint": {
533
+ "total": 0.41160990000048514,
534
+ "count": 2,
535
+ "is_parallel": true,
536
+ "self": 0.41160990000048514
537
+ }
538
+ }
539
+ },
540
+ "_update_policy": {
541
+ "total": 728.0851748999988,
542
+ "count": 139,
543
+ "is_parallel": true,
544
+ "self": 488.25519190000125,
545
+ "children": {
546
+ "TorchPPOOptimizer.update": {
547
+ "total": 239.8299829999976,
548
+ "count": 3366,
549
+ "is_parallel": true,
550
+ "self": 239.8299829999976
551
+ }
552
+ }
553
+ }
554
+ }
555
+ }
556
+ }
557
+ }
558
+ }
559
+ },
560
+ "TrainerController._save_models": {
561
+ "total": 0.16475510000009308,
562
+ "count": 1,
563
+ "self": 0.011624800000390678,
564
+ "children": {
565
+ "RLTrainer._checkpoint": {
566
+ "total": 0.1531302999997024,
567
+ "count": 1,
568
+ "self": 0.1531302999997024
569
+ }
570
+ }
571
+ }
572
+ }
573
+ }
574
+ }
575
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "difficulty": {
3
+ "lesson_num": 0
4
+ },
5
+ "task": {
6
+ "lesson_num": 0
7
+ },
8
+ "Agent": {
9
+ "checkpoints": [
10
+ {
11
+ "steps": 499826,
12
+ "file_path": "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent\\Agent-499826.onnx",
13
+ "reward": 83.90274836681783,
14
+ "creation_time": 1717645828.8618925,
15
+ "auxillary_file_paths": [
16
+ "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent\\Agent-499826.pt"
17
+ ]
18
+ },
19
+ {
20
+ "steps": 999960,
21
+ "file_path": "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent\\Agent-999960.onnx",
22
+ "reward": 102.64825888791432,
23
+ "creation_time": 1717647475.1166382,
24
+ "auxillary_file_paths": [
25
+ "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent\\Agent-999960.pt"
26
+ ]
27
+ },
28
+ {
29
+ "steps": 1200912,
30
+ "file_path": "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent\\Agent-1200912.onnx",
31
+ "reward": 88.30508523820727,
32
+ "creation_time": 1717648175.147389,
33
+ "auxillary_file_paths": [
34
+ "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent\\Agent-1200912.pt"
35
+ ]
36
+ }
37
+ ],
38
+ "final_checkpoint": {
39
+ "steps": 1200912,
40
+ "file_path": "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent.onnx",
41
+ "reward": 88.30508523820727,
42
+ "creation_time": 1717648175.147389,
43
+ "auxillary_file_paths": [
44
+ "results\\DroneBasedReforestation/train/DroneBasedReforestation_difficulty_5_task_3_run_id_2_train\\Agent\\Agent-1200912.pt"
45
+ ]
46
+ }
47
+ },
48
+ "metadata": {
49
+ "stats_format_version": "0.3.0",
50
+ "mlagents_version": "0.30.0",
51
+ "torch_version": "1.7.1+cu110"
52
+ }
53
+ }