Update_agent
Browse files- SoccerTwos.onnx +1 -1
- SoccerTwos/SoccerTwos-8951810.onnx +3 -0
- SoccerTwos/SoccerTwos-8951810.pt +3 -0
- SoccerTwos/checkpoint.pt +1 -1
- SoccerTwos/events.out.tfevents.1691321393.51fdecdbc575.1819.0 +3 -0
- config.json +1 -1
- configuration.yaml +1 -1
- run_logs/Player-0.log +17 -14
- run_logs/timers.json +176 -183
- run_logs/training_status.json +13 -13
SoccerTwos.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 886472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be68a1d27f55cf586f88ee45afa6d916c4f7a2ca602ed6690ea3b25c06d3b7b6
|
3 |
size 886472
|
SoccerTwos/SoccerTwos-8951810.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be68a1d27f55cf586f88ee45afa6d916c4f7a2ca602ed6690ea3b25c06d3b7b6
|
3 |
+
size 886472
|
SoccerTwos/SoccerTwos-8951810.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcdd305135887bb866efcff63ef1d98c0c7cbc67d192e3db571e45a8a06c8ba1
|
3 |
+
size 10303217
|
SoccerTwos/checkpoint.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10303217
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcdd305135887bb866efcff63ef1d98c0c7cbc67d192e3db571e45a8a06c8ba1
|
3 |
size 10303217
|
SoccerTwos/events.out.tfevents.1691321393.51fdecdbc575.1819.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af03eaba667c309ebaeb72551f395b510fbb53d22a8d5f6c1a3da579ab486553
|
3 |
+
size 463458
|
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.99, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.95, "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":
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.99, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.95, "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": 10000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 60000, "team_change": 225000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.25, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.x86_64", "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": "cpu"}, "debug": false}
|
configuration.yaml
CHANGED
@@ -37,7 +37,7 @@ behaviors:
|
|
37 |
init_path: null
|
38 |
keep_checkpoints: 5
|
39 |
even_checkpoints: false
|
40 |
-
max_steps:
|
41 |
time_horizon: 1000
|
42 |
summary_freq: 10000
|
43 |
threaded: false
|
|
|
37 |
init_path: null
|
38 |
keep_checkpoints: 5
|
39 |
even_checkpoints: false
|
40 |
+
max_steps: 10000000
|
41 |
time_horizon: 1000
|
42 |
summary_freq: 10000
|
43 |
threaded: false
|
run_logs/Player-0.log
CHANGED
@@ -2,6 +2,9 @@ Mono path[0] = '/content/ml-agents/training-envs-executables/SoccerTwos_Data/Man
|
|
2 |
Mono config path = '/content/ml-agents/training-envs-executables/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
Preloaded 'lib_burst_generated.so'
|
4 |
Preloaded 'libgrpc_csharp_ext.x64.so'
|
|
|
|
|
|
|
5 |
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
6 |
[Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/SoccerTwos_Data/UnitySubsystems
|
7 |
Forcing GfxDevice: Null
|
@@ -31,7 +34,7 @@ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
|
31 |
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
32 |
FMOD initialized on nosound output
|
33 |
Begin MonoManager ReloadAssembly
|
34 |
-
- Completed reload, in 0.
|
35 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
36 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
37 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
@@ -56,7 +59,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
|
|
56 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
57 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
58 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
59 |
-
UnloadTime: 0.
|
60 |
Registered Communicator in Agent.
|
61 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
62 |
requesting resize 84 x 84
|
@@ -65,7 +68,7 @@ Memory Statistics:
|
|
65 |
[ALLOC_TEMP_TLS] TLS Allocator
|
66 |
StackAllocators :
|
67 |
[ALLOC_TEMP_MAIN]
|
68 |
-
Peak usage frame count: [8.0 KB-16.0 KB]:
|
69 |
Initial Block Size 4.0 MB
|
70 |
Current Block Size 4.0 MB
|
71 |
Peak Allocated Bytes 2.1 MB
|
@@ -181,19 +184,19 @@ Memory Statistics:
|
|
181 |
Peak Allocated Bytes 0 B
|
182 |
Overflow Count 0
|
183 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
184 |
-
Peak main deferred allocation count
|
185 |
[ALLOC_BUCKET]
|
186 |
Large Block size 4.0 MB
|
187 |
Used Block count 1
|
188 |
Peak Allocated bytes 1.0 MB
|
189 |
[ALLOC_DEFAULT_MAIN]
|
190 |
-
Peak usage frame count: [4.0 MB-8.0 MB]:
|
191 |
Requested Block Size 16.0 MB
|
192 |
Peak Block count 1
|
193 |
Peak Allocated memory 4.6 MB
|
194 |
Peak Large allocation bytes 0 B
|
195 |
[ALLOC_DEFAULT_THREAD]
|
196 |
-
Peak usage frame count: [16.0 MB-32.0 MB]:
|
197 |
Requested Block Size 16.0 MB
|
198 |
Peak Block count 1
|
199 |
Peak Allocated memory 17.6 MB
|
@@ -225,13 +228,13 @@ Memory Statistics:
|
|
225 |
Used Block count 1
|
226 |
Peak Allocated bytes 1.0 MB
|
227 |
[ALLOC_GFX_MAIN]
|
228 |
-
Peak usage frame count: [32.0 KB-64.0 KB]:
|
229 |
Requested Block Size 16.0 MB
|
230 |
Peak Block count 1
|
231 |
Peak Allocated memory 65.6 KB
|
232 |
Peak Large allocation bytes 0 B
|
233 |
[ALLOC_GFX_THREAD]
|
234 |
-
Peak usage frame count: [128.0 KB-256.0 KB]:
|
235 |
Requested Block Size 16.0 MB
|
236 |
Peak Block count 1
|
237 |
Peak Allocated memory 173.5 KB
|
@@ -243,16 +246,16 @@ Memory Statistics:
|
|
243 |
Used Block count 1
|
244 |
Peak Allocated bytes 1.0 MB
|
245 |
[ALLOC_CACHEOBJECTS_MAIN]
|
246 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
247 |
Requested Block Size 4.0 MB
|
248 |
Peak Block count 1
|
249 |
Peak Allocated memory 0.6 MB
|
250 |
Peak Large allocation bytes 0 B
|
251 |
[ALLOC_CACHEOBJECTS_THREAD]
|
252 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
253 |
Requested Block Size 4.0 MB
|
254 |
-
Peak Block count
|
255 |
-
Peak Allocated memory 4.
|
256 |
Peak Large allocation bytes 0 B
|
257 |
[ALLOC_TYPETREE] Dual Thread Allocator
|
258 |
Peak main deferred allocation count 0
|
@@ -261,13 +264,13 @@ Memory Statistics:
|
|
261 |
Used Block count 1
|
262 |
Peak Allocated bytes 1.0 MB
|
263 |
[ALLOC_TYPETREE_MAIN]
|
264 |
-
Peak usage frame count: [0-1.0 KB]:
|
265 |
Requested Block Size 2.0 MB
|
266 |
Peak Block count 1
|
267 |
Peak Allocated memory 1.0 KB
|
268 |
Peak Large allocation bytes 0 B
|
269 |
[ALLOC_TYPETREE_THREAD]
|
270 |
-
Peak usage frame count: [1.0 KB-2.0 KB]:
|
271 |
Requested Block Size 2.0 MB
|
272 |
Peak Block count 1
|
273 |
Peak Allocated memory 2.2 KB
|
|
|
2 |
Mono config path = '/content/ml-agents/training-envs-executables/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
Preloaded 'lib_burst_generated.so'
|
4 |
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
[Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/SoccerTwos_Data/UnitySubsystems
|
10 |
Forcing GfxDevice: Null
|
|
|
34 |
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
35 |
FMOD initialized on nosound output
|
36 |
Begin MonoManager ReloadAssembly
|
37 |
+
- Completed reload, in 0.160 seconds
|
38 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
39 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
40 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
|
|
59 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 0.856664 ms
|
63 |
Registered Communicator in Agent.
|
64 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
requesting resize 84 x 84
|
|
|
68 |
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
StackAllocators :
|
70 |
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 8514 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
Initial Block Size 4.0 MB
|
73 |
Current Block Size 4.0 MB
|
74 |
Peak Allocated Bytes 2.1 MB
|
|
|
184 |
Peak Allocated Bytes 0 B
|
185 |
Overflow Count 0
|
186 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
187 |
+
Peak main deferred allocation count 4
|
188 |
[ALLOC_BUCKET]
|
189 |
Large Block size 4.0 MB
|
190 |
Used Block count 1
|
191 |
Peak Allocated bytes 1.0 MB
|
192 |
[ALLOC_DEFAULT_MAIN]
|
193 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 8515 frames
|
194 |
Requested Block Size 16.0 MB
|
195 |
Peak Block count 1
|
196 |
Peak Allocated memory 4.6 MB
|
197 |
Peak Large allocation bytes 0 B
|
198 |
[ALLOC_DEFAULT_THREAD]
|
199 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 8515 frames
|
200 |
Requested Block Size 16.0 MB
|
201 |
Peak Block count 1
|
202 |
Peak Allocated memory 17.6 MB
|
|
|
228 |
Used Block count 1
|
229 |
Peak Allocated bytes 1.0 MB
|
230 |
[ALLOC_GFX_MAIN]
|
231 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 8514 frames, [64.0 KB-128.0 KB]: 1 frames
|
232 |
Requested Block Size 16.0 MB
|
233 |
Peak Block count 1
|
234 |
Peak Allocated memory 65.6 KB
|
235 |
Peak Large allocation bytes 0 B
|
236 |
[ALLOC_GFX_THREAD]
|
237 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 8515 frames
|
238 |
Requested Block Size 16.0 MB
|
239 |
Peak Block count 1
|
240 |
Peak Allocated memory 173.5 KB
|
|
|
246 |
Used Block count 1
|
247 |
Peak Allocated bytes 1.0 MB
|
248 |
[ALLOC_CACHEOBJECTS_MAIN]
|
249 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 8515 frames
|
250 |
Requested Block Size 4.0 MB
|
251 |
Peak Block count 1
|
252 |
Peak Allocated memory 0.6 MB
|
253 |
Peak Large allocation bytes 0 B
|
254 |
[ALLOC_CACHEOBJECTS_THREAD]
|
255 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 8514 frames, [4.0 MB-8.0 MB]: 1 frames
|
256 |
Requested Block Size 4.0 MB
|
257 |
+
Peak Block count 2
|
258 |
+
Peak Allocated memory 4.2 MB
|
259 |
Peak Large allocation bytes 0 B
|
260 |
[ALLOC_TYPETREE] Dual Thread Allocator
|
261 |
Peak main deferred allocation count 0
|
|
|
264 |
Used Block count 1
|
265 |
Peak Allocated bytes 1.0 MB
|
266 |
[ALLOC_TYPETREE_MAIN]
|
267 |
+
Peak usage frame count: [0-1.0 KB]: 8515 frames
|
268 |
Requested Block Size 2.0 MB
|
269 |
Peak Block count 1
|
270 |
Peak Allocated memory 1.0 KB
|
271 |
Peak Large allocation bytes 0 B
|
272 |
[ALLOC_TYPETREE_THREAD]
|
273 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 8514 frames, [2.0 KB-4.0 KB]: 1 frames
|
274 |
Requested Block Size 2.0 MB
|
275 |
Peak Block count 1
|
276 |
Peak Allocated memory 2.2 KB
|
run_logs/timers.json
CHANGED
@@ -2,201 +2,201 @@
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
-
"value": 2.
|
6 |
-
"min": 2.
|
7 |
-
"max": 2.
|
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": 42.
|
19 |
-
"max":
|
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":
|
60 |
-
"min": -
|
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":
|
72 |
-
"min": -
|
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.0003,
|
162 |
"min": 0.0003,
|
163 |
"max": 0.0003,
|
164 |
-
"count":
|
165 |
},
|
166 |
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
"value": 0.0003,
|
168 |
"min": 0.0003,
|
169 |
"max": 0.0003,
|
170 |
-
"count":
|
171 |
},
|
172 |
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
"value": 0.20000000000000007,
|
174 |
"min": 0.20000000000000007,
|
175 |
"max": 0.20000000000000007,
|
176 |
-
"count":
|
177 |
},
|
178 |
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
"value": 0.20000000000000007,
|
180 |
"min": 0.20000000000000007,
|
181 |
"max": 0.20000000000000007,
|
182 |
-
"count":
|
183 |
},
|
184 |
"SoccerTwos.Policy.Beta.mean": {
|
185 |
"value": 0.005000000000000001,
|
186 |
"min": 0.005000000000000001,
|
187 |
"max": 0.005000000000000001,
|
188 |
-
"count":
|
189 |
},
|
190 |
"SoccerTwos.Policy.Beta.sum": {
|
191 |
"value": 0.005000000000000001,
|
192 |
"min": 0.005000000000000001,
|
193 |
"max": 0.005000000000000001,
|
194 |
-
"count":
|
195 |
}
|
196 |
},
|
197 |
"metadata": {
|
198 |
"timer_format_version": "0.1.0",
|
199 |
-
"start_time_seconds": "
|
200 |
"python_version": "3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]",
|
201 |
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos --no-graphics --resume --torch-device=cpu",
|
202 |
"mlagents_version": "0.31.0.dev0",
|
@@ -204,59 +204,59 @@
|
|
204 |
"communication_protocol_version": "1.5.0",
|
205 |
"pytorch_version": "1.11.0+cu102",
|
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": 1.
|
222 |
"children": {
|
223 |
"TrainerController._reset_env": {
|
224 |
-
"total":
|
225 |
"count": 4,
|
226 |
-
"self":
|
227 |
},
|
228 |
"TrainerController.advance": {
|
229 |
-
"total":
|
230 |
-
"count":
|
231 |
-
"self": 1.
|
232 |
"children": {
|
233 |
"env_step": {
|
234 |
-
"total":
|
235 |
-
"count":
|
236 |
-
"self":
|
237 |
"children": {
|
238 |
"SubprocessEnvManager._take_step": {
|
239 |
-
"total":
|
240 |
-
"count":
|
241 |
-
"self":
|
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 |
"run_training.setup": {
|
262 |
"total": 0.0,
|
@@ -265,48 +265,48 @@
|
|
265 |
"self": 0.0,
|
266 |
"children": {
|
267 |
"steps_from_proto": {
|
268 |
-
"total": 0.
|
269 |
"count": 2,
|
270 |
"is_parallel": true,
|
271 |
-
"self": 0.
|
272 |
"children": {
|
273 |
"_process_rank_one_or_two_observation": {
|
274 |
-
"total": 0.
|
275 |
"count": 8,
|
276 |
"is_parallel": true,
|
277 |
-
"self": 0.
|
278 |
}
|
279 |
}
|
280 |
},
|
281 |
"UnityEnvironment.step": {
|
282 |
-
"total": 0.
|
283 |
"count": 1,
|
284 |
"is_parallel": true,
|
285 |
-
"self": 0.
|
286 |
"children": {
|
287 |
"UnityEnvironment._generate_step_input": {
|
288 |
-
"total": 0.
|
289 |
"count": 1,
|
290 |
"is_parallel": true,
|
291 |
-
"self": 0.
|
292 |
},
|
293 |
"communicator.exchange": {
|
294 |
-
"total": 0.
|
295 |
"count": 1,
|
296 |
"is_parallel": true,
|
297 |
-
"self": 0.
|
298 |
},
|
299 |
"steps_from_proto": {
|
300 |
-
"total": 0.
|
301 |
"count": 2,
|
302 |
"is_parallel": true,
|
303 |
-
"self": 0.
|
304 |
"children": {
|
305 |
"_process_rank_one_or_two_observation": {
|
306 |
-
"total": 0.
|
307 |
"count": 8,
|
308 |
"is_parallel": true,
|
309 |
-
"self": 0.
|
310 |
}
|
311 |
}
|
312 |
}
|
@@ -315,48 +315,48 @@
|
|
315 |
}
|
316 |
},
|
317 |
"steps_from_proto": {
|
318 |
-
"total": 0.
|
319 |
"count": 6,
|
320 |
"is_parallel": true,
|
321 |
-
"self": 0.
|
322 |
"children": {
|
323 |
"_process_rank_one_or_two_observation": {
|
324 |
-
"total": 0.
|
325 |
"count": 24,
|
326 |
"is_parallel": true,
|
327 |
-
"self": 0.
|
328 |
}
|
329 |
}
|
330 |
},
|
331 |
"UnityEnvironment.step": {
|
332 |
-
"total":
|
333 |
-
"count":
|
334 |
"is_parallel": true,
|
335 |
-
"self":
|
336 |
"children": {
|
337 |
"UnityEnvironment._generate_step_input": {
|
338 |
-
"total":
|
339 |
-
"count":
|
340 |
"is_parallel": true,
|
341 |
-
"self":
|
342 |
},
|
343 |
"communicator.exchange": {
|
344 |
-
"total":
|
345 |
-
"count":
|
346 |
"is_parallel": true,
|
347 |
-
"self":
|
348 |
},
|
349 |
"steps_from_proto": {
|
350 |
-
"total":
|
351 |
-
"count":
|
352 |
"is_parallel": true,
|
353 |
-
"self":
|
354 |
"children": {
|
355 |
"_process_rank_one_or_two_observation": {
|
356 |
-
"total":
|
357 |
-
"count":
|
358 |
"is_parallel": true,
|
359 |
-
"self":
|
360 |
}
|
361 |
}
|
362 |
}
|
@@ -369,31 +369,24 @@
|
|
369 |
}
|
370 |
},
|
371 |
"trainer_advance": {
|
372 |
-
"total":
|
373 |
-
"count":
|
374 |
-
"self":
|
375 |
"children": {
|
376 |
"process_trajectory": {
|
377 |
-
"total":
|
378 |
-
"count":
|
379 |
-
"self":
|
380 |
-
"children": {
|
381 |
-
"RLTrainer._checkpoint": {
|
382 |
-
"total": 0.35668347899991204,
|
383 |
-
"count": 1,
|
384 |
-
"self": 0.35668347899991204
|
385 |
-
}
|
386 |
-
}
|
387 |
},
|
388 |
"_update_policy": {
|
389 |
-
"total":
|
390 |
-
"count":
|
391 |
-
"self":
|
392 |
"children": {
|
393 |
"TorchPOCAOptimizer.update": {
|
394 |
-
"total":
|
395 |
-
"count":
|
396 |
-
"self":
|
397 |
}
|
398 |
}
|
399 |
}
|
@@ -402,19 +395,19 @@
|
|
402 |
}
|
403 |
},
|
404 |
"trainer_threads": {
|
405 |
-
"total": 1.
|
406 |
"count": 1,
|
407 |
-
"self": 1.
|
408 |
},
|
409 |
"TrainerController._save_models": {
|
410 |
-
"total": 0.
|
411 |
"count": 1,
|
412 |
-
"self": 0.
|
413 |
"children": {
|
414 |
"RLTrainer._checkpoint": {
|
415 |
-
"total": 0.
|
416 |
"count": 1,
|
417 |
-
"self": 0.
|
418 |
}
|
419 |
}
|
420 |
}
|
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 2.2750937938690186,
|
6 |
+
"min": 2.237426519393921,
|
7 |
+
"max": 2.4118874073028564,
|
8 |
+
"count": 45
|
9 |
},
|
10 |
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 45793.08984375,
|
12 |
+
"min": 42230.7265625,
|
13 |
+
"max": 57216.2578125,
|
14 |
+
"count": 45
|
15 |
},
|
16 |
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 56.63953488372093,
|
18 |
+
"min": 42.29661016949152,
|
19 |
+
"max": 61.325,
|
20 |
+
"count": 45
|
21 |
},
|
22 |
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 19484.0,
|
24 |
+
"min": 19048.0,
|
25 |
+
"max": 20140.0,
|
26 |
+
"count": 45
|
27 |
},
|
28 |
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1482.6735168891223,
|
30 |
+
"min": 1447.8964098134252,
|
31 |
+
"max": 1498.4113615420426,
|
32 |
+
"count": 45
|
33 |
},
|
34 |
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 255019.84490492905,
|
36 |
+
"min": 235665.1365983267,
|
37 |
+
"max": 350803.6744841606,
|
38 |
+
"count": 45
|
39 |
},
|
40 |
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 8949979.0,
|
42 |
+
"min": 8509934.0,
|
43 |
+
"max": 8949979.0,
|
44 |
+
"count": 45
|
45 |
},
|
46 |
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 8949979.0,
|
48 |
+
"min": 8509934.0,
|
49 |
+
"max": 8949979.0,
|
50 |
+
"count": 45
|
51 |
},
|
52 |
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.004916130565106869,
|
54 |
+
"min": -0.03196634352207184,
|
55 |
+
"max": 0.07559280097484589,
|
56 |
+
"count": 45
|
57 |
},
|
58 |
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -0.8504905700683594,
|
60 |
+
"min": -5.49821138381958,
|
61 |
+
"max": 16.894067764282227,
|
62 |
+
"count": 45
|
63 |
},
|
64 |
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.0044533200562000275,
|
66 |
+
"min": -0.03109934739768505,
|
67 |
+
"max": 0.07799124717712402,
|
68 |
+
"count": 45
|
69 |
},
|
70 |
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -0.7704243659973145,
|
72 |
+
"min": -5.349087715148926,
|
73 |
+
"max": 16.790143966674805,
|
74 |
+
"count": 45
|
75 |
},
|
76 |
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
"value": 0.0,
|
78 |
"min": 0.0,
|
79 |
"max": 0.0,
|
80 |
+
"count": 45
|
81 |
},
|
82 |
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
"value": 0.0,
|
84 |
"min": 0.0,
|
85 |
"max": 0.0,
|
86 |
+
"count": 45
|
87 |
},
|
88 |
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.03477225551715476,
|
90 |
+
"min": -0.21960648588232093,
|
91 |
+
"max": 0.2603318790160933,
|
92 |
+
"count": 45
|
93 |
},
|
94 |
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -6.015600204467773,
|
96 |
+
"min": -40.62719988822937,
|
97 |
+
"max": 59.616000294685364,
|
98 |
+
"count": 45
|
99 |
},
|
100 |
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.03477225551715476,
|
102 |
+
"min": -0.21960648588232093,
|
103 |
+
"max": 0.2603318790160933,
|
104 |
+
"count": 45
|
105 |
},
|
106 |
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -6.015600204467773,
|
108 |
+
"min": -40.62719988822937,
|
109 |
+
"max": 59.616000294685364,
|
110 |
+
"count": 45
|
111 |
},
|
112 |
"SoccerTwos.IsTraining.mean": {
|
113 |
"value": 1.0,
|
114 |
"min": 1.0,
|
115 |
"max": 1.0,
|
116 |
+
"count": 45
|
117 |
},
|
118 |
"SoccerTwos.IsTraining.sum": {
|
119 |
"value": 1.0,
|
120 |
"min": 1.0,
|
121 |
"max": 1.0,
|
122 |
+
"count": 45
|
123 |
},
|
124 |
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.019061286328117908,
|
126 |
+
"min": 0.013057671172039894,
|
127 |
+
"max": 0.021450920356437565,
|
128 |
+
"count": 21
|
129 |
},
|
130 |
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.019061286328117908,
|
132 |
+
"min": 0.013057671172039894,
|
133 |
+
"max": 0.021450920356437565,
|
134 |
+
"count": 21
|
135 |
},
|
136 |
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.08023651391267776,
|
138 |
+
"min": 0.06944796616832415,
|
139 |
+
"max": 0.08236863935987154,
|
140 |
+
"count": 21
|
141 |
},
|
142 |
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.08023651391267776,
|
144 |
+
"min": 0.06944796616832415,
|
145 |
+
"max": 0.08236863935987154,
|
146 |
+
"count": 21
|
147 |
},
|
148 |
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.0812089612086614,
|
150 |
+
"min": 0.07063307439287504,
|
151 |
+
"max": 0.08386725783348084,
|
152 |
+
"count": 21
|
153 |
},
|
154 |
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.0812089612086614,
|
156 |
+
"min": 0.07063307439287504,
|
157 |
+
"max": 0.08386725783348084,
|
158 |
+
"count": 21
|
159 |
},
|
160 |
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
"value": 0.0003,
|
162 |
"min": 0.0003,
|
163 |
"max": 0.0003,
|
164 |
+
"count": 21
|
165 |
},
|
166 |
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
"value": 0.0003,
|
168 |
"min": 0.0003,
|
169 |
"max": 0.0003,
|
170 |
+
"count": 21
|
171 |
},
|
172 |
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
"value": 0.20000000000000007,
|
174 |
"min": 0.20000000000000007,
|
175 |
"max": 0.20000000000000007,
|
176 |
+
"count": 21
|
177 |
},
|
178 |
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
"value": 0.20000000000000007,
|
180 |
"min": 0.20000000000000007,
|
181 |
"max": 0.20000000000000007,
|
182 |
+
"count": 21
|
183 |
},
|
184 |
"SoccerTwos.Policy.Beta.mean": {
|
185 |
"value": 0.005000000000000001,
|
186 |
"min": 0.005000000000000001,
|
187 |
"max": 0.005000000000000001,
|
188 |
+
"count": 21
|
189 |
},
|
190 |
"SoccerTwos.Policy.Beta.sum": {
|
191 |
"value": 0.005000000000000001,
|
192 |
"min": 0.005000000000000001,
|
193 |
"max": 0.005000000000000001,
|
194 |
+
"count": 21
|
195 |
}
|
196 |
},
|
197 |
"metadata": {
|
198 |
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1691321389",
|
200 |
"python_version": "3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]",
|
201 |
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos --no-graphics --resume --torch-device=cpu",
|
202 |
"mlagents_version": "0.31.0.dev0",
|
|
|
204 |
"communication_protocol_version": "1.5.0",
|
205 |
"pytorch_version": "1.11.0+cu102",
|
206 |
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1691323056"
|
208 |
},
|
209 |
+
"total": 1666.35867087,
|
210 |
"count": 1,
|
211 |
+
"self": 0.1516258750000361,
|
212 |
"children": {
|
213 |
"run_training.setup": {
|
214 |
+
"total": 0.0630226039999684,
|
215 |
"count": 1,
|
216 |
+
"self": 0.0630226039999684
|
217 |
},
|
218 |
"TrainerController.start_learning": {
|
219 |
+
"total": 1666.144022391,
|
220 |
"count": 1,
|
221 |
+
"self": 1.125772229994709,
|
222 |
"children": {
|
223 |
"TrainerController._reset_env": {
|
224 |
+
"total": 3.8054959460000646,
|
225 |
"count": 4,
|
226 |
+
"self": 3.8054959460000646
|
227 |
},
|
228 |
"TrainerController.advance": {
|
229 |
+
"total": 1660.728283220005,
|
230 |
+
"count": 31775,
|
231 |
+
"self": 1.17107058898182,
|
232 |
"children": {
|
233 |
"env_step": {
|
234 |
+
"total": 923.7054244490093,
|
235 |
+
"count": 31775,
|
236 |
+
"self": 787.9239653509692,
|
237 |
"children": {
|
238 |
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 135.0932160220205,
|
240 |
+
"count": 31775,
|
241 |
+
"self": 6.267143035018819,
|
242 |
"children": {
|
243 |
"TorchPolicy.evaluate": {
|
244 |
+
"total": 128.82607298700168,
|
245 |
+
"count": 56764,
|
246 |
+
"self": 128.82607298700168
|
247 |
}
|
248 |
}
|
249 |
},
|
250 |
"workers": {
|
251 |
+
"total": 0.688243076019603,
|
252 |
+
"count": 31774,
|
253 |
"self": 0.0,
|
254 |
"children": {
|
255 |
"worker_root": {
|
256 |
+
"total": 1660.719618600975,
|
257 |
+
"count": 31774,
|
258 |
"is_parallel": true,
|
259 |
+
"self": 998.2839195230074,
|
260 |
"children": {
|
261 |
"run_training.setup": {
|
262 |
"total": 0.0,
|
|
|
265 |
"self": 0.0,
|
266 |
"children": {
|
267 |
"steps_from_proto": {
|
268 |
+
"total": 0.009984467000037966,
|
269 |
"count": 2,
|
270 |
"is_parallel": true,
|
271 |
+
"self": 0.005311473000119804,
|
272 |
"children": {
|
273 |
"_process_rank_one_or_two_observation": {
|
274 |
+
"total": 0.0046729939999181624,
|
275 |
"count": 8,
|
276 |
"is_parallel": true,
|
277 |
+
"self": 0.0046729939999181624
|
278 |
}
|
279 |
}
|
280 |
},
|
281 |
"UnityEnvironment.step": {
|
282 |
+
"total": 0.05700391100003799,
|
283 |
"count": 1,
|
284 |
"is_parallel": true,
|
285 |
+
"self": 0.0014013470000122652,
|
286 |
"children": {
|
287 |
"UnityEnvironment._generate_step_input": {
|
288 |
+
"total": 0.0006023120000122617,
|
289 |
"count": 1,
|
290 |
"is_parallel": true,
|
291 |
+
"self": 0.0006023120000122617
|
292 |
},
|
293 |
"communicator.exchange": {
|
294 |
+
"total": 0.04908923200002846,
|
295 |
"count": 1,
|
296 |
"is_parallel": true,
|
297 |
+
"self": 0.04908923200002846
|
298 |
},
|
299 |
"steps_from_proto": {
|
300 |
+
"total": 0.005911019999985001,
|
301 |
"count": 2,
|
302 |
"is_parallel": true,
|
303 |
+
"self": 0.00234404599990512,
|
304 |
"children": {
|
305 |
"_process_rank_one_or_two_observation": {
|
306 |
+
"total": 0.003566974000079881,
|
307 |
"count": 8,
|
308 |
"is_parallel": true,
|
309 |
+
"self": 0.003566974000079881
|
310 |
}
|
311 |
}
|
312 |
}
|
|
|
315 |
}
|
316 |
},
|
317 |
"steps_from_proto": {
|
318 |
+
"total": 0.011122505000230376,
|
319 |
"count": 6,
|
320 |
"is_parallel": true,
|
321 |
+
"self": 0.0018661929996142135,
|
322 |
"children": {
|
323 |
"_process_rank_one_or_two_observation": {
|
324 |
+
"total": 0.009256312000616163,
|
325 |
"count": 24,
|
326 |
"is_parallel": true,
|
327 |
+
"self": 0.009256312000616163
|
328 |
}
|
329 |
}
|
330 |
},
|
331 |
"UnityEnvironment.step": {
|
332 |
+
"total": 662.4245765729675,
|
333 |
+
"count": 31773,
|
334 |
"is_parallel": true,
|
335 |
+
"self": 40.155766980000635,
|
336 |
"children": {
|
337 |
"UnityEnvironment._generate_step_input": {
|
338 |
+
"total": 20.78963876998432,
|
339 |
+
"count": 31773,
|
340 |
"is_parallel": true,
|
341 |
+
"self": 20.78963876998432
|
342 |
},
|
343 |
"communicator.exchange": {
|
344 |
+
"total": 472.86539670498286,
|
345 |
+
"count": 31773,
|
346 |
"is_parallel": true,
|
347 |
+
"self": 472.86539670498286
|
348 |
},
|
349 |
"steps_from_proto": {
|
350 |
+
"total": 128.6137741179997,
|
351 |
+
"count": 63546,
|
352 |
"is_parallel": true,
|
353 |
+
"self": 22.407620258942643,
|
354 |
"children": {
|
355 |
"_process_rank_one_or_two_observation": {
|
356 |
+
"total": 106.20615385905705,
|
357 |
+
"count": 254184,
|
358 |
"is_parallel": true,
|
359 |
+
"self": 106.20615385905705
|
360 |
}
|
361 |
}
|
362 |
}
|
|
|
369 |
}
|
370 |
},
|
371 |
"trainer_advance": {
|
372 |
+
"total": 735.8517881820139,
|
373 |
+
"count": 31774,
|
374 |
+
"self": 7.557935876023976,
|
375 |
"children": {
|
376 |
"process_trajectory": {
|
377 |
+
"total": 150.53404438198953,
|
378 |
+
"count": 31774,
|
379 |
+
"self": 150.53404438198953
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
},
|
381 |
"_update_policy": {
|
382 |
+
"total": 577.7598079240004,
|
383 |
+
"count": 21,
|
384 |
+
"self": 107.79722011599904,
|
385 |
"children": {
|
386 |
"TorchPOCAOptimizer.update": {
|
387 |
+
"total": 469.96258780800133,
|
388 |
+
"count": 630,
|
389 |
+
"self": 469.96258780800133
|
390 |
}
|
391 |
}
|
392 |
}
|
|
|
395 |
}
|
396 |
},
|
397 |
"trainer_threads": {
|
398 |
+
"total": 1.610000026630587e-06,
|
399 |
"count": 1,
|
400 |
+
"self": 1.610000026630587e-06
|
401 |
},
|
402 |
"TrainerController._save_models": {
|
403 |
+
"total": 0.48446938500001124,
|
404 |
"count": 1,
|
405 |
+
"self": 0.0020487920000960003,
|
406 |
"children": {
|
407 |
"RLTrainer._checkpoint": {
|
408 |
+
"total": 0.48242059299991524,
|
409 |
"count": 1,
|
410 |
+
"self": 0.48242059299991524
|
411 |
}
|
412 |
}
|
413 |
}
|
run_logs/training_status.json
CHANGED
@@ -1,15 +1,6 @@
|
|
1 |
{
|
2 |
"SoccerTwos": {
|
3 |
"checkpoints": [
|
4 |
-
{
|
5 |
-
"steps": 7499987,
|
6 |
-
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7499987.onnx",
|
7 |
-
"reward": 0.0,
|
8 |
-
"creation_time": 1690981489.7680511,
|
9 |
-
"auxillary_file_paths": [
|
10 |
-
"results/SoccerTwos/SoccerTwos/SoccerTwos-7499987.pt"
|
11 |
-
]
|
12 |
-
},
|
13 |
{
|
14 |
"steps": 7999862,
|
15 |
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7999862.onnx",
|
@@ -45,16 +36,25 @@
|
|
45 |
"auxillary_file_paths": [
|
46 |
"results/SoccerTwos/SoccerTwos/SoccerTwos-8500054.pt"
|
47 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
],
|
50 |
-
"elo":
|
51 |
"final_checkpoint": {
|
52 |
-
"steps":
|
53 |
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
54 |
"reward": 0.0,
|
55 |
-
"creation_time":
|
56 |
"auxillary_file_paths": [
|
57 |
-
"results/SoccerTwos/SoccerTwos/SoccerTwos-
|
58 |
]
|
59 |
}
|
60 |
},
|
|
|
1 |
{
|
2 |
"SoccerTwos": {
|
3 |
"checkpoints": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{
|
5 |
"steps": 7999862,
|
6 |
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7999862.onnx",
|
|
|
36 |
"auxillary_file_paths": [
|
37 |
"results/SoccerTwos/SoccerTwos/SoccerTwos-8500054.pt"
|
38 |
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 8951810,
|
42 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-8951810.onnx",
|
43 |
+
"reward": 0.0,
|
44 |
+
"creation_time": 1691323056.1832547,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-8951810.pt"
|
47 |
+
]
|
48 |
}
|
49 |
],
|
50 |
+
"elo": 1481.2444578197278,
|
51 |
"final_checkpoint": {
|
52 |
+
"steps": 8951810,
|
53 |
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
54 |
"reward": 0.0,
|
55 |
+
"creation_time": 1691323056.1832547,
|
56 |
"auxillary_file_paths": [
|
57 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-8951810.pt"
|
58 |
]
|
59 |
}
|
60 |
},
|