Asheron commited on
Commit
74fabfe
·
1 Parent(s): 5b06ee2

Push to Hub

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: Asheron/SnowballTargetWSL-test1
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:01f9be5aaa3819b59cb16589481394bf3bc465fd48600636f0f4b50854e17250
3
+ size 650646
SnowballTarget/SnowballTarget-10208.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f9be5aaa3819b59cb16589481394bf3bc465fd48600636f0f4b50854e17250
3
+ size 650646
SnowballTarget/SnowballTarget-10208.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ef0378e5fb23fe252b4162132ea8af3b99a382148400393a8919e4fbd4b58d
3
+ size 3850000
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d28c486e9a4f6ac91d9c576d489fa9d373928441fb857f2b0fbc90499610ee1
3
+ size 3849250
SnowballTarget/events.out.tfevents.1701566222.David-main.9612.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a28667c5192cc9792b8b1bf2c13a9ccce5f02e03b542fd39d9469b39dd8e48
3
+ size 23730
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 512, "buffer_size": 8182, "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": 10000, "time_horizon": 64, "summary_freq": 1000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/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": "SnowballTargetWSL-test1", "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: 512
7
+ buffer_size: 8182
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: 10000
42
+ time_horizon: 64
43
+ summary_freq: 1000
44
+ threaded: false
45
+ self_play: null
46
+ behavioral_cloning: null
47
+ env_settings:
48
+ env_path: ./training-envs-executables/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: SnowballTargetWSL-test1
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,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/dfotland/projects/wsl-reinforce/gymnasium-ml-agents/training-envs-executables/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/home/dfotland/projects/wsl-reinforce/gymnasium-ml-agents/training-envs-executables/SnowballTarget/SnowballTarget_Data/MonoBleedingEdge/etc'
3
+ Preloaded 'lib_burst_generated.so'
4
+ Preloaded 'libgrpc_csharp_ext.x64.so'
5
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
6
+ [Subsystems] Discovering subsystems at path /home/dfotland/projects/wsl-reinforce/gymnasium-ml-agents/training-envs-executables/SnowballTarget/SnowballTarget_Data/UnitySubsystems
7
+ Forcing GfxDevice: Null
8
+ GfxDevice: creating device client; threaded=0; jobified=0
9
+ NullGfxDevice:
10
+ Version: NULL 1.0 [1.0]
11
+ Renderer: Null Device
12
+ Vendor: Unity Technologies
13
+ Begin MonoManager ReloadAssembly
14
+ - Completed reload, in 0.034 seconds
15
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
17
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
18
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
19
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
20
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
21
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
23
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
24
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
25
+ UnloadTime: 0.363118 ms
26
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
27
+ requesting resize 84 x 84
28
+ Setting up 12 worker threads for Enlighten.
29
+ Memory Statistics:
30
+ [ALLOC_TEMP_TLS] TLS Allocator
31
+ StackAllocators :
32
+ [ALLOC_TEMP_MAIN]
33
+ Peak usage frame count: [8.0 KB-16.0 KB]: 274 frames, [16.0 KB-32.0 KB]: 4 frames, [2.0 MB-4.0 MB]: 1 frames
34
+ Initial Block Size 4.0 MB
35
+ Current Block Size 4.0 MB
36
+ Peak Allocated Bytes 2.0 MB
37
+ Overflow Count 0
38
+ [ALLOC_TEMP_Job.Worker 18]
39
+ Initial Block Size 256.0 KB
40
+ Current Block Size 256.0 KB
41
+ Peak Allocated Bytes 3.6 KB
42
+ Overflow Count 0
43
+ [ALLOC_TEMP_Loading.PreloadManager]
44
+ Initial Block Size 256.0 KB
45
+ Current Block Size 304.0 KB
46
+ Peak Allocated Bytes 228.9 KB
47
+ Overflow Count 4
48
+ [ALLOC_TEMP_Background Job.Worker 8]
49
+ Initial Block Size 32.0 KB
50
+ Current Block Size 32.0 KB
51
+ Peak Allocated Bytes 0 B
52
+ Overflow Count 0
53
+ [ALLOC_TEMP_Background Job.Worker 10]
54
+ Initial Block Size 32.0 KB
55
+ Current Block Size 32.0 KB
56
+ Peak Allocated Bytes 0 B
57
+ Overflow Count 0
58
+ [ALLOC_TEMP_Job.Worker 16]
59
+ Initial Block Size 256.0 KB
60
+ Current Block Size 256.0 KB
61
+ Peak Allocated Bytes 3.6 KB
62
+ Overflow Count 0
63
+ [ALLOC_TEMP_Background Job.Worker 6]
64
+ Initial Block Size 32.0 KB
65
+ Current Block Size 32.0 KB
66
+ Peak Allocated Bytes 0 B
67
+ Overflow Count 0
68
+ [ALLOC_TEMP_Job.Worker 4]
69
+ Initial Block Size 256.0 KB
70
+ Current Block Size 256.0 KB
71
+ Peak Allocated Bytes 3.6 KB
72
+ Overflow Count 0
73
+ [ALLOC_TEMP_Job.Worker 14]
74
+ Initial Block Size 256.0 KB
75
+ Current Block Size 256.0 KB
76
+ Peak Allocated Bytes 3.6 KB
77
+ Overflow Count 0
78
+ [ALLOC_TEMP_Job.Worker 17]
79
+ Initial Block Size 256.0 KB
80
+ Current Block Size 256.0 KB
81
+ Peak Allocated Bytes 3.6 KB
82
+ Overflow Count 0
83
+ [ALLOC_TEMP_Job.Worker 3]
84
+ Initial Block Size 256.0 KB
85
+ Current Block Size 256.0 KB
86
+ Peak Allocated Bytes 3.6 KB
87
+ Overflow Count 0
88
+ [ALLOC_TEMP_Background Job.Worker 12]
89
+ Initial Block Size 32.0 KB
90
+ Current Block Size 32.0 KB
91
+ Peak Allocated Bytes 0 B
92
+ Overflow Count 0
93
+ [ALLOC_TEMP_Background Job.Worker 1]
94
+ Initial Block Size 32.0 KB
95
+ Current Block Size 32.0 KB
96
+ Peak Allocated Bytes 0 B
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 23
99
+ Initial Block Size 64.0 KB
100
+ Current Block Size 64.0 KB
101
+ Peak Allocated Bytes 0 B
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_Background Job.Worker 5]
104
+ Initial Block Size 32.0 KB
105
+ Current Block Size 32.0 KB
106
+ Peak Allocated Bytes 0 B
107
+ Overflow Count 0
108
+ [ALLOC_TEMP_Background Job.Worker 13]
109
+ Initial Block Size 32.0 KB
110
+ Current Block Size 32.0 KB
111
+ Peak Allocated Bytes 0 B
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Background Job.Worker 11]
114
+ Initial Block Size 32.0 KB
115
+ Current Block Size 32.0 KB
116
+ Peak Allocated Bytes 0 B
117
+ Overflow Count 0
118
+ [ALLOC_TEMP_Job.Worker 2]
119
+ Initial Block Size 256.0 KB
120
+ Current Block Size 256.0 KB
121
+ Peak Allocated Bytes 3.6 KB
122
+ Overflow Count 0
123
+ [ALLOC_TEMP_Background Job.Worker 3]
124
+ Initial Block Size 32.0 KB
125
+ Current Block Size 32.0 KB
126
+ Peak Allocated Bytes 0 B
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_Background Job.Worker 0]
129
+ Initial Block Size 32.0 KB
130
+ Current Block Size 32.0 KB
131
+ Peak Allocated Bytes 0 B
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Job.Worker 20]
134
+ Initial Block Size 256.0 KB
135
+ Current Block Size 256.0 KB
136
+ Peak Allocated Bytes 3.6 KB
137
+ Overflow Count 0
138
+ [ALLOC_TEMP_Job.Worker 11]
139
+ Initial Block Size 256.0 KB
140
+ Current Block Size 256.0 KB
141
+ Peak Allocated Bytes 3.6 KB
142
+ Overflow Count 0
143
+ [ALLOC_TEMP_Background Job.Worker 4]
144
+ Initial Block Size 32.0 KB
145
+ Current Block Size 32.0 KB
146
+ Peak Allocated Bytes 0 B
147
+ Overflow Count 0
148
+ [ALLOC_TEMP_BatchDeleteObjects]
149
+ Initial Block Size 64.0 KB
150
+ Current Block Size 64.0 KB
151
+ Peak Allocated Bytes 0 B
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Job.Worker 6]
154
+ Initial Block Size 256.0 KB
155
+ Current Block Size 256.0 KB
156
+ Peak Allocated Bytes 3.6 KB
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Job.Worker 0]
159
+ Initial Block Size 256.0 KB
160
+ Current Block Size 256.0 KB
161
+ Peak Allocated Bytes 3.6 KB
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_Job.Worker 21]
164
+ Initial Block Size 256.0 KB
165
+ Current Block Size 256.0 KB
166
+ Peak Allocated Bytes 3.6 KB
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Job.Worker 5]
169
+ Initial Block Size 256.0 KB
170
+ Current Block Size 256.0 KB
171
+ Peak Allocated Bytes 3.6 KB
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_Background Job.Worker 9]
174
+ Initial Block Size 32.0 KB
175
+ Current Block Size 32.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Background Job.Worker 14]
179
+ Initial Block Size 32.0 KB
180
+ Current Block Size 32.0 KB
181
+ Peak Allocated Bytes 0 B
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_Job.Worker 13]
184
+ Initial Block Size 256.0 KB
185
+ Current Block Size 256.0 KB
186
+ Peak Allocated Bytes 3.6 KB
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_EnlightenWorker] x 12
189
+ Initial Block Size 64.0 KB
190
+ Current Block Size 64.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Background Job.Worker 15]
194
+ Initial Block Size 32.0 KB
195
+ Current Block Size 32.0 KB
196
+ Peak Allocated Bytes 0 B
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_Background Job.Worker 2]
199
+ Initial Block Size 32.0 KB
200
+ Current Block Size 32.0 KB
201
+ Peak Allocated Bytes 0 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Background Job.Worker 7]
204
+ Initial Block Size 32.0 KB
205
+ Current Block Size 32.0 KB
206
+ Peak Allocated Bytes 0 B
207
+ Overflow Count 0
208
+ [ALLOC_TEMP_Job.Worker 22]
209
+ Initial Block Size 256.0 KB
210
+ Current Block Size 256.0 KB
211
+ Peak Allocated Bytes 3.6 KB
212
+ Overflow Count 0
213
+ [ALLOC_TEMP_Job.Worker 9]
214
+ Initial Block Size 256.0 KB
215
+ Current Block Size 256.0 KB
216
+ Peak Allocated Bytes 3.6 KB
217
+ Overflow Count 0
218
+ [ALLOC_TEMP_Job.Worker 8]
219
+ Initial Block Size 256.0 KB
220
+ Current Block Size 256.0 KB
221
+ Peak Allocated Bytes 3.6 KB
222
+ Overflow Count 0
223
+ [ALLOC_TEMP_Job.Worker 7]
224
+ Initial Block Size 256.0 KB
225
+ Current Block Size 256.0 KB
226
+ Peak Allocated Bytes 3.6 KB
227
+ Overflow Count 0
228
+ [ALLOC_TEMP_Job.Worker 1]
229
+ Initial Block Size 256.0 KB
230
+ Current Block Size 256.0 KB
231
+ Peak Allocated Bytes 3.6 KB
232
+ Overflow Count 0
233
+ [ALLOC_TEMP_Job.Worker 10]
234
+ Initial Block Size 256.0 KB
235
+ Current Block Size 256.0 KB
236
+ Peak Allocated Bytes 3.6 KB
237
+ Overflow Count 0
238
+ [ALLOC_TEMP_Job.Worker 15]
239
+ Initial Block Size 256.0 KB
240
+ Current Block Size 256.0 KB
241
+ Peak Allocated Bytes 3.6 KB
242
+ Overflow Count 0
243
+ [ALLOC_TEMP_Job.Worker 12]
244
+ Initial Block Size 256.0 KB
245
+ Current Block Size 256.0 KB
246
+ Peak Allocated Bytes 3.6 KB
247
+ Overflow Count 0
248
+ [ALLOC_TEMP_Job.Worker 19]
249
+ Initial Block Size 256.0 KB
250
+ Current Block Size 256.0 KB
251
+ Peak Allocated Bytes 3.6 KB
252
+ Overflow Count 0
253
+ [ALLOC_TEMP_Loading.AsyncRead]
254
+ Initial Block Size 64.0 KB
255
+ Current Block Size 64.0 KB
256
+ Peak Allocated Bytes 264 B
257
+ Overflow Count 0
258
+ [ALLOC_DEFAULT] Dual Thread Allocator
259
+ Peak main deferred allocation count 29
260
+ [ALLOC_BUCKET]
261
+ Large Block size 4.0 MB
262
+ Used Block count 1
263
+ Peak Allocated bytes 1.0 MB
264
+ [ALLOC_DEFAULT_MAIN]
265
+ Peak usage frame count: [4.0 MB-8.0 MB]: 279 frames
266
+ Requested Block Size 16.0 MB
267
+ Peak Block count 1
268
+ Peak Allocated memory 5.3 MB
269
+ Peak Large allocation bytes 0 B
270
+ [ALLOC_DEFAULT_THREAD]
271
+ Peak usage frame count: [16.0 MB-32.0 MB]: 279 frames
272
+ Requested Block Size 16.0 MB
273
+ Peak Block count 1
274
+ Peak Allocated memory 17.6 MB
275
+ Peak Large allocation bytes 16.0 MB
276
+ [ALLOC_TEMP_JOB_1_FRAME]
277
+ Initial Block Size 2.0 MB
278
+ Used Block Count 1
279
+ Overflow Count (too large) 0
280
+ Overflow Count (full) 0
281
+ [ALLOC_TEMP_JOB_2_FRAMES]
282
+ Initial Block Size 2.0 MB
283
+ Used Block Count 1
284
+ Overflow Count (too large) 0
285
+ Overflow Count (full) 0
286
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
287
+ Initial Block Size 2.0 MB
288
+ Used Block Count 2
289
+ Overflow Count (too large) 0
290
+ Overflow Count (full) 0
291
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
292
+ Initial Block Size 1.0 MB
293
+ Used Block Count 3
294
+ Overflow Count (too large) 0
295
+ Overflow Count (full) 0
296
+ [ALLOC_GFX] Dual Thread Allocator
297
+ Peak main deferred allocation count 0
298
+ [ALLOC_BUCKET]
299
+ Large Block size 4.0 MB
300
+ Used Block count 1
301
+ Peak Allocated bytes 1.0 MB
302
+ [ALLOC_GFX_MAIN]
303
+ Peak usage frame count: [32.0 KB-64.0 KB]: 252 frames, [64.0 KB-128.0 KB]: 27 frames
304
+ Requested Block Size 16.0 MB
305
+ Peak Block count 1
306
+ Peak Allocated memory 65.6 KB
307
+ Peak Large allocation bytes 0 B
308
+ [ALLOC_GFX_THREAD]
309
+ Peak usage frame count: [32.0 KB-64.0 KB]: 279 frames
310
+ Requested Block Size 16.0 MB
311
+ Peak Block count 1
312
+ Peak Allocated memory 39.6 KB
313
+ Peak Large allocation bytes 0 B
314
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
315
+ Peak main deferred allocation count 0
316
+ [ALLOC_BUCKET]
317
+ Large Block size 4.0 MB
318
+ Used Block count 1
319
+ Peak Allocated bytes 1.0 MB
320
+ [ALLOC_CACHEOBJECTS_MAIN]
321
+ Peak usage frame count: [0.5 MB-1.0 MB]: 279 frames
322
+ Requested Block Size 4.0 MB
323
+ Peak Block count 1
324
+ Peak Allocated memory 0.6 MB
325
+ Peak Large allocation bytes 0 B
326
+ [ALLOC_CACHEOBJECTS_THREAD]
327
+ Peak usage frame count: [0.5 MB-1.0 MB]: 278 frames, [2.0 MB-4.0 MB]: 1 frames
328
+ Requested Block Size 4.0 MB
329
+ Peak Block count 1
330
+ Peak Allocated memory 2.2 MB
331
+ Peak Large allocation bytes 0 B
332
+ [ALLOC_TYPETREE] Dual Thread Allocator
333
+ Peak main deferred allocation count 0
334
+ [ALLOC_BUCKET]
335
+ Large Block size 4.0 MB
336
+ Used Block count 1
337
+ Peak Allocated bytes 1.0 MB
338
+ [ALLOC_TYPETREE_MAIN]
339
+ Peak usage frame count: [0-1.0 KB]: 279 frames
340
+ Requested Block Size 2.0 MB
341
+ Peak Block count 1
342
+ Peak Allocated memory 1.0 KB
343
+ Peak Large allocation bytes 0 B
344
+ [ALLOC_TYPETREE_THREAD]
345
+ Peak usage frame count: [1.0 KB-2.0 KB]: 279 frames
346
+ Requested Block Size 2.0 MB
347
+ Peak Block count 1
348
+ Peak Allocated memory 1.7 KB
349
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SnowballTarget.Policy.Entropy.mean": {
5
+ "value": 2.890129804611206,
6
+ "min": 2.890129804611206,
7
+ "max": 2.890331506729126,
8
+ "count": 10
9
+ },
10
+ "SnowballTarget.Policy.Entropy.sum": {
11
+ "value": 2034.6513671875,
12
+ "min": 2034.6513671875,
13
+ "max": 4323.92919921875,
14
+ "count": 10
15
+ },
16
+ "SnowballTarget.Step.mean": {
17
+ "value": 9952.0,
18
+ "min": 960.0,
19
+ "max": 9952.0,
20
+ "count": 10
21
+ },
22
+ "SnowballTarget.Step.sum": {
23
+ "value": 9952.0,
24
+ "min": 960.0,
25
+ "max": 9952.0,
26
+ "count": 10
27
+ },
28
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.1443396359682083,
30
+ "min": -0.02502424642443657,
31
+ "max": 0.1443396359682083,
32
+ "count": 10
33
+ },
34
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 2.1650946140289307,
36
+ "min": -0.6256061792373657,
37
+ "max": 2.1650946140289307,
38
+ "count": 10
39
+ },
40
+ "SnowballTarget.IsTraining.mean": {
41
+ "value": 1.0,
42
+ "min": 1.0,
43
+ "max": 1.0,
44
+ "count": 10
45
+ },
46
+ "SnowballTarget.IsTraining.sum": {
47
+ "value": 1.0,
48
+ "min": 1.0,
49
+ "max": 1.0,
50
+ "count": 10
51
+ },
52
+ "SnowballTarget.Environment.EpisodeLength.mean": {
53
+ "value": 199.0,
54
+ "min": 199.0,
55
+ "max": 199.0,
56
+ "count": 4
57
+ },
58
+ "SnowballTarget.Environment.EpisodeLength.sum": {
59
+ "value": 2189.0,
60
+ "min": 2189.0,
61
+ "max": 2189.0,
62
+ "count": 4
63
+ },
64
+ "SnowballTarget.Environment.CumulativeReward.mean": {
65
+ "value": 2.5454545454545454,
66
+ "min": 2.1818181818181817,
67
+ "max": 3.090909090909091,
68
+ "count": 4
69
+ },
70
+ "SnowballTarget.Environment.CumulativeReward.sum": {
71
+ "value": 28.0,
72
+ "min": 24.0,
73
+ "max": 34.0,
74
+ "count": 4
75
+ },
76
+ "SnowballTarget.Policy.ExtrinsicReward.mean": {
77
+ "value": 2.5454545454545454,
78
+ "min": 2.1818181818181817,
79
+ "max": 3.090909090909091,
80
+ "count": 4
81
+ },
82
+ "SnowballTarget.Policy.ExtrinsicReward.sum": {
83
+ "value": 28.0,
84
+ "min": 24.0,
85
+ "max": 34.0,
86
+ "count": 4
87
+ },
88
+ "SnowballTarget.Losses.PolicyLoss.mean": {
89
+ "value": 0.034890227926000224,
90
+ "min": 0.034890227926000224,
91
+ "max": 0.034890227926000224,
92
+ "count": 1
93
+ },
94
+ "SnowballTarget.Losses.PolicyLoss.sum": {
95
+ "value": 0.034890227926000224,
96
+ "min": 0.034890227926000224,
97
+ "max": 0.034890227926000224,
98
+ "count": 1
99
+ },
100
+ "SnowballTarget.Losses.ValueLoss.mean": {
101
+ "value": 0.09762346715319391,
102
+ "min": 0.09762346715319391,
103
+ "max": 0.09762346715319391,
104
+ "count": 1
105
+ },
106
+ "SnowballTarget.Losses.ValueLoss.sum": {
107
+ "value": 0.09762346715319391,
108
+ "min": 0.09762346715319391,
109
+ "max": 0.09762346715319391,
110
+ "count": 1
111
+ },
112
+ "SnowballTarget.Policy.LearningRate.mean": {
113
+ "value": 3.864008712000001e-05,
114
+ "min": 3.864008712000001e-05,
115
+ "max": 3.864008712000001e-05,
116
+ "count": 1
117
+ },
118
+ "SnowballTarget.Policy.LearningRate.sum": {
119
+ "value": 3.864008712000001e-05,
120
+ "min": 3.864008712000001e-05,
121
+ "max": 3.864008712000001e-05,
122
+ "count": 1
123
+ },
124
+ "SnowballTarget.Policy.Epsilon.mean": {
125
+ "value": 0.11287999999999998,
126
+ "min": 0.11287999999999998,
127
+ "max": 0.11287999999999998,
128
+ "count": 1
129
+ },
130
+ "SnowballTarget.Policy.Epsilon.sum": {
131
+ "value": 0.11287999999999998,
132
+ "min": 0.11287999999999998,
133
+ "max": 0.11287999999999998,
134
+ "count": 1
135
+ },
136
+ "SnowballTarget.Policy.Beta.mean": {
137
+ "value": 0.0006527120000000002,
138
+ "min": 0.0006527120000000002,
139
+ "max": 0.0006527120000000002,
140
+ "count": 1
141
+ },
142
+ "SnowballTarget.Policy.Beta.sum": {
143
+ "value": 0.0006527120000000002,
144
+ "min": 0.0006527120000000002,
145
+ "max": 0.0006527120000000002,
146
+ "count": 1
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1701566222",
152
+ "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
153
+ "command_line_arguments": "/home/dfotland/projects/wsl-reinforce/gymnasium-ml-agents/venv-ml-agents/bin/mlagents-learn ./config/SnowballTarget.yaml --env=./training-envs-executables/SnowballTarget/SnowballTarget --run-id=SnowballTargetWSL-test1 --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.1.1+cu121",
158
+ "numpy_version": "1.23.5",
159
+ "end_time_seconds": "1701566239"
160
+ },
161
+ "total": 17.199973239010433,
162
+ "count": 1,
163
+ "self": 0.2171839510265272,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.009799769992241636,
167
+ "count": 1,
168
+ "self": 0.009799769992241636
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 16.972989517991664,
172
+ "count": 1,
173
+ "self": 0.00869064818834886,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 0.7239282900118269,
177
+ "count": 1,
178
+ "self": 0.7239282900118269
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 16.16393009980675,
182
+ "count": 928,
183
+ "self": 0.008159256947692484,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 12.537758856313303,
187
+ "count": 928,
188
+ "self": 6.365368775499519,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 6.166461443179287,
192
+ "count": 928,
193
+ "self": 0.030128593993140385,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 6.136332849186147,
197
+ "count": 928,
198
+ "self": 6.136332849186147
199
+ }
200
+ }
201
+ },
202
+ "workers": {
203
+ "total": 0.005928637634497136,
204
+ "count": 928,
205
+ "self": 0.0,
206
+ "children": {
207
+ "worker_root": {
208
+ "total": 16.826006932911696,
209
+ "count": 928,
210
+ "is_parallel": true,
211
+ "self": 11.035792209702777,
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.001130607008235529,
221
+ "count": 1,
222
+ "is_parallel": true,
223
+ "self": 0.0003167200193274766,
224
+ "children": {
225
+ "_process_rank_one_or_two_observation": {
226
+ "total": 0.0008138869889080524,
227
+ "count": 10,
228
+ "is_parallel": true,
229
+ "self": 0.0008138869889080524
230
+ }
231
+ }
232
+ },
233
+ "UnityEnvironment.step": {
234
+ "total": 0.01490170499891974,
235
+ "count": 1,
236
+ "is_parallel": true,
237
+ "self": 0.000168889993801713,
238
+ "children": {
239
+ "UnityEnvironment._generate_step_input": {
240
+ "total": 0.00021973898401483893,
241
+ "count": 1,
242
+ "is_parallel": true,
243
+ "self": 0.00021973898401483893
244
+ },
245
+ "communicator.exchange": {
246
+ "total": 0.014041069021914154,
247
+ "count": 1,
248
+ "is_parallel": true,
249
+ "self": 0.014041069021914154
250
+ },
251
+ "steps_from_proto": {
252
+ "total": 0.0004720069991890341,
253
+ "count": 1,
254
+ "is_parallel": true,
255
+ "self": 0.0001227590546477586,
256
+ "children": {
257
+ "_process_rank_one_or_two_observation": {
258
+ "total": 0.0003492479445412755,
259
+ "count": 10,
260
+ "is_parallel": true,
261
+ "self": 0.0003492479445412755
262
+ }
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 5.790214723208919,
271
+ "count": 927,
272
+ "is_parallel": true,
273
+ "self": 0.1281979820341803,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.06885534862522036,
277
+ "count": 927,
278
+ "is_parallel": true,
279
+ "self": 0.06885534862522036
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 5.234773067117203,
283
+ "count": 927,
284
+ "is_parallel": true,
285
+ "self": 5.234773067117203
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.35838832543231547,
289
+ "count": 927,
290
+ "is_parallel": true,
291
+ "self": 0.07572059534140863,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.28266773009090684,
295
+ "count": 9270,
296
+ "is_parallel": true,
297
+ "self": 0.28266773009090684
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ }
305
+ }
306
+ }
307
+ }
308
+ },
309
+ "trainer_advance": {
310
+ "total": 3.6180119865457527,
311
+ "count": 928,
312
+ "self": 0.01151119646965526,
313
+ "children": {
314
+ "process_trajectory": {
315
+ "total": 1.1729432440770324,
316
+ "count": 928,
317
+ "self": 1.1729432440770324
318
+ },
319
+ "_update_policy": {
320
+ "total": 2.433557545999065,
321
+ "count": 1,
322
+ "self": 0.6060042819590308,
323
+ "children": {
324
+ "TorchPPOOptimizer.update": {
325
+ "total": 1.8275532640400343,
326
+ "count": 51,
327
+ "self": 1.8275532640400343
328
+ }
329
+ }
330
+ }
331
+ }
332
+ }
333
+ }
334
+ },
335
+ "trainer_threads": {
336
+ "total": 5.53991412743926e-07,
337
+ "count": 1,
338
+ "self": 5.53991412743926e-07
339
+ },
340
+ "TrainerController._save_models": {
341
+ "total": 0.07643992599332705,
342
+ "count": 1,
343
+ "self": 0.00040903297485783696,
344
+ "children": {
345
+ "RLTrainer._checkpoint": {
346
+ "total": 0.07603089301846921,
347
+ "count": 1,
348
+ "self": 0.07603089301846921
349
+ }
350
+ }
351
+ }
352
+ }
353
+ }
354
+ }
355
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SnowballTarget": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 10208,
6
+ "file_path": "results/SnowballTargetWSL-test1/SnowballTarget/SnowballTarget-10208.onnx",
7
+ "reward": 2.5454545454545454,
8
+ "creation_time": 1701566239.4687564,
9
+ "auxillary_file_paths": [
10
+ "results/SnowballTargetWSL-test1/SnowballTarget/SnowballTarget-10208.pt"
11
+ ]
12
+ }
13
+ ],
14
+ "final_checkpoint": {
15
+ "steps": 10208,
16
+ "file_path": "results/SnowballTargetWSL-test1/SnowballTarget.onnx",
17
+ "reward": 2.5454545454545454,
18
+ "creation_time": 1701566239.4687564,
19
+ "auxillary_file_paths": [
20
+ "results/SnowballTargetWSL-test1/SnowballTarget/SnowballTarget-10208.pt"
21
+ ]
22
+ }
23
+ },
24
+ "metadata": {
25
+ "stats_format_version": "0.3.0",
26
+ "mlagents_version": "1.1.0.dev0",
27
+ "torch_version": "2.1.1+cu121"
28
+ }
29
+ }