SD403 commited on
Commit
7122dab
·
verified ·
1 Parent(s): 53d18be

Snowball Target Attempt (note: template commit message since there will probably be several runs)

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: SD403/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:acc0eb66c3698ed5bff3ebbdf68d8ba3a75c0b0bdddf2f71cceccd8187352ca2
3
+ size 649740
SnowballTarget/SnowballTarget-64.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc0eb66c3698ed5bff3ebbdf68d8ba3a75c0b0bdddf2f71cceccd8187352ca2
3
+ size 649740
SnowballTarget/SnowballTarget-64.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f450455802b03e92aaeb6fe99446705411df46dce63ce0592104847dafe41f5c
3
+ size 1286175
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7dfcf1a18f83ecf88c6c11098b4aacb5d85551a3da26fe3fa3510a06b29429
3
+ size 1285986
SnowballTarget/events.out.tfevents.1731350942.e909e03d5742.2708.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e76b641bb4f76c6dbd9970bbd64fb0950572bf225de89e0ade9d72b2eadcdafc
3
+ size 1114
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": "/content/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": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": "cuda:0"}, "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: /content/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: true
74
+ train_model: false
75
+ inference: false
76
+ results_dir: results
77
+ torch_settings:
78
+ device: cuda:0
79
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/content/training-envs-executables/linux/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 /content/training-envs-executables/linux/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
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
14
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
15
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
16
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
17
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
18
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
19
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
20
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
21
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
22
+ Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
23
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
24
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
25
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
26
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
27
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
28
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
29
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
30
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
31
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
32
+ FMOD initialized on nosound output
33
+ Begin MonoManager ReloadAssembly
34
+ - Completed reload, in 0.086 seconds
35
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
39
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
40
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
41
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
43
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ UnloadTime: 0.818411 ms
46
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ requesting resize 84 x 84
48
+ Setting up 10 worker threads for Enlighten.
49
+ Memory Statistics:
50
+ [ALLOC_TEMP_TLS] TLS Allocator
51
+ StackAllocators :
52
+ [ALLOC_TEMP_MAIN]
53
+ Peak usage frame count: [8.0 KB-16.0 KB]: 38 frames, [2.0 MB-4.0 MB]: 1 frames
54
+ Initial Block Size 4.0 MB
55
+ Current Block Size 4.0 MB
56
+ Peak Allocated Bytes 2.0 MB
57
+ Overflow Count 0
58
+ [ALLOC_TEMP_Job.Worker 18]
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_Loading.PreloadManager]
64
+ Initial Block Size 256.0 KB
65
+ Current Block Size 304.0 KB
66
+ Peak Allocated Bytes 228.9 KB
67
+ Overflow Count 4
68
+ [ALLOC_TEMP_Loading.AsyncRead]
69
+ Initial Block Size 64.0 KB
70
+ Current Block Size 64.0 KB
71
+ Peak Allocated Bytes 178 B
72
+ Overflow Count 0
73
+ [ALLOC_TEMP_Background Job.Worker 8]
74
+ Initial Block Size 32.0 KB
75
+ Current Block Size 32.0 KB
76
+ Peak Allocated Bytes 0 B
77
+ Overflow Count 0
78
+ [ALLOC_TEMP_Job.Worker 6]
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 0]
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 10]
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 9]
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_Job.Worker 5]
99
+ Initial Block Size 256.0 KB
100
+ Current Block Size 256.0 KB
101
+ Peak Allocated Bytes 3.6 KB
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_Background Job.Worker 14]
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_Job.Worker 16]
109
+ Initial Block Size 256.0 KB
110
+ Current Block Size 256.0 KB
111
+ Peak Allocated Bytes 3.6 KB
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Background Job.Worker 6]
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 4]
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_Job.Worker 14]
124
+ Initial Block Size 256.0 KB
125
+ Current Block Size 256.0 KB
126
+ Peak Allocated Bytes 3.6 KB
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_Job.Worker 17]
129
+ Initial Block Size 256.0 KB
130
+ Current Block Size 256.0 KB
131
+ Peak Allocated Bytes 3.6 KB
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Job.Worker 3]
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 13]
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 12]
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_EnlightenWorker] x 10
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_Background Job.Worker 15]
154
+ Initial Block Size 32.0 KB
155
+ Current Block Size 32.0 KB
156
+ Peak Allocated Bytes 0 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Background Job.Worker 1]
159
+ Initial Block Size 32.0 KB
160
+ Current Block Size 32.0 KB
161
+ Peak Allocated Bytes 0 B
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_Background Job.Worker 2]
164
+ Initial Block Size 32.0 KB
165
+ Current Block Size 32.0 KB
166
+ Peak Allocated Bytes 0 B
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Background Job.Worker 7]
169
+ Initial Block Size 32.0 KB
170
+ Current Block Size 32.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 19
174
+ Initial Block Size 64.0 KB
175
+ Current Block Size 64.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Background Job.Worker 5]
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 9]
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_Background Job.Worker 13]
189
+ Initial Block Size 32.0 KB
190
+ Current Block Size 32.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Job.Worker 8]
194
+ Initial Block Size 256.0 KB
195
+ Current Block Size 256.0 KB
196
+ Peak Allocated Bytes 3.6 KB
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_Job.Worker 7]
199
+ Initial Block Size 256.0 KB
200
+ Current Block Size 256.0 KB
201
+ Peak Allocated Bytes 3.6 KB
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Job.Worker 1]
204
+ Initial Block Size 256.0 KB
205
+ Current Block Size 256.0 KB
206
+ Peak Allocated Bytes 3.6 KB
207
+ Overflow Count 0
208
+ [ALLOC_TEMP_Job.Worker 2]
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_Background Job.Worker 3]
214
+ Initial Block Size 32.0 KB
215
+ Current Block Size 32.0 KB
216
+ Peak Allocated Bytes 0 B
217
+ Overflow Count 0
218
+ [ALLOC_TEMP_Background Job.Worker 11]
219
+ Initial Block Size 32.0 KB
220
+ Current Block Size 32.0 KB
221
+ Peak Allocated Bytes 0 B
222
+ Overflow Count 0
223
+ [ALLOC_TEMP_Job.Worker 10]
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_Background Job.Worker 0]
229
+ Initial Block Size 32.0 KB
230
+ Current Block Size 32.0 KB
231
+ Peak Allocated Bytes 0 B
232
+ Overflow Count 0
233
+ [ALLOC_TEMP_Job.Worker 15]
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 11]
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_Background Job.Worker 4]
249
+ Initial Block Size 32.0 KB
250
+ Current Block Size 32.0 KB
251
+ Peak Allocated Bytes 0 B
252
+ Overflow Count 0
253
+ [ALLOC_TEMP_BatchDeleteObjects]
254
+ Initial Block Size 64.0 KB
255
+ Current Block Size 64.0 KB
256
+ Peak Allocated Bytes 0 B
257
+ Overflow Count 0
258
+ [ALLOC_DEFAULT] Dual Thread Allocator
259
+ Peak main deferred allocation count 28
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]: 39 frames
266
+ Requested Block Size 16.0 MB
267
+ Peak Block count 1
268
+ Peak Allocated memory 5.0 MB
269
+ Peak Large allocation bytes 0 B
270
+ [ALLOC_DEFAULT_THREAD]
271
+ Peak usage frame count: [16.0 MB-32.0 MB]: 39 frames
272
+ Requested Block Size 16.0 MB
273
+ Peak Block count 1
274
+ Peak Allocated memory 17.5 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]: 36 frames, [64.0 KB-128.0 KB]: 3 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]: 39 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]: 39 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]: 38 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]: 39 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]: 39 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,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "metadata": {
4
+ "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1731350941",
6
+ "python_version": "3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0]",
7
+ "command_line_arguments": "/usr/local/bin/mlagents-learn /content/ml-agents/config/ppo/SnowballTarget.yaml --env=/content/training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --torch-device cuda:0 --no-graphics --force",
8
+ "mlagents_version": "1.2.0.dev0",
9
+ "mlagents_envs_version": "1.2.0.dev0",
10
+ "communication_protocol_version": "1.5.0",
11
+ "pytorch_version": "2.4.1+cu121",
12
+ "numpy_version": "1.23.5",
13
+ "end_time_seconds": "1731355396"
14
+ },
15
+ "total": 4455.373257196014,
16
+ "count": 1,
17
+ "self": 0.006939236976904795,
18
+ "children": {
19
+ "run_training.setup": {
20
+ "total": 0.06604927801527083,
21
+ "count": 1,
22
+ "self": 0.06604927801527083
23
+ },
24
+ "TrainerController.start_learning": {
25
+ "total": 4455.300268681021,
26
+ "count": 1,
27
+ "self": 0.006687239074381068,
28
+ "children": {
29
+ "TrainerController._reset_env": {
30
+ "total": 7.512227766012074,
31
+ "count": 1,
32
+ "self": 7.512227766012074
33
+ },
34
+ "TrainerController.advance": {
35
+ "total": 4447.209799112956,
36
+ "count": 128,
37
+ "self": 0.003196696867235005,
38
+ "children": {
39
+ "env_step": {
40
+ "total": 4447.206602416089,
41
+ "count": 128,
42
+ "self": 4443.519812788902,
43
+ "children": {
44
+ "SubprocessEnvManager._take_step": {
45
+ "total": 3.684492512140423,
46
+ "count": 128,
47
+ "self": 0.01491251788684167,
48
+ "children": {
49
+ "TorchPolicy.evaluate": {
50
+ "total": 3.6695799942535814,
51
+ "count": 128,
52
+ "self": 3.6695799942535814
53
+ }
54
+ }
55
+ },
56
+ "workers": {
57
+ "total": 0.002297115046530962,
58
+ "count": 128,
59
+ "self": 0.0,
60
+ "children": {
61
+ "worker_root": {
62
+ "total": 14.271363945968915,
63
+ "count": 128,
64
+ "is_parallel": true,
65
+ "self": 11.628541530080838,
66
+ "children": {
67
+ "run_training.setup": {
68
+ "total": 0.0,
69
+ "count": 0,
70
+ "is_parallel": true,
71
+ "self": 0.0,
72
+ "children": {
73
+ "steps_from_proto": {
74
+ "total": 0.0018297559872735292,
75
+ "count": 1,
76
+ "is_parallel": true,
77
+ "self": 0.0005522819410543889,
78
+ "children": {
79
+ "_process_rank_one_or_two_observation": {
80
+ "total": 0.0012774740462191403,
81
+ "count": 10,
82
+ "is_parallel": true,
83
+ "self": 0.0012774740462191403
84
+ }
85
+ }
86
+ },
87
+ "UnityEnvironment.step": {
88
+ "total": 0.039556289004394785,
89
+ "count": 1,
90
+ "is_parallel": true,
91
+ "self": 0.0004298279818613082,
92
+ "children": {
93
+ "UnityEnvironment._generate_step_input": {
94
+ "total": 0.00031602600938640535,
95
+ "count": 1,
96
+ "is_parallel": true,
97
+ "self": 0.00031602600938640535
98
+ },
99
+ "communicator.exchange": {
100
+ "total": 0.03753103100461885,
101
+ "count": 1,
102
+ "is_parallel": true,
103
+ "self": 0.03753103100461885
104
+ },
105
+ "steps_from_proto": {
106
+ "total": 0.0012794040085282177,
107
+ "count": 1,
108
+ "is_parallel": true,
109
+ "self": 0.00031991201103664935,
110
+ "children": {
111
+ "_process_rank_one_or_two_observation": {
112
+ "total": 0.0009594919974915683,
113
+ "count": 10,
114
+ "is_parallel": true,
115
+ "self": 0.0009594919974915683
116
+ }
117
+ }
118
+ }
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "UnityEnvironment.step": {
124
+ "total": 2.6428224158880766,
125
+ "count": 127,
126
+ "is_parallel": true,
127
+ "self": 0.05332791042746976,
128
+ "children": {
129
+ "UnityEnvironment._generate_step_input": {
130
+ "total": 0.027270209277048707,
131
+ "count": 127,
132
+ "is_parallel": true,
133
+ "self": 0.027270209277048707
134
+ },
135
+ "communicator.exchange": {
136
+ "total": 2.4029872301325668,
137
+ "count": 127,
138
+ "is_parallel": true,
139
+ "self": 2.4029872301325668
140
+ },
141
+ "steps_from_proto": {
142
+ "total": 0.15923706605099142,
143
+ "count": 127,
144
+ "is_parallel": true,
145
+ "self": 0.03862881532404572,
146
+ "children": {
147
+ "_process_rank_one_or_two_observation": {
148
+ "total": 0.1206082507269457,
149
+ "count": 1270,
150
+ "is_parallel": true,
151
+ "self": 0.1206082507269457
152
+ }
153
+ }
154
+ }
155
+ }
156
+ }
157
+ }
158
+ }
159
+ }
160
+ }
161
+ }
162
+ }
163
+ }
164
+ },
165
+ "trainer_threads": {
166
+ "total": 5.3795985877513885e-05,
167
+ "count": 1,
168
+ "self": 5.3795985877513885e-05,
169
+ "children": {
170
+ "thread_root": {
171
+ "total": 0.0,
172
+ "count": 0,
173
+ "is_parallel": true,
174
+ "self": 0.0,
175
+ "children": {
176
+ "trainer_advance": {
177
+ "total": 4.80020391047583,
178
+ "count": 13509,
179
+ "is_parallel": true,
180
+ "self": 0.34830139446421526,
181
+ "children": {
182
+ "process_trajectory": {
183
+ "total": 4.451902516011614,
184
+ "count": 13509,
185
+ "is_parallel": true,
186
+ "self": 4.451902516011614
187
+ }
188
+ }
189
+ }
190
+ }
191
+ }
192
+ }
193
+ },
194
+ "TrainerController._save_models": {
195
+ "total": 0.5715007669932675,
196
+ "count": 1,
197
+ "self": 0.0019205200078431517,
198
+ "children": {
199
+ "RLTrainer._checkpoint": {
200
+ "total": 0.5695802469854243,
201
+ "count": 1,
202
+ "self": 0.5695802469854243
203
+ }
204
+ }
205
+ }
206
+ }
207
+ }
208
+ }
209
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SnowballTarget": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 64,
6
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-64.onnx",
7
+ "reward": null,
8
+ "creation_time": 1731355396.5915778,
9
+ "auxillary_file_paths": [
10
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-64.pt"
11
+ ]
12
+ }
13
+ ],
14
+ "final_checkpoint": {
15
+ "steps": 64,
16
+ "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
17
+ "reward": null,
18
+ "creation_time": 1731355396.5915778,
19
+ "auxillary_file_paths": [
20
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-64.pt"
21
+ ]
22
+ }
23
+ },
24
+ "metadata": {
25
+ "stats_format_version": "0.3.0",
26
+ "mlagents_version": "1.2.0.dev0",
27
+ "torch_version": "2.4.1+cu121"
28
+ }
29
+ }