LeonardoMdSA commited on
Commit
9fd9354
·
1 Parent(s): a76637a

ML-Agents-SnowballTarget 1st

Browse files
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - unity-ml-agents
5
+ - ml-agents
6
+ - deep-reinforcement-learning
7
+ - reinforcement-learning
8
+ - ML-Agents-SnowballTarget
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **SnowballTarget**
13
+ This is a trained model of a **ppo** agent playing **SnowballTarget** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
14
+
15
+ ## Usage (with ML-Agents)
16
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+
19
+
20
+ ### Resume the training
21
+ ```
22
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
23
+ ```
24
+ ### Watch your Agent play
25
+ You can watch your agent **playing directly in your browser:**.
26
+
27
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-SnowballTarget
28
+ 2. Step 1: Write your model_id: LeonardoMdSA/ML-Agents-SnowballTarget
29
+ 3. Step 2: Select your *.nn /*.onnx file
30
+ 4. Click on Watch the agent play 👀
31
+
SnowballTarget.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6155d0e6e5f1530ae8c42ada427ac459e633785d221e4ff78f736611b34a936
3
+ size 645119
SnowballTarget/SnowballTarget-1000208.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6155d0e6e5f1530ae8c42ada427ac459e633785d221e4ff78f736611b34a936
3
+ size 645119
SnowballTarget/SnowballTarget-1000208.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7866459b7604a6db18f6471aa58ce0ac36613e958c5a72543b6ee26522235d27
3
+ size 3845822
SnowballTarget/SnowballTarget-899992.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6809fd32b43e233b3ea52e0e5fa6f5f4e566a71a7183a2c451d7eae21ef4e4ec
3
+ size 645119
SnowballTarget/SnowballTarget-899992.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb905bc5b969615f2cee8e5dcb810f696891c5c5769458cc8e8de11f77f1042b
3
+ size 3845822
SnowballTarget/SnowballTarget-999952.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6155d0e6e5f1530ae8c42ada427ac459e633785d221e4ff78f736611b34a936
3
+ size 645119
SnowballTarget/SnowballTarget-999952.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162c51e0ce007f2fbdd09778ec0143d19239058e7fd0fe104b6314f0f159becf
3
+ size 3845822
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7866459b7604a6db18f6471aa58ce0ac36613e958c5a72543b6ee26522235d27
3
+ size 3845822
SnowballTarget/events.out.tfevents.1767446689.7022762c74c9.8.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b4ed66bd45fb64218c5362b769f82e5e48d1dc29a2a4845dcc135686adbf22
3
+ size 89011
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 512, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "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": 3, "checkpoint_interval": 100000, "max_steps": 1000000, "time_horizon": 64, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "2026-01-03_13-24-45", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "./src/runs/train"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SnowballTarget:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 512
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
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: false
18
+ hidden_units: 256
19
+ num_layers: 2
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.99
27
+ strength: 1.0
28
+ network_settings:
29
+ normalize: false
30
+ hidden_units: 128
31
+ num_layers: 2
32
+ vis_encode_type: simple
33
+ memory: null
34
+ goal_conditioning_type: hyper
35
+ deterministic: false
36
+ init_path: null
37
+ keep_checkpoints: 3
38
+ checkpoint_interval: 100000
39
+ max_steps: 1000000
40
+ time_horizon: 64
41
+ summary_freq: 10000
42
+ threaded: true
43
+ self_play: null
44
+ behavioral_cloning: null
45
+ env_settings:
46
+ env_path: ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget
47
+ env_args: null
48
+ base_port: 5005
49
+ num_envs: 1
50
+ num_areas: 1
51
+ seed: -1
52
+ max_lifetime_restarts: 10
53
+ restarts_rate_limit_n: 1
54
+ restarts_rate_limit_period_s: 60
55
+ engine_settings:
56
+ width: 84
57
+ height: 84
58
+ quality_level: 5
59
+ time_scale: 20
60
+ target_frame_rate: -1
61
+ capture_frame_rate: 60
62
+ no_graphics: true
63
+ environment_parameters: null
64
+ checkpoint_settings:
65
+ run_id: 2026-01-03_13-24-45
66
+ initialize_from: null
67
+ load_model: false
68
+ resume: false
69
+ force: false
70
+ train_model: false
71
+ inference: false
72
+ results_dir: ./src/runs/train
73
+ torch_settings:
74
+ device: null
75
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/workspace/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/workspace/ml-agents/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: /root/.config/unity3d/Hugging Face
6
+ PlayerPrefs - Creating folder: /root/.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 /workspace/ml-agents/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
+ FMOD initialized on nosound output
17
+ Begin MonoManager ReloadAssembly
18
+ - Completed reload, in 0.091 seconds
19
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ ERROR: Shader Legacy Shaders/VertexLit 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
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
26
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
27
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
28
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
29
+ UnloadTime: 0.913005 ms
30
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
31
+ requesting resize 84 x 84
32
+ Setting up 6 worker threads for Enlighten.
33
+ Memory Statistics:
34
+ [ALLOC_TEMP_TLS] TLS Allocator
35
+ StackAllocators :
36
+ [ALLOC_TEMP_MAIN]
37
+ Peak usage frame count: [8.0 KB-16.0 KB]: 26830 frames, [16.0 KB-32.0 KB]: 454 frames, [2.0 MB-4.0 MB]: 1 frames
38
+ Initial Block Size 4.0 MB
39
+ Current Block Size 4.0 MB
40
+ Peak Allocated Bytes 2.0 MB
41
+ Overflow Count 0
42
+ [ALLOC_TEMP_Loading.AsyncRead]
43
+ Initial Block Size 64.0 KB
44
+ Current Block Size 64.0 KB
45
+ Peak Allocated Bytes 202 B
46
+ Overflow Count 0
47
+ [ALLOC_TEMP_Loading.PreloadManager]
48
+ Initial Block Size 256.0 KB
49
+ Current Block Size 304.0 KB
50
+ Peak Allocated Bytes 228.9 KB
51
+ Overflow Count 4
52
+ [ALLOC_TEMP_Background Job.Worker 8]
53
+ Initial Block Size 32.0 KB
54
+ Current Block Size 32.0 KB
55
+ Peak Allocated Bytes 0 B
56
+ Overflow Count 0
57
+ [ALLOC_TEMP_Job.Worker 6]
58
+ Initial Block Size 256.0 KB
59
+ Current Block Size 256.0 KB
60
+ Peak Allocated Bytes 3.6 KB
61
+ Overflow Count 0
62
+ [ALLOC_TEMP_Job.Worker 0]
63
+ Initial Block Size 256.0 KB
64
+ Current Block Size 256.0 KB
65
+ Peak Allocated Bytes 3.6 KB
66
+ Overflow Count 0
67
+ [ALLOC_TEMP_Background Job.Worker 10]
68
+ Initial Block Size 32.0 KB
69
+ Current Block Size 32.0 KB
70
+ Peak Allocated Bytes 0 B
71
+ Overflow Count 0
72
+ [ALLOC_TEMP_Background Job.Worker 9]
73
+ Initial Block Size 32.0 KB
74
+ Current Block Size 32.0 KB
75
+ Peak Allocated Bytes 0 B
76
+ Overflow Count 0
77
+ [ALLOC_TEMP_Job.Worker 5]
78
+ Initial Block Size 256.0 KB
79
+ Current Block Size 256.0 KB
80
+ Peak Allocated Bytes 3.6 KB
81
+ Overflow Count 0
82
+ [ALLOC_TEMP_Background Job.Worker 14]
83
+ Initial Block Size 32.0 KB
84
+ Current Block Size 32.0 KB
85
+ Peak Allocated Bytes 0 B
86
+ Overflow Count 0
87
+ [ALLOC_TEMP_Background Job.Worker 6]
88
+ Initial Block Size 32.0 KB
89
+ Current Block Size 32.0 KB
90
+ Peak Allocated Bytes 0 B
91
+ Overflow Count 0
92
+ [ALLOC_TEMP_Job.Worker 4]
93
+ Initial Block Size 256.0 KB
94
+ Current Block Size 256.0 KB
95
+ Peak Allocated Bytes 3.6 KB
96
+ Overflow Count 0
97
+ [ALLOC_TEMP_Job.Worker 3]
98
+ Initial Block Size 256.0 KB
99
+ Current Block Size 256.0 KB
100
+ Peak Allocated Bytes 3.6 KB
101
+ Overflow Count 0
102
+ [ALLOC_TEMP_Background Job.Worker 12]
103
+ Initial Block Size 32.0 KB
104
+ Current Block Size 32.0 KB
105
+ Peak Allocated Bytes 0 B
106
+ Overflow Count 0
107
+ [ALLOC_TEMP_EnlightenWorker] x 6
108
+ Initial Block Size 64.0 KB
109
+ Current Block Size 64.0 KB
110
+ Peak Allocated Bytes 0 B
111
+ Overflow Count 0
112
+ [ALLOC_TEMP_Background Job.Worker 15]
113
+ Initial Block Size 32.0 KB
114
+ Current Block Size 32.0 KB
115
+ Peak Allocated Bytes 0 B
116
+ Overflow Count 0
117
+ [ALLOC_TEMP_Background Job.Worker 1]
118
+ Initial Block Size 32.0 KB
119
+ Current Block Size 32.0 KB
120
+ Peak Allocated Bytes 0 B
121
+ Overflow Count 0
122
+ [ALLOC_TEMP_Background Job.Worker 2]
123
+ Initial Block Size 32.0 KB
124
+ Current Block Size 32.0 KB
125
+ Peak Allocated Bytes 0 B
126
+ Overflow Count 0
127
+ [ALLOC_TEMP_Background Job.Worker 7]
128
+ Initial Block Size 32.0 KB
129
+ Current Block Size 32.0 KB
130
+ Peak Allocated Bytes 0 B
131
+ Overflow Count 0
132
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 11
133
+ Initial Block Size 64.0 KB
134
+ Current Block Size 64.0 KB
135
+ Peak Allocated Bytes 0 B
136
+ Overflow Count 0
137
+ [ALLOC_TEMP_Background Job.Worker 5]
138
+ Initial Block Size 32.0 KB
139
+ Current Block Size 32.0 KB
140
+ Peak Allocated Bytes 0 B
141
+ Overflow Count 0
142
+ [ALLOC_TEMP_Job.Worker 9]
143
+ Initial Block Size 256.0 KB
144
+ Current Block Size 256.0 KB
145
+ Peak Allocated Bytes 3.6 KB
146
+ Overflow Count 0
147
+ [ALLOC_TEMP_Background Job.Worker 13]
148
+ Initial Block Size 32.0 KB
149
+ Current Block Size 32.0 KB
150
+ Peak Allocated Bytes 0 B
151
+ Overflow Count 0
152
+ [ALLOC_TEMP_Job.Worker 8]
153
+ Initial Block Size 256.0 KB
154
+ Current Block Size 256.0 KB
155
+ Peak Allocated Bytes 3.6 KB
156
+ Overflow Count 0
157
+ [ALLOC_TEMP_Job.Worker 7]
158
+ Initial Block Size 256.0 KB
159
+ Current Block Size 256.0 KB
160
+ Peak Allocated Bytes 3.6 KB
161
+ Overflow Count 0
162
+ [ALLOC_TEMP_Job.Worker 1]
163
+ Initial Block Size 256.0 KB
164
+ Current Block Size 256.0 KB
165
+ Peak Allocated Bytes 3.6 KB
166
+ Overflow Count 0
167
+ [ALLOC_TEMP_Job.Worker 2]
168
+ Initial Block Size 256.0 KB
169
+ Current Block Size 256.0 KB
170
+ Peak Allocated Bytes 3.6 KB
171
+ Overflow Count 0
172
+ [ALLOC_TEMP_Background Job.Worker 3]
173
+ Initial Block Size 32.0 KB
174
+ Current Block Size 32.0 KB
175
+ Peak Allocated Bytes 0 B
176
+ Overflow Count 0
177
+ [ALLOC_TEMP_Background Job.Worker 11]
178
+ Initial Block Size 32.0 KB
179
+ Current Block Size 32.0 KB
180
+ Peak Allocated Bytes 0 B
181
+ Overflow Count 0
182
+ [ALLOC_TEMP_Job.Worker 10]
183
+ Initial Block Size 256.0 KB
184
+ Current Block Size 256.0 KB
185
+ Peak Allocated Bytes 3.6 KB
186
+ Overflow Count 0
187
+ [ALLOC_TEMP_Background Job.Worker 0]
188
+ Initial Block Size 32.0 KB
189
+ Current Block Size 32.0 KB
190
+ Peak Allocated Bytes 0 B
191
+ Overflow Count 0
192
+ [ALLOC_TEMP_Background Job.Worker 4]
193
+ Initial Block Size 32.0 KB
194
+ Current Block Size 32.0 KB
195
+ Peak Allocated Bytes 0 B
196
+ Overflow Count 0
197
+ [ALLOC_TEMP_BatchDeleteObjects]
198
+ Initial Block Size 64.0 KB
199
+ Current Block Size 64.0 KB
200
+ Peak Allocated Bytes 0 B
201
+ Overflow Count 0
202
+ [ALLOC_DEFAULT] Dual Thread Allocator
203
+ Peak main deferred allocation count 41
204
+ [ALLOC_BUCKET]
205
+ Large Block size 4.0 MB
206
+ Used Block count 1
207
+ Peak Allocated bytes 1.0 MB
208
+ [ALLOC_DEFAULT_MAIN]
209
+ Peak usage frame count: [4.0 MB-8.0 MB]: 11284 frames, [8.0 MB-16.0 MB]: 16001 frames
210
+ Requested Block Size 16.0 MB
211
+ Peak Block count 2
212
+ Peak Allocated memory 14.6 MB
213
+ Peak Large allocation bytes 0 B
214
+ [ALLOC_DEFAULT_THREAD]
215
+ Peak usage frame count: [16.0 MB-32.0 MB]: 27285 frames
216
+ Requested Block Size 16.0 MB
217
+ Peak Block count 1
218
+ Peak Allocated memory 17.4 MB
219
+ Peak Large allocation bytes 16.0 MB
220
+ [ALLOC_TEMP_JOB_1_FRAME]
221
+ Initial Block Size 2.0 MB
222
+ Used Block Count 1
223
+ Overflow Count (too large) 0
224
+ Overflow Count (full) 0
225
+ [ALLOC_TEMP_JOB_2_FRAMES]
226
+ Initial Block Size 2.0 MB
227
+ Used Block Count 1
228
+ Overflow Count (too large) 0
229
+ Overflow Count (full) 0
230
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
231
+ Initial Block Size 2.0 MB
232
+ Used Block Count 2
233
+ Overflow Count (too large) 0
234
+ Overflow Count (full) 0
235
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
236
+ Initial Block Size 1.0 MB
237
+ Used Block Count 3
238
+ Overflow Count (too large) 0
239
+ Overflow Count (full) 0
240
+ [ALLOC_GFX] Dual Thread Allocator
241
+ Peak main deferred allocation count 0
242
+ [ALLOC_BUCKET]
243
+ Large Block size 4.0 MB
244
+ Used Block count 1
245
+ Peak Allocated bytes 1.0 MB
246
+ [ALLOC_GFX_MAIN]
247
+ Peak usage frame count: [32.0 KB-64.0 KB]: 26110 frames, [64.0 KB-128.0 KB]: 1175 frames
248
+ Requested Block Size 16.0 MB
249
+ Peak Block count 1
250
+ Peak Allocated memory 66.4 KB
251
+ Peak Large allocation bytes 0 B
252
+ [ALLOC_GFX_THREAD]
253
+ Peak usage frame count: [32.0 KB-64.0 KB]: 27285 frames
254
+ Requested Block Size 16.0 MB
255
+ Peak Block count 1
256
+ Peak Allocated memory 39.6 KB
257
+ Peak Large allocation bytes 0 B
258
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
259
+ Peak main deferred allocation count 0
260
+ [ALLOC_BUCKET]
261
+ Large Block size 4.0 MB
262
+ Used Block count 1
263
+ Peak Allocated bytes 1.0 MB
264
+ [ALLOC_CACHEOBJECTS_MAIN]
265
+ Peak usage frame count: [0.5 MB-1.0 MB]: 27285 frames
266
+ Requested Block Size 4.0 MB
267
+ Peak Block count 1
268
+ Peak Allocated memory 0.6 MB
269
+ Peak Large allocation bytes 0 B
270
+ [ALLOC_CACHEOBJECTS_THREAD]
271
+ Peak usage frame count: [0.5 MB-1.0 MB]: 27284 frames, [2.0 MB-4.0 MB]: 1 frames
272
+ Requested Block Size 4.0 MB
273
+ Peak Block count 1
274
+ Peak Allocated memory 3.5 MB
275
+ Peak Large allocation bytes 0 B
276
+ [ALLOC_TYPETREE] Dual Thread Allocator
277
+ Peak main deferred allocation count 0
278
+ [ALLOC_BUCKET]
279
+ Large Block size 4.0 MB
280
+ Used Block count 1
281
+ Peak Allocated bytes 1.0 MB
282
+ [ALLOC_TYPETREE_MAIN]
283
+ Peak usage frame count: [0-1.0 KB]: 27285 frames
284
+ Requested Block Size 2.0 MB
285
+ Peak Block count 1
286
+ Peak Allocated memory 1.0 KB
287
+ Peak Large allocation bytes 0 B
288
+ [ALLOC_TYPETREE_THREAD]
289
+ Peak usage frame count: [1.0 KB-2.0 KB]: 27285 frames
290
+ Requested Block Size 2.0 MB
291
+ Peak Block count 1
292
+ Peak Allocated memory 1.7 KB
293
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SnowballTarget.Policy.Entropy.mean": {
5
+ "value": 0.6983682513237,
6
+ "min": 0.6623551249504089,
7
+ "max": 2.8813538551330566,
8
+ "count": 100
9
+ },
10
+ "SnowballTarget.Policy.Entropy.sum": {
11
+ "value": 6898.4814453125,
12
+ "min": 6338.73828125,
13
+ "max": 29571.333984375,
14
+ "count": 100
15
+ },
16
+ "SnowballTarget.Step.mean": {
17
+ "value": 999952.0,
18
+ "min": 9952.0,
19
+ "max": 999952.0,
20
+ "count": 100
21
+ },
22
+ "SnowballTarget.Step.sum": {
23
+ "value": 999952.0,
24
+ "min": 9952.0,
25
+ "max": 999952.0,
26
+ "count": 100
27
+ },
28
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 13.740630149841309,
30
+ "min": 0.15224452316761017,
31
+ "max": 13.842514038085938,
32
+ "count": 100
33
+ },
34
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 2679.4228515625,
36
+ "min": 29.535438537597656,
37
+ "max": 2837.71533203125,
38
+ "count": 100
39
+ },
40
+ "SnowballTarget.Environment.EpisodeLength.mean": {
41
+ "value": 199.0,
42
+ "min": 199.0,
43
+ "max": 199.0,
44
+ "count": 100
45
+ },
46
+ "SnowballTarget.Environment.EpisodeLength.sum": {
47
+ "value": 8756.0,
48
+ "min": 8756.0,
49
+ "max": 10945.0,
50
+ "count": 100
51
+ },
52
+ "SnowballTarget.Losses.PolicyLoss.mean": {
53
+ "value": 0.030044385471228452,
54
+ "min": 0.02360446234039652,
55
+ "max": 0.041371952805396475,
56
+ "count": 100
57
+ },
58
+ "SnowballTarget.Losses.PolicyLoss.sum": {
59
+ "value": 0.12017754188491381,
60
+ "min": 0.09441784936158608,
61
+ "max": 0.2016947714534278,
62
+ "count": 100
63
+ },
64
+ "SnowballTarget.Losses.ValueLoss.mean": {
65
+ "value": 0.18033633598436913,
66
+ "min": 0.10405897271508971,
67
+ "max": 0.3607084912558397,
68
+ "count": 100
69
+ },
70
+ "SnowballTarget.Losses.ValueLoss.sum": {
71
+ "value": 0.7213453439374765,
72
+ "min": 0.41623589086035884,
73
+ "max": 1.7100629806518557,
74
+ "count": 100
75
+ },
76
+ "SnowballTarget.Policy.LearningRate.mean": {
77
+ "value": 1.3764995412000023e-06,
78
+ "min": 1.3764995412000023e-06,
79
+ "max": 0.00029837640054119997,
80
+ "count": 100
81
+ },
82
+ "SnowballTarget.Policy.LearningRate.sum": {
83
+ "value": 5.505998164800009e-06,
84
+ "min": 5.505998164800009e-06,
85
+ "max": 0.001477032007656,
86
+ "count": 100
87
+ },
88
+ "SnowballTarget.Policy.Epsilon.mean": {
89
+ "value": 0.10045880000000001,
90
+ "min": 0.10045880000000001,
91
+ "max": 0.19945880000000002,
92
+ "count": 100
93
+ },
94
+ "SnowballTarget.Policy.Epsilon.sum": {
95
+ "value": 0.40183520000000006,
96
+ "min": 0.40183520000000006,
97
+ "max": 0.992344,
98
+ "count": 100
99
+ },
100
+ "SnowballTarget.Policy.Beta.mean": {
101
+ "value": 3.289412000000005e-05,
102
+ "min": 3.289412000000005e-05,
103
+ "max": 0.00497299412,
104
+ "count": 100
105
+ },
106
+ "SnowballTarget.Policy.Beta.sum": {
107
+ "value": 0.0001315764800000002,
108
+ "min": 0.0001315764800000002,
109
+ "max": 0.0246179656,
110
+ "count": 100
111
+ },
112
+ "SnowballTarget.Environment.CumulativeReward.mean": {
113
+ "value": 26.91111111111111,
114
+ "min": 2.659090909090909,
115
+ "max": 27.636363636363637,
116
+ "count": 100
117
+ },
118
+ "SnowballTarget.Environment.CumulativeReward.sum": {
119
+ "value": 1211.0,
120
+ "min": 117.0,
121
+ "max": 1496.0,
122
+ "count": 100
123
+ },
124
+ "SnowballTarget.Policy.ExtrinsicReward.mean": {
125
+ "value": 26.91111111111111,
126
+ "min": 2.659090909090909,
127
+ "max": 27.636363636363637,
128
+ "count": 100
129
+ },
130
+ "SnowballTarget.Policy.ExtrinsicReward.sum": {
131
+ "value": 1211.0,
132
+ "min": 117.0,
133
+ "max": 1496.0,
134
+ "count": 100
135
+ },
136
+ "SnowballTarget.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 100
141
+ },
142
+ "SnowballTarget.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 100
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1767446688",
152
+ "python_version": "3.8.8 (default, Feb 24 2021, 21:46:12) \n[GCC 7.3.0]",
153
+ "command_line_arguments": "/opt/conda/bin/mlagents-learn ./src/SnowballTarget_params.yaml --env=ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=2026-01-03_13-24-45 --results-dir=./src/runs/train --no-graphics",
154
+ "mlagents_version": "0.29.0.dev0",
155
+ "mlagents_envs_version": "0.29.0.dev0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "1.8.1",
158
+ "numpy_version": "1.19.2",
159
+ "end_time_seconds": "1767448812"
160
+ },
161
+ "total": 2123.259687265,
162
+ "count": 1,
163
+ "self": 0.38329621200091424,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.043761259999882895,
167
+ "count": 1,
168
+ "self": 0.043761259999882895
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 2122.8326297929993,
172
+ "count": 1,
173
+ "self": 2.264165933996537,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 4.805450693999774,
177
+ "count": 1,
178
+ "self": 4.805450693999774
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 2115.593958942003,
182
+ "count": 90947,
183
+ "self": 1.142850004056072,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 2114.451108937947,
187
+ "count": 90947,
188
+ "self": 1213.1186439977073,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 900.1915419552092,
192
+ "count": 90947,
193
+ "self": 5.790881330321554,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 894.4006606248877,
197
+ "count": 90947,
198
+ "self": 224.13459771971475,
199
+ "children": {
200
+ "TorchPolicy.sample_actions": {
201
+ "total": 670.2660629051729,
202
+ "count": 90947,
203
+ "self": 670.2660629051729
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "workers": {
210
+ "total": 1.1409229850305564,
211
+ "count": 90947,
212
+ "self": 0.0,
213
+ "children": {
214
+ "worker_root": {
215
+ "total": 2118.3036810700814,
216
+ "count": 90947,
217
+ "is_parallel": true,
218
+ "self": 1054.7076118050272,
219
+ "children": {
220
+ "run_training.setup": {
221
+ "total": 0.0,
222
+ "count": 0,
223
+ "is_parallel": true,
224
+ "self": 0.0,
225
+ "children": {
226
+ "steps_from_proto": {
227
+ "total": 0.0022466709997388534,
228
+ "count": 1,
229
+ "is_parallel": true,
230
+ "self": 0.0010523089995331247,
231
+ "children": {
232
+ "_process_rank_one_or_two_observation": {
233
+ "total": 0.0011943620002057287,
234
+ "count": 10,
235
+ "is_parallel": true,
236
+ "self": 0.0011943620002057287
237
+ }
238
+ }
239
+ },
240
+ "UnityEnvironment.step": {
241
+ "total": 0.02143639899986738,
242
+ "count": 1,
243
+ "is_parallel": true,
244
+ "self": 0.00023757300004945137,
245
+ "children": {
246
+ "UnityEnvironment._generate_step_input": {
247
+ "total": 0.00018875399973694584,
248
+ "count": 1,
249
+ "is_parallel": true,
250
+ "self": 0.00018875399973694584
251
+ },
252
+ "communicator.exchange": {
253
+ "total": 0.01984742800004824,
254
+ "count": 1,
255
+ "is_parallel": true,
256
+ "self": 0.01984742800004824
257
+ },
258
+ "steps_from_proto": {
259
+ "total": 0.001162644000032742,
260
+ "count": 1,
261
+ "is_parallel": true,
262
+ "self": 0.0002073619998554932,
263
+ "children": {
264
+ "_process_rank_one_or_two_observation": {
265
+ "total": 0.0009552820001772488,
266
+ "count": 10,
267
+ "is_parallel": true,
268
+ "self": 0.0009552820001772488
269
+ }
270
+ }
271
+ }
272
+ }
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 1063.5960692650542,
278
+ "count": 90946,
279
+ "is_parallel": true,
280
+ "self": 22.3981307589238,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 13.233283371182097,
284
+ "count": 90946,
285
+ "is_parallel": true,
286
+ "self": 13.233283371182097
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 929.8114113069737,
290
+ "count": 90946,
291
+ "is_parallel": true,
292
+ "self": 929.8114113069737
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 98.15324382797462,
296
+ "count": 90946,
297
+ "is_parallel": true,
298
+ "self": 15.926496355072231,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 82.22674747290239,
302
+ "count": 909460,
303
+ "is_parallel": true,
304
+ "self": 82.22674747290239
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ }
317
+ },
318
+ "trainer_threads": {
319
+ "total": 0.00014741999984835275,
320
+ "count": 1,
321
+ "self": 0.00014741999984835275,
322
+ "children": {
323
+ "thread_root": {
324
+ "total": 0.0,
325
+ "count": 0,
326
+ "is_parallel": true,
327
+ "self": 0.0,
328
+ "children": {
329
+ "trainer_advance": {
330
+ "total": 2105.487785272931,
331
+ "count": 1821371,
332
+ "is_parallel": true,
333
+ "self": 29.744525839172184,
334
+ "children": {
335
+ "process_trajectory": {
336
+ "total": 1548.4716573037554,
337
+ "count": 1821371,
338
+ "is_parallel": true,
339
+ "self": 1545.2616951397563,
340
+ "children": {
341
+ "RLTrainer._checkpoint": {
342
+ "total": 3.20996216399908,
343
+ "count": 10,
344
+ "is_parallel": true,
345
+ "self": 3.20996216399908
346
+ }
347
+ }
348
+ },
349
+ "_update_policy": {
350
+ "total": 527.2716021300034,
351
+ "count": 454,
352
+ "is_parallel": true,
353
+ "self": 203.5452611520227,
354
+ "children": {
355
+ "TorchPPOOptimizer.update": {
356
+ "total": 323.7263409779807,
357
+ "count": 5448,
358
+ "is_parallel": true,
359
+ "self": 323.7263409779807
360
+ }
361
+ }
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ },
369
+ "TrainerController._save_models": {
370
+ "total": 0.16890680300002714,
371
+ "count": 1,
372
+ "self": 0.025944785000319825,
373
+ "children": {
374
+ "RLTrainer._checkpoint": {
375
+ "total": 0.1429620179997073,
376
+ "count": 1,
377
+ "self": 0.1429620179997073
378
+ }
379
+ }
380
+ }
381
+ }
382
+ }
383
+ }
384
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SnowballTarget": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 899992,
6
+ "file_path": "./src/runs/train/2026-01-03_13-24-45/SnowballTarget/SnowballTarget-899992.onnx",
7
+ "reward": 25.454545454545453,
8
+ "creation_time": 1767448596.3416429,
9
+ "auxillary_file_paths": [
10
+ "./src/runs/train/2026-01-03_13-24-45/SnowballTarget/SnowballTarget-899992.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999952,
15
+ "file_path": "./src/runs/train/2026-01-03_13-24-45/SnowballTarget/SnowballTarget-999952.onnx",
16
+ "reward": 27.09090909090909,
17
+ "creation_time": 1767448811.5070314,
18
+ "auxillary_file_paths": [
19
+ "./src/runs/train/2026-01-03_13-24-45/SnowballTarget/SnowballTarget-999952.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000208,
24
+ "file_path": "./src/runs/train/2026-01-03_13-24-45/SnowballTarget/SnowballTarget-1000208.onnx",
25
+ "reward": 27.09090909090909,
26
+ "creation_time": 1767448811.702544,
27
+ "auxillary_file_paths": [
28
+ "./src/runs/train/2026-01-03_13-24-45/SnowballTarget/SnowballTarget-1000208.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000208,
34
+ "file_path": "./src/runs/train/2026-01-03_13-24-45/SnowballTarget.onnx",
35
+ "reward": 27.09090909090909,
36
+ "creation_time": 1767448811.702544,
37
+ "auxillary_file_paths": [
38
+ "./src/runs/train/2026-01-03_13-24-45/SnowballTarget/SnowballTarget-1000208.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.29.0.dev0",
45
+ "torch_version": "1.8.1"
46
+ }
47
+ }