philippds commited on
Commit
5b3338f
1 Parent(s): df8d3c5

Upload 8 files

Browse files
Agent.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb56b09e6009c6da29463dfc320a39012eb46419904f2584241d3b1a058ff5d
3
+ size 1110764
Agent/Agent-450801.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb56b09e6009c6da29463dfc320a39012eb46419904f2584241d3b1a058ff5d
3
+ size 1110764
Agent/Agent-450801.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0cc7c1b15c744422759f27b7f07fc0dbede33fb7f90ac385b2fcbd1f052ad0f
3
+ size 7958695
Agent/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0cc7c1b15c744422759f27b7f07fc0dbede33fb7f90ac385b2fcbd1f052ad0f
3
+ size 7958695
Agent/events.out.tfevents.1716768589.RICHARD.22860.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec394ed0009f73bb3a11e210936270ebb9d369bfae6403f82d2c65ed3610539a
3
+ size 223173
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: 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: 2
94
+ name: task
95
+ completion_criteria: null
96
+ checkpoint_settings:
97
+ run_id: WildfireResourceManagement/train/WildfireResourceManagement_difficulty_5_task_2_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,459 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Agent.Policy.Entropy.mean": {
5
+ "value": 3.9662578105926514,
6
+ "min": 3.8902809619903564,
7
+ "max": 4.3802947998046875,
8
+ "count": 100
9
+ },
10
+ "Agent.Policy.Entropy.sum": {
11
+ "value": 19525.88671875,
12
+ "min": 3942.199951171875,
13
+ "max": 31338.61328125,
14
+ "count": 100
15
+ },
16
+ "Agent.WildfireResourceManagement.IndividualResourceCount.mean": {
17
+ "value": 0.8888887448443307,
18
+ "min": 0.5500000417232513,
19
+ "max": 0.8999999136560493,
20
+ "count": 100
21
+ },
22
+ "Agent.WildfireResourceManagement.IndividualResourceCount.sum": {
23
+ "value": 15.999997407197952,
24
+ "min": 7.5,
25
+ "max": 32.299995206296444,
26
+ "count": 100
27
+ },
28
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.mean": {
29
+ "value": 1026.1174051894081,
30
+ "min": 1.2436208843460514,
31
+ "max": 2813.268530951606,
32
+ "count": 100
33
+ },
34
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoNeighbours.sum": {
35
+ "value": 18470.113293409348,
36
+ "min": 11.192587959114462,
37
+ "max": 36061.0396194458,
38
+ "count": 100
39
+ },
40
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.mean": {
41
+ "value": 0.2600799028037323,
42
+ "min": 0.013587533599800534,
43
+ "max": 4.705731664680773,
44
+ "count": 100
45
+ },
46
+ "Agent.WildfireResourceManagement.RewardforMovingResourcestoSelf.sum": {
47
+ "value": 4.681438250467181,
48
+ "min": 0.1222878023982048,
49
+ "max": 84.7031699642539,
50
+ "count": 100
51
+ },
52
+ "Agent.WildfireResourceManagement.CollectivePerformance.mean": {
53
+ "value": 57.71533436245389,
54
+ "min": 0.2929872473080953,
55
+ "max": 174.170406765408,
56
+ "count": 100
57
+ },
58
+ "Agent.WildfireResourceManagement.CollectivePerformance.sum": {
59
+ "value": 1038.87601852417,
60
+ "min": 2.6368852257728577,
61
+ "max": 2244.8185958862305,
62
+ "count": 100
63
+ },
64
+ "Agent.WildfireResourceManagement.IndividualPerformance.mean": {
65
+ "value": 35.585473120212555,
66
+ "min": 0.10056810929543442,
67
+ "max": 78.23635286755032,
68
+ "count": 100
69
+ },
70
+ "Agent.WildfireResourceManagement.IndividualPerformance.sum": {
71
+ "value": 640.538516163826,
72
+ "min": 0.9051129836589098,
73
+ "max": 1107.8064243793488,
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": 273.0,
102
+ "min": 16.0,
103
+ "max": 455.0,
104
+ "count": 100
105
+ },
106
+ "Agent.Environment.EpisodeLength.sum": {
107
+ "value": 4914.0,
108
+ "min": 144.0,
109
+ "max": 7695.0,
110
+ "count": 100
111
+ },
112
+ "Agent.Step.mean": {
113
+ "value": 449877.0,
114
+ "min": 4381.0,
115
+ "max": 449877.0,
116
+ "count": 100
117
+ },
118
+ "Agent.Step.sum": {
119
+ "value": 449877.0,
120
+ "min": 4381.0,
121
+ "max": 449877.0,
122
+ "count": 100
123
+ },
124
+ "Agent.Policy.CuriosityValueEstimate.mean": {
125
+ "value": -0.0028904082719236612,
126
+ "min": -0.0634576678276062,
127
+ "max": 0.12072662264108658,
128
+ "count": 100
129
+ },
130
+ "Agent.Policy.CuriosityValueEstimate.sum": {
131
+ "value": -0.04624653235077858,
132
+ "min": -1.269153356552124,
133
+ "max": 3.13889217376709,
134
+ "count": 100
135
+ },
136
+ "Agent.Policy.ExtrinsicValueEstimate.mean": {
137
+ "value": 246.62399291992188,
138
+ "min": 6.235428333282471,
139
+ "max": 357.42041015625,
140
+ "count": 100
141
+ },
142
+ "Agent.Policy.ExtrinsicValueEstimate.sum": {
143
+ "value": 3945.98388671875,
144
+ "min": 162.1211395263672,
145
+ "max": 11794.8740234375,
146
+ "count": 100
147
+ },
148
+ "Agent.Environment.CumulativeReward.mean": {
149
+ "value": 930.314374923706,
150
+ "min": 193.45669285456339,
151
+ "max": 2241.3963661193848,
152
+ "count": 100
153
+ },
154
+ "Agent.Environment.CumulativeReward.sum": {
155
+ "value": 14885.029998779297,
156
+ "min": 5150.876541137695,
157
+ "max": 35862.341857910156,
158
+ "count": 100
159
+ },
160
+ "Agent.Policy.CuriosityReward.mean": {
161
+ "value": 0.015021562692709267,
162
+ "min": 0.009544561451841746,
163
+ "max": 0.22255233503304994,
164
+ "count": 100
165
+ },
166
+ "Agent.Policy.CuriosityReward.sum": {
167
+ "value": 0.24034500308334827,
168
+ "min": 0.19084811629727483,
169
+ "max": 5.786360710859299,
170
+ "count": 100
171
+ },
172
+ "Agent.Policy.ExtrinsicReward.mean": {
173
+ "value": 930.314374923706,
174
+ "min": 193.45669285456339,
175
+ "max": 2241.3963661193848,
176
+ "count": 100
177
+ },
178
+ "Agent.Policy.ExtrinsicReward.sum": {
179
+ "value": 14885.029998779297,
180
+ "min": 5150.876541137695,
181
+ "max": 35862.341857910156,
182
+ "count": 100
183
+ },
184
+ "Agent.Losses.PolicyLoss.mean": {
185
+ "value": 0.0636149788009529,
186
+ "min": 0.05675364297533792,
187
+ "max": 0.08363459916303359,
188
+ "count": 99
189
+ },
190
+ "Agent.Losses.PolicyLoss.sum": {
191
+ "value": 0.1272299576019058,
192
+ "min": 0.05675364297533792,
193
+ "max": 0.16726919832606718,
194
+ "count": 99
195
+ },
196
+ "Agent.Losses.ValueLoss.mean": {
197
+ "value": 3978.190133520818,
198
+ "min": 274.94069978560526,
199
+ "max": 13049.90203814956,
200
+ "count": 99
201
+ },
202
+ "Agent.Losses.ValueLoss.sum": {
203
+ "value": 7956.380267041636,
204
+ "min": 274.94069978560526,
205
+ "max": 26099.80407629912,
206
+ "count": 99
207
+ },
208
+ "Agent.Policy.LearningRate.mean": {
209
+ "value": 1.8030993989999881e-06,
210
+ "min": 1.8030993989999881e-06,
211
+ "max": 0.00029819400060199984,
212
+ "count": 99
213
+ },
214
+ "Agent.Policy.LearningRate.sum": {
215
+ "value": 3.6061987979999762e-06,
216
+ "min": 3.6061987979999762e-06,
217
+ "max": 0.0005861940046020002,
218
+ "count": 99
219
+ },
220
+ "Agent.Policy.Epsilon.mean": {
221
+ "value": 0.10060100000000004,
222
+ "min": 0.10060100000000004,
223
+ "max": 0.19939800000000005,
224
+ "count": 99
225
+ },
226
+ "Agent.Policy.Epsilon.sum": {
227
+ "value": 0.20120200000000008,
228
+ "min": 0.10181000000000004,
229
+ "max": 0.3953980000000001,
230
+ "count": 99
231
+ },
232
+ "Agent.Policy.Beta.mean": {
233
+ "value": 7.003989999999961e-05,
234
+ "min": 7.003989999999961e-05,
235
+ "max": 0.009939860200000004,
236
+ "count": 99
237
+ },
238
+ "Agent.Policy.Beta.sum": {
239
+ "value": 0.00014007979999999923,
240
+ "min": 0.00014007979999999923,
241
+ "max": 0.019540260200000006,
242
+ "count": 99
243
+ },
244
+ "Agent.Losses.CuriosityForwardLoss.mean": {
245
+ "value": 0.002147874424402681,
246
+ "min": 0.002037737639971398,
247
+ "max": 0.38484019738814185,
248
+ "count": 99
249
+ },
250
+ "Agent.Losses.CuriosityForwardLoss.sum": {
251
+ "value": 0.004295748848805362,
252
+ "min": 0.002037737639971398,
253
+ "max": 0.38484019738814185,
254
+ "count": 99
255
+ },
256
+ "Agent.Losses.CuriosityInverseLoss.mean": {
257
+ "value": 3.9688596760422605,
258
+ "min": 3.8964975935842854,
259
+ "max": 4.389180887313116,
260
+ "count": 99
261
+ },
262
+ "Agent.Losses.CuriosityInverseLoss.sum": {
263
+ "value": 7.937719352084521,
264
+ "min": 3.911028209659788,
265
+ "max": 8.685674510777943,
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": "1716768588",
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_5_task_2_run_id_2_train.yaml --run-id=WildfireResourceManagement/train/WildfireResourceManagement_difficulty_5_task_2_run_id_2_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": "1716770535"
292
+ },
293
+ "total": 1947.7930261,
294
+ "count": 1,
295
+ "self": 0.2078475000000708,
296
+ "children": {
297
+ "run_training.setup": {
298
+ "total": 0.05632779999999993,
299
+ "count": 1,
300
+ "self": 0.05632779999999993
301
+ },
302
+ "TrainerController.start_learning": {
303
+ "total": 1947.5288507999999,
304
+ "count": 1,
305
+ "self": 1.0826197000017146,
306
+ "children": {
307
+ "TrainerController._reset_env": {
308
+ "total": 2.3188974,
309
+ "count": 1,
310
+ "self": 2.3188974
311
+ },
312
+ "TrainerController.advance": {
313
+ "total": 1944.0281442999983,
314
+ "count": 50091,
315
+ "self": 0.9824415999921712,
316
+ "children": {
317
+ "env_step": {
318
+ "total": 1943.0457027000061,
319
+ "count": 50091,
320
+ "self": 1532.7661559999997,
321
+ "children": {
322
+ "SubprocessEnvManager._take_step": {
323
+ "total": 409.83407730001545,
324
+ "count": 50091,
325
+ "self": 1.8083528000054798,
326
+ "children": {
327
+ "TorchPolicy.evaluate": {
328
+ "total": 408.02572450000997,
329
+ "count": 50091,
330
+ "self": 408.02572450000997
331
+ }
332
+ }
333
+ },
334
+ "workers": {
335
+ "total": 0.4454693999908712,
336
+ "count": 50091,
337
+ "self": 0.0,
338
+ "children": {
339
+ "worker_root": {
340
+ "total": 1944.6120570000066,
341
+ "count": 50091,
342
+ "is_parallel": true,
343
+ "self": 472.48266330000774,
344
+ "children": {
345
+ "steps_from_proto": {
346
+ "total": 0.0002790999999999766,
347
+ "count": 1,
348
+ "is_parallel": true,
349
+ "self": 0.0001265000000001404,
350
+ "children": {
351
+ "_process_rank_one_or_two_observation": {
352
+ "total": 0.0001525999999998362,
353
+ "count": 2,
354
+ "is_parallel": true,
355
+ "self": 0.0001525999999998362
356
+ }
357
+ }
358
+ },
359
+ "UnityEnvironment.step": {
360
+ "total": 1472.129114599999,
361
+ "count": 50091,
362
+ "is_parallel": true,
363
+ "self": 3.5904693000172756,
364
+ "children": {
365
+ "UnityEnvironment._generate_step_input": {
366
+ "total": 4.666798800006584,
367
+ "count": 50091,
368
+ "is_parallel": true,
369
+ "self": 4.666798800006584
370
+ },
371
+ "communicator.exchange": {
372
+ "total": 1454.0078471999661,
373
+ "count": 50091,
374
+ "is_parallel": true,
375
+ "self": 1454.0078471999661
376
+ },
377
+ "steps_from_proto": {
378
+ "total": 9.863999300009022,
379
+ "count": 50091,
380
+ "is_parallel": true,
381
+ "self": 5.160215900029229,
382
+ "children": {
383
+ "_process_rank_one_or_two_observation": {
384
+ "total": 4.703783399979793,
385
+ "count": 100182,
386
+ "is_parallel": true,
387
+ "self": 4.703783399979793
388
+ }
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
399
+ }
400
+ },
401
+ "trainer_threads": {
402
+ "total": 2.189999986512703e-05,
403
+ "count": 1,
404
+ "self": 2.189999986512703e-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": 1944.1581723999896,
414
+ "count": 89380,
415
+ "is_parallel": true,
416
+ "self": 2.8366435999580517,
417
+ "children": {
418
+ "process_trajectory": {
419
+ "total": 1417.463181500031,
420
+ "count": 89380,
421
+ "is_parallel": true,
422
+ "self": 1417.463181500031
423
+ },
424
+ "_update_policy": {
425
+ "total": 523.8583473000007,
426
+ "count": 143,
427
+ "is_parallel": true,
428
+ "self": 254.35360870000864,
429
+ "children": {
430
+ "TorchPPOOptimizer.update": {
431
+ "total": 269.50473859999204,
432
+ "count": 10296,
433
+ "is_parallel": true,
434
+ "self": 269.50473859999204
435
+ }
436
+ }
437
+ }
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ },
444
+ "TrainerController._save_models": {
445
+ "total": 0.09916750000002139,
446
+ "count": 1,
447
+ "self": 0.014539000000013402,
448
+ "children": {
449
+ "RLTrainer._checkpoint": {
450
+ "total": 0.08462850000000799,
451
+ "count": 1,
452
+ "self": 0.08462850000000799
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": 450801,
12
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_5_task_2_run_id_2_train\\Agent\\Agent-450801.onnx",
13
+ "reward": 1918.379414876302,
14
+ "creation_time": 1716770535.6297116,
15
+ "auxillary_file_paths": [
16
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_5_task_2_run_id_2_train\\Agent\\Agent-450801.pt"
17
+ ]
18
+ }
19
+ ],
20
+ "final_checkpoint": {
21
+ "steps": 450801,
22
+ "file_path": "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_5_task_2_run_id_2_train\\Agent.onnx",
23
+ "reward": 1918.379414876302,
24
+ "creation_time": 1716770535.6297116,
25
+ "auxillary_file_paths": [
26
+ "results\\WildfireResourceManagement/train/WildfireResourceManagement_difficulty_5_task_2_run_id_2_train\\Agent\\Agent-450801.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
+ }