philippds commited on
Commit
8ddf9a9
1 Parent(s): b7555ab

Upload 9 files

Browse files
Agent.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb154a5c9781d0b3a97592a272c74124f26325a564516ec8b199147fde8f3a0
3
+ size 1110764
Agent/Agent-450441.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cb154a5c9781d0b3a97592a272c74124f26325a564516ec8b199147fde8f3a0
3
+ size 1110764
Agent/Agent-450441.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b235d7b34a55c41f95a278e2e49f34e3ab834c092626d74462d5607e1618df75
3
+ size 7958695
Agent/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b235d7b34a55c41f95a278e2e49f34e3ab834c092626d74462d5607e1618df75
3
+ size 7958695
Agent/events.out.tfevents.1716676998.RICHARD.9764.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7477abc37a954a862456af7fc4e3b6e98b0edb336e7f9f45122a5a733343adaa
3
+ size 197841
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: hivex
3
+ original_train_name: WildfireResourceManagement_difficulty_9_task_0_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-0-difficulty-9
11
+ results:
12
+ - task:
13
+ type: main-task
14
+ name: main_task
15
+ task-id: 0
16
+ difficulty-id: 9
17
+ dataset:
18
+ name: hivex-wildfire-resource-management
19
+ type: hivex-wildfire-resource-management
20
+ metrics:
21
+ - type: cumulative_reward
22
+ value: 108.30524711608886 +/- 44.26496456209219
23
+ name: Cumulative Reward
24
+ verified: true
25
+ - type: collective_performance
26
+ value: 48.16655330657959 +/- 18.658942149744412
27
+ name: Collective Performance
28
+ verified: true
29
+ - type: individual_performance
30
+ value: 23.520054149627686 +/- 8.724727286979716
31
+ name: Individual Performance
32
+ verified: true
33
+ - type: reward_for_moving_resources_to_neighbours
34
+ value: 50.061480331420896 +/- 27.6190461058019
35
+ name: Reward for Moving Resources to Neighbours
36
+ verified: true
37
+ - type: reward_for_moving_resources_to_self
38
+ value: 3.3466444194316862 +/- 1.8331136243834456
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: 9
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: 0
94
+ name: task
95
+ completion_criteria: null
96
+ checkpoint_settings:
97
+ run_id: WildfireResourceManagement/train/WildfireResourceManagement_difficulty_9_task_0_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": 4.148153781890869,
6
+ "min": 3.9534835815429688,
7
+ "max": 4.3843994140625,
8
+ "count": 100
9
+ },
10
+ "Agent.Policy.Entropy.sum": {
11
+ "value": 14448.01953125,
12
+ "min": 4130.9931640625,
13
+ "max": 36413.6484375,
14
+ "count": 100
15
+ },
16
+ "Agent.WildfireResourceManagement.IndividualResourceCount.mean": {
17
+ "value": 0.8444442889756627,
18
+ "min": 0.5472222614205546,
19
+ "max": 0.89999994525203,
20
+ "count": 100
21
+ },
22
+ "Agent.WildfireResourceManagement.IndividualResourceCount.sum": {
23
+ "value": 15.199997201561928,
24
+ "min": 6.7999992072582245,
25
+ "max": 39.49999599903822,
26
+ "count": 100
27
+ },
28
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.mean": {
29
+ "value": 45.45161990324656,
30
+ "min": 8.356466677143342,
31
+ "max": 285.98129738701715,
32
+ "count": 100
33
+ },
34
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.sum": {
35
+ "value": 818.1291582584381,
36
+ "min": 120.73436641693115,
37
+ "max": 2573.8316764831543,
38
+ "count": 100
39
+ },
40
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.mean": {
41
+ "value": 6.296157315787342,
42
+ "min": 0.44460721862398916,
43
+ "max": 18.87570232856605,
44
+ "count": 100
45
+ },
46
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.sum": {
47
+ "value": 113.33083168417215,
48
+ "min": 8.002929935231805,
49
+ "max": 311.1089367866516,
50
+ "count": 100
51
+ },
52
+ "Agent.WildfireResourceManagement.CollectivePerformance.mean": {
53
+ "value": 39.144233809577095,
54
+ "min": 15.426498691240946,
55
+ "max": 175.01845126681857,
56
+ "count": 100
57
+ },
58
+ "Agent.WildfireResourceManagement.CollectivePerformance.sum": {
59
+ "value": 704.5962085723877,
60
+ "min": 277.67697644233704,
61
+ "max": 2443.025146484375,
62
+ "count": 100
63
+ },
64
+ "Agent.WildfireResourceManagement.IndividualPerformance.mean": {
65
+ "value": 20.77334968911277,
66
+ "min": 7.703126282327705,
67
+ "max": 97.11700802379184,
68
+ "count": 100
69
+ },
70
+ "Agent.WildfireResourceManagement.IndividualPerformance.sum": {
71
+ "value": 373.92029440402985,
72
+ "min": 138.6562730818987,
73
+ "max": 1160.4680968523026,
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": 192.5,
102
+ "min": 77.5,
103
+ "max": 424.0,
104
+ "count": 100
105
+ },
106
+ "Agent.Environment.EpisodeLength.sum": {
107
+ "value": 3465.0,
108
+ "min": 972.0,
109
+ "max": 8451.0,
110
+ "count": 100
111
+ },
112
+ "Agent.Step.mean": {
113
+ "value": 449921.0,
114
+ "min": 4257.0,
115
+ "max": 449921.0,
116
+ "count": 100
117
+ },
118
+ "Agent.Step.sum": {
119
+ "value": 449921.0,
120
+ "min": 4257.0,
121
+ "max": 449921.0,
122
+ "count": 100
123
+ },
124
+ "Agent.Policy.CuriosityValueEstimate.mean": {
125
+ "value": 0.006086220033466816,
126
+ "min": -0.030397245660424232,
127
+ "max": 0.11500242352485657,
128
+ "count": 100
129
+ },
130
+ "Agent.Policy.CuriosityValueEstimate.sum": {
131
+ "value": 0.12172439694404602,
132
+ "min": -0.7678675055503845,
133
+ "max": 2.5300533771514893,
134
+ "count": 100
135
+ },
136
+ "Agent.Policy.ExtrinsicValueEstimate.mean": {
137
+ "value": 35.00136947631836,
138
+ "min": 0.45898157358169556,
139
+ "max": 45.52016067504883,
140
+ "count": 100
141
+ },
142
+ "Agent.Policy.ExtrinsicValueEstimate.sum": {
143
+ "value": 700.0274047851562,
144
+ "min": 9.638612747192383,
145
+ "max": 1422.7843017578125,
146
+ "count": 100
147
+ },
148
+ "Agent.Environment.CumulativeReward.mean": {
149
+ "value": 116.78929290771484,
150
+ "min": 34.70127656724718,
151
+ "max": 263.7130589204676,
152
+ "count": 100
153
+ },
154
+ "Agent.Environment.CumulativeReward.sum": {
155
+ "value": 2335.785858154297,
156
+ "min": 624.6229782104492,
157
+ "max": 4483.122001647949,
158
+ "count": 100
159
+ },
160
+ "Agent.Policy.CuriosityReward.mean": {
161
+ "value": 0.026885639876127243,
162
+ "min": 0.011392961287955668,
163
+ "max": 0.19850951331582936,
164
+ "count": 100
165
+ },
166
+ "Agent.Policy.CuriosityReward.sum": {
167
+ "value": 0.5377127975225449,
168
+ "min": 0.3170678894966841,
169
+ "max": 4.367209292948246,
170
+ "count": 100
171
+ },
172
+ "Agent.Policy.ExtrinsicReward.mean": {
173
+ "value": 116.78929290771484,
174
+ "min": 34.70127656724718,
175
+ "max": 263.7130589204676,
176
+ "count": 100
177
+ },
178
+ "Agent.Policy.ExtrinsicReward.sum": {
179
+ "value": 2335.785858154297,
180
+ "min": 624.6229782104492,
181
+ "max": 4483.122001647949,
182
+ "count": 100
183
+ },
184
+ "Agent.Losses.PolicyLoss.mean": {
185
+ "value": 0.07446588068177887,
186
+ "min": 0.054723067815260346,
187
+ "max": 0.08446220237140854,
188
+ "count": 100
189
+ },
190
+ "Agent.Losses.PolicyLoss.sum": {
191
+ "value": 0.07446588068177887,
192
+ "min": 0.05769777173797289,
193
+ "max": 0.15926789021261079,
194
+ "count": 100
195
+ },
196
+ "Agent.Losses.ValueLoss.mean": {
197
+ "value": 56.94056144415163,
198
+ "min": 5.67844514357738,
199
+ "max": 132.7524534570603,
200
+ "count": 100
201
+ },
202
+ "Agent.Losses.ValueLoss.sum": {
203
+ "value": 56.94056144415163,
204
+ "min": 5.67844514357738,
205
+ "max": 265.5049069141206,
206
+ "count": 100
207
+ },
208
+ "Agent.Policy.LearningRate.mean": {
209
+ "value": 3.30099889999997e-07,
210
+ "min": 3.30099889999997e-07,
211
+ "max": 0.000297708000764,
212
+ "count": 100
213
+ },
214
+ "Agent.Policy.LearningRate.sum": {
215
+ "value": 3.30099889999997e-07,
216
+ "min": 3.30099889999997e-07,
217
+ "max": 0.0005794560068479999,
218
+ "count": 100
219
+ },
220
+ "Agent.Policy.Epsilon.mean": {
221
+ "value": 0.10011000000000005,
222
+ "min": 0.10011000000000005,
223
+ "max": 0.19923600000000005,
224
+ "count": 100
225
+ },
226
+ "Agent.Policy.Epsilon.sum": {
227
+ "value": 0.10011000000000005,
228
+ "min": 0.10011000000000005,
229
+ "max": 0.39315200000000006,
230
+ "count": 100
231
+ },
232
+ "Agent.Policy.Beta.mean": {
233
+ "value": 2.09889999999999e-05,
234
+ "min": 2.09889999999999e-05,
235
+ "max": 0.009923676400000001,
236
+ "count": 100
237
+ },
238
+ "Agent.Policy.Beta.sum": {
239
+ "value": 2.09889999999999e-05,
240
+ "min": 2.09889999999999e-05,
241
+ "max": 0.019315884799999995,
242
+ "count": 100
243
+ },
244
+ "Agent.Losses.CuriosityForwardLoss.mean": {
245
+ "value": 0.004819725028367019,
246
+ "min": 0.0031541522863941887,
247
+ "max": 0.35365391216981107,
248
+ "count": 100
249
+ },
250
+ "Agent.Losses.CuriosityForwardLoss.sum": {
251
+ "value": 0.004819725028367019,
252
+ "min": 0.0031541522863941887,
253
+ "max": 0.35365391216981107,
254
+ "count": 100
255
+ },
256
+ "Agent.Losses.CuriosityInverseLoss.mean": {
257
+ "value": 4.031139305993622,
258
+ "min": 3.9234148219779685,
259
+ "max": 4.3919764787722855,
260
+ "count": 100
261
+ },
262
+ "Agent.Losses.CuriosityInverseLoss.sum": {
263
+ "value": 4.031139305993622,
264
+ "min": 3.9234148219779685,
265
+ "max": 8.701281236848612,
266
+ "count": 100
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": "1716676997",
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_9_task_0_run_id_0_train.yaml --run-id=WildfireResourceManagement/train/WildfireResourceManagement_difficulty_9_task_0_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": "1716678930"
292
+ },
293
+ "total": 1933.2950784,
294
+ "count": 1,
295
+ "self": 0.20031569999991916,
296
+ "children": {
297
+ "run_training.setup": {
298
+ "total": 0.04912669999999997,
299
+ "count": 1,
300
+ "self": 0.04912669999999997
301
+ },
302
+ "TrainerController.start_learning": {
303
+ "total": 1933.045636,
304
+ "count": 1,
305
+ "self": 1.1320330000128251,
306
+ "children": {
307
+ "TrainerController._reset_env": {
308
+ "total": 2.0998837,
309
+ "count": 1,
310
+ "self": 2.0998837
311
+ },
312
+ "TrainerController.advance": {
313
+ "total": 1929.7127992999872,
314
+ "count": 50051,
315
+ "self": 1.0170403999695736,
316
+ "children": {
317
+ "env_step": {
318
+ "total": 1928.6957589000176,
319
+ "count": 50051,
320
+ "self": 1614.5856488000143,
321
+ "children": {
322
+ "SubprocessEnvManager._take_step": {
323
+ "total": 313.61869270002325,
324
+ "count": 50051,
325
+ "self": 2.0127296000302977,
326
+ "children": {
327
+ "TorchPolicy.evaluate": {
328
+ "total": 311.60596309999295,
329
+ "count": 50051,
330
+ "self": 311.60596309999295
331
+ }
332
+ }
333
+ },
334
+ "workers": {
335
+ "total": 0.4914173999801288,
336
+ "count": 50051,
337
+ "self": 0.0,
338
+ "children": {
339
+ "worker_root": {
340
+ "total": 1930.3753732999985,
341
+ "count": 50051,
342
+ "is_parallel": true,
343
+ "self": 381.07223699998553,
344
+ "children": {
345
+ "steps_from_proto": {
346
+ "total": 0.00026689999999995884,
347
+ "count": 1,
348
+ "is_parallel": true,
349
+ "self": 0.0001217999999998387,
350
+ "children": {
351
+ "_process_rank_one_or_two_observation": {
352
+ "total": 0.00014510000000012013,
353
+ "count": 2,
354
+ "is_parallel": true,
355
+ "self": 0.00014510000000012013
356
+ }
357
+ }
358
+ },
359
+ "UnityEnvironment.step": {
360
+ "total": 1549.302869400013,
361
+ "count": 50051,
362
+ "is_parallel": true,
363
+ "self": 4.033853899988571,
364
+ "children": {
365
+ "UnityEnvironment._generate_step_input": {
366
+ "total": 5.385735700026307,
367
+ "count": 50051,
368
+ "is_parallel": true,
369
+ "self": 5.385735700026307
370
+ },
371
+ "communicator.exchange": {
372
+ "total": 1528.606026799997,
373
+ "count": 50051,
374
+ "is_parallel": true,
375
+ "self": 1528.606026799997
376
+ },
377
+ "steps_from_proto": {
378
+ "total": 11.277253000001165,
379
+ "count": 50051,
380
+ "is_parallel": true,
381
+ "self": 5.8760223999817764,
382
+ "children": {
383
+ "_process_rank_one_or_two_observation": {
384
+ "total": 5.401230600019389,
385
+ "count": 100102,
386
+ "is_parallel": true,
387
+ "self": 5.401230600019389
388
+ }
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
399
+ }
400
+ },
401
+ "trainer_threads": {
402
+ "total": 2.119999999194988e-05,
403
+ "count": 1,
404
+ "self": 2.119999999194988e-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": 1929.6505315000145,
414
+ "count": 94826,
415
+ "is_parallel": true,
416
+ "self": 3.2473841000171433,
417
+ "children": {
418
+ "process_trajectory": {
419
+ "total": 1508.196806199998,
420
+ "count": 94826,
421
+ "is_parallel": true,
422
+ "self": 1508.196806199998
423
+ },
424
+ "_update_policy": {
425
+ "total": 418.20634119999926,
426
+ "count": 143,
427
+ "is_parallel": true,
428
+ "self": 204.59906950000686,
429
+ "children": {
430
+ "TorchPPOOptimizer.update": {
431
+ "total": 213.6072716999924,
432
+ "count": 10347,
433
+ "is_parallel": true,
434
+ "self": 213.6072716999924
435
+ }
436
+ }
437
+ }
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ },
444
+ "TrainerController._save_models": {
445
+ "total": 0.10089880000009543,
446
+ "count": 1,
447
+ "self": 0.0072571000000607455,
448
+ "children": {
449
+ "RLTrainer._checkpoint": {
450
+ "total": 0.09364170000003469,
451
+ "count": 1,
452
+ "self": 0.09364170000003469
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": 450441,
12
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_9_task_0_run_id_0_train\\Agent\\Agent-450441.onnx",
13
+ "reward": 70.91492886013455,
14
+ "creation_time": 1716678930.476274,
15
+ "auxillary_file_paths": [
16
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_9_task_0_run_id_0_train\\Agent\\Agent-450441.pt"
17
+ ]
18
+ }
19
+ ],
20
+ "final_checkpoint": {
21
+ "steps": 450441,
22
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_9_task_0_run_id_0_train\\Agent.onnx",
23
+ "reward": 70.91492886013455,
24
+ "creation_time": 1716678930.476274,
25
+ "auxillary_file_paths": [
26
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_9_task_0_run_id_0_train\\Agent\\Agent-450441.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
+ }