mttgermano commited on
Commit
72c64a4
1 Parent(s): c515061

First Push

Browse files
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - SnowballTarget
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-SnowballTarget
8
+ ---
9
+
10
+ # **ppo** Agent playing **SnowballTarget**
11
+ This is a trained model of a **ppo** agent playing **SnowballTarget**
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: mttgermano/ppo-SnowballTarget
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
SnowballTarget.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7649e3f9b57aa6a9c2cecf3e6a52b58dff70174824b8f7778cd3cb084cdd2390
3
+ size 650646
SnowballTarget/SnowballTarget-49936.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec69e489fcfef354d3085f787bd69df7788bb0de372ed37e0c54300d4f21722
3
+ size 650646
SnowballTarget/SnowballTarget-49936.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fac124447f89d21b1e0962d59c9294af33d6449a9f4dc54d575918f1e68c0304
3
+ size 3850000
SnowballTarget/SnowballTarget-71808.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7649e3f9b57aa6a9c2cecf3e6a52b58dff70174824b8f7778cd3cb084cdd2390
3
+ size 650646
SnowballTarget/SnowballTarget-71808.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d080889684f14e38279edcda62b5145f7ef9a9020cc624a8a6812cd772bb0347
3
+ size 3850000
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e8d708670522813b452475e0825beef0898c3fafc29a48a5879e47485dd86d
3
+ size 3849250
SnowballTarget/events.out.tfevents.1719350783.book.29641.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336fdddd15a3fdc95198def2b421e3b86d8715a22d0beb4d5ecfc15ec53f330f
3
+ size 22438
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 50000, "network_settings": {"normalize": false, "hidden_units": 256, "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": 10, "even_checkpoints": false, "max_steps": 200000, "time_horizon": 64, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SnowballTarget/SnowballTarget", "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": "SnowballTarget1", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SnowballTarget:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 50000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 256
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ init_path: null
39
+ keep_checkpoints: 10
40
+ even_checkpoints: false
41
+ max_steps: 200000
42
+ time_horizon: 64
43
+ summary_freq: 10000
44
+ threaded: true
45
+ self_play: null
46
+ behavioral_cloning: null
47
+ env_settings:
48
+ env_path: ./training-envs-executables/linux/SnowballTarget/SnowballTarget
49
+ env_args: null
50
+ base_port: 5005
51
+ num_envs: 1
52
+ num_areas: 1
53
+ timeout_wait: 60
54
+ seed: -1
55
+ max_lifetime_restarts: 10
56
+ restarts_rate_limit_n: 1
57
+ restarts_rate_limit_period_s: 60
58
+ engine_settings:
59
+ width: 84
60
+ height: 84
61
+ quality_level: 5
62
+ time_scale: 20
63
+ target_frame_rate: -1
64
+ capture_frame_rate: 60
65
+ no_graphics: true
66
+ no_graphics_monitor: false
67
+ environment_parameters: null
68
+ checkpoint_settings:
69
+ run_id: SnowballTarget1
70
+ initialize_from: null
71
+ load_model: false
72
+ resume: false
73
+ force: false
74
+ train_model: false
75
+ inference: false
76
+ results_dir: results
77
+ torch_settings:
78
+ device: null
79
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/matt/docs/howTo/ai/u5/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/home/matt/docs/howTo/ai/u5/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/MonoBleedingEdge/etc'
3
+ Preloaded 'lib_burst_generated.so'
4
+ Preloaded 'libgrpc_csharp_ext.x64.so'
5
+ PlayerPrefs - Creating folder: /home/matt/.config/unity3d/Hugging Face
6
+ PlayerPrefs - Creating folder: /home/matt/.config/unity3d/Hugging Face/SnowballTarget
7
+ Unable to load player prefs
8
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
9
+ [Subsystems] Discovering subsystems at path /home/matt/docs/howTo/ai/u5/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/UnitySubsystems
10
+ Forcing GfxDevice: Null
11
+ GfxDevice: creating device client; threaded=0; jobified=0
12
+ NullGfxDevice:
13
+ Version: NULL 1.0 [1.0]
14
+ Renderer: Null Device
15
+ Vendor: Unity Technologies
16
+ Begin MonoManager ReloadAssembly
17
+ - Completed reload, in 0.044 seconds
18
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ WARNING: Shader Unsupported: 'Standard' - 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
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
25
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
26
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
27
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
28
+ UnloadTime: 0.478504 ms
29
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
30
+ requesting resize 84 x 84
31
+ Setting up 10 worker threads for Enlighten.
32
+ Memory Statistics:
33
+ [ALLOC_TEMP_TLS] TLS Allocator
34
+ StackAllocators :
35
+ [ALLOC_TEMP_MAIN]
36
+ Peak usage frame count: [8.0 KB-16.0 KB]: 1934 frames, [16.0 KB-32.0 KB]: 32 frames, [2.0 MB-4.0 MB]: 1 frames
37
+ Initial Block Size 4.0 MB
38
+ Current Block Size 4.0 MB
39
+ Peak Allocated Bytes 2.0 MB
40
+ Overflow Count 0
41
+ [ALLOC_TEMP_Job.Worker 18]
42
+ Initial Block Size 256.0 KB
43
+ Current Block Size 256.0 KB
44
+ Peak Allocated Bytes 3.6 KB
45
+ Overflow Count 0
46
+ [ALLOC_TEMP_Loading.PreloadManager]
47
+ Initial Block Size 256.0 KB
48
+ Current Block Size 304.0 KB
49
+ Peak Allocated Bytes 228.9 KB
50
+ Overflow Count 4
51
+ [ALLOC_TEMP_Loading.AsyncRead]
52
+ Initial Block Size 64.0 KB
53
+ Current Block Size 64.0 KB
54
+ Peak Allocated Bytes 216 B
55
+ Overflow Count 0
56
+ [ALLOC_TEMP_Background Job.Worker 8]
57
+ Initial Block Size 32.0 KB
58
+ Current Block Size 32.0 KB
59
+ Peak Allocated Bytes 0 B
60
+ Overflow Count 0
61
+ [ALLOC_TEMP_Job.Worker 6]
62
+ Initial Block Size 256.0 KB
63
+ Current Block Size 256.0 KB
64
+ Peak Allocated Bytes 3.6 KB
65
+ Overflow Count 0
66
+ [ALLOC_TEMP_Job.Worker 0]
67
+ Initial Block Size 256.0 KB
68
+ Current Block Size 256.0 KB
69
+ Peak Allocated Bytes 3.6 KB
70
+ Overflow Count 0
71
+ [ALLOC_TEMP_Background Job.Worker 10]
72
+ Initial Block Size 32.0 KB
73
+ Current Block Size 32.0 KB
74
+ Peak Allocated Bytes 0 B
75
+ Overflow Count 0
76
+ [ALLOC_TEMP_Background Job.Worker 9]
77
+ Initial Block Size 32.0 KB
78
+ Current Block Size 32.0 KB
79
+ Peak Allocated Bytes 0 B
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Job.Worker 5]
82
+ Initial Block Size 256.0 KB
83
+ Current Block Size 256.0 KB
84
+ Peak Allocated Bytes 3.6 KB
85
+ Overflow Count 0
86
+ [ALLOC_TEMP_Background Job.Worker 14]
87
+ Initial Block Size 32.0 KB
88
+ Current Block Size 32.0 KB
89
+ Peak Allocated Bytes 0 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Job.Worker 16]
92
+ Initial Block Size 256.0 KB
93
+ Current Block Size 256.0 KB
94
+ Peak Allocated Bytes 3.6 KB
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_Background Job.Worker 6]
97
+ Initial Block Size 32.0 KB
98
+ Current Block Size 32.0 KB
99
+ Peak Allocated Bytes 0 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Job.Worker 4]
102
+ Initial Block Size 256.0 KB
103
+ Current Block Size 256.0 KB
104
+ Peak Allocated Bytes 3.6 KB
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_Job.Worker 14]
107
+ Initial Block Size 256.0 KB
108
+ Current Block Size 256.0 KB
109
+ Peak Allocated Bytes 3.6 KB
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Job.Worker 17]
112
+ Initial Block Size 256.0 KB
113
+ Current Block Size 256.0 KB
114
+ Peak Allocated Bytes 3.6 KB
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Job.Worker 3]
117
+ Initial Block Size 256.0 KB
118
+ Current Block Size 256.0 KB
119
+ Peak Allocated Bytes 3.6 KB
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_Job.Worker 13]
122
+ Initial Block Size 256.0 KB
123
+ Current Block Size 256.0 KB
124
+ Peak Allocated Bytes 3.6 KB
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Background Job.Worker 12]
127
+ Initial Block Size 32.0 KB
128
+ Current Block Size 32.0 KB
129
+ Peak Allocated Bytes 0 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_EnlightenWorker] x 10
132
+ Initial Block Size 64.0 KB
133
+ Current Block Size 64.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Background Job.Worker 15]
137
+ Initial Block Size 32.0 KB
138
+ Current Block Size 32.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Background Job.Worker 1]
142
+ Initial Block Size 32.0 KB
143
+ Current Block Size 32.0 KB
144
+ Peak Allocated Bytes 0 B
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Background Job.Worker 2]
147
+ Initial Block Size 32.0 KB
148
+ Current Block Size 32.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Background Job.Worker 7]
152
+ Initial Block Size 32.0 KB
153
+ Current Block Size 32.0 KB
154
+ Peak Allocated Bytes 0 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 19
157
+ Initial Block Size 64.0 KB
158
+ Current Block Size 64.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Background Job.Worker 5]
162
+ Initial Block Size 32.0 KB
163
+ Current Block Size 32.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_Job.Worker 9]
167
+ Initial Block Size 256.0 KB
168
+ Current Block Size 256.0 KB
169
+ Peak Allocated Bytes 3.6 KB
170
+ Overflow Count 0
171
+ [ALLOC_TEMP_Background Job.Worker 13]
172
+ Initial Block Size 32.0 KB
173
+ Current Block Size 32.0 KB
174
+ Peak Allocated Bytes 0 B
175
+ Overflow Count 0
176
+ [ALLOC_TEMP_Job.Worker 8]
177
+ Initial Block Size 256.0 KB
178
+ Current Block Size 256.0 KB
179
+ Peak Allocated Bytes 3.6 KB
180
+ Overflow Count 0
181
+ [ALLOC_TEMP_Job.Worker 7]
182
+ Initial Block Size 256.0 KB
183
+ Current Block Size 256.0 KB
184
+ Peak Allocated Bytes 3.6 KB
185
+ Overflow Count 0
186
+ [ALLOC_TEMP_Job.Worker 1]
187
+ Initial Block Size 256.0 KB
188
+ Current Block Size 256.0 KB
189
+ Peak Allocated Bytes 3.6 KB
190
+ Overflow Count 0
191
+ [ALLOC_TEMP_Job.Worker 2]
192
+ Initial Block Size 256.0 KB
193
+ Current Block Size 256.0 KB
194
+ Peak Allocated Bytes 3.6 KB
195
+ Overflow Count 0
196
+ [ALLOC_TEMP_Background Job.Worker 3]
197
+ Initial Block Size 32.0 KB
198
+ Current Block Size 32.0 KB
199
+ Peak Allocated Bytes 0 B
200
+ Overflow Count 0
201
+ [ALLOC_TEMP_Background Job.Worker 11]
202
+ Initial Block Size 32.0 KB
203
+ Current Block Size 32.0 KB
204
+ Peak Allocated Bytes 0 B
205
+ Overflow Count 0
206
+ [ALLOC_TEMP_Job.Worker 10]
207
+ Initial Block Size 256.0 KB
208
+ Current Block Size 256.0 KB
209
+ Peak Allocated Bytes 3.6 KB
210
+ Overflow Count 0
211
+ [ALLOC_TEMP_Background Job.Worker 0]
212
+ Initial Block Size 32.0 KB
213
+ Current Block Size 32.0 KB
214
+ Peak Allocated Bytes 0 B
215
+ Overflow Count 0
216
+ [ALLOC_TEMP_Job.Worker 15]
217
+ Initial Block Size 256.0 KB
218
+ Current Block Size 256.0 KB
219
+ Peak Allocated Bytes 3.6 KB
220
+ Overflow Count 0
221
+ [ALLOC_TEMP_Job.Worker 11]
222
+ Initial Block Size 256.0 KB
223
+ Current Block Size 256.0 KB
224
+ Peak Allocated Bytes 3.6 KB
225
+ Overflow Count 0
226
+ [ALLOC_TEMP_Job.Worker 12]
227
+ Initial Block Size 256.0 KB
228
+ Current Block Size 256.0 KB
229
+ Peak Allocated Bytes 3.6 KB
230
+ Overflow Count 0
231
+ [ALLOC_TEMP_Background Job.Worker 4]
232
+ Initial Block Size 32.0 KB
233
+ Current Block Size 32.0 KB
234
+ Peak Allocated Bytes 0 B
235
+ Overflow Count 0
236
+ [ALLOC_TEMP_BatchDeleteObjects]
237
+ Initial Block Size 64.0 KB
238
+ Current Block Size 64.0 KB
239
+ Peak Allocated Bytes 0 B
240
+ Overflow Count 0
241
+ [ALLOC_DEFAULT] Dual Thread Allocator
242
+ Peak main deferred allocation count 33
243
+ [ALLOC_BUCKET]
244
+ Large Block size 4.0 MB
245
+ Used Block count 1
246
+ Peak Allocated bytes 1.0 MB
247
+ [ALLOC_DEFAULT_MAIN]
248
+ Peak usage frame count: [4.0 MB-8.0 MB]: 1967 frames
249
+ Requested Block Size 16.0 MB
250
+ Peak Block count 1
251
+ Peak Allocated memory 6.0 MB
252
+ Peak Large allocation bytes 0 B
253
+ [ALLOC_DEFAULT_THREAD]
254
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1967 frames
255
+ Requested Block Size 16.0 MB
256
+ Peak Block count 1
257
+ Peak Allocated memory 17.6 MB
258
+ Peak Large allocation bytes 16.0 MB
259
+ [ALLOC_TEMP_JOB_1_FRAME]
260
+ Initial Block Size 2.0 MB
261
+ Used Block Count 1
262
+ Overflow Count (too large) 0
263
+ Overflow Count (full) 0
264
+ [ALLOC_TEMP_JOB_2_FRAMES]
265
+ Initial Block Size 2.0 MB
266
+ Used Block Count 1
267
+ Overflow Count (too large) 0
268
+ Overflow Count (full) 0
269
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
270
+ Initial Block Size 2.0 MB
271
+ Used Block Count 2
272
+ Overflow Count (too large) 0
273
+ Overflow Count (full) 0
274
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
275
+ Initial Block Size 1.0 MB
276
+ Used Block Count 3
277
+ Overflow Count (too large) 0
278
+ Overflow Count (full) 0
279
+ [ALLOC_GFX] Dual Thread Allocator
280
+ Peak main deferred allocation count 0
281
+ [ALLOC_BUCKET]
282
+ Large Block size 4.0 MB
283
+ Used Block count 1
284
+ Peak Allocated bytes 1.0 MB
285
+ [ALLOC_GFX_MAIN]
286
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1598 frames, [64.0 KB-128.0 KB]: 369 frames
287
+ Requested Block Size 16.0 MB
288
+ Peak Block count 1
289
+ Peak Allocated memory 66.7 KB
290
+ Peak Large allocation bytes 0 B
291
+ [ALLOC_GFX_THREAD]
292
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1967 frames
293
+ Requested Block Size 16.0 MB
294
+ Peak Block count 1
295
+ Peak Allocated memory 39.6 KB
296
+ Peak Large allocation bytes 0 B
297
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
298
+ Peak main deferred allocation count 0
299
+ [ALLOC_BUCKET]
300
+ Large Block size 4.0 MB
301
+ Used Block count 1
302
+ Peak Allocated bytes 1.0 MB
303
+ [ALLOC_CACHEOBJECTS_MAIN]
304
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1967 frames
305
+ Requested Block Size 4.0 MB
306
+ Peak Block count 1
307
+ Peak Allocated memory 0.6 MB
308
+ Peak Large allocation bytes 0 B
309
+ [ALLOC_CACHEOBJECTS_THREAD]
310
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1966 frames, [2.0 MB-4.0 MB]: 1 frames
311
+ Requested Block Size 4.0 MB
312
+ Peak Block count 1
313
+ Peak Allocated memory 2.2 MB
314
+ Peak Large allocation bytes 0 B
315
+ [ALLOC_TYPETREE] Dual Thread Allocator
316
+ Peak main deferred allocation count 0
317
+ [ALLOC_BUCKET]
318
+ Large Block size 4.0 MB
319
+ Used Block count 1
320
+ Peak Allocated bytes 1.0 MB
321
+ [ALLOC_TYPETREE_MAIN]
322
+ Peak usage frame count: [0-1.0 KB]: 1967 frames
323
+ Requested Block Size 2.0 MB
324
+ Peak Block count 1
325
+ Peak Allocated memory 1.0 KB
326
+ Peak Large allocation bytes 0 B
327
+ [ALLOC_TYPETREE_THREAD]
328
+ Peak usage frame count: [1.0 KB-2.0 KB]: 1967 frames
329
+ Requested Block Size 2.0 MB
330
+ Peak Block count 1
331
+ Peak Allocated memory 1.7 KB
332
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SnowballTarget.Policy.Entropy.mean": {
5
+ "value": 1.9315381050109863,
6
+ "min": 1.9315381050109863,
7
+ "max": 2.8702282905578613,
8
+ "count": 7
9
+ },
10
+ "SnowballTarget.Policy.Entropy.sum": {
11
+ "value": 19504.671875,
12
+ "min": 19504.671875,
13
+ "max": 29551.87109375,
14
+ "count": 7
15
+ },
16
+ "SnowballTarget.Step.mean": {
17
+ "value": 69992.0,
18
+ "min": 9952.0,
19
+ "max": 69992.0,
20
+ "count": 7
21
+ },
22
+ "SnowballTarget.Step.sum": {
23
+ "value": 69992.0,
24
+ "min": 9952.0,
25
+ "max": 69992.0,
26
+ "count": 7
27
+ },
28
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 6.592403888702393,
30
+ "min": 0.3914852440357208,
31
+ "max": 6.592403888702393,
32
+ "count": 7
33
+ },
34
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 1285.518798828125,
36
+ "min": 75.94813537597656,
37
+ "max": 1285.518798828125,
38
+ "count": 7
39
+ },
40
+ "SnowballTarget.Environment.EpisodeLength.mean": {
41
+ "value": 199.0,
42
+ "min": 199.0,
43
+ "max": 199.0,
44
+ "count": 7
45
+ },
46
+ "SnowballTarget.Environment.EpisodeLength.sum": {
47
+ "value": 8756.0,
48
+ "min": 8756.0,
49
+ "max": 10945.0,
50
+ "count": 7
51
+ },
52
+ "SnowballTarget.Losses.PolicyLoss.mean": {
53
+ "value": 0.06854227489398623,
54
+ "min": 0.06675874077543495,
55
+ "max": 0.07348860295247042,
56
+ "count": 7
57
+ },
58
+ "SnowballTarget.Losses.PolicyLoss.sum": {
59
+ "value": 0.27416909957594493,
60
+ "min": 0.2670349631017398,
61
+ "max": 0.35985593154684603,
62
+ "count": 7
63
+ },
64
+ "SnowballTarget.Losses.ValueLoss.mean": {
65
+ "value": 0.28034259451954974,
66
+ "min": 0.1218956601805985,
67
+ "max": 0.28531403934546545,
68
+ "count": 7
69
+ },
70
+ "SnowballTarget.Losses.ValueLoss.sum": {
71
+ "value": 1.121370378078199,
72
+ "min": 0.487582640722394,
73
+ "max": 1.3624117485448426,
74
+ "count": 7
75
+ },
76
+ "SnowballTarget.Policy.LearningRate.mean": {
77
+ "value": 0.00020278203240600001,
78
+ "min": 0.00020278203240600001,
79
+ "max": 0.000291882002706,
80
+ "count": 7
81
+ },
82
+ "SnowballTarget.Policy.LearningRate.sum": {
83
+ "value": 0.0008111281296240001,
84
+ "min": 0.0008111281296240001,
85
+ "max": 0.00138516003828,
86
+ "count": 7
87
+ },
88
+ "SnowballTarget.Policy.Epsilon.mean": {
89
+ "value": 0.16759400000000002,
90
+ "min": 0.16759400000000002,
91
+ "max": 0.19729400000000002,
92
+ "count": 7
93
+ },
94
+ "SnowballTarget.Policy.Epsilon.sum": {
95
+ "value": 0.6703760000000001,
96
+ "min": 0.6703760000000001,
97
+ "max": 0.96172,
98
+ "count": 7
99
+ },
100
+ "SnowballTarget.Policy.Beta.mean": {
101
+ "value": 0.003382940600000001,
102
+ "min": 0.003382940600000001,
103
+ "max": 0.0048649706,
104
+ "count": 7
105
+ },
106
+ "SnowballTarget.Policy.Beta.sum": {
107
+ "value": 0.013531762400000005,
108
+ "min": 0.013531762400000005,
109
+ "max": 0.023089828,
110
+ "count": 7
111
+ },
112
+ "SnowballTarget.Environment.CumulativeReward.mean": {
113
+ "value": 15.931818181818182,
114
+ "min": 3.1136363636363638,
115
+ "max": 15.931818181818182,
116
+ "count": 7
117
+ },
118
+ "SnowballTarget.Environment.CumulativeReward.sum": {
119
+ "value": 701.0,
120
+ "min": 137.0,
121
+ "max": 774.0,
122
+ "count": 7
123
+ },
124
+ "SnowballTarget.Policy.ExtrinsicReward.mean": {
125
+ "value": 15.931818181818182,
126
+ "min": 3.1136363636363638,
127
+ "max": 15.931818181818182,
128
+ "count": 7
129
+ },
130
+ "SnowballTarget.Policy.ExtrinsicReward.sum": {
131
+ "value": 701.0,
132
+ "min": 137.0,
133
+ "max": 774.0,
134
+ "count": 7
135
+ },
136
+ "SnowballTarget.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 7
141
+ },
142
+ "SnowballTarget.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 7
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1719350783",
152
+ "python_version": "3.10.12 (main, Jun 25 2024, 18:12:47) [GCC 14.1.1 20240522]",
153
+ "command_line_arguments": "/home/matt/docs/howTo/ai/u5/hf-env/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics",
154
+ "mlagents_version": "1.1.0.dev0",
155
+ "mlagents_envs_version": "1.1.0.dev0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "2.3.1+cu121",
158
+ "numpy_version": "1.23.5",
159
+ "end_time_seconds": "1719350846"
160
+ },
161
+ "total": 62.97646521600018,
162
+ "count": 1,
163
+ "self": 0.1737509720005619,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.012011805999463832,
167
+ "count": 1,
168
+ "self": 0.012011805999463832
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 62.79070243800015,
172
+ "count": 1,
173
+ "self": 0.09770760198171047,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 0.8941725790000419,
177
+ "count": 1,
178
+ "self": 0.8941725790000419
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 61.75479988301777,
182
+ "count": 6556,
183
+ "self": 0.04473474206406536,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 61.7100651409537,
187
+ "count": 6556,
188
+ "self": 44.44529195897121,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 17.216592010026034,
192
+ "count": 6556,
193
+ "self": 0.2523318360263147,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 16.96426017399972,
197
+ "count": 6556,
198
+ "self": 16.96426017399972
199
+ }
200
+ }
201
+ },
202
+ "workers": {
203
+ "total": 0.04818117195645755,
204
+ "count": 6555,
205
+ "self": 0.0,
206
+ "children": {
207
+ "worker_root": {
208
+ "total": 62.655246266022914,
209
+ "count": 6555,
210
+ "is_parallel": true,
211
+ "self": 33.381031464014086,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.0,
215
+ "count": 0,
216
+ "is_parallel": true,
217
+ "self": 0.0,
218
+ "children": {
219
+ "steps_from_proto": {
220
+ "total": 0.0009580320001987275,
221
+ "count": 1,
222
+ "is_parallel": true,
223
+ "self": 0.00031027200111566344,
224
+ "children": {
225
+ "_process_rank_one_or_two_observation": {
226
+ "total": 0.000647759999083064,
227
+ "count": 10,
228
+ "is_parallel": true,
229
+ "self": 0.000647759999083064
230
+ }
231
+ }
232
+ },
233
+ "UnityEnvironment.step": {
234
+ "total": 0.014263753000705037,
235
+ "count": 1,
236
+ "is_parallel": true,
237
+ "self": 0.00024890900022001006,
238
+ "children": {
239
+ "UnityEnvironment._generate_step_input": {
240
+ "total": 0.00029059400003461633,
241
+ "count": 1,
242
+ "is_parallel": true,
243
+ "self": 0.00029059400003461633
244
+ },
245
+ "communicator.exchange": {
246
+ "total": 0.01266807800038805,
247
+ "count": 1,
248
+ "is_parallel": true,
249
+ "self": 0.01266807800038805
250
+ },
251
+ "steps_from_proto": {
252
+ "total": 0.001056172000062361,
253
+ "count": 1,
254
+ "is_parallel": true,
255
+ "self": 0.0002604080000310205,
256
+ "children": {
257
+ "_process_rank_one_or_two_observation": {
258
+ "total": 0.0007957640000313404,
259
+ "count": 10,
260
+ "is_parallel": true,
261
+ "self": 0.0007957640000313404
262
+ }
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 29.274214802008828,
271
+ "count": 6554,
272
+ "is_parallel": true,
273
+ "self": 1.1769603450593422,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.6377088219951474,
277
+ "count": 6554,
278
+ "is_parallel": true,
279
+ "self": 0.6377088219951474
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 23.746717012966656,
283
+ "count": 6554,
284
+ "is_parallel": true,
285
+ "self": 23.746717012966656
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 3.7128286219876827,
289
+ "count": 6554,
290
+ "is_parallel": true,
291
+ "self": 0.7385545441675276,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 2.974274077820155,
295
+ "count": 65540,
296
+ "is_parallel": true,
297
+ "self": 2.974274077820155
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ },
311
+ "trainer_threads": {
312
+ "total": 2.6499000341573264e-05,
313
+ "count": 1,
314
+ "self": 2.6499000341573264e-05,
315
+ "children": {
316
+ "thread_root": {
317
+ "total": 0.0,
318
+ "count": 0,
319
+ "is_parallel": true,
320
+ "self": 0.0,
321
+ "children": {
322
+ "trainer_advance": {
323
+ "total": 61.67237820009723,
324
+ "count": 37409,
325
+ "is_parallel": true,
326
+ "self": 0.4198227440856499,
327
+ "children": {
328
+ "process_trajectory": {
329
+ "total": 35.119402948012976,
330
+ "count": 37409,
331
+ "is_parallel": true,
332
+ "self": 35.01569295801255,
333
+ "children": {
334
+ "RLTrainer._checkpoint": {
335
+ "total": 0.10370999000042502,
336
+ "count": 1,
337
+ "is_parallel": true,
338
+ "self": 0.10370999000042502
339
+ }
340
+ }
341
+ },
342
+ "_update_policy": {
343
+ "total": 26.133152507998602,
344
+ "count": 32,
345
+ "is_parallel": true,
346
+ "self": 7.7936852750335675,
347
+ "children": {
348
+ "TorchPPOOptimizer.update": {
349
+ "total": 18.339467232965035,
350
+ "count": 1629,
351
+ "is_parallel": true,
352
+ "self": 18.339467232965035
353
+ }
354
+ }
355
+ }
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+ },
362
+ "TrainerController._save_models": {
363
+ "total": 0.04399587500029156,
364
+ "count": 1,
365
+ "self": 0.00040369700036535505,
366
+ "children": {
367
+ "RLTrainer._checkpoint": {
368
+ "total": 0.04359217799992621,
369
+ "count": 1,
370
+ "self": 0.04359217799992621
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SnowballTarget": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 49936,
6
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.onnx",
7
+ "reward": 14.636363636363637,
8
+ "creation_time": 1719350827.919286,
9
+ "auxillary_file_paths": [
10
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 71808,
15
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-71808.onnx",
16
+ "reward": 17.727272727272727,
17
+ "creation_time": 1719350846.3137474,
18
+ "auxillary_file_paths": [
19
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-71808.pt"
20
+ ]
21
+ }
22
+ ],
23
+ "final_checkpoint": {
24
+ "steps": 71808,
25
+ "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
26
+ "reward": 17.727272727272727,
27
+ "creation_time": 1719350846.3137474,
28
+ "auxillary_file_paths": [
29
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-71808.pt"
30
+ ]
31
+ }
32
+ },
33
+ "metadata": {
34
+ "stats_format_version": "0.3.0",
35
+ "mlagents_version": "1.1.0.dev0",
36
+ "torch_version": "2.3.1+cu121"
37
+ }
38
+ }