neatbullshit commited on
Commit
6175d24
1 Parent(s): 2ee8012

First training of SnowballTarget

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: neatbullshit/ppo-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:cce36be5c65feede8be008fc9bb55d318335ed0332546d2afb80baeda778615d
3
+ size 645119
SnowballTarget/SnowballTarget-100408.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce36be5c65feede8be008fc9bb55d318335ed0332546d2afb80baeda778615d
3
+ size 645119
SnowballTarget/SnowballTarget-100408.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861d67da4871b849ce5fcbf03d753fdc0b53254ead031ab17e79251a70c9f8ef
3
+ size 3845570
SnowballTarget/SnowballTarget-49936.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea28325a7744d30b459ca946f874ea5952271f01a278a64f27717278149b68b4
3
+ size 645119
SnowballTarget/SnowballTarget-49936.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c2165583e5cdca74ca0f1695922db6eb6919c0c1115902c0196242dea9d5d3
3
+ size 3845570
SnowballTarget/SnowballTarget-99960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce36be5c65feede8be008fc9bb55d318335ed0332546d2afb80baeda778615d
3
+ size 645119
SnowballTarget/SnowballTarget-99960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b712aa1c040649b4a2dc42c480b20275855f5dda8b682db31d04c24db479b0b
3
+ size 3845570
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861d67da4871b849ce5fcbf03d753fdc0b53254ead031ab17e79251a70c9f8ef
3
+ size 3845570
SnowballTarget/events.out.tfevents.1678405570.eva02.3383332.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88b3c7dbde7c6795dc3f3c78f85a780035066370ce2a95de4000830aeaa295d
3
+ size 15708
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, "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": 0.99, "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, "checkpoint_interval": 50000, "max_steps": 100000, "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, "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": "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,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 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: 0.99
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: 10
38
+ checkpoint_interval: 50000
39
+ max_steps: 100000
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: ./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: SnowballTarget1
66
+ initialize_from: null
67
+ load_model: false
68
+ resume: false
69
+ force: false
70
+ train_model: false
71
+ inference: false
72
+ results_dir: results
73
+ torch_settings:
74
+ device: null
75
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/data/anna/deep-rl-class/unit4/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/data/anna/deep-rl-class/unit4/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
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
6
+ [Subsystems] Discovering subsystems at path /data/anna/deep-rl-class/unit4/ml-agents/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
+ Begin MonoManager ReloadAssembly
14
+ - Completed reload, in 0.079 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: 1.236643 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]: 2694 frames, [16.0 KB-32.0 KB]: 45 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 17]
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 14]
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 242 B
257
+ Overflow Count 0
258
+ [ALLOC_DEFAULT] Dual Thread Allocator
259
+ Peak main deferred allocation count 40
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]: 2740 frames
266
+ Requested Block Size 16.0 MB
267
+ Peak Block count 1
268
+ Peak Allocated memory 6.4 MB
269
+ Peak Large allocation bytes 0 B
270
+ [ALLOC_DEFAULT_THREAD]
271
+ Peak usage frame count: [16.0 MB-32.0 MB]: 2740 frames
272
+ Requested Block Size 16.0 MB
273
+ Peak Block count 1
274
+ Peak Allocated memory 17.3 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]: 2076 frames, [64.0 KB-128.0 KB]: 664 frames
304
+ Requested Block Size 16.0 MB
305
+ Peak Block count 1
306
+ Peak Allocated memory 66.8 KB
307
+ Peak Large allocation bytes 0 B
308
+ [ALLOC_GFX_THREAD]
309
+ Peak usage frame count: [32.0 KB-64.0 KB]: 2740 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]: 2740 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]: 2739 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]: 2740 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]: 2740 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,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SnowballTarget.Policy.Entropy.mean": {
5
+ "value": 1.6006110906600952,
6
+ "min": 1.6006110906600952,
7
+ "max": 2.8590080738067627,
8
+ "count": 10
9
+ },
10
+ "SnowballTarget.Policy.Entropy.sum": {
11
+ "value": 16462.28515625,
12
+ "min": 16048.103515625,
13
+ "max": 29247.65234375,
14
+ "count": 10
15
+ },
16
+ "SnowballTarget.Step.mean": {
17
+ "value": 99960.0,
18
+ "min": 9952.0,
19
+ "max": 99960.0,
20
+ "count": 10
21
+ },
22
+ "SnowballTarget.Step.sum": {
23
+ "value": 99960.0,
24
+ "min": 9952.0,
25
+ "max": 99960.0,
26
+ "count": 10
27
+ },
28
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 8.503311157226562,
30
+ "min": 0.37480053305625916,
31
+ "max": 8.503311157226562,
32
+ "count": 10
33
+ },
34
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 1734.675537109375,
36
+ "min": 72.7113037109375,
37
+ "max": 1734.675537109375,
38
+ "count": 10
39
+ },
40
+ "SnowballTarget.Environment.EpisodeLength.mean": {
41
+ "value": 199.0,
42
+ "min": 199.0,
43
+ "max": 199.0,
44
+ "count": 10
45
+ },
46
+ "SnowballTarget.Environment.EpisodeLength.sum": {
47
+ "value": 10945.0,
48
+ "min": 8756.0,
49
+ "max": 10945.0,
50
+ "count": 10
51
+ },
52
+ "SnowballTarget.Losses.PolicyLoss.mean": {
53
+ "value": 0.07058133363767125,
54
+ "min": 0.06533432319074385,
55
+ "max": 0.07365583580166477,
56
+ "count": 10
57
+ },
58
+ "SnowballTarget.Losses.PolicyLoss.sum": {
59
+ "value": 0.35290666818835625,
60
+ "min": 0.2613372927629754,
61
+ "max": 0.36049635989326695,
62
+ "count": 10
63
+ },
64
+ "SnowballTarget.Losses.ValueLoss.mean": {
65
+ "value": 0.256859752477384,
66
+ "min": 0.11705705442342579,
67
+ "max": 0.2931802852773199,
68
+ "count": 10
69
+ },
70
+ "SnowballTarget.Losses.ValueLoss.sum": {
71
+ "value": 1.2842987623869202,
72
+ "min": 0.46822821769370315,
73
+ "max": 1.461701294370726,
74
+ "count": 10
75
+ },
76
+ "SnowballTarget.Policy.LearningRate.mean": {
77
+ "value": 1.6464094511999996e-05,
78
+ "min": 1.6464094511999996e-05,
79
+ "max": 0.000283764005412,
80
+ "count": 10
81
+ },
82
+ "SnowballTarget.Policy.LearningRate.sum": {
83
+ "value": 8.232047255999999e-05,
84
+ "min": 8.232047255999999e-05,
85
+ "max": 0.00127032007656,
86
+ "count": 10
87
+ },
88
+ "SnowballTarget.Policy.Epsilon.mean": {
89
+ "value": 0.105488,
90
+ "min": 0.105488,
91
+ "max": 0.194588,
92
+ "count": 10
93
+ },
94
+ "SnowballTarget.Policy.Epsilon.sum": {
95
+ "value": 0.52744,
96
+ "min": 0.4615520000000001,
97
+ "max": 0.92344,
98
+ "count": 10
99
+ },
100
+ "SnowballTarget.Policy.Beta.mean": {
101
+ "value": 0.0002838512,
102
+ "min": 0.0002838512,
103
+ "max": 0.0047299412,
104
+ "count": 10
105
+ },
106
+ "SnowballTarget.Policy.Beta.sum": {
107
+ "value": 0.001419256,
108
+ "min": 0.001419256,
109
+ "max": 0.021179656,
110
+ "count": 10
111
+ },
112
+ "SnowballTarget.Environment.CumulativeReward.mean": {
113
+ "value": 18.01818181818182,
114
+ "min": 3.4545454545454546,
115
+ "max": 18.113636363636363,
116
+ "count": 10
117
+ },
118
+ "SnowballTarget.Environment.CumulativeReward.sum": {
119
+ "value": 991.0,
120
+ "min": 152.0,
121
+ "max": 991.0,
122
+ "count": 10
123
+ },
124
+ "SnowballTarget.Policy.ExtrinsicReward.mean": {
125
+ "value": 17.837999937751075,
126
+ "min": 3.420000032945113,
127
+ "max": 17.932499939745124,
128
+ "count": 10
129
+ },
130
+ "SnowballTarget.Policy.ExtrinsicReward.sum": {
131
+ "value": 981.0899965763092,
132
+ "min": 150.48000144958496,
133
+ "max": 981.0899965763092,
134
+ "count": 10
135
+ },
136
+ "SnowballTarget.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 10
141
+ },
142
+ "SnowballTarget.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 10
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1678405569",
152
+ "python_version": "3.8.16 (default, Mar 2 2023, 03:21:46) \n[GCC 11.2.0]",
153
+ "command_line_arguments": "/home/ikari/miniconda3/envs/unity/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --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+cu102",
158
+ "numpy_version": "1.23.5",
159
+ "end_time_seconds": "1678406269"
160
+ },
161
+ "total": 700.7034086575732,
162
+ "count": 1,
163
+ "self": 0.2702407883480191,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.01100737601518631,
167
+ "count": 1,
168
+ "self": 0.01100737601518631
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 700.42216049321,
172
+ "count": 1,
173
+ "self": 0.23413055948913097,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 2.672250861302018,
177
+ "count": 1,
178
+ "self": 2.672250861302018
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 697.4390443023294,
182
+ "count": 9133,
183
+ "self": 0.11070850305259228,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 697.3283357992768,
187
+ "count": 9133,
188
+ "self": 659.1052371319383,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 38.11382957268506,
192
+ "count": 9133,
193
+ "self": 0.5173566238954663,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 37.5964729487896,
197
+ "count": 9133,
198
+ "self": 11.23597602546215,
199
+ "children": {
200
+ "TorchPolicy.sample_actions": {
201
+ "total": 26.360496923327446,
202
+ "count": 9133,
203
+ "self": 26.360496923327446
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "workers": {
210
+ "total": 0.1092690946534276,
211
+ "count": 9133,
212
+ "self": 0.0,
213
+ "children": {
214
+ "worker_root": {
215
+ "total": 700.063291747123,
216
+ "count": 9133,
217
+ "is_parallel": true,
218
+ "self": 56.8271007174626,
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.002307421527802944,
228
+ "count": 1,
229
+ "is_parallel": true,
230
+ "self": 0.0006025554612278938,
231
+ "children": {
232
+ "_process_rank_one_or_two_observation": {
233
+ "total": 0.0017048660665750504,
234
+ "count": 10,
235
+ "is_parallel": true,
236
+ "self": 0.0017048660665750504
237
+ }
238
+ }
239
+ },
240
+ "UnityEnvironment.step": {
241
+ "total": 0.10010497365146875,
242
+ "count": 1,
243
+ "is_parallel": true,
244
+ "self": 0.00017625000327825546,
245
+ "children": {
246
+ "UnityEnvironment._generate_step_input": {
247
+ "total": 0.001834200695157051,
248
+ "count": 1,
249
+ "is_parallel": true,
250
+ "self": 0.001834200695157051
251
+ },
252
+ "communicator.exchange": {
253
+ "total": 0.09669351670891047,
254
+ "count": 1,
255
+ "is_parallel": true,
256
+ "self": 0.09669351670891047
257
+ },
258
+ "steps_from_proto": {
259
+ "total": 0.001401006244122982,
260
+ "count": 1,
261
+ "is_parallel": true,
262
+ "self": 0.0002723298966884613,
263
+ "children": {
264
+ "_process_rank_one_or_two_observation": {
265
+ "total": 0.0011286763474345207,
266
+ "count": 10,
267
+ "is_parallel": true,
268
+ "self": 0.0011286763474345207
269
+ }
270
+ }
271
+ }
272
+ }
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 643.2361910296604,
278
+ "count": 9132,
279
+ "is_parallel": true,
280
+ "self": 1.4528268156573176,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 7.059284785762429,
284
+ "count": 9132,
285
+ "is_parallel": true,
286
+ "self": 7.059284785762429
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 619.2320438921452,
290
+ "count": 9132,
291
+ "is_parallel": true,
292
+ "self": 619.2320438921452
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 15.4920355360955,
296
+ "count": 9132,
297
+ "is_parallel": true,
298
+ "self": 2.536272614262998,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 12.955762921832502,
302
+ "count": 91320,
303
+ "is_parallel": true,
304
+ "self": 12.955762921832502
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ }
317
+ },
318
+ "trainer_threads": {
319
+ "total": 2.66367569565773e-05,
320
+ "count": 1,
321
+ "self": 2.66367569565773e-05,
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": 689.2931618690491,
331
+ "count": 1153995,
332
+ "is_parallel": true,
333
+ "self": 20.071513460949063,
334
+ "children": {
335
+ "process_trajectory": {
336
+ "total": 500.72718169074506,
337
+ "count": 1153995,
338
+ "is_parallel": true,
339
+ "self": 500.2185857957229,
340
+ "children": {
341
+ "RLTrainer._checkpoint": {
342
+ "total": 0.5085958950221539,
343
+ "count": 2,
344
+ "is_parallel": true,
345
+ "self": 0.5085958950221539
346
+ }
347
+ }
348
+ },
349
+ "_update_policy": {
350
+ "total": 168.49446671735495,
351
+ "count": 45,
352
+ "is_parallel": true,
353
+ "self": 14.908211816102266,
354
+ "children": {
355
+ "TorchPPOOptimizer.update": {
356
+ "total": 153.5862549012527,
357
+ "count": 2292,
358
+ "is_parallel": true,
359
+ "self": 153.5862549012527
360
+ }
361
+ }
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ },
369
+ "TrainerController._save_models": {
370
+ "total": 0.07670813333243132,
371
+ "count": 1,
372
+ "self": 0.0007420452311635017,
373
+ "children": {
374
+ "RLTrainer._checkpoint": {
375
+ "total": 0.07596608810126781,
376
+ "count": 1,
377
+ "self": 0.07596608810126781
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": 49936,
6
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.onnx",
7
+ "reward": 14.545454545454545,
8
+ "creation_time": 1678405921.5695667,
9
+ "auxillary_file_paths": [
10
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 99960,
15
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.onnx",
16
+ "reward": 17.90909090909091,
17
+ "creation_time": 1678406269.4042358,
18
+ "auxillary_file_paths": [
19
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 100408,
24
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-100408.onnx",
25
+ "reward": 17.90909090909091,
26
+ "creation_time": 1678406269.6413836,
27
+ "auxillary_file_paths": [
28
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-100408.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 100408,
34
+ "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
35
+ "reward": 17.90909090909091,
36
+ "creation_time": 1678406269.6413836,
37
+ "auxillary_file_paths": [
38
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-100408.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+cu102"
46
+ }
47
+ }