yy1636 commited on
Commit
47e488f
1 Parent(s): 9b1989f
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - SoccerTwos
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-SoccerTwos
8
+ ---
9
+
10
+ # **sac** Agent playing **SoccerTwos**
11
+ This is a trained model of a **sac** agent playing **SoccerTwos**
12
+ using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
+
14
+ ## Usage (with ML-Agents)
15
+ The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
+
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+ - A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
19
+ browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
20
+ - A *longer tutorial* to understand how works ML-Agents:
21
+ https://huggingface.co/learn/deep-rl-course/unit5/introduction
22
+
23
+ ### Resume the training
24
+ ```bash
25
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
26
+ ```
27
+
28
+ ### Watch your Agent play
29
+ You can watch your agent **playing directly in your browser**
30
+
31
+ 1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
32
+ 2. Step 1: Find your model_id: yy1636/SoccerTwos-sac-10M
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
SoccerTwos.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d3c9177b24da3f6dd817fc887d25aeef0560a0968e0488185148b75e49def2
3
+ size 1768747
SoccerTwos/SoccerTwos-444398.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d3c9177b24da3f6dd817fc887d25aeef0560a0968e0488185148b75e49def2
3
+ size 1768747
SoccerTwos/SoccerTwos-444398.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db0f003b52556fe9053ba32575733a94e6b55f21624f5b8217db249d6ddc078e
3
+ size 22850458
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc5167a02fe1ee44a079f95eb779133f1dc392a51c791e8661b7d6d6efeaf9d
3
+ size 22849534
SoccerTwos/events.out.tfevents.1713917533.WP.8692.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d47a2d0041090552ccd9aba08e5bd985b452fe80079f9babc74db698e02b6ae
3
+ size 39653
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "sac", "hyperparameters": {"learning_rate": 0.0003, "learning_rate_schedule": "constant", "batch_size": 2048, "buffer_size": 20480, "buffer_init_steps": 5000, "tau": 0.005, "steps_per_update": 10.0, "save_replay_buffer": false, "init_entcoef": 0.01, "reward_signal_steps_per_update": 10.0}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "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": 50000, "team_change": 200000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos/SoccerTwos.x86_64", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "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-sac--10M", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SoccerTwos:
4
+ trainer_type: sac
5
+ hyperparameters:
6
+ learning_rate: 0.0003
7
+ learning_rate_schedule: constant
8
+ batch_size: 2048
9
+ buffer_size: 20480
10
+ buffer_init_steps: 5000
11
+ tau: 0.005
12
+ steps_per_update: 10.0
13
+ save_replay_buffer: false
14
+ init_entcoef: 0.01
15
+ reward_signal_steps_per_update: 10.0
16
+ checkpoint_interval: 500000
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
+ extrinsic:
27
+ gamma: 0.99
28
+ strength: 1.0
29
+ network_settings:
30
+ normalize: false
31
+ hidden_units: 128
32
+ num_layers: 2
33
+ vis_encode_type: simple
34
+ memory: null
35
+ goal_conditioning_type: hyper
36
+ deterministic: 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
44
+ self_play:
45
+ save_steps: 50000
46
+ team_change: 200000
47
+ swap_steps: 2000
48
+ window: 10
49
+ play_against_latest_model_ratio: 0.5
50
+ initial_elo: 1200.0
51
+ behavioral_cloning: null
52
+ env_settings:
53
+ env_path: ./training-envs-executables/SoccerTwos/SoccerTwos.x86_64
54
+ env_args: null
55
+ base_port: 5005
56
+ num_envs: 1
57
+ num_areas: 1
58
+ timeout_wait: 60
59
+ seed: -1
60
+ max_lifetime_restarts: 10
61
+ restarts_rate_limit_n: 1
62
+ restarts_rate_limit_period_s: 60
63
+ engine_settings:
64
+ width: 84
65
+ height: 84
66
+ quality_level: 5
67
+ time_scale: 20
68
+ target_frame_rate: -1
69
+ capture_frame_rate: 60
70
+ no_graphics: true
71
+ environment_parameters: null
72
+ checkpoint_settings:
73
+ run_id: SoccerTwos-sac--10M
74
+ initialize_from: null
75
+ load_model: false
76
+ resume: false
77
+ force: false
78
+ train_model: false
79
+ inference: false
80
+ results_dir: results
81
+ torch_settings:
82
+ device: null
83
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,554 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/robot/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
2
+ Mono config path = '/home/robot/ml-agents/training-envs-executables/SoccerTwos/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 /home/robot/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
7
+ Forcing GfxDevice: Null
8
+ GfxDevice: creating device client; threaded=0; jobified=0
9
+ NullGfxDevice:
10
+ Version: NULL 1.0 [1.0]
11
+ Renderer: Null Device
12
+ Vendor: Unity Technologies
13
+ Begin MonoManager ReloadAssembly
14
+ - Completed reload, in 0.048 seconds
15
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
17
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
18
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
19
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
20
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
21
+ ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
23
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
24
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
25
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
26
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
27
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
28
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
29
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
30
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
31
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
32
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
33
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
34
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
35
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
37
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
38
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
39
+ UnloadTime: 0.408976 ms
40
+ Registered Communicator in Agent.
41
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ requesting resize 84 x 84
43
+ TOO LONG
44
+ TOO LONG
45
+ TOO LONG
46
+ TOO LONG
47
+ TOO LONG
48
+ TOO LONG
49
+ TOO LONG
50
+ TOO LONG
51
+ TOO LONG
52
+ TOO LONG
53
+ TOO LONG
54
+ TOO LONG
55
+ TOO LONG
56
+ TOO LONG
57
+ TOO LONG
58
+ TOO LONG
59
+ TOO LONG
60
+ TOO LONG
61
+ TOO LONG
62
+ TOO LONG
63
+ TOO LONG
64
+ TOO LONG
65
+ TOO LONG
66
+ TOO LONG
67
+ TOO LONG
68
+ TOO LONG
69
+ TOO LONG
70
+ TOO LONG
71
+ TOO LONG
72
+ TOO LONG
73
+ TOO LONG
74
+ TOO LONG
75
+ TOO LONG
76
+ TOO LONG
77
+ TOO LONG
78
+ TOO LONG
79
+ TOO LONG
80
+ TOO LONG
81
+ TOO LONG
82
+ TOO LONG
83
+ TOO LONG
84
+ TOO LONG
85
+ TOO LONG
86
+ TOO LONG
87
+ TOO LONG
88
+ TOO LONG
89
+ TOO LONG
90
+ TOO LONG
91
+ TOO LONG
92
+ TOO LONG
93
+ TOO LONG
94
+ TOO LONG
95
+ TOO LONG
96
+ TOO LONG
97
+ TOO LONG
98
+ TOO LONG
99
+ TOO LONG
100
+ TOO LONG
101
+ TOO LONG
102
+ TOO LONG
103
+ TOO LONG
104
+ TOO LONG
105
+ TOO LONG
106
+ TOO LONG
107
+ TOO LONG
108
+ TOO LONG
109
+ TOO LONG
110
+ TOO LONG
111
+ TOO LONG
112
+ TOO LONG
113
+ TOO LONG
114
+ TOO LONG
115
+ TOO LONG
116
+ TOO LONG
117
+ TOO LONG
118
+ TOO LONG
119
+ TOO LONG
120
+ TOO LONG
121
+ TOO LONG
122
+ TOO LONG
123
+ TOO LONG
124
+ TOO LONG
125
+ TOO LONG
126
+ TOO LONG
127
+ TOO LONG
128
+ TOO LONG
129
+ TOO LONG
130
+ TOO LONG
131
+ TOO LONG
132
+ TOO LONG
133
+ TOO LONG
134
+ TOO LONG
135
+ TOO LONG
136
+ TOO LONG
137
+ TOO LONG
138
+ TOO LONG
139
+ TOO LONG
140
+ TOO LONG
141
+ TOO LONG
142
+ TOO LONG
143
+ TOO LONG
144
+ TOO LONG
145
+ TOO LONG
146
+ TOO LONG
147
+ TOO LONG
148
+ TOO LONG
149
+ TOO LONG
150
+ TOO LONG
151
+ TOO LONG
152
+ TOO LONG
153
+ TOO LONG
154
+ TOO LONG
155
+ TOO LONG
156
+ TOO LONG
157
+ TOO LONG
158
+ TOO LONG
159
+ TOO LONG
160
+ TOO LONG
161
+ TOO LONG
162
+ TOO LONG
163
+ TOO LONG
164
+ TOO LONG
165
+ TOO LONG
166
+ TOO LONG
167
+ TOO LONG
168
+ TOO LONG
169
+ TOO LONG
170
+ TOO LONG
171
+ TOO LONG
172
+ TOO LONG
173
+ TOO LONG
174
+ TOO LONG
175
+ TOO LONG
176
+ TOO LONG
177
+ TOO LONG
178
+ TOO LONG
179
+ TOO LONG
180
+ TOO LONG
181
+ TOO LONG
182
+ TOO LONG
183
+ TOO LONG
184
+ TOO LONG
185
+ TOO LONG
186
+ TOO LONG
187
+ TOO LONG
188
+ TOO LONG
189
+ TOO LONG
190
+ TOO LONG
191
+ TOO LONG
192
+ TOO LONG
193
+ TOO LONG
194
+ TOO LONG
195
+ TOO LONG
196
+ TOO LONG
197
+ TOO LONG
198
+ TOO LONG
199
+ TOO LONG
200
+ TOO LONG
201
+ TOO LONG
202
+ TOO LONG
203
+ TOO LONG
204
+ TOO LONG
205
+ TOO LONG
206
+ TOO LONG
207
+ TOO LONG
208
+ TOO LONG
209
+ TOO LONG
210
+ TOO LONG
211
+ TOO LONG
212
+ TOO LONG
213
+ TOO LONG
214
+ TOO LONG
215
+ TOO LONG
216
+ TOO LONG
217
+ TOO LONG
218
+ TOO LONG
219
+ TOO LONG
220
+ TOO LONG
221
+ TOO LONG
222
+ TOO LONG
223
+ TOO LONG
224
+ TOO LONG
225
+ TOO LONG
226
+ TOO LONG
227
+ TOO LONG
228
+ TOO LONG
229
+ TOO LONG
230
+ TOO LONG
231
+ TOO LONG
232
+ TOO LONG
233
+ TOO LONG
234
+ TOO LONG
235
+ TOO LONG
236
+ TOO LONG
237
+ TOO LONG
238
+ TOO LONG
239
+ TOO LONG
240
+ TOO LONG
241
+ TOO LONG
242
+ TOO LONG
243
+ TOO LONG
244
+ TOO LONG
245
+ TOO LONG
246
+ TOO LONG
247
+ TOO LONG
248
+ TOO LONG
249
+ TOO LONG
250
+ TOO LONG
251
+ TOO LONG
252
+ TOO LONG
253
+ Setting up 10 worker threads for Enlighten.
254
+ Memory Statistics:
255
+ [ALLOC_TEMP_TLS] TLS Allocator
256
+ StackAllocators :
257
+ [ALLOC_TEMP_MAIN]
258
+ Peak usage frame count: [4.0 KB-8.0 KB]: 342 frames, [8.0 KB-16.0 KB]: 8383 frames, [2.0 MB-4.0 MB]: 1 frames
259
+ Initial Block Size 4.0 MB
260
+ Current Block Size 4.0 MB
261
+ Peak Allocated Bytes 2.1 MB
262
+ Overflow Count 0
263
+ [ALLOC_TEMP_Job.Worker 18]
264
+ Initial Block Size 256.0 KB
265
+ Current Block Size 256.0 KB
266
+ Peak Allocated Bytes 0 B
267
+ Overflow Count 0
268
+ [ALLOC_TEMP_Loading.PreloadManager]
269
+ Initial Block Size 256.0 KB
270
+ Current Block Size 300.0 KB
271
+ Peak Allocated Bytes 249.6 KB
272
+ Overflow Count 4
273
+ [ALLOC_TEMP_Loading.AsyncRead]
274
+ Initial Block Size 64.0 KB
275
+ Current Block Size 64.0 KB
276
+ Peak Allocated Bytes 128 B
277
+ Overflow Count 0
278
+ [ALLOC_TEMP_Background Job.Worker 8]
279
+ Initial Block Size 32.0 KB
280
+ Current Block Size 32.0 KB
281
+ Peak Allocated Bytes 0 B
282
+ Overflow Count 0
283
+ [ALLOC_TEMP_Job.Worker 6]
284
+ Initial Block Size 256.0 KB
285
+ Current Block Size 256.0 KB
286
+ Peak Allocated Bytes 0 B
287
+ Overflow Count 0
288
+ [ALLOC_TEMP_Job.Worker 0]
289
+ Initial Block Size 256.0 KB
290
+ Current Block Size 256.0 KB
291
+ Peak Allocated Bytes 0 B
292
+ Overflow Count 0
293
+ [ALLOC_TEMP_Background Job.Worker 10]
294
+ Initial Block Size 32.0 KB
295
+ Current Block Size 32.0 KB
296
+ Peak Allocated Bytes 0 B
297
+ Overflow Count 0
298
+ [ALLOC_TEMP_Background Job.Worker 9]
299
+ Initial Block Size 32.0 KB
300
+ Current Block Size 32.0 KB
301
+ Peak Allocated Bytes 0 B
302
+ Overflow Count 0
303
+ [ALLOC_TEMP_Job.Worker 5]
304
+ Initial Block Size 256.0 KB
305
+ Current Block Size 256.0 KB
306
+ Peak Allocated Bytes 0 B
307
+ Overflow Count 0
308
+ [ALLOC_TEMP_Background Job.Worker 14]
309
+ Initial Block Size 32.0 KB
310
+ Current Block Size 32.0 KB
311
+ Peak Allocated Bytes 0 B
312
+ Overflow Count 0
313
+ [ALLOC_TEMP_Job.Worker 16]
314
+ Initial Block Size 256.0 KB
315
+ Current Block Size 256.0 KB
316
+ Peak Allocated Bytes 0 B
317
+ Overflow Count 0
318
+ [ALLOC_TEMP_Background Job.Worker 6]
319
+ Initial Block Size 32.0 KB
320
+ Current Block Size 32.0 KB
321
+ Peak Allocated Bytes 0 B
322
+ Overflow Count 0
323
+ [ALLOC_TEMP_Job.Worker 4]
324
+ Initial Block Size 256.0 KB
325
+ Current Block Size 256.0 KB
326
+ Peak Allocated Bytes 0 B
327
+ Overflow Count 0
328
+ [ALLOC_TEMP_Job.Worker 17]
329
+ Initial Block Size 256.0 KB
330
+ Current Block Size 256.0 KB
331
+ Peak Allocated Bytes 0 B
332
+ Overflow Count 0
333
+ [ALLOC_TEMP_Job.Worker 14]
334
+ Initial Block Size 256.0 KB
335
+ Current Block Size 256.0 KB
336
+ Peak Allocated Bytes 0 B
337
+ Overflow Count 0
338
+ [ALLOC_TEMP_Job.Worker 3]
339
+ Initial Block Size 256.0 KB
340
+ Current Block Size 256.0 KB
341
+ Peak Allocated Bytes 0 B
342
+ Overflow Count 0
343
+ [ALLOC_TEMP_Job.Worker 13]
344
+ Initial Block Size 256.0 KB
345
+ Current Block Size 256.0 KB
346
+ Peak Allocated Bytes 0 B
347
+ Overflow Count 0
348
+ [ALLOC_TEMP_Background Job.Worker 12]
349
+ Initial Block Size 32.0 KB
350
+ Current Block Size 32.0 KB
351
+ Peak Allocated Bytes 0 B
352
+ Overflow Count 0
353
+ [ALLOC_TEMP_EnlightenWorker] x 10
354
+ Initial Block Size 64.0 KB
355
+ Current Block Size 64.0 KB
356
+ Peak Allocated Bytes 0 B
357
+ Overflow Count 0
358
+ [ALLOC_TEMP_Background Job.Worker 15]
359
+ Initial Block Size 32.0 KB
360
+ Current Block Size 32.0 KB
361
+ Peak Allocated Bytes 0 B
362
+ Overflow Count 0
363
+ [ALLOC_TEMP_Background Job.Worker 1]
364
+ Initial Block Size 32.0 KB
365
+ Current Block Size 32.0 KB
366
+ Peak Allocated Bytes 0 B
367
+ Overflow Count 0
368
+ [ALLOC_TEMP_Background Job.Worker 2]
369
+ Initial Block Size 32.0 KB
370
+ Current Block Size 32.0 KB
371
+ Peak Allocated Bytes 0 B
372
+ Overflow Count 0
373
+ [ALLOC_TEMP_Background Job.Worker 7]
374
+ Initial Block Size 32.0 KB
375
+ Current Block Size 32.0 KB
376
+ Peak Allocated Bytes 0 B
377
+ Overflow Count 0
378
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 19
379
+ Initial Block Size 64.0 KB
380
+ Current Block Size 64.0 KB
381
+ Peak Allocated Bytes 0 B
382
+ Overflow Count 0
383
+ [ALLOC_TEMP_Background Job.Worker 5]
384
+ Initial Block Size 32.0 KB
385
+ Current Block Size 32.0 KB
386
+ Peak Allocated Bytes 0 B
387
+ Overflow Count 0
388
+ [ALLOC_TEMP_Job.Worker 9]
389
+ Initial Block Size 256.0 KB
390
+ Current Block Size 256.0 KB
391
+ Peak Allocated Bytes 0 B
392
+ Overflow Count 0
393
+ [ALLOC_TEMP_Background Job.Worker 13]
394
+ Initial Block Size 32.0 KB
395
+ Current Block Size 32.0 KB
396
+ Peak Allocated Bytes 0 B
397
+ Overflow Count 0
398
+ [ALLOC_TEMP_Job.Worker 8]
399
+ Initial Block Size 256.0 KB
400
+ Current Block Size 256.0 KB
401
+ Peak Allocated Bytes 0 B
402
+ Overflow Count 0
403
+ [ALLOC_TEMP_Job.Worker 7]
404
+ Initial Block Size 256.0 KB
405
+ Current Block Size 256.0 KB
406
+ Peak Allocated Bytes 0 B
407
+ Overflow Count 0
408
+ [ALLOC_TEMP_Job.Worker 1]
409
+ Initial Block Size 256.0 KB
410
+ Current Block Size 256.0 KB
411
+ Peak Allocated Bytes 0.7 KB
412
+ Overflow Count 0
413
+ [ALLOC_TEMP_Job.Worker 2]
414
+ Initial Block Size 256.0 KB
415
+ Current Block Size 256.0 KB
416
+ Peak Allocated Bytes 0 B
417
+ Overflow Count 0
418
+ [ALLOC_TEMP_Background Job.Worker 3]
419
+ Initial Block Size 32.0 KB
420
+ Current Block Size 32.0 KB
421
+ Peak Allocated Bytes 0 B
422
+ Overflow Count 0
423
+ [ALLOC_TEMP_Background Job.Worker 11]
424
+ Initial Block Size 32.0 KB
425
+ Current Block Size 32.0 KB
426
+ Peak Allocated Bytes 0 B
427
+ Overflow Count 0
428
+ [ALLOC_TEMP_Job.Worker 10]
429
+ Initial Block Size 256.0 KB
430
+ Current Block Size 256.0 KB
431
+ Peak Allocated Bytes 0 B
432
+ Overflow Count 0
433
+ [ALLOC_TEMP_Background Job.Worker 0]
434
+ Initial Block Size 32.0 KB
435
+ Current Block Size 32.0 KB
436
+ Peak Allocated Bytes 0 B
437
+ Overflow Count 0
438
+ [ALLOC_TEMP_Job.Worker 15]
439
+ Initial Block Size 256.0 KB
440
+ Current Block Size 256.0 KB
441
+ Peak Allocated Bytes 0 B
442
+ Overflow Count 0
443
+ [ALLOC_TEMP_Job.Worker 11]
444
+ Initial Block Size 256.0 KB
445
+ Current Block Size 256.0 KB
446
+ Peak Allocated Bytes 0 B
447
+ Overflow Count 0
448
+ [ALLOC_TEMP_Job.Worker 12]
449
+ Initial Block Size 256.0 KB
450
+ Current Block Size 256.0 KB
451
+ Peak Allocated Bytes 0 B
452
+ Overflow Count 0
453
+ [ALLOC_TEMP_Background Job.Worker 4]
454
+ Initial Block Size 32.0 KB
455
+ Current Block Size 32.0 KB
456
+ Peak Allocated Bytes 0 B
457
+ Overflow Count 0
458
+ [ALLOC_TEMP_BatchDeleteObjects]
459
+ Initial Block Size 64.0 KB
460
+ Current Block Size 64.0 KB
461
+ Peak Allocated Bytes 0 B
462
+ Overflow Count 0
463
+ [ALLOC_DEFAULT] Dual Thread Allocator
464
+ Peak main deferred allocation count 6
465
+ [ALLOC_BUCKET]
466
+ Large Block size 4.0 MB
467
+ Used Block count 1
468
+ Peak Allocated bytes 1.0 MB
469
+ [ALLOC_DEFAULT_MAIN]
470
+ Peak usage frame count: [4.0 MB-8.0 MB]: 8726 frames
471
+ Requested Block Size 16.0 MB
472
+ Peak Block count 1
473
+ Peak Allocated memory 4.9 MB
474
+ Peak Large allocation bytes 0 B
475
+ [ALLOC_DEFAULT_THREAD]
476
+ Peak usage frame count: [16.0 MB-32.0 MB]: 8726 frames
477
+ Requested Block Size 16.0 MB
478
+ Peak Block count 1
479
+ Peak Allocated memory 17.3 MB
480
+ Peak Large allocation bytes 16.0 MB
481
+ [ALLOC_TEMP_JOB_1_FRAME]
482
+ Initial Block Size 2.0 MB
483
+ Used Block Count 1
484
+ Overflow Count (too large) 0
485
+ Overflow Count (full) 0
486
+ [ALLOC_TEMP_JOB_2_FRAMES]
487
+ Initial Block Size 2.0 MB
488
+ Used Block Count 1
489
+ Overflow Count (too large) 0
490
+ Overflow Count (full) 0
491
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
492
+ Initial Block Size 2.0 MB
493
+ Used Block Count 2
494
+ Overflow Count (too large) 0
495
+ Overflow Count (full) 0
496
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
497
+ Initial Block Size 1.0 MB
498
+ Used Block Count 3
499
+ Overflow Count (too large) 0
500
+ Overflow Count (full) 0
501
+ [ALLOC_GFX] Dual Thread Allocator
502
+ Peak main deferred allocation count 0
503
+ [ALLOC_BUCKET]
504
+ Large Block size 4.0 MB
505
+ Used Block count 1
506
+ Peak Allocated bytes 1.0 MB
507
+ [ALLOC_GFX_MAIN]
508
+ Peak usage frame count: [32.0 KB-64.0 KB]: 8725 frames, [64.0 KB-128.0 KB]: 1 frames
509
+ Requested Block Size 16.0 MB
510
+ Peak Block count 1
511
+ Peak Allocated memory 65.6 KB
512
+ Peak Large allocation bytes 0 B
513
+ [ALLOC_GFX_THREAD]
514
+ Peak usage frame count: [128.0 KB-256.0 KB]: 8726 frames
515
+ Requested Block Size 16.0 MB
516
+ Peak Block count 1
517
+ Peak Allocated memory 173.5 KB
518
+ Peak Large allocation bytes 0 B
519
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
520
+ Peak main deferred allocation count 0
521
+ [ALLOC_BUCKET]
522
+ Large Block size 4.0 MB
523
+ Used Block count 1
524
+ Peak Allocated bytes 1.0 MB
525
+ [ALLOC_CACHEOBJECTS_MAIN]
526
+ Peak usage frame count: [0.5 MB-1.0 MB]: 8726 frames
527
+ Requested Block Size 4.0 MB
528
+ Peak Block count 1
529
+ Peak Allocated memory 0.6 MB
530
+ Peak Large allocation bytes 0 B
531
+ [ALLOC_CACHEOBJECTS_THREAD]
532
+ Peak usage frame count: [0.5 MB-1.0 MB]: 8725 frames, [4.0 MB-8.0 MB]: 1 frames
533
+ Requested Block Size 4.0 MB
534
+ Peak Block count 2
535
+ Peak Allocated memory 4.5 MB
536
+ Peak Large allocation bytes 0 B
537
+ [ALLOC_TYPETREE] Dual Thread Allocator
538
+ Peak main deferred allocation count 0
539
+ [ALLOC_BUCKET]
540
+ Large Block size 4.0 MB
541
+ Used Block count 1
542
+ Peak Allocated bytes 1.0 MB
543
+ [ALLOC_TYPETREE_MAIN]
544
+ Peak usage frame count: [0-1.0 KB]: 8726 frames
545
+ Requested Block Size 2.0 MB
546
+ Peak Block count 1
547
+ Peak Allocated memory 1.0 KB
548
+ Peak Large allocation bytes 0 B
549
+ [ALLOC_TYPETREE_THREAD]
550
+ Peak usage frame count: [1.0 KB-2.0 KB]: 8725 frames, [2.0 KB-4.0 KB]: 1 frames
551
+ Requested Block Size 2.0 MB
552
+ Peak Block count 1
553
+ Peak Allocated memory 2.2 KB
554
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,412 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 0.7406678795814514,
6
+ "min": 0.2285849153995514,
7
+ "max": 3.2957417964935303,
8
+ "count": 44
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 19695.83984375,
12
+ "min": 3286.95166015625,
13
+ "max": 105463.734375,
14
+ "count": 44
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 999.0,
18
+ "min": 402.09090909090907,
19
+ "max": 999.0,
20
+ "count": 44
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 19980.0,
24
+ "min": 9884.0,
25
+ "max": 26068.0,
26
+ "count": 44
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1201.4048204836322,
30
+ "min": 1196.290685250251,
31
+ "max": 1202.9980777089495,
32
+ "count": 24
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 4805.619281934529,
36
+ "min": 2392.581370500502,
37
+ "max": 19202.873482256655,
38
+ "count": 24
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 439398.0,
42
+ "min": 9004.0,
43
+ "max": 439398.0,
44
+ "count": 44
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 439398.0,
48
+ "min": 9004.0,
49
+ "max": 439398.0,
50
+ "count": 44
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicValue.mean": {
53
+ "value": 6.75360107421875,
54
+ "min": -0.138740673661232,
55
+ "max": 14.453667640686035,
56
+ "count": 44
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicValue.sum": {
59
+ "value": 67.5360107421875,
60
+ "min": -1.8036288022994995,
61
+ "max": 158.99034118652344,
62
+ "count": 44
63
+ },
64
+ "SoccerTwos.Environment.CumulativeReward.mean": {
65
+ "value": 0.0,
66
+ "min": 0.0,
67
+ "max": 0.0,
68
+ "count": 44
69
+ },
70
+ "SoccerTwos.Environment.CumulativeReward.sum": {
71
+ "value": 0.0,
72
+ "min": 0.0,
73
+ "max": 0.0,
74
+ "count": 44
75
+ },
76
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
77
+ "value": 0.0,
78
+ "min": -0.5710285714428339,
79
+ "max": 0.2856266657511393,
80
+ "count": 44
81
+ },
82
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
83
+ "value": 0.0,
84
+ "min": -7.994400000199676,
85
+ "max": 6.373200058937073,
86
+ "count": 44
87
+ },
88
+ "SoccerTwos.IsTraining.mean": {
89
+ "value": 1.0,
90
+ "min": 1.0,
91
+ "max": 1.0,
92
+ "count": 44
93
+ },
94
+ "SoccerTwos.IsTraining.sum": {
95
+ "value": 1.0,
96
+ "min": 1.0,
97
+ "max": 1.0,
98
+ "count": 44
99
+ },
100
+ "SoccerTwos.Losses.PolicyLoss.mean": {
101
+ "value": -20.402108067265242,
102
+ "min": -39.199792346486504,
103
+ "max": 0.21137248816707155,
104
+ "count": 43
105
+ },
106
+ "SoccerTwos.Losses.PolicyLoss.sum": {
107
+ "value": -20402.108067265242,
108
+ "min": -39199.7923464865,
109
+ "max": 296.9783458747355,
110
+ "count": 43
111
+ },
112
+ "SoccerTwos.Losses.ValueLoss.mean": {
113
+ "value": 0.0011632326546282558,
114
+ "min": 2.6777192233792095e-05,
115
+ "max": 0.13458832615434463,
116
+ "count": 43
117
+ },
118
+ "SoccerTwos.Losses.ValueLoss.sum": {
119
+ "value": 1.1632326546282559,
120
+ "min": 0.025474487282401523,
121
+ "max": 144.27868563745744,
122
+ "count": 43
123
+ },
124
+ "SoccerTwos.Losses.Q1Loss.mean": {
125
+ "value": 0.0006108972968629325,
126
+ "min": 2.0116678479651647e-05,
127
+ "max": 0.23749587374878586,
128
+ "count": 43
129
+ },
130
+ "SoccerTwos.Losses.Q1Loss.sum": {
131
+ "value": 0.6108972968629325,
132
+ "min": 0.020116678479651647,
133
+ "max": 232.22711092036238,
134
+ "count": 43
135
+ },
136
+ "SoccerTwos.Losses.Q2Loss.mean": {
137
+ "value": 0.0006352773875940447,
138
+ "min": 1.948892518895423e-05,
139
+ "max": 0.2372401148256504,
140
+ "count": 43
141
+ },
142
+ "SoccerTwos.Losses.Q2Loss.sum": {
143
+ "value": 0.6352773875940447,
144
+ "min": 0.01948892518895423,
145
+ "max": 233.49981133276793,
146
+ "count": 43
147
+ },
148
+ "SoccerTwos.Policy.DiscreteEntropyCoeff.mean": {
149
+ "value": 0.01410618498743628,
150
+ "min": 0.0018848056492610154,
151
+ "max": 0.117924833656408,
152
+ "count": 43
153
+ },
154
+ "SoccerTwos.Policy.DiscreteEntropyCoeff.sum": {
155
+ "value": 14.10618498743628,
156
+ "min": 1.769443329400011,
157
+ "max": 117.924833656408,
158
+ "count": 43
159
+ },
160
+ "SoccerTwos.Policy.ContinuousEntropyCoeff.mean": {
161
+ "value": 0.009999999776482582,
162
+ "min": 0.009999999776482582,
163
+ "max": 0.009999999776482582,
164
+ "count": 43
165
+ },
166
+ "SoccerTwos.Policy.ContinuousEntropyCoeff.sum": {
167
+ "value": 9.999999776482582,
168
+ "min": 8.819999802857637,
169
+ "max": 14.049999685958028,
170
+ "count": 43
171
+ },
172
+ "SoccerTwos.Policy.LearningRate.mean": {
173
+ "value": 0.0003,
174
+ "min": 0.0002999999999999999,
175
+ "max": 0.00030000000000000003,
176
+ "count": 43
177
+ },
178
+ "SoccerTwos.Policy.LearningRate.sum": {
179
+ "value": 0.3,
180
+ "min": 0.2646,
181
+ "max": 0.4215,
182
+ "count": 43
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1713917532",
188
+ "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
189
+ "command_line_arguments": "/home/robot/anaconda3/envs/rl/bin/mlagents-learn ./config/sac/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos.x86_64 --run-id=SoccerTwos-sac--10M --no-graphics",
190
+ "mlagents_version": "1.0.0",
191
+ "mlagents_envs_version": "1.0.0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "2.2.2+cu121",
194
+ "numpy_version": "1.22.0",
195
+ "end_time_seconds": "1713922126"
196
+ },
197
+ "total": 4593.2798879110005,
198
+ "count": 1,
199
+ "self": 0.10645416399984242,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.019060461000208306,
203
+ "count": 1,
204
+ "self": 0.019060461000208306
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 4593.154373286001,
208
+ "count": 1,
209
+ "self": 0.35967367004013795,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 1.1065930629988543,
213
+ "count": 3,
214
+ "self": 1.1065930629988543
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 4591.5843862949605,
218
+ "count": 29319,
219
+ "self": 0.38366629686970555,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 341.6344212541085,
223
+ "count": 29319,
224
+ "self": 252.27588481625162,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 89.11158370596104,
228
+ "count": 29319,
229
+ "self": 2.979635201083056,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 86.13194850487798,
233
+ "count": 58172,
234
+ "self": 86.13194850487798
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.24695273189581712,
240
+ "count": 29319,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 4591.6521418511265,
245
+ "count": 29319,
246
+ "is_parallel": true,
247
+ "self": 4387.635103861148,
248
+ "children": {
249
+ "run_training.setup": {
250
+ "total": 0.0,
251
+ "count": 0,
252
+ "is_parallel": true,
253
+ "self": 0.0,
254
+ "children": {
255
+ "steps_from_proto": {
256
+ "total": 0.0014665650005554198,
257
+ "count": 2,
258
+ "is_parallel": true,
259
+ "self": 0.00033556800008227583,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.001130997000473144,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.001130997000473144
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.017695139000352356,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.00036204300022291136,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.00025983699970311136,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.00025983699970311136
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.016028946000005817,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.016028946000005817
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0010443130004205159,
289
+ "count": 2,
290
+ "is_parallel": true,
291
+ "self": 0.00020505300017248373,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0008392600002480322,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0008392600002480322
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 204.01399128797902,
307
+ "count": 29318,
308
+ "is_parallel": true,
309
+ "self": 11.011533444001998,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 6.912127386060092,
313
+ "count": 29318,
314
+ "is_parallel": true,
315
+ "self": 6.912127386060092
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 154.96998253492484,
319
+ "count": 29318,
320
+ "is_parallel": true,
321
+ "self": 154.96998253492484
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 31.120347922992096,
325
+ "count": 58636,
326
+ "is_parallel": true,
327
+ "self": 5.771354222930313,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 25.348993700061783,
331
+ "count": 234544,
332
+ "is_parallel": true,
333
+ "self": 25.348993700061783
334
+ }
335
+ }
336
+ }
337
+ }
338
+ },
339
+ "steps_from_proto": {
340
+ "total": 0.0030467019987554522,
341
+ "count": 4,
342
+ "is_parallel": true,
343
+ "self": 0.000564296998163627,
344
+ "children": {
345
+ "_process_rank_one_or_two_observation": {
346
+ "total": 0.0024824050005918252,
347
+ "count": 16,
348
+ "is_parallel": true,
349
+ "self": 0.0024824050005918252
350
+ }
351
+ }
352
+ }
353
+ }
354
+ }
355
+ }
356
+ }
357
+ }
358
+ },
359
+ "trainer_advance": {
360
+ "total": 4249.566298743983,
361
+ "count": 29319,
362
+ "self": 3.468185442945469,
363
+ "children": {
364
+ "process_trajectory": {
365
+ "total": 17.420957824964717,
366
+ "count": 29319,
367
+ "self": 17.420957824964717
368
+ },
369
+ "_update_policy": {
370
+ "total": 4228.677155476073,
371
+ "count": 28317,
372
+ "self": 0.5718284660297286,
373
+ "children": {
374
+ "OffPolicyTrainer._update_policy": {
375
+ "total": 4228.105327010043,
376
+ "count": 28317,
377
+ "self": 3420.2043245720265,
378
+ "children": {
379
+ "TorchSACOptimizer.update": {
380
+ "total": 807.9010024380163,
381
+ "count": 43753,
382
+ "self": 807.9010024380163
383
+ }
384
+ }
385
+ }
386
+ }
387
+ }
388
+ }
389
+ }
390
+ }
391
+ },
392
+ "trainer_threads": {
393
+ "total": 7.380003808066249e-07,
394
+ "count": 1,
395
+ "self": 7.380003808066249e-07
396
+ },
397
+ "TrainerController._save_models": {
398
+ "total": 0.10371952000059537,
399
+ "count": 1,
400
+ "self": 0.0010182860005443217,
401
+ "children": {
402
+ "RLTrainer._checkpoint": {
403
+ "total": 0.10270123400005104,
404
+ "count": 1,
405
+ "self": 0.10270123400005104
406
+ }
407
+ }
408
+ }
409
+ }
410
+ }
411
+ }
412
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SoccerTwos": {
3
+ "elo": 1201.8884185923066,
4
+ "checkpoints": [
5
+ {
6
+ "steps": 444398,
7
+ "file_path": "results/SoccerTwos-sac--10M/SoccerTwos/SoccerTwos-444398.onnx",
8
+ "reward": null,
9
+ "creation_time": 1713922125.9354553,
10
+ "auxillary_file_paths": [
11
+ "results/SoccerTwos-sac--10M/SoccerTwos/SoccerTwos-444398.pt"
12
+ ]
13
+ }
14
+ ],
15
+ "final_checkpoint": {
16
+ "steps": 444398,
17
+ "file_path": "results/SoccerTwos-sac--10M/SoccerTwos.onnx",
18
+ "reward": null,
19
+ "creation_time": 1713922125.9354553,
20
+ "auxillary_file_paths": [
21
+ "results/SoccerTwos-sac--10M/SoccerTwos/SoccerTwos-444398.pt"
22
+ ]
23
+ }
24
+ },
25
+ "metadata": {
26
+ "stats_format_version": "0.3.0",
27
+ "mlagents_version": "1.0.0",
28
+ "torch_version": "2.2.2+cu121"
29
+ }
30
+ }