RyanAA commited on
Commit
7e11a2b
·
verified ·
1 Parent(s): 4039afa

Upload folder using huggingface_hub

Browse files
SnowballTarget.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201263bd91e62aac65506a89836f303737a1aa8eb8fe4d65a0012f911e026bbf
3
+ size 646532
SnowballTarget/SnowballTarget-149984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f46c584ec339ba49f4bf46368ec7dd35ebf7a62cfecbccd7103c733b9aaa40ee
3
+ size 646532
SnowballTarget/SnowballTarget-149984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb60e20061ad89207a68d2c759d13814e53146b1690cb9a8cb15c07826e1da2a
3
+ size 3843968
SnowballTarget/SnowballTarget-199984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201263bd91e62aac65506a89836f303737a1aa8eb8fe4d65a0012f911e026bbf
3
+ size 646532
SnowballTarget/SnowballTarget-199984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7bb392bdd5bc7f0e27693e8b0760598b2b2138eae2e46849beaa1de868b215
3
+ size 3843968
SnowballTarget/SnowballTarget-200112.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201263bd91e62aac65506a89836f303737a1aa8eb8fe4d65a0012f911e026bbf
3
+ size 646532
SnowballTarget/SnowballTarget-200112.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03be6d87806ec9a8c6e07301bf1c79bca1aa637f86c4b59b5aa49f1a8b1e4bf
3
+ size 3843968
SnowballTarget/SnowballTarget-49936.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d24b61c7d6813fc34b4cb3051d24000250fc59b2c5277fc507a36ab755606e4
3
+ size 646532
SnowballTarget/SnowballTarget-49936.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c897fd1b812edfce41e4672767859c1dacd34e7e0109084ef3279a67ce0651a9
3
+ size 3843968
SnowballTarget/SnowballTarget-99960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3b002f229bd1605e634fc768121eb300c2a95249be4165c3bbaf7a133a400a1
3
+ size 646532
SnowballTarget/SnowballTarget-99960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb12ec4535d14b208f45f80a0fc9ec9deebb5bed71d703320d60279535dce8ae
3
+ size 3843968
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03be6d87806ec9a8c6e07301bf1c79bca1aa637f86c4b59b5aa49f1a8b1e4bf
3
+ size 3843968
SnowballTarget/events.out.tfevents.1778821928.c9fe9a467112.23662.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f7edf5e7a4f75209cb290b91a44bb0b4185d90056bff3a3df34f67437608ed6
3
+ size 23484
configuration.yaml ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ network_settings:
18
+ normalize: false
19
+ hidden_units: 256
20
+ num_layers: 2
21
+ vis_encode_type: simple
22
+ memory: null
23
+ goal_conditioning_type: hyper
24
+ deterministic: false
25
+ reward_signals:
26
+ extrinsic:
27
+ gamma: 0.99
28
+ strength: 1.0
29
+ network_settings:
30
+ normalize: false
31
+ hidden_units: 128
32
+ num_layers: 2
33
+ vis_encode_type: simple
34
+ memory: null
35
+ goal_conditioning_type: hyper
36
+ deterministic: false
37
+ init_path: null
38
+ keep_checkpoints: 10
39
+ checkpoint_interval: 50000
40
+ max_steps: 200000
41
+ time_horizon: 64
42
+ summary_freq: 10000
43
+ threaded: false
44
+ self_play: null
45
+ behavioral_cloning: null
46
+ env_settings:
47
+ env_path: ./training-envs-executables/linux/SnowballTarget/SnowballTarget
48
+ env_args: null
49
+ base_port: 5005
50
+ num_envs: 1
51
+ num_areas: 1
52
+ seed: -1
53
+ max_lifetime_restarts: 10
54
+ restarts_rate_limit_n: 1
55
+ restarts_rate_limit_period_s: 60
56
+ engine_settings:
57
+ width: 84
58
+ height: 84
59
+ quality_level: 5
60
+ time_scale: 20
61
+ target_frame_rate: -1
62
+ capture_frame_rate: 60
63
+ no_graphics: true
64
+ environment_parameters: null
65
+ checkpoint_settings:
66
+ run_id: SnowballTarget1
67
+ initialize_from: null
68
+ load_model: false
69
+ resume: false
70
+ force: false
71
+ train_model: false
72
+ inference: false
73
+ results_dir: results
74
+ torch_settings:
75
+ device: null
76
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/content/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 /content/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
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
17
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
18
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
19
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
20
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
21
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
22
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
23
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
24
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
25
+ 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
26
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
27
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
28
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
29
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
30
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
31
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
32
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
33
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
34
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
35
+ FMOD initialized on nosound output
36
+ Begin MonoManager ReloadAssembly
37
+ - Completed reload, in 0.086 seconds
38
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
42
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
43
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
44
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
45
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
46
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
47
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
48
+ UnloadTime: 0.652645 ms
49
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
50
+ requesting resize 84 x 84
51
+ Setting up 1 worker threads for Enlighten.
52
+ Memory Statistics:
53
+ [ALLOC_TEMP_TLS] TLS Allocator
54
+ StackAllocators :
55
+ [ALLOC_TEMP_MAIN]
56
+ Peak usage frame count: [8.0 KB-16.0 KB]: 5367 frames, [16.0 KB-32.0 KB]: 90 frames, [2.0 MB-4.0 MB]: 1 frames
57
+ Initial Block Size 4.0 MB
58
+ Current Block Size 4.0 MB
59
+ Peak Allocated Bytes 2.0 MB
60
+ Overflow Count 0
61
+ [ALLOC_TEMP_Loading.AsyncRead]
62
+ Initial Block Size 64.0 KB
63
+ Current Block Size 64.0 KB
64
+ Peak Allocated Bytes 198 B
65
+ Overflow Count 0
66
+ [ALLOC_TEMP_Loading.PreloadManager]
67
+ Initial Block Size 256.0 KB
68
+ Current Block Size 304.0 KB
69
+ Peak Allocated Bytes 228.9 KB
70
+ Overflow Count 4
71
+ [ALLOC_TEMP_Background Job.Worker 8]
72
+ Initial Block Size 32.0 KB
73
+ Current Block Size 32.0 KB
74
+ Peak Allocated Bytes 0 B
75
+ Overflow Count 0
76
+ [ALLOC_TEMP_Background Job.Worker 9]
77
+ Initial Block Size 32.0 KB
78
+ Current Block Size 32.0 KB
79
+ Peak Allocated Bytes 0 B
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Job.Worker 0]
82
+ Initial Block Size 256.0 KB
83
+ Current Block Size 256.0 KB
84
+ Peak Allocated Bytes 3.6 KB
85
+ Overflow Count 0
86
+ [ALLOC_TEMP_Background Job.Worker 10]
87
+ Initial Block Size 32.0 KB
88
+ Current Block Size 32.0 KB
89
+ Peak Allocated Bytes 0 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Background Job.Worker 14]
92
+ Initial Block Size 32.0 KB
93
+ Current Block Size 32.0 KB
94
+ Peak Allocated Bytes 0 B
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_Background Job.Worker 6]
97
+ Initial Block Size 32.0 KB
98
+ Current Block Size 32.0 KB
99
+ Peak Allocated Bytes 0 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Background Job.Worker 12]
102
+ Initial Block Size 32.0 KB
103
+ Current Block Size 32.0 KB
104
+ Peak Allocated Bytes 0 B
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_EnlightenWorker]
107
+ Initial Block Size 64.0 KB
108
+ Current Block Size 64.0 KB
109
+ Peak Allocated Bytes 0 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Background Job.Worker 15]
112
+ Initial Block Size 32.0 KB
113
+ Current Block Size 32.0 KB
114
+ Peak Allocated Bytes 0 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Background Job.Worker 1]
117
+ Initial Block Size 32.0 KB
118
+ Current Block Size 32.0 KB
119
+ Peak Allocated Bytes 0 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_Background Job.Worker 2]
122
+ Initial Block Size 32.0 KB
123
+ Current Block Size 32.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Background Job.Worker 7]
127
+ Initial Block Size 32.0 KB
128
+ Current Block Size 32.0 KB
129
+ Peak Allocated Bytes 0 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
132
+ Initial Block Size 64.0 KB
133
+ Current Block Size 64.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Background Job.Worker 5]
137
+ Initial Block Size 32.0 KB
138
+ Current Block Size 32.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Background Job.Worker 13]
142
+ Initial Block Size 32.0 KB
143
+ Current Block Size 32.0 KB
144
+ Peak Allocated Bytes 0 B
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Background Job.Worker 11]
147
+ Initial Block Size 32.0 KB
148
+ Current Block Size 32.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Background Job.Worker 3]
152
+ Initial Block Size 32.0 KB
153
+ Current Block Size 32.0 KB
154
+ Peak Allocated Bytes 0 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_Background Job.Worker 0]
157
+ Initial Block Size 32.0 KB
158
+ Current Block Size 32.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Background Job.Worker 4]
162
+ Initial Block Size 32.0 KB
163
+ Current Block Size 32.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_BatchDeleteObjects]
167
+ Initial Block Size 64.0 KB
168
+ Current Block Size 64.0 KB
169
+ Peak Allocated Bytes 0 B
170
+ Overflow Count 0
171
+ [ALLOC_DEFAULT] Dual Thread Allocator
172
+ Peak main deferred allocation count 44
173
+ [ALLOC_BUCKET]
174
+ Large Block size 4.0 MB
175
+ Used Block count 1
176
+ Peak Allocated bytes 1.0 MB
177
+ [ALLOC_DEFAULT_MAIN]
178
+ Peak usage frame count: [4.0 MB-8.0 MB]: 5458 frames
179
+ Requested Block Size 16.0 MB
180
+ Peak Block count 1
181
+ Peak Allocated memory 7.2 MB
182
+ Peak Large allocation bytes 0 B
183
+ [ALLOC_DEFAULT_THREAD]
184
+ Peak usage frame count: [16.0 MB-32.0 MB]: 5458 frames
185
+ Requested Block Size 16.0 MB
186
+ Peak Block count 1
187
+ Peak Allocated memory 17.3 MB
188
+ Peak Large allocation bytes 16.0 MB
189
+ [ALLOC_TEMP_JOB_1_FRAME]
190
+ Initial Block Size 2.0 MB
191
+ Used Block Count 1
192
+ Overflow Count (too large) 0
193
+ Overflow Count (full) 0
194
+ [ALLOC_TEMP_JOB_2_FRAMES]
195
+ Initial Block Size 2.0 MB
196
+ Used Block Count 1
197
+ Overflow Count (too large) 0
198
+ Overflow Count (full) 0
199
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
200
+ Initial Block Size 2.0 MB
201
+ Used Block Count 2
202
+ Overflow Count (too large) 0
203
+ Overflow Count (full) 0
204
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
205
+ Initial Block Size 1.0 MB
206
+ Used Block Count 3
207
+ Overflow Count (too large) 0
208
+ Overflow Count (full) 0
209
+ [ALLOC_GFX] Dual Thread Allocator
210
+ Peak main deferred allocation count 0
211
+ [ALLOC_BUCKET]
212
+ Large Block size 4.0 MB
213
+ Used Block count 1
214
+ Peak Allocated bytes 1.0 MB
215
+ [ALLOC_GFX_MAIN]
216
+ Peak usage frame count: [32.0 KB-64.0 KB]: 4046 frames, [64.0 KB-128.0 KB]: 1412 frames
217
+ Requested Block Size 16.0 MB
218
+ Peak Block count 1
219
+ Peak Allocated memory 67.7 KB
220
+ Peak Large allocation bytes 0 B
221
+ [ALLOC_GFX_THREAD]
222
+ Peak usage frame count: [32.0 KB-64.0 KB]: 5458 frames
223
+ Requested Block Size 16.0 MB
224
+ Peak Block count 1
225
+ Peak Allocated memory 39.6 KB
226
+ Peak Large allocation bytes 0 B
227
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
228
+ Peak main deferred allocation count 0
229
+ [ALLOC_BUCKET]
230
+ Large Block size 4.0 MB
231
+ Used Block count 1
232
+ Peak Allocated bytes 1.0 MB
233
+ [ALLOC_CACHEOBJECTS_MAIN]
234
+ Peak usage frame count: [0.5 MB-1.0 MB]: 5458 frames
235
+ Requested Block Size 4.0 MB
236
+ Peak Block count 1
237
+ Peak Allocated memory 0.6 MB
238
+ Peak Large allocation bytes 0 B
239
+ [ALLOC_CACHEOBJECTS_THREAD]
240
+ Peak usage frame count: [0.5 MB-1.0 MB]: 5457 frames, [2.0 MB-4.0 MB]: 1 frames
241
+ Requested Block Size 4.0 MB
242
+ Peak Block count 1
243
+ Peak Allocated memory 2.2 MB
244
+ Peak Large allocation bytes 0 B
245
+ [ALLOC_TYPETREE] Dual Thread Allocator
246
+ Peak main deferred allocation count 0
247
+ [ALLOC_BUCKET]
248
+ Large Block size 4.0 MB
249
+ Used Block count 1
250
+ Peak Allocated bytes 1.0 MB
251
+ [ALLOC_TYPETREE_MAIN]
252
+ Peak usage frame count: [0-1.0 KB]: 5458 frames
253
+ Requested Block Size 2.0 MB
254
+ Peak Block count 1
255
+ Peak Allocated memory 1.0 KB
256
+ Peak Large allocation bytes 0 B
257
+ [ALLOC_TYPETREE_THREAD]
258
+ Peak usage frame count: [1.0 KB-2.0 KB]: 5458 frames
259
+ Requested Block Size 2.0 MB
260
+ Peak Block count 1
261
+ Peak Allocated memory 1.7 KB
262
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SnowballTarget.Policy.Entropy.mean": {
5
+ "value": 0.7602033615112305,
6
+ "min": 0.7602033615112305,
7
+ "max": 2.853917121887207,
8
+ "count": 20
9
+ },
10
+ "SnowballTarget.Policy.Entropy.sum": {
11
+ "value": 7224.97265625,
12
+ "min": 7224.97265625,
13
+ "max": 29132.78515625,
14
+ "count": 20
15
+ },
16
+ "SnowballTarget.Step.mean": {
17
+ "value": 199984.0,
18
+ "min": 9952.0,
19
+ "max": 199984.0,
20
+ "count": 20
21
+ },
22
+ "SnowballTarget.Step.sum": {
23
+ "value": 199984.0,
24
+ "min": 9952.0,
25
+ "max": 199984.0,
26
+ "count": 20
27
+ },
28
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 11.854183197021484,
30
+ "min": 0.16740423440933228,
31
+ "max": 11.854183197021484,
32
+ "count": 20
33
+ },
34
+ "SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 2311.565673828125,
36
+ "min": 32.47642135620117,
37
+ "max": 2407.51806640625,
38
+ "count": 20
39
+ },
40
+ "SnowballTarget.Losses.PolicyLoss.mean": {
41
+ "value": 0.07429393380965955,
42
+ "min": 0.06391712560167329,
43
+ "max": 0.08021860477810168,
44
+ "count": 20
45
+ },
46
+ "SnowballTarget.Losses.PolicyLoss.sum": {
47
+ "value": 0.2971757352386382,
48
+ "min": 0.25566850240669314,
49
+ "max": 0.35485455776877506,
50
+ "count": 20
51
+ },
52
+ "SnowballTarget.Losses.ValueLoss.mean": {
53
+ "value": 0.17387336992896069,
54
+ "min": 0.10701948761661519,
55
+ "max": 0.29479920535403137,
56
+ "count": 20
57
+ },
58
+ "SnowballTarget.Losses.ValueLoss.sum": {
59
+ "value": 0.6954934797158427,
60
+ "min": 0.42807795046646074,
61
+ "max": 1.3109287518788786,
62
+ "count": 20
63
+ },
64
+ "SnowballTarget.Policy.LearningRate.mean": {
65
+ "value": 8.082097306000005e-06,
66
+ "min": 8.082097306000005e-06,
67
+ "max": 0.000291882002706,
68
+ "count": 20
69
+ },
70
+ "SnowballTarget.Policy.LearningRate.sum": {
71
+ "value": 3.232838922400002e-05,
72
+ "min": 3.232838922400002e-05,
73
+ "max": 0.00138516003828,
74
+ "count": 20
75
+ },
76
+ "SnowballTarget.Policy.Epsilon.mean": {
77
+ "value": 0.10269400000000001,
78
+ "min": 0.10269400000000001,
79
+ "max": 0.19729400000000002,
80
+ "count": 20
81
+ },
82
+ "SnowballTarget.Policy.Epsilon.sum": {
83
+ "value": 0.41077600000000003,
84
+ "min": 0.41077600000000003,
85
+ "max": 0.96172,
86
+ "count": 20
87
+ },
88
+ "SnowballTarget.Policy.Beta.mean": {
89
+ "value": 0.0001444306000000001,
90
+ "min": 0.0001444306000000001,
91
+ "max": 0.0048649706,
92
+ "count": 20
93
+ },
94
+ "SnowballTarget.Policy.Beta.sum": {
95
+ "value": 0.0005777224000000004,
96
+ "min": 0.0005777224000000004,
97
+ "max": 0.023089828,
98
+ "count": 20
99
+ },
100
+ "SnowballTarget.Environment.EpisodeLength.mean": {
101
+ "value": 199.0,
102
+ "min": 199.0,
103
+ "max": 199.0,
104
+ "count": 20
105
+ },
106
+ "SnowballTarget.Environment.EpisodeLength.sum": {
107
+ "value": 8756.0,
108
+ "min": 8756.0,
109
+ "max": 10945.0,
110
+ "count": 20
111
+ },
112
+ "SnowballTarget.Environment.CumulativeReward.mean": {
113
+ "value": 23.204545454545453,
114
+ "min": 3.25,
115
+ "max": 23.454545454545453,
116
+ "count": 20
117
+ },
118
+ "SnowballTarget.Environment.CumulativeReward.sum": {
119
+ "value": 1021.0,
120
+ "min": 143.0,
121
+ "max": 1290.0,
122
+ "count": 20
123
+ },
124
+ "SnowballTarget.Policy.ExtrinsicReward.mean": {
125
+ "value": 23.204545454545453,
126
+ "min": 3.25,
127
+ "max": 23.454545454545453,
128
+ "count": 20
129
+ },
130
+ "SnowballTarget.Policy.ExtrinsicReward.sum": {
131
+ "value": 1021.0,
132
+ "min": 143.0,
133
+ "max": 1290.0,
134
+ "count": 20
135
+ },
136
+ "SnowballTarget.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 20
141
+ },
142
+ "SnowballTarget.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 20
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1778821927",
152
+ "python_version": "3.10.8 (main, Nov 24 2022, 14:13:03) [GCC 11.2.0]",
153
+ "command_line_arguments": "/usr/local/miniconda/envs/py3108/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics",
154
+ "mlagents_version": "0.30.0",
155
+ "mlagents_envs_version": "0.30.0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "1.11.0+cu102",
158
+ "numpy_version": "1.21.2",
159
+ "end_time_seconds": "1778822392"
160
+ },
161
+ "total": 465.1334799330007,
162
+ "count": 1,
163
+ "self": 0.7978449949996502,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.017964551000659412,
167
+ "count": 1,
168
+ "self": 0.017964551000659412
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 464.31767038700036,
172
+ "count": 1,
173
+ "self": 0.3849369459976515,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 5.063576205000572,
177
+ "count": 1,
178
+ "self": 5.063576205000572
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 458.6782239730019,
182
+ "count": 18192,
183
+ "self": 0.3758667419951962,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 338.0307048330624,
187
+ "count": 18192,
188
+ "self": 282.3695203191619,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 55.43208629196397,
192
+ "count": 18192,
193
+ "self": 1.9224194240387078,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 53.50966686792526,
197
+ "count": 18192,
198
+ "self": 53.50966686792526
199
+ }
200
+ }
201
+ },
202
+ "workers": {
203
+ "total": 0.22909822193651053,
204
+ "count": 18192,
205
+ "self": 0.0,
206
+ "children": {
207
+ "worker_root": {
208
+ "total": 462.19222496495877,
209
+ "count": 18192,
210
+ "is_parallel": true,
211
+ "self": 212.70606254187715,
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.002170215999285574,
221
+ "count": 1,
222
+ "is_parallel": true,
223
+ "self": 0.000634507000540907,
224
+ "children": {
225
+ "_process_rank_one_or_two_observation": {
226
+ "total": 0.001535708998744667,
227
+ "count": 10,
228
+ "is_parallel": true,
229
+ "self": 0.001535708998744667
230
+ }
231
+ }
232
+ },
233
+ "UnityEnvironment.step": {
234
+ "total": 0.04916723399946932,
235
+ "count": 1,
236
+ "is_parallel": true,
237
+ "self": 0.0006110639997132239,
238
+ "children": {
239
+ "UnityEnvironment._generate_step_input": {
240
+ "total": 0.00046453799950540997,
241
+ "count": 1,
242
+ "is_parallel": true,
243
+ "self": 0.00046453799950540997
244
+ },
245
+ "communicator.exchange": {
246
+ "total": 0.045993214000191074,
247
+ "count": 1,
248
+ "is_parallel": true,
249
+ "self": 0.045993214000191074
250
+ },
251
+ "steps_from_proto": {
252
+ "total": 0.0020984180000596098,
253
+ "count": 1,
254
+ "is_parallel": true,
255
+ "self": 0.0004058500007886323,
256
+ "children": {
257
+ "_process_rank_one_or_two_observation": {
258
+ "total": 0.0016925679992709775,
259
+ "count": 10,
260
+ "is_parallel": true,
261
+ "self": 0.0016925679992709775
262
+ }
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 249.48616242308162,
271
+ "count": 18191,
272
+ "is_parallel": true,
273
+ "self": 10.796686528203281,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 5.809341235987631,
277
+ "count": 18191,
278
+ "is_parallel": true,
279
+ "self": 5.809341235987631
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 188.4646586679055,
283
+ "count": 18191,
284
+ "is_parallel": true,
285
+ "self": 188.4646586679055
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 44.415475990985215,
289
+ "count": 18191,
290
+ "is_parallel": true,
291
+ "self": 7.36598769815464,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 37.049488292830574,
295
+ "count": 181910,
296
+ "is_parallel": true,
297
+ "self": 37.049488292830574
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ }
305
+ }
306
+ }
307
+ }
308
+ },
309
+ "trainer_advance": {
310
+ "total": 120.27165239794431,
311
+ "count": 18192,
312
+ "self": 0.4343087579109124,
313
+ "children": {
314
+ "process_trajectory": {
315
+ "total": 24.98289887903229,
316
+ "count": 18192,
317
+ "self": 24.35920413103304,
318
+ "children": {
319
+ "RLTrainer._checkpoint": {
320
+ "total": 0.6236947479992523,
321
+ "count": 4,
322
+ "self": 0.6236947479992523
323
+ }
324
+ }
325
+ },
326
+ "_update_policy": {
327
+ "total": 94.8544447610011,
328
+ "count": 90,
329
+ "self": 49.684769163993224,
330
+ "children": {
331
+ "TorchPPOOptimizer.update": {
332
+ "total": 45.16967559700788,
333
+ "count": 4587,
334
+ "self": 45.16967559700788
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ },
342
+ "trainer_threads": {
343
+ "total": 8.850001904647797e-07,
344
+ "count": 1,
345
+ "self": 8.850001904647797e-07
346
+ },
347
+ "TrainerController._save_models": {
348
+ "total": 0.19093237800007046,
349
+ "count": 1,
350
+ "self": 0.0009890769997582538,
351
+ "children": {
352
+ "RLTrainer._checkpoint": {
353
+ "total": 0.1899433010003122,
354
+ "count": 1,
355
+ "self": 0.1899433010003122
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+ }
362
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SnowballTarget": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 49936,
6
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-49936.onnx",
7
+ "reward": 14.090909090909092,
8
+ "creation_time": 1778822047.7132251,
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": 20.818181818181817,
17
+ "creation_time": 1778822161.8390334,
18
+ "auxillary_file_paths": [
19
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 149984,
24
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.onnx",
25
+ "reward": 23.09090909090909,
26
+ "creation_time": 1778822277.4338853,
27
+ "auxillary_file_paths": [
28
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 199984,
33
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.onnx",
34
+ "reward": 23.545454545454547,
35
+ "creation_time": 1778822391.5438588,
36
+ "auxillary_file_paths": [
37
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 200112,
42
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.onnx",
43
+ "reward": 23.545454545454547,
44
+ "creation_time": 1778822391.7485688,
45
+ "auxillary_file_paths": [
46
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 200112,
52
+ "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
53
+ "reward": 23.545454545454547,
54
+ "creation_time": 1778822391.7485688,
55
+ "auxillary_file_paths": [
56
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "0.30.0",
63
+ "torch_version": "1.11.0+cu102"
64
+ }
65
+ }