philippds commited on
Commit
28e2ceb
1 Parent(s): 95dfbd3

Upload 9 files

Browse files
Agent.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020bd5f71a936e8ed212ef89ac414cc1ae8509aab648df4e2ec544a3972a2644
3
+ size 1110764
Agent/Agent-450657.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020bd5f71a936e8ed212ef89ac414cc1ae8509aab648df4e2ec544a3972a2644
3
+ size 1110764
Agent/Agent-450657.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9469bf20363747da7956db5511ecdd97ea7820fb4e6c7e5e7cab36255d4fb73e
3
+ size 7958695
Agent/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9469bf20363747da7956db5511ecdd97ea7820fb4e6c7e5e7cab36255d4fb73e
3
+ size 7958695
Agent/events.out.tfevents.1716645568.RICHARD.27940.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46cf4114ebb04654618a5e4421aea63c1103e9ae6b54f4c366cbe27fc4a395c1
3
+ size 215206
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: WildfireResourceManagement_difficulty_3_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-3
11
+ results:
12
+ - task:
13
+ type: sub-task
14
+ name: keep_all
15
+ task-id: 1
16
+ difficulty-id: 3
17
+ dataset:
18
+ name: hivex-wildfire-resource-management
19
+ type: hivex-wildfire-resource-management
20
+ metrics:
21
+ - type: cumulative_reward
22
+ value: 294.2457504272461 +/- 90.21479915391255
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 54.29261703491211 +/- 21.984864368274526
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 28.278907203674315 +/- 9.58957969827206
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 2.562152373790741 +/- 1.0673747521727917
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 235.63738784790038 +/- 85.44225993334209
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: 3
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_3_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.9668312072753906,
6
+ "min": 3.7804253101348877,
7
+ "max": 4.380436420440674,
8
+ "count": 100
9
+ },
10
+ "Agent.Policy.Entropy.sum": {
11
+ "value": 19457.306640625,
12
+ "min": 5902.4345703125,
13
+ "max": 31717.58203125,
14
+ "count": 100
15
+ },
16
+ "Agent.WildfireResourceManagement.IndividualResourceCount.mean": {
17
+ "value": 0.8925926861939607,
18
+ "min": 0.5805555743475755,
19
+ "max": 0.9000000953674316,
20
+ "count": 100
21
+ },
22
+ "Agent.WildfireResourceManagement.IndividualResourceCount.sum": {
23
+ "value": 24.10000252723694,
24
+ "min": 7.600000739097595,
25
+ "max": 40.000004172325134,
26
+ "count": 100
27
+ },
28
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.mean": {
29
+ "value": 2.1979813239088766,
30
+ "min": 0.3762214953016433,
31
+ "max": 12.163262406984964,
32
+ "count": 100
33
+ },
34
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.sum": {
35
+ "value": 59.345495745539665,
36
+ "min": 3.3859934577147897,
37
+ "max": 366.9930374722462,
38
+ "count": 100
39
+ },
40
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.mean": {
41
+ "value": 195.94763296621818,
42
+ "min": 45.09299181732867,
43
+ "max": 500.01685587565106,
44
+ "count": 100
45
+ },
46
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.sum": {
47
+ "value": 5290.586090087891,
48
+ "min": 1623.347705423832,
49
+ "max": 8641.529499053955,
50
+ "count": 100
51
+ },
52
+ "Agent.WildfireResourceManagement.CollectivePerformance.mean": {
53
+ "value": 46.293033599853516,
54
+ "min": 25.176106135050457,
55
+ "max": 117.2500237358941,
56
+ "count": 100
57
+ },
58
+ "Agent.WildfireResourceManagement.CollectivePerformance.sum": {
59
+ "value": 1249.911907196045,
60
+ "min": 448.02629470825195,
61
+ "max": 2048.968963623047,
62
+ "count": 100
63
+ },
64
+ "Agent.WildfireResourceManagement.IndividualPerformance.mean": {
65
+ "value": 23.532668590545654,
66
+ "min": 13.759139292769962,
67
+ "max": 58.621494717068146,
68
+ "count": 100
69
+ },
70
+ "Agent.WildfireResourceManagement.IndividualPerformance.sum": {
71
+ "value": 635.3820519447327,
72
+ "min": 211.78832626342773,
73
+ "max": 1010.5693788528442,
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": 181.66666666666666,
102
+ "min": 96.33333333333333,
103
+ "max": 473.0,
104
+ "count": 100
105
+ },
106
+ "Agent.Environment.EpisodeLength.sum": {
107
+ "value": 4905.0,
108
+ "min": 1512.0,
109
+ "max": 7803.0,
110
+ "count": 100
111
+ },
112
+ "Agent.Step.mean": {
113
+ "value": 449977.0,
114
+ "min": 4405.0,
115
+ "max": 449977.0,
116
+ "count": 100
117
+ },
118
+ "Agent.Step.sum": {
119
+ "value": 449977.0,
120
+ "min": 4405.0,
121
+ "max": 449977.0,
122
+ "count": 100
123
+ },
124
+ "Agent.Policy.CuriosityValueEstimate.mean": {
125
+ "value": 0.00578606640920043,
126
+ "min": -0.045637745410203934,
127
+ "max": 0.09990525245666504,
128
+ "count": 100
129
+ },
130
+ "Agent.Policy.CuriosityValueEstimate.sum": {
131
+ "value": 0.11572133004665375,
132
+ "min": -0.8686326742172241,
133
+ "max": 2.7380776405334473,
134
+ "count": 100
135
+ },
136
+ "Agent.Policy.ExtrinsicValueEstimate.mean": {
137
+ "value": 89.14933776855469,
138
+ "min": 3.151017189025879,
139
+ "max": 131.51524353027344,
140
+ "count": 100
141
+ },
142
+ "Agent.Policy.ExtrinsicValueEstimate.sum": {
143
+ "value": 1782.98681640625,
144
+ "min": 81.92644500732422,
145
+ "max": 4076.97265625,
146
+ "count": 100
147
+ },
148
+ "Agent.Environment.CumulativeReward.mean": {
149
+ "value": 321.5479022026062,
150
+ "min": 96.69844296039679,
151
+ "max": 614.6264218417081,
152
+ "count": 100
153
+ },
154
+ "Agent.Environment.CumulativeReward.sum": {
155
+ "value": 6430.958044052124,
156
+ "min": 2918.829081296921,
157
+ "max": 8660.427490234375,
158
+ "count": 100
159
+ },
160
+ "Agent.Policy.CuriosityReward.mean": {
161
+ "value": 0.03222924910951406,
162
+ "min": 0.014380116129102997,
163
+ "max": 0.26607194998198086,
164
+ "count": 100
165
+ },
166
+ "Agent.Policy.CuriosityReward.sum": {
167
+ "value": 0.6445849821902812,
168
+ "min": 0.48400826193392277,
169
+ "max": 5.135645776987076,
170
+ "count": 100
171
+ },
172
+ "Agent.Policy.ExtrinsicReward.mean": {
173
+ "value": 321.5479022026062,
174
+ "min": 96.69844296039679,
175
+ "max": 614.6264218417081,
176
+ "count": 100
177
+ },
178
+ "Agent.Policy.ExtrinsicReward.sum": {
179
+ "value": 6430.958044052124,
180
+ "min": 2918.829081296921,
181
+ "max": 8660.427490234375,
182
+ "count": 100
183
+ },
184
+ "Agent.Losses.PolicyLoss.mean": {
185
+ "value": 0.06731047691286993,
186
+ "min": 0.053174213441606194,
187
+ "max": 0.08211484194571297,
188
+ "count": 99
189
+ },
190
+ "Agent.Losses.PolicyLoss.sum": {
191
+ "value": 0.13462095382573985,
192
+ "min": 0.053174213441606194,
193
+ "max": 0.16422968389142595,
194
+ "count": 99
195
+ },
196
+ "Agent.Losses.ValueLoss.mean": {
197
+ "value": 787.9369762449553,
198
+ "min": 100.27956397860657,
199
+ "max": 1110.4575428903838,
200
+ "count": 99
201
+ },
202
+ "Agent.Losses.ValueLoss.sum": {
203
+ "value": 1575.8739524899106,
204
+ "min": 100.27956397860657,
205
+ "max": 2220.9150857807676,
206
+ "count": 99
207
+ },
208
+ "Agent.Policy.LearningRate.mean": {
209
+ "value": 1.4610995129999955e-06,
210
+ "min": 1.4610995129999955e-06,
211
+ "max": 0.00029848200050600006,
212
+ "count": 99
213
+ },
214
+ "Agent.Policy.LearningRate.sum": {
215
+ "value": 2.922199025999991e-06,
216
+ "min": 2.922199025999991e-06,
217
+ "max": 0.0005858280047239997,
218
+ "count": 99
219
+ },
220
+ "Agent.Policy.Epsilon.mean": {
221
+ "value": 0.10048699999999999,
222
+ "min": 0.10048699999999999,
223
+ "max": 0.199494,
224
+ "count": 99
225
+ },
226
+ "Agent.Policy.Epsilon.sum": {
227
+ "value": 0.20097399999999999,
228
+ "min": 0.101576,
229
+ "max": 0.3952760000000001,
230
+ "count": 99
231
+ },
232
+ "Agent.Policy.Beta.mean": {
233
+ "value": 5.865129999999986e-05,
234
+ "min": 5.865129999999986e-05,
235
+ "max": 0.009949450600000001,
236
+ "count": 99
237
+ },
238
+ "Agent.Policy.Beta.sum": {
239
+ "value": 0.00011730259999999973,
240
+ "min": 0.00011730259999999973,
241
+ "max": 0.0195280724,
242
+ "count": 99
243
+ },
244
+ "Agent.Losses.CuriosityForwardLoss.mean": {
245
+ "value": 0.0059364226382802535,
246
+ "min": 0.004110809447916431,
247
+ "max": 0.4862046896242628,
248
+ "count": 99
249
+ },
250
+ "Agent.Losses.CuriosityForwardLoss.sum": {
251
+ "value": 0.011872845276560507,
252
+ "min": 0.004110809447916431,
253
+ "max": 0.4862046896242628,
254
+ "count": 99
255
+ },
256
+ "Agent.Losses.CuriosityInverseLoss.mean": {
257
+ "value": 3.808633321162426,
258
+ "min": 3.682709720399645,
259
+ "max": 4.390673973981072,
260
+ "count": 99
261
+ },
262
+ "Agent.Losses.CuriosityInverseLoss.sum": {
263
+ "value": 7.617266642324852,
264
+ "min": 3.682709720399645,
265
+ "max": 8.669611559973823,
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": "1716645566",
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_3_task_1_run_id_0_train.yaml --run-id=WildfireResourceManagement/train/WildfireResourceManagement_difficulty_3_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": "1716647330"
292
+ },
293
+ "total": 1763.6787115,
294
+ "count": 1,
295
+ "self": 0.18825479999986783,
296
+ "children": {
297
+ "run_training.setup": {
298
+ "total": 0.049356999999999984,
299
+ "count": 1,
300
+ "self": 0.049356999999999984
301
+ },
302
+ "TrainerController.start_learning": {
303
+ "total": 1763.4410997,
304
+ "count": 1,
305
+ "self": 1.1662981999820659,
306
+ "children": {
307
+ "TrainerController._reset_env": {
308
+ "total": 2.1075382,
309
+ "count": 1,
310
+ "self": 2.1075382
311
+ },
312
+ "TrainerController.advance": {
313
+ "total": 1760.0768772000179,
314
+ "count": 50074,
315
+ "self": 1.137395200033552,
316
+ "children": {
317
+ "env_step": {
318
+ "total": 1758.9394819999843,
319
+ "count": 50074,
320
+ "self": 1476.5500912999805,
321
+ "children": {
322
+ "SubprocessEnvManager._take_step": {
323
+ "total": 281.8926474000154,
324
+ "count": 50074,
325
+ "self": 1.9207899000046496,
326
+ "children": {
327
+ "TorchPolicy.evaluate": {
328
+ "total": 279.97185750001074,
329
+ "count": 50074,
330
+ "self": 279.97185750001074
331
+ }
332
+ }
333
+ },
334
+ "workers": {
335
+ "total": 0.49674329998837274,
336
+ "count": 50074,
337
+ "self": 0.0,
338
+ "children": {
339
+ "worker_root": {
340
+ "total": 1760.8244052999887,
341
+ "count": 50074,
342
+ "is_parallel": true,
343
+ "self": 346.75208069998916,
344
+ "children": {
345
+ "steps_from_proto": {
346
+ "total": 0.00026729999999997034,
347
+ "count": 1,
348
+ "is_parallel": true,
349
+ "self": 0.00012269999999969805,
350
+ "children": {
351
+ "_process_rank_one_or_two_observation": {
352
+ "total": 0.0001446000000002723,
353
+ "count": 2,
354
+ "is_parallel": true,
355
+ "self": 0.0001446000000002723
356
+ }
357
+ }
358
+ },
359
+ "UnityEnvironment.step": {
360
+ "total": 1414.0720572999996,
361
+ "count": 50074,
362
+ "is_parallel": true,
363
+ "self": 3.771616100005076,
364
+ "children": {
365
+ "UnityEnvironment._generate_step_input": {
366
+ "total": 4.718567200012059,
367
+ "count": 50074,
368
+ "is_parallel": true,
369
+ "self": 4.718567200012059
370
+ },
371
+ "communicator.exchange": {
372
+ "total": 1394.9378351999794,
373
+ "count": 50074,
374
+ "is_parallel": true,
375
+ "self": 1394.9378351999794
376
+ },
377
+ "steps_from_proto": {
378
+ "total": 10.644038800003129,
379
+ "count": 50074,
380
+ "is_parallel": true,
381
+ "self": 5.410248600030676,
382
+ "children": {
383
+ "_process_rank_one_or_two_observation": {
384
+ "total": 5.233790199972453,
385
+ "count": 100148,
386
+ "is_parallel": true,
387
+ "self": 5.233790199972453
388
+ }
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
399
+ }
400
+ },
401
+ "trainer_threads": {
402
+ "total": 2.130000007127819e-05,
403
+ "count": 1,
404
+ "self": 2.130000007127819e-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": 1760.1467308999916,
414
+ "count": 87516,
415
+ "is_parallel": true,
416
+ "self": 3.1565607999880285,
417
+ "children": {
418
+ "process_trajectory": {
419
+ "total": 1389.8533329000027,
420
+ "count": 87516,
421
+ "is_parallel": true,
422
+ "self": 1389.8533329000027
423
+ },
424
+ "_update_policy": {
425
+ "total": 367.13683720000097,
426
+ "count": 141,
427
+ "is_parallel": true,
428
+ "self": 180.21210090000932,
429
+ "children": {
430
+ "TorchPPOOptimizer.update": {
431
+ "total": 186.92473629999165,
432
+ "count": 10335,
433
+ "is_parallel": true,
434
+ "self": 186.92473629999165
435
+ }
436
+ }
437
+ }
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ },
444
+ "TrainerController._save_models": {
445
+ "total": 0.09036480000008851,
446
+ "count": 1,
447
+ "self": 0.006183100000043851,
448
+ "children": {
449
+ "RLTrainer._checkpoint": {
450
+ "total": 0.08418170000004466,
451
+ "count": 1,
452
+ "self": 0.08418170000004466
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": 450657,
12
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_3_task_1_run_id_0_train\\Agent\\Agent-450657.onnx",
13
+ "reward": 98.59951464335124,
14
+ "creation_time": 1716647330.4415576,
15
+ "auxillary_file_paths": [
16
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_3_task_1_run_id_0_train\\Agent\\Agent-450657.pt"
17
+ ]
18
+ }
19
+ ],
20
+ "final_checkpoint": {
21
+ "steps": 450657,
22
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_3_task_1_run_id_0_train\\Agent.onnx",
23
+ "reward": 98.59951464335124,
24
+ "creation_time": 1716647330.4415576,
25
+ "auxillary_file_paths": [
26
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_3_task_1_run_id_0_train\\Agent\\Agent-450657.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
+ }