GeorgeImmanuel commited on
Commit
179c5c8
1 Parent(s): f8c01f4

Kundi Push kundi nai kundi pei kundi thai kundi pee kundi`

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: GeorgeImmanuel/poco_soccer_two
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:a9cc7ce2896ddbb580c79a54ef09f85215dac48315972d6ac850c48a70234fa1
3
+ size 1773175
SoccerTwos/SoccerTwos-10564.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9cc7ce2896ddbb580c79a54ef09f85215dac48315972d6ac850c48a70234fa1
3
+ size 1773175
SoccerTwos/SoccerTwos-10564.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b28aa1f3172f55e59b72b3377187080c1893f286bd71be7e37540d2c1005b239
3
+ size 28441650
SoccerTwos/SoccerTwos-1106.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ad9f1ef267d244cec6c14a5a349511d28b3c92c98332e9f47fbd7bc63f5adef
3
+ size 1771304
SoccerTwos/SoccerTwos-1106.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b7fab59842ec35fd2d4219b875d0d9f091c2fde3caab58c6b1e683935f9380
3
+ size 9490662
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cac9f6697f19b9fb9d690a6a50dc492e0f09c04769e14126e83d7985a3d33a9
3
+ size 28440834
SoccerTwos/events.out.tfevents.1720800038.George-worktop.2188.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ed80994d50da30c587532508ac74e8ade0cd0c76ab998a12be971ad806d589
3
+ size 11635
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 12, "buffer_size": 204, "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": true, "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": 10000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 20, "swap_steps": 20, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "C:/Users/ADMIN/for_machine_learning/for_machine_learning/ml/Learnings/deep_learning_tool_kits/Deep_RL/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos.exe", "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, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": false, "force": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SoccerTwos:
4
+ trainer_type: poca
5
+ hyperparameters:
6
+ batch_size: 12
7
+ buffer_size: 204
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: true
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: 10000
41
+ time_horizon: 1000
42
+ summary_freq: 10000
43
+ threaded: false
44
+ self_play:
45
+ save_steps: 50000
46
+ team_change: 20
47
+ swap_steps: 20
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: C:/Users/ADMIN/for_machine_learning/for_machine_learning/ml/Learnings/deep_learning_tool_kits/Deep_RL/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos.exe
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
+ no_graphics_monitor: false
72
+ environment_parameters: null
73
+ checkpoint_settings:
74
+ run_id: SoccerTwos
75
+ initialize_from: null
76
+ load_model: false
77
+ resume: false
78
+ force: true
79
+ train_model: false
80
+ inference: false
81
+ results_dir: results
82
+ torch_settings:
83
+ device: null
84
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = 'C:/Users/ADMIN/for_machine_learning/for_machine_learning/ml/Learnings/deep_learning_tool_kits/Deep_RL/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
2
+ Mono config path = 'C:/Users/ADMIN/for_machine_learning/for_machine_learning/ml/Learnings/deep_learning_tool_kits/Deep_RL/ml-agents/training-envs-executables/SoccerTwos/MonoBleedingEdge/etc'
3
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
4
+ [Subsystems] Discovering subsystems at path C:/Users/ADMIN/for_machine_learning/for_machine_learning/ml/Learnings/deep_learning_tool_kits/Deep_RL/ml-agents/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.194 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.741900 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
+ Setting up 2 worker threads for Enlighten.
66
+ Memory Statistics:
67
+ [ALLOC_TEMP_TLS] TLS Allocator
68
+ StackAllocators :
69
+ [ALLOC_TEMP_MAIN]
70
+ Peak usage frame count: [8.0 KB-16.0 KB]: 1465 frames, [2.0 MB-4.0 MB]: 1 frames
71
+ Initial Block Size 4.0 MB
72
+ Current Block Size 4.0 MB
73
+ Peak Allocated Bytes 2.0 MB
74
+ Overflow Count 0
75
+ [ALLOC_TEMP_Loading.AsyncRead]
76
+ Initial Block Size 64.0 KB
77
+ Current Block Size 64.0 KB
78
+ Peak Allocated Bytes 0.6 KB
79
+ Overflow Count 0
80
+ [ALLOC_TEMP_Loading.PreloadManager]
81
+ Initial Block Size 256.0 KB
82
+ Current Block Size 256.0 KB
83
+ Peak Allocated Bytes 67.2 KB
84
+ Overflow Count 4
85
+ [ALLOC_TEMP_Background Job.Worker 8]
86
+ Initial Block Size 32.0 KB
87
+ Current Block Size 32.0 KB
88
+ Peak Allocated Bytes 54 B
89
+ Overflow Count 0
90
+ [ALLOC_TEMP_Background Job.Worker 9]
91
+ Initial Block Size 32.0 KB
92
+ Current Block Size 32.0 KB
93
+ Peak Allocated Bytes 54 B
94
+ Overflow Count 0
95
+ [ALLOC_TEMP_Job.Worker 0]
96
+ Initial Block Size 256.0 KB
97
+ Current Block Size 256.0 KB
98
+ Peak Allocated Bytes 0 B
99
+ Overflow Count 0
100
+ [ALLOC_TEMP_Background Job.Worker 10]
101
+ Initial Block Size 32.0 KB
102
+ Current Block Size 32.0 KB
103
+ Peak Allocated Bytes 54 B
104
+ Overflow Count 0
105
+ [ALLOC_TEMP_Background Job.Worker 14]
106
+ Initial Block Size 32.0 KB
107
+ Current Block Size 32.0 KB
108
+ Peak Allocated Bytes 54 B
109
+ Overflow Count 0
110
+ [ALLOC_TEMP_Background Job.Worker 6]
111
+ Initial Block Size 32.0 KB
112
+ Current Block Size 32.0 KB
113
+ Peak Allocated Bytes 54 B
114
+ Overflow Count 0
115
+ [ALLOC_TEMP_Background Job.Worker 12]
116
+ Initial Block Size 32.0 KB
117
+ Current Block Size 32.0 KB
118
+ Peak Allocated Bytes 54 B
119
+ Overflow Count 0
120
+ [ALLOC_TEMP_EnlightenWorker] x 2
121
+ Initial Block Size 64.0 KB
122
+ Current Block Size 64.0 KB
123
+ Peak Allocated Bytes 54 B
124
+ Overflow Count 0
125
+ [ALLOC_TEMP_Background Job.Worker 15]
126
+ Initial Block Size 32.0 KB
127
+ Current Block Size 32.0 KB
128
+ Peak Allocated Bytes 54 B
129
+ Overflow Count 0
130
+ [ALLOC_TEMP_Background Job.Worker 1]
131
+ Initial Block Size 32.0 KB
132
+ Current Block Size 32.0 KB
133
+ Peak Allocated Bytes 54 B
134
+ Overflow Count 0
135
+ [ALLOC_TEMP_Background Job.Worker 2]
136
+ Initial Block Size 32.0 KB
137
+ Current Block Size 32.0 KB
138
+ Peak Allocated Bytes 54 B
139
+ Overflow Count 0
140
+ [ALLOC_TEMP_Background Job.Worker 7]
141
+ Initial Block Size 32.0 KB
142
+ Current Block Size 32.0 KB
143
+ Peak Allocated Bytes 54 B
144
+ Overflow Count 0
145
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 3
146
+ Initial Block Size 64.0 KB
147
+ Current Block Size 64.0 KB
148
+ Peak Allocated Bytes 0 B
149
+ Overflow Count 0
150
+ [ALLOC_TEMP_Background Job.Worker 5]
151
+ Initial Block Size 32.0 KB
152
+ Current Block Size 32.0 KB
153
+ Peak Allocated Bytes 54 B
154
+ Overflow Count 0
155
+ [ALLOC_TEMP_Background Job.Worker 13]
156
+ Initial Block Size 32.0 KB
157
+ Current Block Size 32.0 KB
158
+ Peak Allocated Bytes 54 B
159
+ Overflow Count 0
160
+ [ALLOC_TEMP_Job.Worker 1]
161
+ Initial Block Size 256.0 KB
162
+ Current Block Size 256.0 KB
163
+ Peak Allocated Bytes 0.8 KB
164
+ Overflow Count 0
165
+ [ALLOC_TEMP_Job.Worker 2]
166
+ Initial Block Size 256.0 KB
167
+ Current Block Size 256.0 KB
168
+ Peak Allocated Bytes 0 B
169
+ Overflow Count 0
170
+ [ALLOC_TEMP_Background Job.Worker 3]
171
+ Initial Block Size 32.0 KB
172
+ Current Block Size 32.0 KB
173
+ Peak Allocated Bytes 54 B
174
+ Overflow Count 0
175
+ [ALLOC_TEMP_Background Job.Worker 11]
176
+ Initial Block Size 32.0 KB
177
+ Current Block Size 32.0 KB
178
+ Peak Allocated Bytes 54 B
179
+ Overflow Count 0
180
+ [ALLOC_TEMP_Background Job.Worker 0]
181
+ Initial Block Size 32.0 KB
182
+ Current Block Size 32.0 KB
183
+ Peak Allocated Bytes 54 B
184
+ Overflow Count 0
185
+ [ALLOC_TEMP_Background Job.Worker 4]
186
+ Initial Block Size 32.0 KB
187
+ Current Block Size 32.0 KB
188
+ Peak Allocated Bytes 54 B
189
+ Overflow Count 0
190
+ [ALLOC_TEMP_BatchDeleteObjects]
191
+ Initial Block Size 64.0 KB
192
+ Current Block Size 64.0 KB
193
+ Peak Allocated Bytes 54 B
194
+ Overflow Count 0
195
+ [ALLOC_DEFAULT] Dual Thread Allocator
196
+ Peak main deferred allocation count 2
197
+ [ALLOC_BUCKET]
198
+ Large Block size 4.0 MB
199
+ Used Block count 1
200
+ Peak Allocated bytes 0.9 MB
201
+ [ALLOC_DEFAULT_MAIN]
202
+ Peak usage frame count: [4.0 MB-8.0 MB]: 1466 frames
203
+ Requested Block Size 16.0 MB
204
+ Peak Block count 1
205
+ Peak Allocated memory 4.7 MB
206
+ Peak Large allocation bytes 0 B
207
+ [ALLOC_DEFAULT_THREAD]
208
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1466 frames
209
+ Requested Block Size 16.0 MB
210
+ Peak Block count 1
211
+ Peak Allocated memory 17.6 MB
212
+ Peak Large allocation bytes 16.0 MB
213
+ [ALLOC_TEMP_JOB_1_FRAME]
214
+ Initial Block Size 2.0 MB
215
+ Used Block Count 1
216
+ Overflow Count (too large) 0
217
+ Overflow Count (full) 0
218
+ [ALLOC_TEMP_JOB_2_FRAMES]
219
+ Initial Block Size 2.0 MB
220
+ Used Block Count 1
221
+ Overflow Count (too large) 0
222
+ Overflow Count (full) 0
223
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
224
+ Initial Block Size 2.0 MB
225
+ Used Block Count 2
226
+ Overflow Count (too large) 0
227
+ Overflow Count (full) 0
228
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
229
+ Initial Block Size 1.0 MB
230
+ Used Block Count 3
231
+ Overflow Count (too large) 0
232
+ Overflow Count (full) 0
233
+ [ALLOC_GFX] Dual Thread Allocator
234
+ Peak main deferred allocation count 0
235
+ [ALLOC_BUCKET]
236
+ Large Block size 4.0 MB
237
+ Used Block count 1
238
+ Peak Allocated bytes 0.9 MB
239
+ [ALLOC_GFX_MAIN]
240
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1465 frames, [64.0 KB-128.0 KB]: 1 frames
241
+ Requested Block Size 16.0 MB
242
+ Peak Block count 1
243
+ Peak Allocated memory 65.6 KB
244
+ Peak Large allocation bytes 0 B
245
+ [ALLOC_GFX_THREAD]
246
+ Peak usage frame count: [128.0 KB-256.0 KB]: 1466 frames
247
+ Requested Block Size 16.0 MB
248
+ Peak Block count 1
249
+ Peak Allocated memory 173.6 KB
250
+ Peak Large allocation bytes 0 B
251
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
252
+ Peak main deferred allocation count 2
253
+ [ALLOC_BUCKET]
254
+ Large Block size 4.0 MB
255
+ Used Block count 1
256
+ Peak Allocated bytes 0.9 MB
257
+ [ALLOC_CACHEOBJECTS_MAIN]
258
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1466 frames
259
+ Requested Block Size 4.0 MB
260
+ Peak Block count 1
261
+ Peak Allocated memory 0.6 MB
262
+ Peak Large allocation bytes 0 B
263
+ [ALLOC_CACHEOBJECTS_THREAD]
264
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1465 frames, [2.0 MB-4.0 MB]: 1 frames
265
+ Requested Block Size 4.0 MB
266
+ Peak Block count 1
267
+ Peak Allocated memory 2.2 MB
268
+ Peak Large allocation bytes 0 B
269
+ [ALLOC_TYPETREE] Dual Thread Allocator
270
+ Peak main deferred allocation count 0
271
+ [ALLOC_BUCKET]
272
+ Large Block size 4.0 MB
273
+ Used Block count 1
274
+ Peak Allocated bytes 0.9 MB
275
+ [ALLOC_TYPETREE_MAIN]
276
+ Peak usage frame count: [0-1.0 KB]: 1466 frames
277
+ Requested Block Size 2.0 MB
278
+ Peak Block count 1
279
+ Peak Allocated memory 1.0 KB
280
+ Peak Large allocation bytes 0 B
281
+ [ALLOC_TYPETREE_THREAD]
282
+ Peak usage frame count: [1.0 KB-2.0 KB]: 1465 frames, [2.0 KB-4.0 KB]: 1 frames
283
+ Requested Block Size 2.0 MB
284
+ Peak Block count 1
285
+ Peak Allocated memory 2.2 KB
286
+ 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": 2.9415829181671143,
6
+ "min": 2.9415829181671143,
7
+ "max": 2.9415829181671143,
8
+ "count": 1
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 460487.15625,
12
+ "min": 460487.15625,
13
+ "max": 460487.15625,
14
+ "count": 1
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 111.38297872340425,
18
+ "min": 111.38297872340425,
19
+ "max": 111.38297872340425,
20
+ "count": 1
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 20940.0,
24
+ "min": 20940.0,
25
+ "max": 20940.0,
26
+ "count": 1
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1203.3920947656047,
30
+ "min": 1203.3920947656047,
31
+ "max": 1203.3920947656047,
32
+ "count": 1
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 55356.03635921782,
36
+ "min": 55356.03635921782,
37
+ "max": 55356.03635921782,
38
+ "count": 1
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 9836.0,
42
+ "min": 9836.0,
43
+ "max": 9836.0,
44
+ "count": 1
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 9836.0,
48
+ "min": 9836.0,
49
+ "max": 9836.0,
50
+ "count": 1
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.046986013650894165,
54
+ "min": -0.046986013650894165,
55
+ "max": -0.046986013650894165,
56
+ "count": 1
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -4.322713375091553,
60
+ "min": -4.322713375091553,
61
+ "max": -4.322713375091553,
62
+ "count": 1
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.04885184392333031,
66
+ "min": -0.04885184392333031,
67
+ "max": -0.04885184392333031,
68
+ "count": 1
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -4.4943695068359375,
72
+ "min": -4.4943695068359375,
73
+ "max": -4.4943695068359375,
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.17788695564250584,
90
+ "min": -0.17788695564250584,
91
+ "max": -0.17788695564250584,
92
+ "count": 1
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": -16.365599919110537,
96
+ "min": -16.365599919110537,
97
+ "max": -16.365599919110537,
98
+ "count": 1
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": -0.17788695564250584,
102
+ "min": -0.17788695564250584,
103
+ "max": -0.17788695564250584,
104
+ "count": 1
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": -16.365599919110537,
108
+ "min": -16.365599919110537,
109
+ "max": -16.365599919110537,
110
+ "count": 1
111
+ },
112
+ "SoccerTwos.Losses.PolicyLoss.mean": {
113
+ "value": 0.2279435114503995,
114
+ "min": 0.2279435114503995,
115
+ "max": 0.2279435114503995,
116
+ "count": 1
117
+ },
118
+ "SoccerTwos.Losses.PolicyLoss.sum": {
119
+ "value": 5.4706442748095885,
120
+ "min": 5.4706442748095885,
121
+ "max": 5.4706442748095885,
122
+ "count": 1
123
+ },
124
+ "SoccerTwos.Losses.ValueLoss.mean": {
125
+ "value": 0.005402487274283552,
126
+ "min": 0.005402487274283552,
127
+ "max": 0.005402487274283552,
128
+ "count": 1
129
+ },
130
+ "SoccerTwos.Losses.ValueLoss.sum": {
131
+ "value": 0.12965969458280524,
132
+ "min": 0.12965969458280524,
133
+ "max": 0.12965969458280524,
134
+ "count": 1
135
+ },
136
+ "SoccerTwos.Losses.BaselineLoss.mean": {
137
+ "value": 0.01613315310505718,
138
+ "min": 0.01613315310505718,
139
+ "max": 0.01613315310505718,
140
+ "count": 1
141
+ },
142
+ "SoccerTwos.Losses.BaselineLoss.sum": {
143
+ "value": 0.38719567452137227,
144
+ "min": 0.38719567452137227,
145
+ "max": 0.38719567452137227,
146
+ "count": 1
147
+ },
148
+ "SoccerTwos.Policy.LearningRate.mean": {
149
+ "value": 0.0003,
150
+ "min": 0.0003,
151
+ "max": 0.0003,
152
+ "count": 1
153
+ },
154
+ "SoccerTwos.Policy.LearningRate.sum": {
155
+ "value": 0.0072,
156
+ "min": 0.0072,
157
+ "max": 0.0072,
158
+ "count": 1
159
+ },
160
+ "SoccerTwos.Policy.Epsilon.mean": {
161
+ "value": 0.19999999999999996,
162
+ "min": 0.19999999999999996,
163
+ "max": 0.19999999999999996,
164
+ "count": 1
165
+ },
166
+ "SoccerTwos.Policy.Epsilon.sum": {
167
+ "value": 4.799999999999999,
168
+ "min": 4.799999999999999,
169
+ "max": 4.799999999999999,
170
+ "count": 1
171
+ },
172
+ "SoccerTwos.Policy.Beta.mean": {
173
+ "value": 0.005,
174
+ "min": 0.005,
175
+ "max": 0.005,
176
+ "count": 1
177
+ },
178
+ "SoccerTwos.Policy.Beta.sum": {
179
+ "value": 0.12,
180
+ "min": 0.12,
181
+ "max": 0.12,
182
+ "count": 1
183
+ },
184
+ "SoccerTwos.IsTraining.mean": {
185
+ "value": 1.0,
186
+ "min": 1.0,
187
+ "max": 1.0,
188
+ "count": 1
189
+ },
190
+ "SoccerTwos.IsTraining.sum": {
191
+ "value": 1.0,
192
+ "min": 1.0,
193
+ "max": 1.0,
194
+ "count": 1
195
+ }
196
+ },
197
+ "metadata": {
198
+ "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1720800030",
200
+ "python_version": "3.10.12 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 19:01:18) [MSC v.1916 64 bit (AMD64)]",
201
+ "command_line_arguments": "\\\\?\\C:\\Users\\ADMIN\\anaconda3\\envs\\rl\\Scripts\\mlagents-learn C:/Users/ADMIN/for_machine_learning/for_machine_learning/ml/Learnings/deep_learning_tool_kits/Deep_RL/ml-agents/config/poca/SoccerTwos.yaml --env=C:/Users/ADMIN/for_machine_learning/for_machine_learning/ml/Learnings/deep_learning_tool_kits/Deep_RL/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos.exe --run-id=SoccerTwos --no-graphics --force",
202
+ "mlagents_version": "1.1.0.dev0",
203
+ "mlagents_envs_version": "1.1.0.dev0",
204
+ "communication_protocol_version": "1.5.0",
205
+ "pytorch_version": "2.3.1+cpu",
206
+ "numpy_version": "1.23.5",
207
+ "end_time_seconds": "1720800426"
208
+ },
209
+ "total": 395.8422837999824,
210
+ "count": 1,
211
+ "self": 0.5873121999902651,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.18558990000747144,
215
+ "count": 1,
216
+ "self": 0.18558990000747144
217
+ },
218
+ "TrainerController.start_learning": {
219
+ "total": 395.06938169998466,
220
+ "count": 1,
221
+ "self": 0.23730519885430112,
222
+ "children": {
223
+ "TrainerController._reset_env": {
224
+ "total": 11.153327699954389,
225
+ "count": 40,
226
+ "self": 11.153327699954389
227
+ },
228
+ "TrainerController.advance": {
229
+ "total": 383.334124301211,
230
+ "count": 4896,
231
+ "self": 0.2583260011742823,
232
+ "children": {
233
+ "env_step": {
234
+ "total": 188.8054977004067,
235
+ "count": 4896,
236
+ "self": 139.31214919898775,
237
+ "children": {
238
+ "SubprocessEnvManager._take_step": {
239
+ "total": 49.34584840020398,
240
+ "count": 4896,
241
+ "self": 1.6539560005476233,
242
+ "children": {
243
+ "TorchPolicy.evaluate": {
244
+ "total": 47.69189239965635,
245
+ "count": 9784,
246
+ "self": 47.69189239965635
247
+ }
248
+ }
249
+ },
250
+ "workers": {
251
+ "total": 0.14750010121497326,
252
+ "count": 4896,
253
+ "self": 0.0,
254
+ "children": {
255
+ "worker_root": {
256
+ "total": 386.6030013007403,
257
+ "count": 4896,
258
+ "is_parallel": true,
259
+ "self": 278.12211950161145,
260
+ "children": {
261
+ "steps_from_proto": {
262
+ "total": 0.16964630017173477,
263
+ "count": 78,
264
+ "is_parallel": true,
265
+ "self": 0.03418659997987561,
266
+ "children": {
267
+ "_process_rank_one_or_two_observation": {
268
+ "total": 0.13545970019185916,
269
+ "count": 312,
270
+ "is_parallel": true,
271
+ "self": 0.13545970019185916
272
+ }
273
+ }
274
+ },
275
+ "UnityEnvironment.step": {
276
+ "total": 108.3112354989571,
277
+ "count": 4896,
278
+ "is_parallel": true,
279
+ "self": 6.270320098468801,
280
+ "children": {
281
+ "UnityEnvironment._generate_step_input": {
282
+ "total": 6.085429701022804,
283
+ "count": 4896,
284
+ "is_parallel": true,
285
+ "self": 6.085429701022804
286
+ },
287
+ "communicator.exchange": {
288
+ "total": 74.54166550075752,
289
+ "count": 4896,
290
+ "is_parallel": true,
291
+ "self": 74.54166550075752
292
+ },
293
+ "steps_from_proto": {
294
+ "total": 21.41382019870798,
295
+ "count": 9792,
296
+ "is_parallel": true,
297
+ "self": 4.229228097276064,
298
+ "children": {
299
+ "_process_rank_one_or_two_observation": {
300
+ "total": 17.184592101431917,
301
+ "count": 39168,
302
+ "is_parallel": true,
303
+ "self": 17.184592101431917
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "trainer_advance": {
316
+ "total": 194.27030059963,
317
+ "count": 4896,
318
+ "self": 0.9905304000130855,
319
+ "children": {
320
+ "process_trajectory": {
321
+ "total": 7.081178599590203,
322
+ "count": 4896,
323
+ "self": 7.081178599590203
324
+ },
325
+ "_update_policy": {
326
+ "total": 186.1985916000267,
327
+ "count": 24,
328
+ "self": 5.064732000144431,
329
+ "children": {
330
+ "TorchPOCAOptimizer.update": {
331
+ "total": 181.13385959988227,
332
+ "count": 2427,
333
+ "self": 181.13385959988227
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ },
341
+ "trainer_threads": {
342
+ "total": 2.5999906938523054e-06,
343
+ "count": 1,
344
+ "self": 2.5999906938523054e-06
345
+ },
346
+ "TrainerController._save_models": {
347
+ "total": 0.3446218999742996,
348
+ "count": 1,
349
+ "self": 0.010635999991791323,
350
+ "children": {
351
+ "RLTrainer._checkpoint": {
352
+ "total": 0.33398589998250827,
353
+ "count": 1,
354
+ "self": 0.33398589998250827
355
+ }
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SoccerTwos": {
3
+ "elo": 1204.9357421409707,
4
+ "checkpoints": [
5
+ {
6
+ "steps": 10564,
7
+ "file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-10564.onnx",
8
+ "reward": 0.0,
9
+ "creation_time": 1720800426.0430872,
10
+ "auxillary_file_paths": [
11
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-10564.pt"
12
+ ]
13
+ }
14
+ ],
15
+ "final_checkpoint": {
16
+ "steps": 10564,
17
+ "file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
18
+ "reward": 0.0,
19
+ "creation_time": 1720800426.0430872,
20
+ "auxillary_file_paths": [
21
+ "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-10564.pt"
22
+ ]
23
+ }
24
+ },
25
+ "metadata": {
26
+ "stats_format_version": "0.3.0",
27
+ "mlagents_version": "1.1.0.dev0",
28
+ "torch_version": "2.3.1+cpu"
29
+ }
30
+ }