bjarlestam
commited on
Commit
·
abb516f
1
Parent(s):
7cae968
Rock n roll 2
Browse files- SoccerTwos.onnx +1 -1
- SoccerTwos/SoccerTwos-701120.onnx +3 -0
- SoccerTwos/SoccerTwos-701120.pt +3 -0
- SoccerTwos/checkpoint.pt +1 -1
- SoccerTwos/events.out.tfevents.1683407538.CLM-FVFF611QQ05P.local.67468.0 +3 -0
- config.json +1 -1
- configuration.yaml +2 -2
- run_logs/Player-0.log +17 -19
- run_logs/timers.json +173 -173
- run_logs/training_status.json +13 -4
SoccerTwos.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2815689
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f46fa7273456ecb3fcf39a98dd2c02251c2a305a598b0889fb44ca321408a751
|
3 |
size 2815689
|
SoccerTwos/SoccerTwos-701120.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f46fa7273456ecb3fcf39a98dd2c02251c2a305a598b0889fb44ca321408a751
|
3 |
+
size 2815689
|
SoccerTwos/SoccerTwos-701120.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6e2c9bdb7b5ec82738f6199c8323108d750cc8e3efc3a6a8491cd25df59335b
|
3 |
+
size 34728689
|
SoccerTwos/checkpoint.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 34728689
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6e2c9bdb7b5ec82738f6199c8323108d750cc8e3efc3a6a8491cd25df59335b
|
3 |
size 34728689
|
SoccerTwos/events.out.tfevents.1683407538.CLM-FVFF611QQ05P.local.67468.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cce24f10d5cdcf95f20d2dd05520cd61ace564c05ce6e5e2c5d11d808308e6a
|
3 |
+
size 313108
|
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.25, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 2000000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.973, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 5000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 200000, "team_change": 200000, "swap_steps": 2000, "window": 50, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos/SoccerTwos.app", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
CHANGED
@@ -5,7 +5,7 @@ behaviors:
|
|
5 |
hyperparameters:
|
6 |
batch_size: 2048
|
7 |
buffer_size: 20480
|
8 |
-
learning_rate: 0.
|
9 |
beta: 0.01
|
10 |
epsilon: 0.25
|
11 |
lambd: 0.95
|
@@ -72,7 +72,7 @@ checkpoint_settings:
|
|
72 |
run_id: SoccerTwos
|
73 |
initialize_from: null
|
74 |
load_model: false
|
75 |
-
resume:
|
76 |
force: false
|
77 |
train_model: false
|
78 |
inference: false
|
|
|
5 |
hyperparameters:
|
6 |
batch_size: 2048
|
7 |
buffer_size: 20480
|
8 |
+
learning_rate: 0.0003
|
9 |
beta: 0.01
|
10 |
epsilon: 0.25
|
11 |
lambd: 0.95
|
|
|
72 |
run_id: SoccerTwos
|
73 |
initialize_from: null
|
74 |
load_model: false
|
75 |
+
resume: true
|
76 |
force: false
|
77 |
train_model: false
|
78 |
inference: false
|
run_logs/Player-0.log
CHANGED
@@ -10,7 +10,7 @@ NullGfxDevice:
|
|
10 |
Renderer: Null Device
|
11 |
Vendor: Unity Technologies
|
12 |
Begin MonoManager ReloadAssembly
|
13 |
-
- Completed reload, in 0.
|
14 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
15 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
16 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
@@ -35,7 +35,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
|
|
35 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
36 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
37 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
38 |
-
UnloadTime: 0.
|
39 |
Registered Communicator in Agent.
|
40 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
41 |
TOO LONG
|
@@ -168,16 +168,14 @@ TOO LONG
|
|
168 |
TOO LONG
|
169 |
TOO LONG
|
170 |
TOO LONG
|
171 |
-
TOO LONG
|
172 |
-
TOO LONG
|
173 |
GRPC Exception: Status(StatusCode=Unknown, Detail="Exception calling application: [Errno 32] Broken pipe"). Disconnecting from trainer.
|
174 |
-
Thread
|
175 |
Setting up 4 worker threads for Enlighten.
|
176 |
Memory Statistics:
|
177 |
[ALLOC_TEMP_TLS] TLS Allocator
|
178 |
StackAllocators :
|
179 |
[ALLOC_TEMP_MAIN]
|
180 |
-
Peak usage frame count: [8.0 KB-16.0 KB]:
|
181 |
Initial Block Size 4.0 MB
|
182 |
Current Block Size 4.0 MB
|
183 |
Peak Allocated Bytes 2.1 MB
|
@@ -220,7 +218,7 @@ Memory Statistics:
|
|
220 |
[ALLOC_TEMP_Job.Worker 5]
|
221 |
Initial Block Size 256.0 KB
|
222 |
Current Block Size 256.0 KB
|
223 |
-
Peak Allocated Bytes 0
|
224 |
Overflow Count 0
|
225 |
[ALLOC_TEMP_Background Job.Worker 14]
|
226 |
Initial Block Size 32.0 KB
|
@@ -235,7 +233,7 @@ Memory Statistics:
|
|
235 |
[ALLOC_TEMP_Job.Worker 4]
|
236 |
Initial Block Size 256.0 KB
|
237 |
Current Block Size 256.0 KB
|
238 |
-
Peak Allocated Bytes 0
|
239 |
Overflow Count 0
|
240 |
[ALLOC_TEMP_Job.Worker 3]
|
241 |
Initial Block Size 256.0 KB
|
@@ -328,22 +326,22 @@ Memory Statistics:
|
|
328 |
Peak Allocated Bytes 0 B
|
329 |
Overflow Count 0
|
330 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
331 |
-
Peak main deferred allocation count
|
332 |
[ALLOC_BUCKET]
|
333 |
Large Block size 4.0 MB
|
334 |
Used Block count 1
|
335 |
Peak Allocated bytes 1.0 MB
|
336 |
[ALLOC_DEFAULT_MAIN]
|
337 |
-
Peak usage frame count: [4.0 MB-8.0 MB]:
|
338 |
Requested Block Size 16.0 MB
|
339 |
Peak Block count 1
|
340 |
-
Peak Allocated memory 4.
|
341 |
Peak Large allocation bytes 0 B
|
342 |
[ALLOC_DEFAULT_THREAD]
|
343 |
-
Peak usage frame count: [16.0 MB-32.0 MB]:
|
344 |
Requested Block Size 16.0 MB
|
345 |
Peak Block count 1
|
346 |
-
Peak Allocated memory 17.
|
347 |
Peak Large allocation bytes 16.0 MB
|
348 |
[ALLOC_TEMP_JOB_1_FRAME]
|
349 |
Initial Block Size 2.0 MB
|
@@ -372,13 +370,13 @@ Memory Statistics:
|
|
372 |
Used Block count 1
|
373 |
Peak Allocated bytes 1.0 MB
|
374 |
[ALLOC_GFX_MAIN]
|
375 |
-
Peak usage frame count: [32.0 KB-64.0 KB]:
|
376 |
Requested Block Size 16.0 MB
|
377 |
Peak Block count 1
|
378 |
Peak Allocated memory 65.6 KB
|
379 |
Peak Large allocation bytes 0 B
|
380 |
[ALLOC_GFX_THREAD]
|
381 |
-
Peak usage frame count: [128.0 KB-256.0 KB]:
|
382 |
Requested Block Size 16.0 MB
|
383 |
Peak Block count 1
|
384 |
Peak Allocated memory 173.5 KB
|
@@ -390,13 +388,13 @@ Memory Statistics:
|
|
390 |
Used Block count 1
|
391 |
Peak Allocated bytes 1.0 MB
|
392 |
[ALLOC_CACHEOBJECTS_MAIN]
|
393 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
394 |
Requested Block Size 4.0 MB
|
395 |
Peak Block count 1
|
396 |
Peak Allocated memory 0.6 MB
|
397 |
Peak Large allocation bytes 0 B
|
398 |
[ALLOC_CACHEOBJECTS_THREAD]
|
399 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
400 |
Requested Block Size 4.0 MB
|
401 |
Peak Block count 1
|
402 |
Peak Allocated memory 3.4 MB
|
@@ -408,13 +406,13 @@ Memory Statistics:
|
|
408 |
Used Block count 1
|
409 |
Peak Allocated bytes 1.0 MB
|
410 |
[ALLOC_TYPETREE_MAIN]
|
411 |
-
Peak usage frame count: [0-1.0 KB]:
|
412 |
Requested Block Size 2.0 MB
|
413 |
Peak Block count 1
|
414 |
Peak Allocated memory 1.0 KB
|
415 |
Peak Large allocation bytes 0 B
|
416 |
[ALLOC_TYPETREE_THREAD]
|
417 |
-
Peak usage frame count: [1.0 KB-2.0 KB]:
|
418 |
Requested Block Size 2.0 MB
|
419 |
Peak Block count 1
|
420 |
Peak Allocated memory 2.2 KB
|
|
|
10 |
Renderer: Null Device
|
11 |
Vendor: Unity Technologies
|
12 |
Begin MonoManager ReloadAssembly
|
13 |
+
- Completed reload, in 0.078 seconds
|
14 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
15 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
16 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
|
|
35 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
36 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
37 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
38 |
+
UnloadTime: 0.488750 ms
|
39 |
Registered Communicator in Agent.
|
40 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
41 |
TOO LONG
|
|
|
168 |
TOO LONG
|
169 |
TOO LONG
|
170 |
TOO LONG
|
|
|
|
|
171 |
GRPC Exception: Status(StatusCode=Unknown, Detail="Exception calling application: [Errno 32] Broken pipe"). Disconnecting from trainer.
|
172 |
+
Thread 0x16f107000 may have been prematurely finalized
|
173 |
Setting up 4 worker threads for Enlighten.
|
174 |
Memory Statistics:
|
175 |
[ALLOC_TEMP_TLS] TLS Allocator
|
176 |
StackAllocators :
|
177 |
[ALLOC_TEMP_MAIN]
|
178 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 7210 frames, [2.0 MB-4.0 MB]: 1 frames
|
179 |
Initial Block Size 4.0 MB
|
180 |
Current Block Size 4.0 MB
|
181 |
Peak Allocated Bytes 2.1 MB
|
|
|
218 |
[ALLOC_TEMP_Job.Worker 5]
|
219 |
Initial Block Size 256.0 KB
|
220 |
Current Block Size 256.0 KB
|
221 |
+
Peak Allocated Bytes 0.7 KB
|
222 |
Overflow Count 0
|
223 |
[ALLOC_TEMP_Background Job.Worker 14]
|
224 |
Initial Block Size 32.0 KB
|
|
|
233 |
[ALLOC_TEMP_Job.Worker 4]
|
234 |
Initial Block Size 256.0 KB
|
235 |
Current Block Size 256.0 KB
|
236 |
+
Peak Allocated Bytes 0 B
|
237 |
Overflow Count 0
|
238 |
[ALLOC_TEMP_Job.Worker 3]
|
239 |
Initial Block Size 256.0 KB
|
|
|
326 |
Peak Allocated Bytes 0 B
|
327 |
Overflow Count 0
|
328 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
329 |
+
Peak main deferred allocation count 3
|
330 |
[ALLOC_BUCKET]
|
331 |
Large Block size 4.0 MB
|
332 |
Used Block count 1
|
333 |
Peak Allocated bytes 1.0 MB
|
334 |
[ALLOC_DEFAULT_MAIN]
|
335 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 7211 frames
|
336 |
Requested Block Size 16.0 MB
|
337 |
Peak Block count 1
|
338 |
+
Peak Allocated memory 4.8 MB
|
339 |
Peak Large allocation bytes 0 B
|
340 |
[ALLOC_DEFAULT_THREAD]
|
341 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 7211 frames
|
342 |
Requested Block Size 16.0 MB
|
343 |
Peak Block count 1
|
344 |
+
Peak Allocated memory 17.6 MB
|
345 |
Peak Large allocation bytes 16.0 MB
|
346 |
[ALLOC_TEMP_JOB_1_FRAME]
|
347 |
Initial Block Size 2.0 MB
|
|
|
370 |
Used Block count 1
|
371 |
Peak Allocated bytes 1.0 MB
|
372 |
[ALLOC_GFX_MAIN]
|
373 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 7210 frames, [64.0 KB-128.0 KB]: 1 frames
|
374 |
Requested Block Size 16.0 MB
|
375 |
Peak Block count 1
|
376 |
Peak Allocated memory 65.6 KB
|
377 |
Peak Large allocation bytes 0 B
|
378 |
[ALLOC_GFX_THREAD]
|
379 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 7211 frames
|
380 |
Requested Block Size 16.0 MB
|
381 |
Peak Block count 1
|
382 |
Peak Allocated memory 173.5 KB
|
|
|
388 |
Used Block count 1
|
389 |
Peak Allocated bytes 1.0 MB
|
390 |
[ALLOC_CACHEOBJECTS_MAIN]
|
391 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 7211 frames
|
392 |
Requested Block Size 4.0 MB
|
393 |
Peak Block count 1
|
394 |
Peak Allocated memory 0.6 MB
|
395 |
Peak Large allocation bytes 0 B
|
396 |
[ALLOC_CACHEOBJECTS_THREAD]
|
397 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 7210 frames, [2.0 MB-4.0 MB]: 1 frames
|
398 |
Requested Block Size 4.0 MB
|
399 |
Peak Block count 1
|
400 |
Peak Allocated memory 3.4 MB
|
|
|
406 |
Used Block count 1
|
407 |
Peak Allocated bytes 1.0 MB
|
408 |
[ALLOC_TYPETREE_MAIN]
|
409 |
+
Peak usage frame count: [0-1.0 KB]: 7211 frames
|
410 |
Requested Block Size 2.0 MB
|
411 |
Peak Block count 1
|
412 |
Peak Allocated memory 1.0 KB
|
413 |
Peak Large allocation bytes 0 B
|
414 |
[ALLOC_TYPETREE_THREAD]
|
415 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 7210 frames, [2.0 KB-4.0 KB]: 1 frames
|
416 |
Requested Block Size 2.0 MB
|
417 |
Peak Block count 1
|
418 |
Peak Allocated memory 2.2 KB
|
run_logs/timers.json
CHANGED
@@ -2,305 +2,305 @@
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
-
"value": 3.
|
6 |
-
"min": 3.
|
7 |
-
"max": 3.
|
8 |
-
"count":
|
9 |
},
|
10 |
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
-
"value":
|
12 |
-
"min":
|
13 |
-
"max":
|
14 |
-
"count":
|
15 |
},
|
16 |
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
-
"value":
|
18 |
-
"min":
|
19 |
"max": 999.0,
|
20 |
-
"count":
|
21 |
},
|
22 |
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
-
"value":
|
24 |
-
"min":
|
25 |
-
"max":
|
26 |
-
"count":
|
27 |
},
|
28 |
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
-
"value":
|
30 |
-
"min":
|
31 |
-
"max":
|
32 |
-
"count":
|
33 |
},
|
34 |
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
-
"value":
|
36 |
-
"min":
|
37 |
-
"max":
|
38 |
-
"count":
|
39 |
},
|
40 |
"SoccerTwos.Step.mean": {
|
41 |
-
"value":
|
42 |
-
"min":
|
43 |
-
"max":
|
44 |
-
"count":
|
45 |
},
|
46 |
"SoccerTwos.Step.sum": {
|
47 |
-
"value":
|
48 |
-
"min":
|
49 |
-
"max":
|
50 |
-
"count":
|
51 |
},
|
52 |
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
-
"value": 0.
|
54 |
-
"min": -0.
|
55 |
-
"max": 0.
|
56 |
-
"count":
|
57 |
},
|
58 |
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
-
"value": 0.
|
60 |
-
"min": -0.
|
61 |
-
"max":
|
62 |
-
"count":
|
63 |
},
|
64 |
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
-
"value": 0.
|
66 |
-
"min": -0.
|
67 |
-
"max": 0.
|
68 |
-
"count":
|
69 |
},
|
70 |
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
-
"value": 0.
|
72 |
-
"min": -0.
|
73 |
-
"max":
|
74 |
-
"count":
|
75 |
},
|
76 |
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
"value": 0.0,
|
78 |
"min": 0.0,
|
79 |
"max": 0.0,
|
80 |
-
"count":
|
81 |
},
|
82 |
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
"value": 0.0,
|
84 |
"min": 0.0,
|
85 |
"max": 0.0,
|
86 |
-
"count":
|
87 |
},
|
88 |
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
-
"value": -0.
|
90 |
-
"min": -0.
|
91 |
-
"max": 0.
|
92 |
-
"count":
|
93 |
},
|
94 |
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
-
"value": -
|
96 |
-
"min": -
|
97 |
-
"max":
|
98 |
-
"count":
|
99 |
},
|
100 |
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
-
"value": -0.
|
102 |
-
"min": -0.
|
103 |
-
"max": 0.
|
104 |
-
"count":
|
105 |
},
|
106 |
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
-
"value": -
|
108 |
-
"min": -
|
109 |
-
"max":
|
110 |
-
"count":
|
111 |
},
|
112 |
"SoccerTwos.IsTraining.mean": {
|
113 |
"value": 1.0,
|
114 |
"min": 1.0,
|
115 |
"max": 1.0,
|
116 |
-
"count":
|
117 |
},
|
118 |
"SoccerTwos.IsTraining.sum": {
|
119 |
"value": 1.0,
|
120 |
"min": 1.0,
|
121 |
"max": 1.0,
|
122 |
-
"count":
|
123 |
},
|
124 |
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
-
"value": 0.
|
126 |
-
"min": 0.
|
127 |
-
"max": 0.
|
128 |
-
"count":
|
129 |
},
|
130 |
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
-
"value": 0.
|
132 |
-
"min": 0.
|
133 |
-
"max": 0.
|
134 |
-
"count":
|
135 |
},
|
136 |
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
-
"value": 0.
|
138 |
-
"min": 0.
|
139 |
-
"max": 0.
|
140 |
-
"count":
|
141 |
},
|
142 |
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
-
"value": 0.
|
144 |
-
"min": 0.
|
145 |
-
"max": 0.
|
146 |
-
"count":
|
147 |
},
|
148 |
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
-
"value": 0.
|
150 |
-
"min": 0.
|
151 |
-
"max": 0.
|
152 |
-
"count":
|
153 |
},
|
154 |
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
-
"value": 0.
|
156 |
-
"min": 0.
|
157 |
-
"max": 0.
|
158 |
-
"count":
|
159 |
},
|
160 |
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
-
"value": 0.
|
162 |
-
"min": 0.
|
163 |
-
"max": 0.
|
164 |
-
"count":
|
165 |
},
|
166 |
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
-
"value": 0.
|
168 |
-
"min": 0.
|
169 |
-
"max": 0.
|
170 |
-
"count":
|
171 |
},
|
172 |
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
"value": 0.25,
|
174 |
"min": 0.25,
|
175 |
"max": 0.25,
|
176 |
-
"count":
|
177 |
},
|
178 |
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
"value": 0.25,
|
180 |
"min": 0.25,
|
181 |
"max": 0.25,
|
182 |
-
"count":
|
183 |
},
|
184 |
"SoccerTwos.Policy.Beta.mean": {
|
185 |
"value": 0.010000000000000002,
|
186 |
-
"min": 0.
|
187 |
"max": 0.010000000000000002,
|
188 |
-
"count":
|
189 |
},
|
190 |
"SoccerTwos.Policy.Beta.sum": {
|
191 |
"value": 0.010000000000000002,
|
192 |
-
"min": 0.
|
193 |
"max": 0.010000000000000002,
|
194 |
-
"count":
|
195 |
}
|
196 |
},
|
197 |
"metadata": {
|
198 |
"timer_format_version": "0.1.0",
|
199 |
-
"start_time_seconds": "
|
200 |
"python_version": "3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:38:11) \n[Clang 14.0.6 ]",
|
201 |
-
"command_line_arguments": "/Users/andreas.bjarlestam/mambaforge/envs/huggingface-rl-course/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos.app --run-id=SoccerTwos --no-graphics",
|
202 |
"mlagents_version": "0.31.0.dev0",
|
203 |
"mlagents_envs_version": "0.31.0.dev0",
|
204 |
"communication_protocol_version": "1.5.0",
|
205 |
"pytorch_version": "1.11.0",
|
206 |
"numpy_version": "1.21.2",
|
207 |
-
"end_time_seconds": "
|
208 |
},
|
209 |
-
"total":
|
210 |
"count": 1,
|
211 |
-
"self": 0.
|
212 |
"children": {
|
213 |
"run_training.setup": {
|
214 |
-
"total": 0.
|
215 |
"count": 1,
|
216 |
-
"self": 0.
|
217 |
},
|
218 |
"TrainerController.start_learning": {
|
219 |
-
"total":
|
220 |
"count": 1,
|
221 |
-
"self": 0.
|
222 |
"children": {
|
223 |
"TrainerController._reset_env": {
|
224 |
-
"total":
|
225 |
-
"count":
|
226 |
-
"self":
|
227 |
},
|
228 |
"TrainerController.advance": {
|
229 |
-
"total":
|
230 |
-
"count":
|
231 |
-
"self": 0.
|
232 |
"children": {
|
233 |
"env_step": {
|
234 |
-
"total":
|
235 |
-
"count":
|
236 |
-
"self":
|
237 |
"children": {
|
238 |
"SubprocessEnvManager._take_step": {
|
239 |
-
"total":
|
240 |
-
"count":
|
241 |
-
"self": 1.
|
242 |
"children": {
|
243 |
"TorchPolicy.evaluate": {
|
244 |
-
"total":
|
245 |
-
"count":
|
246 |
-
"self":
|
247 |
}
|
248 |
}
|
249 |
},
|
250 |
"workers": {
|
251 |
-
"total": 0.
|
252 |
-
"count":
|
253 |
"self": 0.0,
|
254 |
"children": {
|
255 |
"worker_root": {
|
256 |
-
"total":
|
257 |
-
"count":
|
258 |
"is_parallel": true,
|
259 |
-
"self":
|
260 |
"children": {
|
261 |
"steps_from_proto": {
|
262 |
-
"total": 0.
|
263 |
-
"count":
|
264 |
"is_parallel": true,
|
265 |
-
"self": 0.
|
266 |
"children": {
|
267 |
"_process_rank_one_or_two_observation": {
|
268 |
-
"total": 0.
|
269 |
-
"count":
|
270 |
"is_parallel": true,
|
271 |
-
"self": 0.
|
272 |
}
|
273 |
}
|
274 |
},
|
275 |
"UnityEnvironment.step": {
|
276 |
-
"total":
|
277 |
-
"count":
|
278 |
"is_parallel": true,
|
279 |
-
"self": 3.
|
280 |
"children": {
|
281 |
"UnityEnvironment._generate_step_input": {
|
282 |
-
"total":
|
283 |
-
"count":
|
284 |
"is_parallel": true,
|
285 |
-
"self":
|
286 |
},
|
287 |
"communicator.exchange": {
|
288 |
-
"total":
|
289 |
-
"count":
|
290 |
"is_parallel": true,
|
291 |
-
"self":
|
292 |
},
|
293 |
"steps_from_proto": {
|
294 |
-
"total":
|
295 |
-
"count":
|
296 |
"is_parallel": true,
|
297 |
-
"self":
|
298 |
"children": {
|
299 |
"_process_rank_one_or_two_observation": {
|
300 |
-
"total":
|
301 |
-
"count":
|
302 |
"is_parallel": true,
|
303 |
-
"self":
|
304 |
}
|
305 |
}
|
306 |
}
|
@@ -313,24 +313,24 @@
|
|
313 |
}
|
314 |
},
|
315 |
"trainer_advance": {
|
316 |
-
"total":
|
317 |
-
"count":
|
318 |
-
"self": 2.
|
319 |
"children": {
|
320 |
"process_trajectory": {
|
321 |
-
"total":
|
322 |
-
"count":
|
323 |
-
"self":
|
324 |
},
|
325 |
"_update_policy": {
|
326 |
-
"total":
|
327 |
-
"count":
|
328 |
-
"self":
|
329 |
"children": {
|
330 |
"TorchPOCAOptimizer.update": {
|
331 |
-
"total":
|
332 |
-
"count":
|
333 |
-
"self":
|
334 |
}
|
335 |
}
|
336 |
}
|
@@ -339,19 +339,19 @@
|
|
339 |
}
|
340 |
},
|
341 |
"trainer_threads": {
|
342 |
-
"total": 5.
|
343 |
"count": 1,
|
344 |
-
"self": 5.
|
345 |
},
|
346 |
"TrainerController._save_models": {
|
347 |
-
"total": 0.
|
348 |
"count": 1,
|
349 |
-
"self": 0.
|
350 |
"children": {
|
351 |
"RLTrainer._checkpoint": {
|
352 |
-
"total": 0.
|
353 |
"count": 1,
|
354 |
-
"self": 0.
|
355 |
}
|
356 |
}
|
357 |
}
|
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 3.1999590396881104,
|
6 |
+
"min": 3.1999006271362305,
|
7 |
+
"max": 3.241605281829834,
|
8 |
+
"count": 37
|
9 |
},
|
10 |
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 66866.34375,
|
12 |
+
"min": 29757.73046875,
|
13 |
+
"max": 103708.4140625,
|
14 |
+
"count": 37
|
15 |
},
|
16 |
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 980.2,
|
18 |
+
"min": 354.26666666666665,
|
19 |
"max": 999.0,
|
20 |
+
"count": 37
|
21 |
},
|
22 |
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 19604.0,
|
24 |
+
"min": 8220.0,
|
25 |
+
"max": 28456.0,
|
26 |
+
"count": 37
|
27 |
},
|
28 |
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1211.9378862333965,
|
30 |
+
"min": 1205.1835371958437,
|
31 |
+
"max": 1215.6735285543373,
|
32 |
+
"count": 35
|
33 |
},
|
34 |
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 2423.875772466793,
|
36 |
+
"min": 2412.7680449870254,
|
37 |
+
"max": 26723.470354880505,
|
38 |
+
"count": 35
|
39 |
},
|
40 |
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 699154.0,
|
42 |
+
"min": 339906.0,
|
43 |
+
"max": 699154.0,
|
44 |
+
"count": 37
|
45 |
},
|
46 |
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 699154.0,
|
48 |
+
"min": 339906.0,
|
49 |
+
"max": 699154.0,
|
50 |
+
"count": 37
|
51 |
},
|
52 |
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.004377217032015324,
|
54 |
+
"min": -0.011403935961425304,
|
55 |
+
"max": 0.00670193787664175,
|
56 |
+
"count": 37
|
57 |
},
|
58 |
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -0.043772172182798386,
|
60 |
+
"min": -0.21572968363761902,
|
61 |
+
"max": 0.09587319940328598,
|
62 |
+
"count": 37
|
63 |
},
|
64 |
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.0028003088664263487,
|
66 |
+
"min": -0.013163342140614986,
|
67 |
+
"max": 0.006617785431444645,
|
68 |
+
"count": 37
|
69 |
},
|
70 |
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -0.028003089129924774,
|
72 |
+
"min": -0.23477448523044586,
|
73 |
+
"max": 0.09730030596256256,
|
74 |
+
"count": 37
|
75 |
},
|
76 |
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
"value": 0.0,
|
78 |
"min": 0.0,
|
79 |
"max": 0.0,
|
80 |
+
"count": 37
|
81 |
},
|
82 |
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
"value": 0.0,
|
84 |
"min": 0.0,
|
85 |
"max": 0.0,
|
86 |
+
"count": 37
|
87 |
},
|
88 |
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.2,
|
90 |
+
"min": -0.5555200020472209,
|
91 |
+
"max": 0.3996470535502714,
|
92 |
+
"count": 37
|
93 |
},
|
94 |
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -2.0,
|
96 |
+
"min": -9.0,
|
97 |
+
"max": 6.793999910354614,
|
98 |
+
"count": 37
|
99 |
},
|
100 |
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.2,
|
102 |
+
"min": -0.5555200020472209,
|
103 |
+
"max": 0.3996470535502714,
|
104 |
+
"count": 37
|
105 |
},
|
106 |
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -2.0,
|
108 |
+
"min": -9.0,
|
109 |
+
"max": 6.793999910354614,
|
110 |
+
"count": 37
|
111 |
},
|
112 |
"SoccerTwos.IsTraining.mean": {
|
113 |
"value": 1.0,
|
114 |
"min": 1.0,
|
115 |
"max": 1.0,
|
116 |
+
"count": 37
|
117 |
},
|
118 |
"SoccerTwos.IsTraining.sum": {
|
119 |
"value": 1.0,
|
120 |
"min": 1.0,
|
121 |
"max": 1.0,
|
122 |
+
"count": 37
|
123 |
},
|
124 |
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.0159091107120427,
|
126 |
+
"min": 0.012636019413669904,
|
127 |
+
"max": 0.020098431833321228,
|
128 |
+
"count": 17
|
129 |
},
|
130 |
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.0159091107120427,
|
132 |
+
"min": 0.012636019413669904,
|
133 |
+
"max": 0.020098431833321228,
|
134 |
+
"count": 17
|
135 |
},
|
136 |
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.002516983779302488,
|
138 |
+
"min": 0.00014130498408727968,
|
139 |
+
"max": 0.0086365083232522,
|
140 |
+
"count": 17
|
141 |
},
|
142 |
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.002516983779302488,
|
144 |
+
"min": 0.00014130498408727968,
|
145 |
+
"max": 0.0086365083232522,
|
146 |
+
"count": 17
|
147 |
},
|
148 |
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.002624650854462137,
|
150 |
+
"min": 0.00014110098109085812,
|
151 |
+
"max": 0.008632027031853794,
|
152 |
+
"count": 17
|
153 |
},
|
154 |
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.002624650854462137,
|
156 |
+
"min": 0.00014110098109085812,
|
157 |
+
"max": 0.008632027031853794,
|
158 |
+
"count": 17
|
159 |
},
|
160 |
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0003,
|
162 |
+
"min": 0.0003,
|
163 |
+
"max": 0.0003,
|
164 |
+
"count": 17
|
165 |
},
|
166 |
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0003,
|
168 |
+
"min": 0.0003,
|
169 |
+
"max": 0.0003,
|
170 |
+
"count": 17
|
171 |
},
|
172 |
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
"value": 0.25,
|
174 |
"min": 0.25,
|
175 |
"max": 0.25,
|
176 |
+
"count": 17
|
177 |
},
|
178 |
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
"value": 0.25,
|
180 |
"min": 0.25,
|
181 |
"max": 0.25,
|
182 |
+
"count": 17
|
183 |
},
|
184 |
"SoccerTwos.Policy.Beta.mean": {
|
185 |
"value": 0.010000000000000002,
|
186 |
+
"min": 0.010000000000000002,
|
187 |
"max": 0.010000000000000002,
|
188 |
+
"count": 17
|
189 |
},
|
190 |
"SoccerTwos.Policy.Beta.sum": {
|
191 |
"value": 0.010000000000000002,
|
192 |
+
"min": 0.010000000000000002,
|
193 |
"max": 0.010000000000000002,
|
194 |
+
"count": 17
|
195 |
}
|
196 |
},
|
197 |
"metadata": {
|
198 |
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1683407536",
|
200 |
"python_version": "3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:38:11) \n[Clang 14.0.6 ]",
|
201 |
+
"command_line_arguments": "/Users/andreas.bjarlestam/mambaforge/envs/huggingface-rl-course/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos.app --run-id=SoccerTwos --no-graphics --resume",
|
202 |
"mlagents_version": "0.31.0.dev0",
|
203 |
"mlagents_envs_version": "0.31.0.dev0",
|
204 |
"communication_protocol_version": "1.5.0",
|
205 |
"pytorch_version": "1.11.0",
|
206 |
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1683409217"
|
208 |
},
|
209 |
+
"total": 1680.865004125,
|
210 |
"count": 1,
|
211 |
+
"self": 0.12260970800002724,
|
212 |
"children": {
|
213 |
"run_training.setup": {
|
214 |
+
"total": 0.013448125000000033,
|
215 |
"count": 1,
|
216 |
+
"self": 0.013448125000000033
|
217 |
},
|
218 |
"TrainerController.start_learning": {
|
219 |
+
"total": 1680.728946292,
|
220 |
"count": 1,
|
221 |
+
"self": 0.2918064929965567,
|
222 |
"children": {
|
223 |
"TrainerController._reset_env": {
|
224 |
+
"total": 1.733552874999984,
|
225 |
+
"count": 3,
|
226 |
+
"self": 1.733552874999984
|
227 |
},
|
228 |
"TrainerController.advance": {
|
229 |
+
"total": 1678.5335023400037,
|
230 |
+
"count": 24247,
|
231 |
+
"self": 0.28358365201415836,
|
232 |
"children": {
|
233 |
"env_step": {
|
234 |
+
"total": 1387.8335258989998,
|
235 |
+
"count": 24247,
|
236 |
+
"self": 1339.7047586980023,
|
237 |
"children": {
|
238 |
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 47.923312614988625,
|
240 |
+
"count": 24247,
|
241 |
+
"self": 1.4153185770023171,
|
242 |
"children": {
|
243 |
"TorchPolicy.evaluate": {
|
244 |
+
"total": 46.50799403798631,
|
245 |
+
"count": 48068,
|
246 |
+
"self": 46.50799403798631
|
247 |
}
|
248 |
}
|
249 |
},
|
250 |
"workers": {
|
251 |
+
"total": 0.20545458600886946,
|
252 |
+
"count": 24246,
|
253 |
"self": 0.0,
|
254 |
"children": {
|
255 |
"worker_root": {
|
256 |
+
"total": 1678.4846704740066,
|
257 |
+
"count": 24246,
|
258 |
"is_parallel": true,
|
259 |
+
"self": 380.76107760500213,
|
260 |
"children": {
|
261 |
"steps_from_proto": {
|
262 |
+
"total": 0.005257666000014982,
|
263 |
+
"count": 6,
|
264 |
"is_parallel": true,
|
265 |
+
"self": 0.0006387100000131429,
|
266 |
"children": {
|
267 |
"_process_rank_one_or_two_observation": {
|
268 |
+
"total": 0.004618956000001839,
|
269 |
+
"count": 24,
|
270 |
"is_parallel": true,
|
271 |
+
"self": 0.004618956000001839
|
272 |
}
|
273 |
}
|
274 |
},
|
275 |
"UnityEnvironment.step": {
|
276 |
+
"total": 1297.7183352030045,
|
277 |
+
"count": 24246,
|
278 |
"is_parallel": true,
|
279 |
+
"self": 3.2725019259994497,
|
280 |
"children": {
|
281 |
"UnityEnvironment._generate_step_input": {
|
282 |
+
"total": 22.31964003499131,
|
283 |
+
"count": 24246,
|
284 |
"is_parallel": true,
|
285 |
+
"self": 22.31964003499131
|
286 |
},
|
287 |
"communicator.exchange": {
|
288 |
+
"total": 1224.7218267430092,
|
289 |
+
"count": 24246,
|
290 |
"is_parallel": true,
|
291 |
+
"self": 1224.7218267430092
|
292 |
},
|
293 |
"steps_from_proto": {
|
294 |
+
"total": 47.40436649900448,
|
295 |
+
"count": 48492,
|
296 |
"is_parallel": true,
|
297 |
+
"self": 5.1485635459650325,
|
298 |
"children": {
|
299 |
"_process_rank_one_or_two_observation": {
|
300 |
+
"total": 42.25580295303945,
|
301 |
+
"count": 193968,
|
302 |
"is_parallel": true,
|
303 |
+
"self": 42.25580295303945
|
304 |
}
|
305 |
}
|
306 |
}
|
|
|
313 |
}
|
314 |
},
|
315 |
"trainer_advance": {
|
316 |
+
"total": 290.41639278898964,
|
317 |
+
"count": 24246,
|
318 |
+
"self": 2.2689823499720774,
|
319 |
"children": {
|
320 |
"process_trajectory": {
|
321 |
+
"total": 40.91866668901776,
|
322 |
+
"count": 24246,
|
323 |
+
"self": 40.91866668901776
|
324 |
},
|
325 |
"_update_policy": {
|
326 |
+
"total": 247.2287437499998,
|
327 |
+
"count": 17,
|
328 |
+
"self": 32.059548280997035,
|
329 |
"children": {
|
330 |
"TorchPOCAOptimizer.update": {
|
331 |
+
"total": 215.16919546900277,
|
332 |
+
"count": 510,
|
333 |
+
"self": 215.16919546900277
|
334 |
}
|
335 |
}
|
336 |
}
|
|
|
339 |
}
|
340 |
},
|
341 |
"trainer_threads": {
|
342 |
+
"total": 5.839999630552484e-07,
|
343 |
"count": 1,
|
344 |
+
"self": 5.839999630552484e-07
|
345 |
},
|
346 |
"TrainerController._save_models": {
|
347 |
+
"total": 0.17008399999986068,
|
348 |
"count": 1,
|
349 |
+
"self": 0.001209707999805687,
|
350 |
"children": {
|
351 |
"RLTrainer._checkpoint": {
|
352 |
+
"total": 0.168874292000055,
|
353 |
"count": 1,
|
354 |
+
"self": 0.168874292000055
|
355 |
}
|
356 |
}
|
357 |
}
|
run_logs/training_status.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"SoccerTwos": {
|
3 |
-
"elo":
|
4 |
"checkpoints": [
|
5 |
{
|
6 |
"steps": 331652,
|
@@ -10,15 +10,24 @@
|
|
10 |
"auxillary_file_paths": [
|
11 |
"results/SoccerTwos/SoccerTwos/SoccerTwos-331652.pt"
|
12 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|
14 |
],
|
15 |
"final_checkpoint": {
|
16 |
-
"steps":
|
17 |
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
18 |
"reward": 0.0,
|
19 |
-
"creation_time":
|
20 |
"auxillary_file_paths": [
|
21 |
-
"results/SoccerTwos/SoccerTwos/SoccerTwos-
|
22 |
]
|
23 |
}
|
24 |
},
|
|
|
1 |
{
|
2 |
"SoccerTwos": {
|
3 |
+
"elo": 1210.7004396795849,
|
4 |
"checkpoints": [
|
5 |
{
|
6 |
"steps": 331652,
|
|
|
10 |
"auxillary_file_paths": [
|
11 |
"results/SoccerTwos/SoccerTwos/SoccerTwos-331652.pt"
|
12 |
]
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"steps": 701120,
|
16 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-701120.onnx",
|
17 |
+
"reward": 0.0,
|
18 |
+
"creation_time": 1683409217.594496,
|
19 |
+
"auxillary_file_paths": [
|
20 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-701120.pt"
|
21 |
+
]
|
22 |
}
|
23 |
],
|
24 |
"final_checkpoint": {
|
25 |
+
"steps": 701120,
|
26 |
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
27 |
"reward": 0.0,
|
28 |
+
"creation_time": 1683409217.594496,
|
29 |
"auxillary_file_paths": [
|
30 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-701120.pt"
|
31 |
]
|
32 |
}
|
33 |
},
|