SAL83 commited on
Commit
141fc9c
·
1 Parent(s): 64d1561

First Push`

Browse files
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - unity-ml-agents
5
+ - ml-agents
6
+ - deep-reinforcement-learning
7
+ - reinforcement-learning
8
+ - ML-Agents-SoccerTwos
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **poca** Agent playing **SoccerTwos**
13
+ This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
14
+
15
+ ## Usage (with ML-Agents)
16
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+
19
+
20
+ ### Resume the training
21
+ ```
22
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
23
+ ```
24
+ ### Watch your Agent play
25
+ You can watch your agent **playing directly in your browser:**.
26
+
27
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
28
+ 2. Step 1: Write your model_id: SAL83/poca-SoccerTwos
29
+ 3. Step 2: Select your *.nn /*.onnx file
30
+ 4. Click on Watch the agent play 👀
31
+
SoccerTwos.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf1813d2f9af4033512fe4579d9b1f422eba3e9d41ffe6b98292fbd6587cd13
3
+ size 1768746
SoccerTwos/SoccerTwos-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b06e10ee643939e69e5027682b6c58fff42de05355c64592451237bd590ab0fc
3
+ size 9478839
SoccerTwos/SoccerTwos-234970.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf1813d2f9af4033512fe4579d9b1f422eba3e9d41ffe6b98292fbd6587cd13
3
+ size 1768746
SoccerTwos/SoccerTwos-234970.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb51df665b8ff335030d8e65509e180d8b615f51a363c4befff5c391bc13f50d
3
+ size 28429781
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4d5d5912c31d4f10080c4a94be00e0767a8db87e70c08acbeb4aabfbfde21fd
3
+ size 28428927
SoccerTwos/events.out.tfevents.1679952942.DESKTOP-VDNJKAA.25424.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b67596b96b4b2b173c2f7d7a10f98f4b9522a14a84edf662d2ec7a1d433e56e
3
+ size 1240
SoccerTwos/events.out.tfevents.1679952983.DESKTOP-VDNJKAA.15616.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc329141b4705c7c85005c435dbe714dbbb0c3c88350d876c007c98523609e59
3
+ size 142433
config.json ADDED
@@ -0,0 +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.95, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "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": 5000000, "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.exe", "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 ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SoccerTwos:
4
+ trainer_type: poca
5
+ hyperparameters:
6
+ batch_size: 2048
7
+ buffer_size: 20480
8
+ learning_rate: 0.0003
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ learning_rate_schedule: constant
14
+ beta_schedule: constant
15
+ epsilon_schedule: constant
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: 5000000
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.exe
54
+ env_args: null
55
+ base_port: 5005
56
+ num_envs: 1
57
+ num_areas: 1
58
+ seed: -1
59
+ max_lifetime_restarts: 10
60
+ restarts_rate_limit_n: 1
61
+ restarts_rate_limit_period_s: 60
62
+ engine_settings:
63
+ width: 84
64
+ height: 84
65
+ quality_level: 5
66
+ time_scale: 20
67
+ target_frame_rate: -1
68
+ capture_frame_rate: 60
69
+ no_graphics: true
70
+ environment_parameters: null
71
+ checkpoint_settings:
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
79
+ results_dir: results
80
+ torch_settings:
81
+ device: null
82
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = 'C:/Users/Megaport/ml-agents/training-envs-executables/SoccerTwos_Data/Managed'
2
+ Mono config path = 'C:/Users/Megaport/ml-agents/training-envs-executables/MonoBleedingEdge/etc'
3
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
4
+ [Subsystems] Discovering subsystems at path C:/Users/Megaport/ml-agents/training-envs-executables/SoccerTwos_Data/UnitySubsystems
5
+ Forcing GfxDevice: Null
6
+ GfxDevice: creating device client; threaded=0; jobified=0
7
+ NullGfxDevice:
8
+ Version: NULL 1.0 [1.0]
9
+ Renderer: Null Device
10
+ Vendor: Unity Technologies
11
+ Begin MonoManager ReloadAssembly
12
+ - Completed reload, in 0.136 seconds
13
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
14
+ Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported for hardware-accelerated video decoding.
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)
17
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
18
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
19
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
20
+ ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
22
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
23
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
24
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
25
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
26
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
27
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
28
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
29
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
30
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
31
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
32
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
33
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
34
+ ERROR: Shader Standard 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.848900 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
42
+ TOO LONG
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
+ Setting up 6 worker threads for Enlighten.
144
+ Memory Statistics:
145
+ [ALLOC_TEMP_TLS] TLS Allocator
146
+ StackAllocators :
147
+ [ALLOC_TEMP_MAIN]
148
+ Peak usage frame count: [8.0 KB-16.0 KB]: 4658 frames, [2.0 MB-4.0 MB]: 1 frames
149
+ Initial Block Size 4.0 MB
150
+ Current Block Size 4.0 MB
151
+ Peak Allocated Bytes 2.0 MB
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Loading.AsyncRead]
154
+ Initial Block Size 64.0 KB
155
+ Current Block Size 64.0 KB
156
+ Peak Allocated Bytes 288 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Loading.PreloadManager]
159
+ Initial Block Size 256.0 KB
160
+ Current Block Size 256.0 KB
161
+ Peak Allocated Bytes 68.0 KB
162
+ Overflow Count 4
163
+ [ALLOC_TEMP_Background Job.Worker 8]
164
+ Initial Block Size 32.0 KB
165
+ Current Block Size 32.0 KB
166
+ Peak Allocated Bytes 54 B
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Job.Worker 6]
169
+ Initial Block Size 256.0 KB
170
+ Current Block Size 256.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_Job.Worker 0]
174
+ Initial Block Size 256.0 KB
175
+ Current Block Size 256.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Background Job.Worker 10]
179
+ Initial Block Size 32.0 KB
180
+ Current Block Size 32.0 KB
181
+ Peak Allocated Bytes 54 B
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_Background Job.Worker 9]
184
+ Initial Block Size 32.0 KB
185
+ Current Block Size 32.0 KB
186
+ Peak Allocated Bytes 54 B
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_Background Job.Worker 14]
189
+ Initial Block Size 32.0 KB
190
+ Current Block Size 32.0 KB
191
+ Peak Allocated Bytes 54 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Job.Worker 5]
194
+ Initial Block Size 256.0 KB
195
+ Current Block Size 256.0 KB
196
+ Peak Allocated Bytes 0 B
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_Background Job.Worker 6]
199
+ Initial Block Size 32.0 KB
200
+ Current Block Size 32.0 KB
201
+ Peak Allocated Bytes 54 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Job.Worker 4]
204
+ Initial Block Size 256.0 KB
205
+ Current Block Size 256.0 KB
206
+ Peak Allocated Bytes 0 B
207
+ Overflow Count 0
208
+ [ALLOC_TEMP_Job.Worker 3]
209
+ Initial Block Size 256.0 KB
210
+ Current Block Size 256.0 KB
211
+ Peak Allocated Bytes 0 B
212
+ Overflow Count 0
213
+ [ALLOC_TEMP_Background Job.Worker 12]
214
+ Initial Block Size 32.0 KB
215
+ Current Block Size 32.0 KB
216
+ Peak Allocated Bytes 54 B
217
+ Overflow Count 0
218
+ [ALLOC_TEMP_EnlightenWorker] x 6
219
+ Initial Block Size 64.0 KB
220
+ Current Block Size 64.0 KB
221
+ Peak Allocated Bytes 54 B
222
+ Overflow Count 0
223
+ [ALLOC_TEMP_Background Job.Worker 15]
224
+ Initial Block Size 32.0 KB
225
+ Current Block Size 32.0 KB
226
+ Peak Allocated Bytes 54 B
227
+ Overflow Count 0
228
+ [ALLOC_TEMP_Background Job.Worker 1]
229
+ Initial Block Size 32.0 KB
230
+ Current Block Size 32.0 KB
231
+ Peak Allocated Bytes 54 B
232
+ Overflow Count 0
233
+ [ALLOC_TEMP_Background Job.Worker 2]
234
+ Initial Block Size 32.0 KB
235
+ Current Block Size 32.0 KB
236
+ Peak Allocated Bytes 54 B
237
+ Overflow Count 0
238
+ [ALLOC_TEMP_Background Job.Worker 7]
239
+ Initial Block Size 32.0 KB
240
+ Current Block Size 32.0 KB
241
+ Peak Allocated Bytes 54 B
242
+ Overflow Count 0
243
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 11
244
+ Initial Block Size 64.0 KB
245
+ Current Block Size 64.0 KB
246
+ Peak Allocated Bytes 0 B
247
+ Overflow Count 0
248
+ [ALLOC_TEMP_Background Job.Worker 5]
249
+ Initial Block Size 32.0 KB
250
+ Current Block Size 32.0 KB
251
+ Peak Allocated Bytes 54 B
252
+ Overflow Count 0
253
+ [ALLOC_TEMP_Job.Worker 9]
254
+ Initial Block Size 256.0 KB
255
+ Current Block Size 256.0 KB
256
+ Peak Allocated Bytes 0 B
257
+ Overflow Count 0
258
+ [ALLOC_TEMP_Background Job.Worker 13]
259
+ Initial Block Size 32.0 KB
260
+ Current Block Size 32.0 KB
261
+ Peak Allocated Bytes 54 B
262
+ Overflow Count 0
263
+ [ALLOC_TEMP_Job.Worker 8]
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_Job.Worker 7]
269
+ Initial Block Size 256.0 KB
270
+ Current Block Size 256.0 KB
271
+ Peak Allocated Bytes 0 B
272
+ Overflow Count 0
273
+ [ALLOC_TEMP_Background Job.Worker 11]
274
+ Initial Block Size 32.0 KB
275
+ Current Block Size 32.0 KB
276
+ Peak Allocated Bytes 54 B
277
+ Overflow Count 0
278
+ [ALLOC_TEMP_Job.Worker 2]
279
+ Initial Block Size 256.0 KB
280
+ Current Block Size 256.0 KB
281
+ Peak Allocated Bytes 0 B
282
+ Overflow Count 0
283
+ [ALLOC_TEMP_Background Job.Worker 3]
284
+ Initial Block Size 32.0 KB
285
+ Current Block Size 32.0 KB
286
+ Peak Allocated Bytes 54 B
287
+ Overflow Count 0
288
+ [ALLOC_TEMP_Job.Worker 1]
289
+ Initial Block Size 256.0 KB
290
+ Current Block Size 256.0 KB
291
+ Peak Allocated Bytes 0.8 KB
292
+ Overflow Count 0
293
+ [ALLOC_TEMP_Job.Worker 10]
294
+ Initial Block Size 256.0 KB
295
+ Current Block Size 256.0 KB
296
+ Peak Allocated Bytes 54 B
297
+ Overflow Count 0
298
+ [ALLOC_TEMP_Background Job.Worker 0]
299
+ Initial Block Size 32.0 KB
300
+ Current Block Size 32.0 KB
301
+ Peak Allocated Bytes 54 B
302
+ Overflow Count 0
303
+ [ALLOC_TEMP_Background Job.Worker 4]
304
+ Initial Block Size 32.0 KB
305
+ Current Block Size 32.0 KB
306
+ Peak Allocated Bytes 54 B
307
+ Overflow Count 0
308
+ [ALLOC_TEMP_BatchDeleteObjects]
309
+ Initial Block Size 64.0 KB
310
+ Current Block Size 64.0 KB
311
+ Peak Allocated Bytes 54 B
312
+ Overflow Count 0
313
+ [ALLOC_DEFAULT] Dual Thread Allocator
314
+ Peak main deferred allocation count 4
315
+ [ALLOC_BUCKET]
316
+ Large Block size 4.0 MB
317
+ Used Block count 1
318
+ Peak Allocated bytes 0.9 MB
319
+ [ALLOC_DEFAULT_MAIN]
320
+ Peak usage frame count: [4.0 MB-8.0 MB]: 4659 frames
321
+ Requested Block Size 16.0 MB
322
+ Peak Block count 1
323
+ Peak Allocated memory 5.0 MB
324
+ Peak Large allocation bytes 0 B
325
+ [ALLOC_DEFAULT_THREAD]
326
+ Peak usage frame count: [16.0 MB-32.0 MB]: 4659 frames
327
+ Requested Block Size 16.0 MB
328
+ Peak Block count 1
329
+ Peak Allocated memory 17.3 MB
330
+ Peak Large allocation bytes 16.0 MB
331
+ [ALLOC_TEMP_JOB_1_FRAME]
332
+ Initial Block Size 2.0 MB
333
+ Used Block Count 1
334
+ Overflow Count (too large) 0
335
+ Overflow Count (full) 0
336
+ [ALLOC_TEMP_JOB_2_FRAMES]
337
+ Initial Block Size 2.0 MB
338
+ Used Block Count 1
339
+ Overflow Count (too large) 0
340
+ Overflow Count (full) 0
341
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
342
+ Initial Block Size 2.0 MB
343
+ Used Block Count 2
344
+ Overflow Count (too large) 0
345
+ Overflow Count (full) 0
346
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
347
+ Initial Block Size 1.0 MB
348
+ Used Block Count 3
349
+ Overflow Count (too large) 0
350
+ Overflow Count (full) 0
351
+ [ALLOC_GFX] Dual Thread Allocator
352
+ Peak main deferred allocation count 0
353
+ [ALLOC_BUCKET]
354
+ Large Block size 4.0 MB
355
+ Used Block count 1
356
+ Peak Allocated bytes 0.9 MB
357
+ [ALLOC_GFX_MAIN]
358
+ Peak usage frame count: [32.0 KB-64.0 KB]: 4658 frames, [64.0 KB-128.0 KB]: 1 frames
359
+ Requested Block Size 16.0 MB
360
+ Peak Block count 1
361
+ Peak Allocated memory 65.6 KB
362
+ Peak Large allocation bytes 0 B
363
+ [ALLOC_GFX_THREAD]
364
+ Peak usage frame count: [128.0 KB-256.0 KB]: 4659 frames
365
+ Requested Block Size 16.0 MB
366
+ Peak Block count 1
367
+ Peak Allocated memory 173.6 KB
368
+ Peak Large allocation bytes 0 B
369
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
370
+ Peak main deferred allocation count 2
371
+ [ALLOC_BUCKET]
372
+ Large Block size 4.0 MB
373
+ Used Block count 1
374
+ Peak Allocated bytes 0.9 MB
375
+ [ALLOC_CACHEOBJECTS_MAIN]
376
+ Peak usage frame count: [0.5 MB-1.0 MB]: 4659 frames
377
+ Requested Block Size 4.0 MB
378
+ Peak Block count 1
379
+ Peak Allocated memory 0.6 MB
380
+ Peak Large allocation bytes 0 B
381
+ [ALLOC_CACHEOBJECTS_THREAD]
382
+ Peak usage frame count: [0.5 MB-1.0 MB]: 4658 frames, [2.0 MB-4.0 MB]: 1 frames
383
+ Requested Block Size 4.0 MB
384
+ Peak Block count 1
385
+ Peak Allocated memory 3.2 MB
386
+ Peak Large allocation bytes 0 B
387
+ [ALLOC_TYPETREE] Dual Thread Allocator
388
+ Peak main deferred allocation count 0
389
+ [ALLOC_BUCKET]
390
+ Large Block size 4.0 MB
391
+ Used Block count 1
392
+ Peak Allocated bytes 0.9 MB
393
+ [ALLOC_TYPETREE_MAIN]
394
+ Peak usage frame count: [0-1.0 KB]: 4659 frames
395
+ Requested Block Size 2.0 MB
396
+ Peak Block count 1
397
+ Peak Allocated memory 1.0 KB
398
+ Peak Large allocation bytes 0 B
399
+ [ALLOC_TYPETREE_THREAD]
400
+ Peak usage frame count: [1.0 KB-2.0 KB]: 4658 frames, [2.0 KB-4.0 KB]: 1 frames
401
+ Requested Block Size 2.0 MB
402
+ Peak Block count 1
403
+ Peak Allocated memory 2.2 KB
404
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 3.252450466156006,
6
+ "min": 3.239375352859497,
7
+ "max": 3.2957582473754883,
8
+ "count": 23
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 46523.05078125,
12
+ "min": 29084.0859375,
13
+ "max": 105464.265625,
14
+ "count": 23
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 836.1666666666666,
18
+ "min": 390.38461538461536,
19
+ "max": 999.0,
20
+ "count": 23
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 20068.0,
24
+ "min": 15308.0,
25
+ "max": 26368.0,
26
+ "count": 23
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1194.1021612600794,
30
+ "min": 1194.1021612600794,
31
+ "max": 1199.4501758937838,
32
+ "count": 16
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 4776.408645040317,
36
+ "min": 2392.5884358698113,
37
+ "max": 19142.079010214882,
38
+ "count": 16
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 229464.0,
42
+ "min": 9202.0,
43
+ "max": 229464.0,
44
+ "count": 23
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 229464.0,
48
+ "min": 9202.0,
49
+ "max": 229464.0,
50
+ "count": 23
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.010462536476552486,
54
+ "min": -0.05356094613671303,
55
+ "max": -0.010462536476552486,
56
+ "count": 23
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -0.12555043399333954,
60
+ "min": -0.7497747540473938,
61
+ "max": -0.11435933411121368,
62
+ "count": 23
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.007407273631542921,
66
+ "min": -0.059053339064121246,
67
+ "max": -0.007407273631542921,
68
+ "count": 23
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -0.0888872817158699,
72
+ "min": -0.762631893157959,
73
+ "max": -0.0888872817158699,
74
+ "count": 23
75
+ },
76
+ "SoccerTwos.Environment.CumulativeReward.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 23
81
+ },
82
+ "SoccerTwos.Environment.CumulativeReward.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 23
87
+ },
88
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": -0.3333333333333333,
90
+ "min": -0.3333333333333333,
91
+ "max": 0.1102000003059705,
92
+ "count": 23
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": -4.0,
96
+ "min": -4.286400005221367,
97
+ "max": 1.3224000036716461,
98
+ "count": 23
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": -0.3333333333333333,
102
+ "min": -0.3333333333333333,
103
+ "max": 0.1102000003059705,
104
+ "count": 23
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": -4.0,
108
+ "min": -4.286400005221367,
109
+ "max": 1.3224000036716461,
110
+ "count": 23
111
+ },
112
+ "SoccerTwos.IsTraining.mean": {
113
+ "value": 1.0,
114
+ "min": 1.0,
115
+ "max": 1.0,
116
+ "count": 23
117
+ },
118
+ "SoccerTwos.IsTraining.sum": {
119
+ "value": 1.0,
120
+ "min": 1.0,
121
+ "max": 1.0,
122
+ "count": 23
123
+ },
124
+ "SoccerTwos.Losses.PolicyLoss.mean": {
125
+ "value": 0.01595255153176064,
126
+ "min": 0.014761542660805087,
127
+ "max": 0.018002025652094744,
128
+ "count": 10
129
+ },
130
+ "SoccerTwos.Losses.PolicyLoss.sum": {
131
+ "value": 0.01595255153176064,
132
+ "min": 0.014761542660805087,
133
+ "max": 0.018002025652094744,
134
+ "count": 10
135
+ },
136
+ "SoccerTwos.Losses.ValueLoss.mean": {
137
+ "value": 0.004805158156280716,
138
+ "min": 5.288229215996883e-05,
139
+ "max": 0.005204846151173115,
140
+ "count": 10
141
+ },
142
+ "SoccerTwos.Losses.ValueLoss.sum": {
143
+ "value": 0.004805158156280716,
144
+ "min": 5.288229215996883e-05,
145
+ "max": 0.005204846151173115,
146
+ "count": 10
147
+ },
148
+ "SoccerTwos.Losses.BaselineLoss.mean": {
149
+ "value": 0.004873709209884207,
150
+ "min": 5.408759219183897e-05,
151
+ "max": 0.004873709209884207,
152
+ "count": 10
153
+ },
154
+ "SoccerTwos.Losses.BaselineLoss.sum": {
155
+ "value": 0.004873709209884207,
156
+ "min": 5.408759219183897e-05,
157
+ "max": 0.004873709209884207,
158
+ "count": 10
159
+ },
160
+ "SoccerTwos.Policy.LearningRate.mean": {
161
+ "value": 0.0003,
162
+ "min": 0.0003,
163
+ "max": 0.0003,
164
+ "count": 10
165
+ },
166
+ "SoccerTwos.Policy.LearningRate.sum": {
167
+ "value": 0.0003,
168
+ "min": 0.0003,
169
+ "max": 0.0003,
170
+ "count": 10
171
+ },
172
+ "SoccerTwos.Policy.Epsilon.mean": {
173
+ "value": 0.20000000000000007,
174
+ "min": 0.20000000000000007,
175
+ "max": 0.20000000000000007,
176
+ "count": 10
177
+ },
178
+ "SoccerTwos.Policy.Epsilon.sum": {
179
+ "value": 0.20000000000000007,
180
+ "min": 0.20000000000000007,
181
+ "max": 0.20000000000000007,
182
+ "count": 10
183
+ },
184
+ "SoccerTwos.Policy.Beta.mean": {
185
+ "value": 0.005000000000000001,
186
+ "min": 0.005000000000000001,
187
+ "max": 0.005000000000000001,
188
+ "count": 10
189
+ },
190
+ "SoccerTwos.Policy.Beta.sum": {
191
+ "value": 0.005000000000000001,
192
+ "min": 0.005000000000000001,
193
+ "max": 0.005000000000000001,
194
+ "count": 10
195
+ }
196
+ },
197
+ "metadata": {
198
+ "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1679952980",
200
+ "python_version": "3.9.16 (main, Mar 8 2023, 10:39:24) [MSC v.1916 64 bit (AMD64)]",
201
+ "command_line_arguments": "E:\\Programme\\miniconda3\\envs\\rl\\Scripts\\mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.exe --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": "2.0.0+cpu",
206
+ "numpy_version": "1.21.2",
207
+ "end_time_seconds": "1679953944"
208
+ },
209
+ "total": 964.2253236,
210
+ "count": 1,
211
+ "self": 0.0079384000000573,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.10692509999999977,
215
+ "count": 1,
216
+ "self": 0.10692509999999977
217
+ },
218
+ "TrainerController.start_learning": {
219
+ "total": 964.1104601,
220
+ "count": 1,
221
+ "self": 0.4366970999997193,
222
+ "children": {
223
+ "TrainerController._reset_env": {
224
+ "total": 3.782034099999967,
225
+ "count": 2,
226
+ "self": 3.782034099999967
227
+ },
228
+ "TrainerController.advance": {
229
+ "total": 959.6502606000003,
230
+ "count": 15638,
231
+ "self": 0.4020585999950299,
232
+ "children": {
233
+ "env_step": {
234
+ "total": 347.34366680000284,
235
+ "count": 15638,
236
+ "self": 266.7614842999968,
237
+ "children": {
238
+ "SubprocessEnvManager._take_step": {
239
+ "total": 80.28700820000329,
240
+ "count": 15638,
241
+ "self": 2.525830800001472,
242
+ "children": {
243
+ "TorchPolicy.evaluate": {
244
+ "total": 77.76117740000181,
245
+ "count": 31056,
246
+ "self": 77.76117740000181
247
+ }
248
+ }
249
+ },
250
+ "workers": {
251
+ "total": 0.29517430000270206,
252
+ "count": 15638,
253
+ "self": 0.0,
254
+ "children": {
255
+ "worker_root": {
256
+ "total": 952.933439000007,
257
+ "count": 15638,
258
+ "is_parallel": true,
259
+ "self": 740.6339967000042,
260
+ "children": {
261
+ "steps_from_proto": {
262
+ "total": 0.0046097000000728805,
263
+ "count": 4,
264
+ "is_parallel": true,
265
+ "self": 0.0009336999999676188,
266
+ "children": {
267
+ "_process_rank_one_or_two_observation": {
268
+ "total": 0.0036760000001052617,
269
+ "count": 16,
270
+ "is_parallel": true,
271
+ "self": 0.0036760000001052617
272
+ }
273
+ }
274
+ },
275
+ "UnityEnvironment.step": {
276
+ "total": 212.2948326000027,
277
+ "count": 15638,
278
+ "is_parallel": true,
279
+ "self": 10.84308829999847,
280
+ "children": {
281
+ "UnityEnvironment._generate_step_input": {
282
+ "total": 9.761387600003554,
283
+ "count": 15638,
284
+ "is_parallel": true,
285
+ "self": 9.761387600003554
286
+ },
287
+ "communicator.exchange": {
288
+ "total": 156.46432419999547,
289
+ "count": 15638,
290
+ "is_parallel": true,
291
+ "self": 156.46432419999547
292
+ },
293
+ "steps_from_proto": {
294
+ "total": 35.22603250000521,
295
+ "count": 31276,
296
+ "is_parallel": true,
297
+ "self": 6.827983600008803,
298
+ "children": {
299
+ "_process_rank_one_or_two_observation": {
300
+ "total": 28.398048899996407,
301
+ "count": 125104,
302
+ "is_parallel": true,
303
+ "self": 28.398048899996407
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "trainer_advance": {
316
+ "total": 611.9045352000024,
317
+ "count": 15638,
318
+ "self": 3.1723605999962956,
319
+ "children": {
320
+ "process_trajectory": {
321
+ "total": 83.39987310000596,
322
+ "count": 15638,
323
+ "self": 83.39987310000596
324
+ },
325
+ "_update_policy": {
326
+ "total": 525.3323015000002,
327
+ "count": 11,
328
+ "self": 45.60896249999962,
329
+ "children": {
330
+ "TorchPOCAOptimizer.update": {
331
+ "total": 479.7233390000006,
332
+ "count": 303,
333
+ "self": 479.7233390000006
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ },
341
+ "trainer_threads": {
342
+ "total": 9.999999974752427e-07,
343
+ "count": 1,
344
+ "self": 9.999999974752427e-07
345
+ },
346
+ "TrainerController._save_models": {
347
+ "total": 0.24146730000006755,
348
+ "count": 1,
349
+ "self": 0.0032110000000784567,
350
+ "children": {
351
+ "RLTrainer._checkpoint": {
352
+ "total": 0.2382562999999891,
353
+ "count": 1,
354
+ "self": 0.2382562999999891
355
+ }
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "stats_format_version": "0.3.0",
4
+ "mlagents_version": "0.31.0.dev0",
5
+ "torch_version": "2.0.0+cpu"
6
+ },
7
+ "SoccerTwos": {
8
+ "elo": 1194.1021612600794,
9
+ "checkpoints": [
10
+ {
11
+ "steps": 234970,
12
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-234970.onnx",
13
+ "reward": null,
14
+ "creation_time": 1679953944.422174,
15
+ "auxillary_file_paths": [
16
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-234970.pt"
17
+ ]
18
+ }
19
+ ],
20
+ "final_checkpoint": {
21
+ "steps": 234970,
22
+ "file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
23
+ "reward": null,
24
+ "creation_time": 1679953944.422174,
25
+ "auxillary_file_paths": [
26
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-234970.pt"
27
+ ]
28
+ }
29
+ }
30
+ }