philippds commited on
Commit
fa04181
1 Parent(s): d13f587

Upload 9 files

Browse files
Agent.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:764234f62df2cb02dc15ba91170da87109b4065937401d60adc9d089556285fa
3
+ size 1110764
Agent/Agent-451215.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:764234f62df2cb02dc15ba91170da87109b4065937401d60adc9d089556285fa
3
+ size 1110764
Agent/Agent-451215.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d13f4d8aefe0503216481ab19521759b860530e4fc5b9d192ecc8a506acecbaa
3
+ size 7958695
Agent/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d13f4d8aefe0503216481ab19521759b860530e4fc5b9d192ecc8a506acecbaa
3
+ size 7958695
Agent/events.out.tfevents.1716667367.RICHARD.16904.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b6148d96c4403488c85b24b7baf6a6f136321f056507466753548bead16d76c
3
+ size 208250
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: WildfireResourceManagement_difficulty_7_task_1_run_id_0_train
4
+ tags:
5
+ - hivex
6
+ - hivex-wildfire-resource-management
7
+ - reinforcement-learning
8
+ - multi-agent-reinforcement-learning
9
+ model-index:
10
+ - name: hivex-WRM-PPO-baseline-task-1-difficulty-7
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: keep_all
15
+ task-id: 1
16
+ difficulty-id: 7
17
+ dataset:
18
+ name: hivex-wildfire-resource-management
19
+ type: hivex-wildfire-resource-management
20
+ metrics:
21
+ - type: cumulative_reward
22
+ value: 284.57982330322267 +/- 72.33360798945996
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 49.88518104553223 +/- 12.763755244283319
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 26.185771179199218 +/- 6.931004503131118
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 1.4022221326828004 +/- 0.2644409904563528
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 224.42632904052735 +/- 61.38166216366554
39
+ name: Reward for Moving Resources to Self
40
+ verified: true
41
+ ---
configuration.yaml ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Agent:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
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: 512
20
+ num_layers: 2
21
+ vis_encode_type: simple
22
+ memory: null
23
+ goal_conditioning_type: hyper
24
+ deterministic: false
25
+ reward_signals:
26
+ curiosity:
27
+ gamma: 0.99
28
+ strength: 0.02
29
+ network_settings:
30
+ normalize: false
31
+ hidden_units: 256
32
+ num_layers: 2
33
+ vis_encode_type: simple
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: 1.0
42
+ network_settings:
43
+ normalize: false
44
+ hidden_units: 128
45
+ num_layers: 2
46
+ vis_encode_type: simple
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: 450000
54
+ time_horizon: 2048
55
+ summary_freq: 4500
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_WildfireResourceManagement_win
61
+ env_args: null
62
+ base_port: 5006
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: 7
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: 1
94
+ name: task
95
+ completion_criteria: null
96
+ checkpoint_settings:
97
+ run_id: WildfireResourceManagement/train/WildfireResourceManagement_difficulty_7_task_1_run_id_0_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,459 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Agent.Policy.Entropy.mean": {
5
+ "value": 3.915287971496582,
6
+ "min": 3.8286855220794678,
7
+ "max": 4.388269424438477,
8
+ "count": 100
9
+ },
10
+ "Agent.Policy.Entropy.sum": {
11
+ "value": 14165.51171875,
12
+ "min": 8352.5712890625,
13
+ "max": 29077.494140625,
14
+ "count": 100
15
+ },
16
+ "Agent.WildfireResourceManagement.IndividualResourceCount.mean": {
17
+ "value": 0.900000093711747,
18
+ "min": 0.5527778027786149,
19
+ "max": 0.9000000953674316,
20
+ "count": 100
21
+ },
22
+ "Agent.WildfireResourceManagement.IndividualResourceCount.sum": {
23
+ "value": 16.200001686811447,
24
+ "min": 7.100000619888306,
25
+ "max": 38.90000382065773,
26
+ "count": 100
27
+ },
28
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.mean": {
29
+ "value": 1.427949388175168,
30
+ "min": 0.8593527575241864,
31
+ "max": 13.473621871736315,
32
+ "count": 100
33
+ },
34
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.sum": {
35
+ "value": 25.703088987153023,
36
+ "min": 20.61485666036606,
37
+ "max": 331.6421630382538,
38
+ "count": 100
39
+ },
40
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.mean": {
41
+ "value": 245.42562950981988,
42
+ "min": 39.79780564043257,
43
+ "max": 619.4954562717014,
44
+ "count": 100
45
+ },
46
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.sum": {
47
+ "value": 4417.661331176758,
48
+ "min": 1432.7210030555725,
49
+ "max": 7888.533269882202,
50
+ "count": 100
51
+ },
52
+ "Agent.WildfireResourceManagement.CollectivePerformance.mean": {
53
+ "value": 56.38962088690864,
54
+ "min": 25.348989952935113,
55
+ "max": 134.0869344075521,
56
+ "count": 100
57
+ },
58
+ "Agent.WildfireResourceManagement.CollectivePerformance.sum": {
59
+ "value": 1015.0131759643555,
60
+ "min": 597.5732574462891,
61
+ "max": 1808.8400115966797,
62
+ "count": 100
63
+ },
64
+ "Agent.WildfireResourceManagement.IndividualPerformance.mean": {
65
+ "value": 28.600747956169975,
66
+ "min": 13.09142631954617,
67
+ "max": 72.36796273125543,
68
+ "count": 100
69
+ },
70
+ "Agent.WildfireResourceManagement.IndividualPerformance.sum": {
71
+ "value": 514.8134632110596,
72
+ "min": 316.33687686920166,
73
+ "max": 930.763605594635,
74
+ "count": 100
75
+ },
76
+ "Agent.Environment.LessonNumber.difficulty.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 100
81
+ },
82
+ "Agent.Environment.LessonNumber.difficulty.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 100
87
+ },
88
+ "Agent.Environment.LessonNumber.task.mean": {
89
+ "value": 0.0,
90
+ "min": 0.0,
91
+ "max": 0.0,
92
+ "count": 100
93
+ },
94
+ "Agent.Environment.LessonNumber.task.sum": {
95
+ "value": 0.0,
96
+ "min": 0.0,
97
+ "max": 0.0,
98
+ "count": 100
99
+ },
100
+ "Agent.Environment.EpisodeLength.mean": {
101
+ "value": 200.5,
102
+ "min": 99.6,
103
+ "max": 454.0,
104
+ "count": 100
105
+ },
106
+ "Agent.Environment.EpisodeLength.sum": {
107
+ "value": 3609.0,
108
+ "min": 1971.0,
109
+ "max": 6993.0,
110
+ "count": 100
111
+ },
112
+ "Agent.Step.mean": {
113
+ "value": 449967.0,
114
+ "min": 4460.0,
115
+ "max": 449967.0,
116
+ "count": 100
117
+ },
118
+ "Agent.Step.sum": {
119
+ "value": 449967.0,
120
+ "min": 4460.0,
121
+ "max": 449967.0,
122
+ "count": 100
123
+ },
124
+ "Agent.Policy.CuriosityValueEstimate.mean": {
125
+ "value": 0.007648792117834091,
126
+ "min": -0.037885017693042755,
127
+ "max": 0.058897458016872406,
128
+ "count": 100
129
+ },
130
+ "Agent.Policy.CuriosityValueEstimate.sum": {
131
+ "value": 0.13002946972846985,
132
+ "min": -0.7198153138160706,
133
+ "max": 1.5313339233398438,
134
+ "count": 100
135
+ },
136
+ "Agent.Policy.ExtrinsicValueEstimate.mean": {
137
+ "value": 79.99057006835938,
138
+ "min": 1.986396312713623,
139
+ "max": 122.08625793457031,
140
+ "count": 100
141
+ },
142
+ "Agent.Policy.ExtrinsicValueEstimate.sum": {
143
+ "value": 1359.8397216796875,
144
+ "min": 49.659908294677734,
145
+ "max": 3734.32177734375,
146
+ "count": 100
147
+ },
148
+ "Agent.Environment.CumulativeReward.mean": {
149
+ "value": 337.52348866182217,
150
+ "min": 95.12189712524415,
151
+ "max": 545.2072296142578,
152
+ "count": 100
153
+ },
154
+ "Agent.Environment.CumulativeReward.sum": {
155
+ "value": 5737.899307250977,
156
+ "min": 2378.0474281311035,
157
+ "max": 9027.143272399902,
158
+ "count": 100
159
+ },
160
+ "Agent.Policy.CuriosityReward.mean": {
161
+ "value": 0.0344109117765637,
162
+ "min": 0.018234928297859273,
163
+ "max": 0.3611468697587649,
164
+ "count": 100
165
+ },
166
+ "Agent.Policy.CuriosityReward.sum": {
167
+ "value": 0.5849855002015829,
168
+ "min": 0.4833681769669056,
169
+ "max": 5.4172030463814735,
170
+ "count": 100
171
+ },
172
+ "Agent.Policy.ExtrinsicReward.mean": {
173
+ "value": 337.52348866182217,
174
+ "min": 95.12189712524415,
175
+ "max": 545.2072296142578,
176
+ "count": 100
177
+ },
178
+ "Agent.Policy.ExtrinsicReward.sum": {
179
+ "value": 5737.899307250977,
180
+ "min": 2378.0474281311035,
181
+ "max": 9027.143272399902,
182
+ "count": 100
183
+ },
184
+ "Agent.Losses.PolicyLoss.mean": {
185
+ "value": 0.06865449139139485,
186
+ "min": 0.05436178324486788,
187
+ "max": 0.088415523402785,
188
+ "count": 99
189
+ },
190
+ "Agent.Losses.PolicyLoss.sum": {
191
+ "value": 0.1373089827827897,
192
+ "min": 0.058083717240601455,
193
+ "max": 0.15414777564144722,
194
+ "count": 99
195
+ },
196
+ "Agent.Losses.ValueLoss.mean": {
197
+ "value": 505.428675700849,
198
+ "min": 69.4129291436611,
199
+ "max": 979.6034150965073,
200
+ "count": 99
201
+ },
202
+ "Agent.Losses.ValueLoss.sum": {
203
+ "value": 1010.857351401698,
204
+ "min": 69.4129291436611,
205
+ "max": 1746.0488988430955,
206
+ "count": 99
207
+ },
208
+ "Agent.Policy.LearningRate.mean": {
209
+ "value": 8.670997110000013e-07,
210
+ "min": 8.670997110000013e-07,
211
+ "max": 0.00029775000075000005,
212
+ "count": 99
213
+ },
214
+ "Agent.Policy.LearningRate.sum": {
215
+ "value": 1.7341994220000026e-06,
216
+ "min": 1.7341994220000026e-06,
217
+ "max": 0.0005801040066320001,
218
+ "count": 99
219
+ },
220
+ "Agent.Policy.Epsilon.mean": {
221
+ "value": 0.10028899999999999,
222
+ "min": 0.10028899999999999,
223
+ "max": 0.19924999999999993,
224
+ "count": 99
225
+ },
226
+ "Agent.Policy.Epsilon.sum": {
227
+ "value": 0.20057799999999998,
228
+ "min": 0.10254,
229
+ "max": 0.39336799999999994,
230
+ "count": 99
231
+ },
232
+ "Agent.Policy.Beta.mean": {
233
+ "value": 3.887110000000003e-05,
234
+ "min": 3.887110000000003e-05,
235
+ "max": 0.009925074999999997,
236
+ "count": 99
237
+ },
238
+ "Agent.Policy.Beta.sum": {
239
+ "value": 7.774220000000006e-05,
240
+ "min": 7.774220000000006e-05,
241
+ "max": 0.0193374632,
242
+ "count": 99
243
+ },
244
+ "Agent.Losses.CuriosityForwardLoss.mean": {
245
+ "value": 0.005907778681916601,
246
+ "min": 0.005171077248329918,
247
+ "max": 0.3516008852957151,
248
+ "count": 99
249
+ },
250
+ "Agent.Losses.CuriosityForwardLoss.sum": {
251
+ "value": 0.011815557363833202,
252
+ "min": 0.005171077248329918,
253
+ "max": 0.3516008852957151,
254
+ "count": 99
255
+ },
256
+ "Agent.Losses.CuriosityInverseLoss.mean": {
257
+ "value": 3.8244420469550953,
258
+ "min": 3.732571636504243,
259
+ "max": 4.390753862185356,
260
+ "count": 99
261
+ },
262
+ "Agent.Losses.CuriosityInverseLoss.sum": {
263
+ "value": 7.6488840939101905,
264
+ "min": 3.736011778866803,
265
+ "max": 8.560909711796306,
266
+ "count": 99
267
+ },
268
+ "Agent.IsTraining.mean": {
269
+ "value": 1.0,
270
+ "min": 1.0,
271
+ "max": 1.0,
272
+ "count": 100
273
+ },
274
+ "Agent.IsTraining.sum": {
275
+ "value": 1.0,
276
+ "min": 1.0,
277
+ "max": 1.0,
278
+ "count": 100
279
+ }
280
+ },
281
+ "metadata": {
282
+ "timer_format_version": "0.1.0",
283
+ "start_time_seconds": "1716667366",
284
+ "python_version": "3.9.18 (main, Sep 11 2023, 14:09:26) [MSC v.1916 64 bit (AMD64)]",
285
+ "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/WildfireResourceManagement_difficulty_7_task_1_run_id_0_train.yaml --run-id=WildfireResourceManagement/train/WildfireResourceManagement_difficulty_7_task_1_run_id_0_train --base-port 5006",
286
+ "mlagents_version": "0.30.0",
287
+ "mlagents_envs_version": "0.30.0",
288
+ "communication_protocol_version": "1.5.0",
289
+ "pytorch_version": "1.7.1+cu110",
290
+ "numpy_version": "1.21.0",
291
+ "end_time_seconds": "1716669282"
292
+ },
293
+ "total": 1916.3543140000002,
294
+ "count": 1,
295
+ "self": 0.20027280000022074,
296
+ "children": {
297
+ "run_training.setup": {
298
+ "total": 0.0532956,
299
+ "count": 1,
300
+ "self": 0.0532956
301
+ },
302
+ "TrainerController.start_learning": {
303
+ "total": 1916.1007456,
304
+ "count": 1,
305
+ "self": 1.2124744000045666,
306
+ "children": {
307
+ "TrainerController._reset_env": {
308
+ "total": 2.1096662,
309
+ "count": 1,
310
+ "self": 2.1096662
311
+ },
312
+ "TrainerController.advance": {
313
+ "total": 1912.6821870999956,
314
+ "count": 50136,
315
+ "self": 0.9964985999811233,
316
+ "children": {
317
+ "env_step": {
318
+ "total": 1911.6856885000145,
319
+ "count": 50136,
320
+ "self": 1633.4743607000073,
321
+ "children": {
322
+ "SubprocessEnvManager._take_step": {
323
+ "total": 277.7303721999926,
324
+ "count": 50136,
325
+ "self": 1.7871896999790806,
326
+ "children": {
327
+ "TorchPolicy.evaluate": {
328
+ "total": 275.9431825000135,
329
+ "count": 50136,
330
+ "self": 275.9431825000135
331
+ }
332
+ }
333
+ },
334
+ "workers": {
335
+ "total": 0.48095560001450854,
336
+ "count": 50136,
337
+ "self": 0.0,
338
+ "children": {
339
+ "worker_root": {
340
+ "total": 1913.4493875999985,
341
+ "count": 50136,
342
+ "is_parallel": true,
343
+ "self": 340.3863610999763,
344
+ "children": {
345
+ "steps_from_proto": {
346
+ "total": 0.0002394999999999481,
347
+ "count": 1,
348
+ "is_parallel": true,
349
+ "self": 0.00011400000000016952,
350
+ "children": {
351
+ "_process_rank_one_or_two_observation": {
352
+ "total": 0.00012549999999977857,
353
+ "count": 2,
354
+ "is_parallel": true,
355
+ "self": 0.00012549999999977857
356
+ }
357
+ }
358
+ },
359
+ "UnityEnvironment.step": {
360
+ "total": 1573.0627870000224,
361
+ "count": 50136,
362
+ "is_parallel": true,
363
+ "self": 3.4146254000422687,
364
+ "children": {
365
+ "UnityEnvironment._generate_step_input": {
366
+ "total": 4.22944119999039,
367
+ "count": 50136,
368
+ "is_parallel": true,
369
+ "self": 4.22944119999039
370
+ },
371
+ "communicator.exchange": {
372
+ "total": 1555.4927993000078,
373
+ "count": 50136,
374
+ "is_parallel": true,
375
+ "self": 1555.4927993000078
376
+ },
377
+ "steps_from_proto": {
378
+ "total": 9.925921099981919,
379
+ "count": 50136,
380
+ "is_parallel": true,
381
+ "self": 4.999919899978398,
382
+ "children": {
383
+ "_process_rank_one_or_two_observation": {
384
+ "total": 4.926001200003521,
385
+ "count": 100272,
386
+ "is_parallel": true,
387
+ "self": 4.926001200003521
388
+ }
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
399
+ }
400
+ },
401
+ "trainer_threads": {
402
+ "total": 2.2099999796409975e-05,
403
+ "count": 1,
404
+ "self": 2.2099999796409975e-05,
405
+ "children": {
406
+ "thread_root": {
407
+ "total": 0.0,
408
+ "count": 0,
409
+ "is_parallel": true,
410
+ "self": 0.0,
411
+ "children": {
412
+ "trainer_advance": {
413
+ "total": 1912.6062513000165,
414
+ "count": 97830,
415
+ "is_parallel": true,
416
+ "self": 3.4296286000389955,
417
+ "children": {
418
+ "process_trajectory": {
419
+ "total": 1551.7061777999797,
420
+ "count": 97830,
421
+ "is_parallel": true,
422
+ "self": 1551.7061777999797
423
+ },
424
+ "_update_policy": {
425
+ "total": 357.47044489999786,
426
+ "count": 151,
427
+ "is_parallel": true,
428
+ "self": 175.59495200000754,
429
+ "children": {
430
+ "TorchPPOOptimizer.update": {
431
+ "total": 181.87549289999032,
432
+ "count": 10320,
433
+ "is_parallel": true,
434
+ "self": 181.87549289999032
435
+ }
436
+ }
437
+ }
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ },
444
+ "TrainerController._save_models": {
445
+ "total": 0.09639579999998205,
446
+ "count": 1,
447
+ "self": 0.004710700000032375,
448
+ "children": {
449
+ "RLTrainer._checkpoint": {
450
+ "total": 0.09168509999994967,
451
+ "count": 1,
452
+ "self": 0.09168509999994967
453
+ }
454
+ }
455
+ }
456
+ }
457
+ }
458
+ }
459
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "difficulty": {
3
+ "lesson_num": 0
4
+ },
5
+ "task": {
6
+ "lesson_num": 0
7
+ },
8
+ "Agent": {
9
+ "checkpoints": [
10
+ {
11
+ "steps": 451215,
12
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_7_task_1_run_id_0_train\\Agent\\Agent-451215.onnx",
13
+ "reward": 211.08617231580945,
14
+ "creation_time": 1716669282.432156,
15
+ "auxillary_file_paths": [
16
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_7_task_1_run_id_0_train\\Agent\\Agent-451215.pt"
17
+ ]
18
+ }
19
+ ],
20
+ "final_checkpoint": {
21
+ "steps": 451215,
22
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_7_task_1_run_id_0_train\\Agent.onnx",
23
+ "reward": 211.08617231580945,
24
+ "creation_time": 1716669282.432156,
25
+ "auxillary_file_paths": [
26
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_7_task_1_run_id_0_train\\Agent\\Agent-451215.pt"
27
+ ]
28
+ }
29
+ },
30
+ "metadata": {
31
+ "stats_format_version": "0.3.0",
32
+ "mlagents_version": "0.30.0",
33
+ "torch_version": "1.7.1+cu110"
34
+ }
35
+ }