CzarnyRycerz commited on
Commit
049a4b2
1 Parent(s): 2c54965

First Push`

Browse files
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
+ # **poca** Agent playing **SoccerTwos**
11
+ This is a trained model of a **poca** 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: CzarnyRycerz/poca-SoccerTwos-4
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:0463dcb8a04a4ec8b8dc8a371919fb05b956aa8d024242cb984e241b74d5f2d8
3
+ size 1768746
SoccerTwos/SoccerTwos-7546649.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0463dcb8a04a4ec8b8dc8a371919fb05b956aa8d024242cb984e241b74d5f2d8
3
+ size 1768746
SoccerTwos/SoccerTwos-7546649.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d41a586e876c4eb9aafcd4d192e4195a192989e6ff2318bc625fdac85e86b2
3
+ size 28429903
SoccerTwos/SoccerTwos-7562710.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:721caf97de529fd8fbcdc5ca3d723e8c5b2376616bf84ed40c3826e61fe8d99b
3
+ size 18957050
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b324947dafaaedda41708c293bbd61a965db9128540f60218db8a2420cd2a9c6
3
+ size 28428927
SoccerTwos/events.out.tfevents.1694309123.DESKTOP-L0G93AV.2348.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419ca6ef3a2dba956f9752e0eb35da7b932dbacb35abb2af608aa8ccdb9c76e4
3
+ size 41682
SoccerTwos/events.out.tfevents.1694309191.DESKTOP-L0G93AV.8328.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332705582455f1802f7172e0eec43c644cd1f3c64134632c2cd9ed7529ceb3de
3
+ size 11352
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.0, "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.999, "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": 10, "even_checkpoints": false, "max_steps": 12000000, "time_horizon": 1000, "summary_freq": 5000, "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.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.0
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.999
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: 10
39
+ even_checkpoints: false
40
+ max_steps: 12000000
41
+ time_horizon: 1000
42
+ summary_freq: 5000
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.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,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = 'C:/ml-agents-2/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
2
+ Mono config path = 'C:/ml-agents-2/training-envs-executables/SoccerTwos/MonoBleedingEdge/etc'
3
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
4
+ [Subsystems] Discovering subsystems at path C:/ml-agents-2/training-envs-executables/SoccerTwos/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.156 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.831100 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
+ Setting up 2 worker threads for Enlighten.
42
+ Memory Statistics:
43
+ [ALLOC_TEMP_TLS] TLS Allocator
44
+ StackAllocators :
45
+ [ALLOC_TEMP_MAIN]
46
+ Peak usage frame count: [8.0 KB-16.0 KB]: 102 frames, [2.0 MB-4.0 MB]: 1 frames
47
+ Initial Block Size 4.0 MB
48
+ Current Block Size 4.0 MB
49
+ Peak Allocated Bytes 2.0 MB
50
+ Overflow Count 0
51
+ [ALLOC_TEMP_Loading.AsyncRead]
52
+ Initial Block Size 64.0 KB
53
+ Current Block Size 64.0 KB
54
+ Peak Allocated Bytes 282 B
55
+ Overflow Count 0
56
+ [ALLOC_TEMP_Loading.PreloadManager]
57
+ Initial Block Size 256.0 KB
58
+ Current Block Size 256.0 KB
59
+ Peak Allocated Bytes 67.1 KB
60
+ Overflow Count 4
61
+ [ALLOC_TEMP_Background Job.Worker 8]
62
+ Initial Block Size 32.0 KB
63
+ Current Block Size 32.0 KB
64
+ Peak Allocated Bytes 54 B
65
+ Overflow Count 0
66
+ [ALLOC_TEMP_Background Job.Worker 9]
67
+ Initial Block Size 32.0 KB
68
+ Current Block Size 32.0 KB
69
+ Peak Allocated Bytes 54 B
70
+ Overflow Count 0
71
+ [ALLOC_TEMP_Job.Worker 0]
72
+ Initial Block Size 256.0 KB
73
+ Current Block Size 256.0 KB
74
+ Peak Allocated Bytes 0.8 KB
75
+ Overflow Count 0
76
+ [ALLOC_TEMP_Background Job.Worker 10]
77
+ Initial Block Size 32.0 KB
78
+ Current Block Size 32.0 KB
79
+ Peak Allocated Bytes 54 B
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Background Job.Worker 14]
82
+ Initial Block Size 32.0 KB
83
+ Current Block Size 32.0 KB
84
+ Peak Allocated Bytes 54 B
85
+ Overflow Count 0
86
+ [ALLOC_TEMP_Background Job.Worker 6]
87
+ Initial Block Size 32.0 KB
88
+ Current Block Size 32.0 KB
89
+ Peak Allocated Bytes 54 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Background Job.Worker 12]
92
+ Initial Block Size 32.0 KB
93
+ Current Block Size 32.0 KB
94
+ Peak Allocated Bytes 54 B
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_EnlightenWorker] x 2
97
+ Initial Block Size 64.0 KB
98
+ Current Block Size 64.0 KB
99
+ Peak Allocated Bytes 54 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Background Job.Worker 15]
102
+ Initial Block Size 32.0 KB
103
+ Current Block Size 32.0 KB
104
+ Peak Allocated Bytes 54 B
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_Background Job.Worker 1]
107
+ Initial Block Size 32.0 KB
108
+ Current Block Size 32.0 KB
109
+ Peak Allocated Bytes 54 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Background Job.Worker 2]
112
+ Initial Block Size 32.0 KB
113
+ Current Block Size 32.0 KB
114
+ Peak Allocated Bytes 54 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Background Job.Worker 7]
117
+ Initial Block Size 32.0 KB
118
+ Current Block Size 32.0 KB
119
+ Peak Allocated Bytes 54 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 3
122
+ Initial Block Size 64.0 KB
123
+ Current Block Size 64.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Background Job.Worker 5]
127
+ Initial Block Size 32.0 KB
128
+ Current Block Size 32.0 KB
129
+ Peak Allocated Bytes 54 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_Background Job.Worker 13]
132
+ Initial Block Size 32.0 KB
133
+ Current Block Size 32.0 KB
134
+ Peak Allocated Bytes 54 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Job.Worker 1]
137
+ Initial Block Size 256.0 KB
138
+ Current Block Size 256.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Background Job.Worker 11]
142
+ Initial Block Size 32.0 KB
143
+ Current Block Size 32.0 KB
144
+ Peak Allocated Bytes 54 B
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Job.Worker 2]
147
+ Initial Block Size 256.0 KB
148
+ Current Block Size 256.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Background Job.Worker 3]
152
+ Initial Block Size 32.0 KB
153
+ Current Block Size 32.0 KB
154
+ Peak Allocated Bytes 54 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_Background Job.Worker 0]
157
+ Initial Block Size 32.0 KB
158
+ Current Block Size 32.0 KB
159
+ Peak Allocated Bytes 54 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Background Job.Worker 4]
162
+ Initial Block Size 32.0 KB
163
+ Current Block Size 32.0 KB
164
+ Peak Allocated Bytes 54 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_BatchDeleteObjects]
167
+ Initial Block Size 64.0 KB
168
+ Current Block Size 64.0 KB
169
+ Peak Allocated Bytes 54 B
170
+ Overflow Count 0
171
+ [ALLOC_DEFAULT] Dual Thread Allocator
172
+ Peak main deferred allocation count 4
173
+ [ALLOC_BUCKET]
174
+ Large Block size 4.0 MB
175
+ Used Block count 1
176
+ Peak Allocated bytes 0.9 MB
177
+ [ALLOC_DEFAULT_MAIN]
178
+ Peak usage frame count: [4.0 MB-8.0 MB]: 103 frames
179
+ Requested Block Size 16.0 MB
180
+ Peak Block count 1
181
+ Peak Allocated memory 5.0 MB
182
+ Peak Large allocation bytes 0 B
183
+ [ALLOC_DEFAULT_THREAD]
184
+ Peak usage frame count: [16.0 MB-32.0 MB]: 103 frames
185
+ Requested Block Size 16.0 MB
186
+ Peak Block count 1
187
+ Peak Allocated memory 17.3 MB
188
+ Peak Large allocation bytes 16.0 MB
189
+ [ALLOC_TEMP_JOB_1_FRAME]
190
+ Initial Block Size 2.0 MB
191
+ Used Block Count 1
192
+ Overflow Count (too large) 0
193
+ Overflow Count (full) 0
194
+ [ALLOC_TEMP_JOB_2_FRAMES]
195
+ Initial Block Size 2.0 MB
196
+ Used Block Count 1
197
+ Overflow Count (too large) 0
198
+ Overflow Count (full) 0
199
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
200
+ Initial Block Size 2.0 MB
201
+ Used Block Count 2
202
+ Overflow Count (too large) 0
203
+ Overflow Count (full) 0
204
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
205
+ Initial Block Size 1.0 MB
206
+ Used Block Count 3
207
+ Overflow Count (too large) 0
208
+ Overflow Count (full) 0
209
+ [ALLOC_GFX] Dual Thread Allocator
210
+ Peak main deferred allocation count 0
211
+ [ALLOC_BUCKET]
212
+ Large Block size 4.0 MB
213
+ Used Block count 1
214
+ Peak Allocated bytes 0.9 MB
215
+ [ALLOC_GFX_MAIN]
216
+ Peak usage frame count: [32.0 KB-64.0 KB]: 102 frames, [64.0 KB-128.0 KB]: 1 frames
217
+ Requested Block Size 16.0 MB
218
+ Peak Block count 1
219
+ Peak Allocated memory 65.6 KB
220
+ Peak Large allocation bytes 0 B
221
+ [ALLOC_GFX_THREAD]
222
+ Peak usage frame count: [128.0 KB-256.0 KB]: 103 frames
223
+ Requested Block Size 16.0 MB
224
+ Peak Block count 1
225
+ Peak Allocated memory 173.6 KB
226
+ Peak Large allocation bytes 0 B
227
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
228
+ Peak main deferred allocation count 2
229
+ [ALLOC_BUCKET]
230
+ Large Block size 4.0 MB
231
+ Used Block count 1
232
+ Peak Allocated bytes 0.9 MB
233
+ [ALLOC_CACHEOBJECTS_MAIN]
234
+ Peak usage frame count: [0.5 MB-1.0 MB]: 103 frames
235
+ Requested Block Size 4.0 MB
236
+ Peak Block count 1
237
+ Peak Allocated memory 0.6 MB
238
+ Peak Large allocation bytes 0 B
239
+ [ALLOC_CACHEOBJECTS_THREAD]
240
+ Peak usage frame count: [0.5 MB-1.0 MB]: 102 frames, [2.0 MB-4.0 MB]: 1 frames
241
+ Requested Block Size 4.0 MB
242
+ Peak Block count 1
243
+ Peak Allocated memory 3.2 MB
244
+ Peak Large allocation bytes 0 B
245
+ [ALLOC_TYPETREE] Dual Thread Allocator
246
+ Peak main deferred allocation count 0
247
+ [ALLOC_BUCKET]
248
+ Large Block size 4.0 MB
249
+ Used Block count 1
250
+ Peak Allocated bytes 0.9 MB
251
+ [ALLOC_TYPETREE_MAIN]
252
+ Peak usage frame count: [0-1.0 KB]: 103 frames
253
+ Requested Block Size 2.0 MB
254
+ Peak Block count 1
255
+ Peak Allocated memory 1.0 KB
256
+ Peak Large allocation bytes 0 B
257
+ [ALLOC_TYPETREE_THREAD]
258
+ Peak usage frame count: [1.0 KB-2.0 KB]: 102 frames, [2.0 KB-4.0 KB]: 1 frames
259
+ Requested Block Size 2.0 MB
260
+ Peak Block count 1
261
+ Peak Allocated memory 2.2 KB
262
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 1.6196073293685913,
6
+ "min": 1.6196073293685913,
7
+ "max": 1.6196073293685913,
8
+ "count": 1
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 10831.93359375,
12
+ "min": 10831.93359375,
13
+ "max": 10831.93359375,
14
+ "count": 1
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 52.925925925925924,
18
+ "min": 52.925925925925924,
19
+ "max": 52.925925925925924,
20
+ "count": 1
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 5716.0,
24
+ "min": 5716.0,
25
+ "max": 5716.0,
26
+ "count": 1
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1521.016516083494,
30
+ "min": 1521.016516083494,
31
+ "max": 1521.016516083494,
32
+ "count": 1
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 82134.89186850868,
36
+ "min": 82134.89186850868,
37
+ "max": 82134.89186850868,
38
+ "count": 1
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 7544889.0,
42
+ "min": 7544889.0,
43
+ "max": 7544889.0,
44
+ "count": 1
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 7544889.0,
48
+ "min": 7544889.0,
49
+ "max": 7544889.0,
50
+ "count": 1
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.028078727424144745,
54
+ "min": -0.028078727424144745,
55
+ "max": -0.028078727424144745,
56
+ "count": 1
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -1.4881725311279297,
60
+ "min": -1.4881725311279297,
61
+ "max": -1.4881725311279297,
62
+ "count": 1
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.030530137941241264,
66
+ "min": -0.030530137941241264,
67
+ "max": -0.030530137941241264,
68
+ "count": 1
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -1.6180973052978516,
72
+ "min": -1.6180973052978516,
73
+ "max": -1.6180973052978516,
74
+ "count": 1
75
+ },
76
+ "SoccerTwos.Environment.CumulativeReward.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 1
81
+ },
82
+ "SoccerTwos.Environment.CumulativeReward.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 1
87
+ },
88
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": -0.11261131853427526,
90
+ "min": -0.11261131853427526,
91
+ "max": -0.11261131853427526,
92
+ "count": 1
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": -5.968399882316589,
96
+ "min": -5.968399882316589,
97
+ "max": -5.968399882316589,
98
+ "count": 1
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": -0.11261131853427526,
102
+ "min": -0.11261131853427526,
103
+ "max": -0.11261131853427526,
104
+ "count": 1
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": -5.968399882316589,
108
+ "min": -5.968399882316589,
109
+ "max": -5.968399882316589,
110
+ "count": 1
111
+ },
112
+ "SoccerTwos.IsTraining.mean": {
113
+ "value": 1.0,
114
+ "min": 1.0,
115
+ "max": 1.0,
116
+ "count": 1
117
+ },
118
+ "SoccerTwos.IsTraining.sum": {
119
+ "value": 1.0,
120
+ "min": 1.0,
121
+ "max": 1.0,
122
+ "count": 1
123
+ }
124
+ },
125
+ "metadata": {
126
+ "timer_format_version": "0.1.0",
127
+ "start_time_seconds": "1694309186",
128
+ "python_version": "3.9.17 (main, Jul 5 2023, 20:47:11) [MSC v.1916 64 bit (AMD64)]",
129
+ "command_line_arguments": "\\\\?\\F:\\ProgramData\\anaconda3\\envs\\rl\\Scripts\\mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos.exe --run-id=SoccerTwos --no-graphics --resume",
130
+ "mlagents_version": "0.31.0.dev0",
131
+ "mlagents_envs_version": "0.31.0.dev0",
132
+ "communication_protocol_version": "1.5.0",
133
+ "pytorch_version": "2.0.1+cpu",
134
+ "numpy_version": "1.21.2",
135
+ "end_time_seconds": "1694309204"
136
+ },
137
+ "total": 18.141477599999998,
138
+ "count": 1,
139
+ "self": 0.08926389999999884,
140
+ "children": {
141
+ "run_training.setup": {
142
+ "total": 0.1585276999999996,
143
+ "count": 1,
144
+ "self": 0.1585276999999996
145
+ },
146
+ "TrainerController.start_learning": {
147
+ "total": 17.893686,
148
+ "count": 1,
149
+ "self": 0.017375300000011862,
150
+ "children": {
151
+ "TrainerController._reset_env": {
152
+ "total": 5.037988500000001,
153
+ "count": 2,
154
+ "self": 5.037988500000001
155
+ },
156
+ "TrainerController.advance": {
157
+ "total": 12.528668399999981,
158
+ "count": 377,
159
+ "self": 0.014363899999960239,
160
+ "children": {
161
+ "env_step": {
162
+ "total": 9.479446400000006,
163
+ "count": 377,
164
+ "self": 7.023474400000003,
165
+ "children": {
166
+ "SubprocessEnvManager._take_step": {
167
+ "total": 2.448307199999986,
168
+ "count": 377,
169
+ "self": 0.08237930000001548,
170
+ "children": {
171
+ "TorchPolicy.evaluate": {
172
+ "total": 2.3659278999999707,
173
+ "count": 686,
174
+ "self": 2.3659278999999707
175
+ }
176
+ }
177
+ },
178
+ "workers": {
179
+ "total": 0.0076648000000165695,
180
+ "count": 377,
181
+ "self": 0.0,
182
+ "children": {
183
+ "worker_root": {
184
+ "total": 12.690685499999999,
185
+ "count": 377,
186
+ "is_parallel": true,
187
+ "self": 7.292277399999977,
188
+ "children": {
189
+ "steps_from_proto": {
190
+ "total": 0.005625900000000961,
191
+ "count": 4,
192
+ "is_parallel": true,
193
+ "self": 0.0012017000000019706,
194
+ "children": {
195
+ "_process_rank_one_or_two_observation": {
196
+ "total": 0.00442419999999899,
197
+ "count": 16,
198
+ "is_parallel": true,
199
+ "self": 0.00442419999999899
200
+ }
201
+ }
202
+ },
203
+ "UnityEnvironment.step": {
204
+ "total": 5.392782200000021,
205
+ "count": 377,
206
+ "is_parallel": true,
207
+ "self": 0.2729520000000365,
208
+ "children": {
209
+ "UnityEnvironment._generate_step_input": {
210
+ "total": 0.2915378000000004,
211
+ "count": 377,
212
+ "is_parallel": true,
213
+ "self": 0.2915378000000004
214
+ },
215
+ "communicator.exchange": {
216
+ "total": 3.9169518000000068,
217
+ "count": 377,
218
+ "is_parallel": true,
219
+ "self": 3.9169518000000068
220
+ },
221
+ "steps_from_proto": {
222
+ "total": 0.9113405999999777,
223
+ "count": 754,
224
+ "is_parallel": true,
225
+ "self": 0.2103195999999503,
226
+ "children": {
227
+ "_process_rank_one_or_two_observation": {
228
+ "total": 0.7010210000000274,
229
+ "count": 3016,
230
+ "is_parallel": true,
231
+ "self": 0.7010210000000274
232
+ }
233
+ }
234
+ }
235
+ }
236
+ }
237
+ }
238
+ }
239
+ }
240
+ }
241
+ }
242
+ },
243
+ "trainer_advance": {
244
+ "total": 3.034858100000015,
245
+ "count": 377,
246
+ "self": 0.07185500000004552,
247
+ "children": {
248
+ "process_trajectory": {
249
+ "total": 2.9630030999999697,
250
+ "count": 377,
251
+ "self": 2.9630030999999697
252
+ }
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "trainer_threads": {
258
+ "total": 1.900000000887303e-06,
259
+ "count": 1,
260
+ "self": 1.900000000887303e-06
261
+ },
262
+ "TrainerController._save_models": {
263
+ "total": 0.3096519000000022,
264
+ "count": 1,
265
+ "self": 0.0176764000000027,
266
+ "children": {
267
+ "RLTrainer._checkpoint": {
268
+ "total": 0.2919754999999995,
269
+ "count": 1,
270
+ "self": 0.2919754999999995
271
+ }
272
+ }
273
+ }
274
+ }
275
+ }
276
+ }
277
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SoccerTwos": {
3
+ "elo": 1514.485679885598,
4
+ "checkpoints": [
5
+ {
6
+ "steps": 6000042,
7
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6000042.onnx",
8
+ "reward": 0.0,
9
+ "creation_time": 1694297227.0042377,
10
+ "auxillary_file_paths": [
11
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6000042.pt"
12
+ ]
13
+ },
14
+ {
15
+ "steps": 6112096,
16
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6112096.onnx",
17
+ "reward": 0.0,
18
+ "creation_time": 1694298883.6864064,
19
+ "auxillary_file_paths": [
20
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6112096.pt"
21
+ ]
22
+ },
23
+ {
24
+ "steps": 6499832,
25
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6499832.onnx",
26
+ "reward": 0.0,
27
+ "creation_time": 1694300931.5756173,
28
+ "auxillary_file_paths": [
29
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6499832.pt"
30
+ ]
31
+ },
32
+ {
33
+ "steps": 6511464,
34
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6511464.onnx",
35
+ "reward": 0.0,
36
+ "creation_time": 1694301032.6351807,
37
+ "auxillary_file_paths": [
38
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6511464.pt"
39
+ ]
40
+ },
41
+ {
42
+ "steps": 6759104,
43
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6759104.onnx",
44
+ "reward": null,
45
+ "creation_time": 1694302468.992724,
46
+ "auxillary_file_paths": [
47
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6759104.pt"
48
+ ]
49
+ },
50
+ {
51
+ "steps": 6999706,
52
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6999706.onnx",
53
+ "reward": 0.0,
54
+ "creation_time": 1694305911.919768,
55
+ "auxillary_file_paths": [
56
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-6999706.pt"
57
+ ]
58
+ },
59
+ {
60
+ "steps": 7253360,
61
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7253360.onnx",
62
+ "reward": null,
63
+ "creation_time": 1694307467.8419583,
64
+ "auxillary_file_paths": [
65
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7253360.pt"
66
+ ]
67
+ },
68
+ {
69
+ "steps": 7294746,
70
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7294746.onnx",
71
+ "reward": null,
72
+ "creation_time": 1694307710.5640013,
73
+ "auxillary_file_paths": [
74
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7294746.pt"
75
+ ]
76
+ },
77
+ {
78
+ "steps": 7542118,
79
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7542118.onnx",
80
+ "reward": null,
81
+ "creation_time": 1694309109.676,
82
+ "auxillary_file_paths": [
83
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7542118.pt"
84
+ ]
85
+ },
86
+ {
87
+ "steps": 7546649,
88
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7546649.onnx",
89
+ "reward": 0.0,
90
+ "creation_time": 1694309204.7967455,
91
+ "auxillary_file_paths": [
92
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7546649.pt"
93
+ ]
94
+ }
95
+ ],
96
+ "final_checkpoint": {
97
+ "steps": 7546649,
98
+ "file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
99
+ "reward": 0.0,
100
+ "creation_time": 1694309204.7967455,
101
+ "auxillary_file_paths": [
102
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-7546649.pt"
103
+ ]
104
+ }
105
+ },
106
+ "metadata": {
107
+ "stats_format_version": "0.3.0",
108
+ "mlagents_version": "0.31.0.dev0",
109
+ "torch_version": "2.0.1+cpu"
110
+ }
111
+ }