First Push
Browse files- Pyramids.onnx +1 -1
- Pyramids/Pyramids-2100049.onnx +3 -0
- Pyramids/Pyramids-2100049.pt +3 -0
- Pyramids/checkpoint.pt +1 -1
- Pyramids/events.out.tfevents.1709849499.54b79351de07.91689.0 +3 -0
- config.json +1 -1
- configuration.yaml +3 -3
- run_logs/Player-0.log +33 -33
- run_logs/timers.json +188 -195
- run_logs/training_status.json +13 -13
Pyramids.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2471804
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bf2885a346b4ea13471d631300bf901e201e123b38351873162ff88f6141df4
|
3 |
size 2471804
|
Pyramids/Pyramids-2100049.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bf2885a346b4ea13471d631300bf901e201e123b38351873162ff88f6141df4
|
3 |
+
size 2471804
|
Pyramids/Pyramids-2100049.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85c9c2842ad7b963916631f8377bc0b940cc9e076f0262fb2c62c86bd66d0e3a
|
3 |
+
size 14963804
|
Pyramids/checkpoint.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14963234
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b84b6c56253138a5283042e1984c6e01a231eddc92e9e3d15b018fc8fded24c0
|
3 |
size 14963234
|
Pyramids/events.out.tfevents.1709849499.54b79351de07.91689.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b75eb9390c278ddd67ec56e2ca983b6e40ba01886ee98a15f0d8adb5280968ec
|
3 |
+
size 24109
|
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 256, "buffer_size": 2048, "learning_rate": 0.
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 256, "buffer_size": 2048, "learning_rate": 0.0001, "beta": 0.01, "epsilon": 0.01, "lambd": 0.95, "num_epoch": 5, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 3, "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}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 2100000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "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": "PyramidsTraining2", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
CHANGED
@@ -5,9 +5,9 @@ behaviors:
|
|
5 |
hyperparameters:
|
6 |
batch_size: 256
|
7 |
buffer_size: 2048
|
8 |
-
learning_rate: 0.
|
9 |
beta: 0.01
|
10 |
-
epsilon: 0.
|
11 |
lambd: 0.95
|
12 |
num_epoch: 5
|
13 |
shared_critic: false
|
@@ -51,7 +51,7 @@ behaviors:
|
|
51 |
init_path: null
|
52 |
keep_checkpoints: 5
|
53 |
even_checkpoints: false
|
54 |
-
max_steps:
|
55 |
time_horizon: 128
|
56 |
summary_freq: 30000
|
57 |
threaded: false
|
|
|
5 |
hyperparameters:
|
6 |
batch_size: 256
|
7 |
buffer_size: 2048
|
8 |
+
learning_rate: 0.0001
|
9 |
beta: 0.01
|
10 |
+
epsilon: 0.01
|
11 |
lambd: 0.95
|
12 |
num_epoch: 5
|
13 |
shared_critic: false
|
|
|
51 |
init_path: null
|
52 |
keep_checkpoints: 5
|
53 |
even_checkpoints: false
|
54 |
+
max_steps: 2100000
|
55 |
time_horizon: 128
|
56 |
summary_freq: 30000
|
57 |
threaded: false
|
run_logs/Player-0.log
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
Mono path[0] = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
|
2 |
Mono config path = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
|
3 |
Found 1 interfaces on host : 0) 172.28.0.12
|
4 |
-
Multi-casting "[IP] 172.28.0.12 [Port]
|
5 |
Preloaded 'lib_burst_generated.so'
|
6 |
Preloaded 'libgrpc_csharp_ext.x64.so'
|
7 |
Initialize engine version: 2021.3.5f1 (40eb3a945986)
|
@@ -33,10 +33,17 @@ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
|
33 |
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
34 |
FMOD initialized on nosound output
|
35 |
Begin MonoManager ReloadAssembly
|
36 |
-
- Completed reload, in 0.
|
37 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
38 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
39 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
|
41 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
42 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
@@ -58,14 +65,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
|
|
58 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
59 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
60 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
61 |
-
|
62 |
-
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
63 |
-
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
64 |
-
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
-
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
66 |
-
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
67 |
-
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
68 |
-
UnloadTime: 0.925600 ms
|
69 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
70 |
requesting resize 84 x 84
|
71 |
Setting up 1 worker threads for Enlighten.
|
@@ -73,7 +73,7 @@ PlayerConnection::CleanupMemory Statistics:
|
|
73 |
[ALLOC_TEMP_TLS] TLS Allocator
|
74 |
StackAllocators :
|
75 |
[ALLOC_TEMP_MAIN]
|
76 |
-
Peak usage frame count: [16.0 KB-32.0 KB]:
|
77 |
Initial Block Size 4.0 MB
|
78 |
Current Block Size 4.0 MB
|
79 |
Peak Allocated Bytes 2.0 MB
|
@@ -146,7 +146,7 @@ PlayerConnection::CleanupMemory Statistics:
|
|
146 |
[ALLOC_TEMP_Profiler.Dispatcher]
|
147 |
Initial Block Size 64.0 KB
|
148 |
Current Block Size 64.0 KB
|
149 |
-
Peak Allocated Bytes
|
150 |
Overflow Count 0
|
151 |
[ALLOC_TEMP_Background Job.Worker 12]
|
152 |
Initial Block Size 32.0 KB
|
@@ -204,28 +204,28 @@ PlayerConnection::CleanupMemory Statistics:
|
|
204 |
Peak Allocated Bytes 128 B
|
205 |
Overflow Count 0
|
206 |
[ALLOC_MEMORYPROFILER]
|
207 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
208 |
Requested Block Size 1.0 MB
|
209 |
Peak Block count 2
|
210 |
-
Peak Allocated memory 1.
|
211 |
Peak Large allocation bytes 0 B
|
212 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
213 |
-
Peak main deferred allocation count
|
214 |
[ALLOC_BUCKET]
|
215 |
Large Block size 4.0 MB
|
216 |
Used Block count 1
|
217 |
-
Peak Allocated bytes 1.
|
218 |
[ALLOC_DEFAULT_MAIN]
|
219 |
-
Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]:
|
220 |
Requested Block Size 16.0 MB
|
221 |
Peak Block count 2
|
222 |
-
Peak Allocated memory
|
223 |
Peak Large allocation bytes 0 B
|
224 |
[ALLOC_DEFAULT_THREAD]
|
225 |
-
Peak usage frame count: [16.0 MB-32.0 MB]:
|
226 |
Requested Block Size 16.0 MB
|
227 |
Peak Block count 1
|
228 |
-
Peak Allocated memory 22.
|
229 |
Peak Large allocation bytes 16.0 MB
|
230 |
[ALLOC_TEMP_JOB_1_FRAME]
|
231 |
Initial Block Size 2.0 MB
|
@@ -252,15 +252,15 @@ PlayerConnection::CleanupMemory Statistics:
|
|
252 |
[ALLOC_BUCKET]
|
253 |
Large Block size 4.0 MB
|
254 |
Used Block count 1
|
255 |
-
Peak Allocated bytes 1.
|
256 |
[ALLOC_GFX_MAIN]
|
257 |
-
Peak usage frame count: [32.0 KB-64.0 KB]:
|
258 |
Requested Block Size 16.0 MB
|
259 |
Peak Block count 1
|
260 |
Peak Allocated memory 67.0 KB
|
261 |
Peak Large allocation bytes 0 B
|
262 |
[ALLOC_GFX_THREAD]
|
263 |
-
Peak usage frame count: [64.0 KB-128.0 KB]:
|
264 |
Requested Block Size 16.0 MB
|
265 |
Peak Block count 1
|
266 |
Peak Allocated memory 67.7 KB
|
@@ -270,45 +270,45 @@ PlayerConnection::CleanupMemory Statistics:
|
|
270 |
[ALLOC_BUCKET]
|
271 |
Large Block size 4.0 MB
|
272 |
Used Block count 1
|
273 |
-
Peak Allocated bytes 1.
|
274 |
[ALLOC_CACHEOBJECTS_MAIN]
|
275 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
276 |
Requested Block Size 4.0 MB
|
277 |
Peak Block count 1
|
278 |
Peak Allocated memory 1.4 MB
|
279 |
Peak Large allocation bytes 0 B
|
280 |
[ALLOC_CACHEOBJECTS_THREAD]
|
281 |
-
Peak usage frame count: [1.0 MB-2.0 MB]:
|
282 |
Requested Block Size 4.0 MB
|
283 |
Peak Block count 2
|
284 |
-
Peak Allocated memory 4.
|
285 |
Peak Large allocation bytes 0 B
|
286 |
[ALLOC_TYPETREE] Dual Thread Allocator
|
287 |
Peak main deferred allocation count 0
|
288 |
[ALLOC_BUCKET]
|
289 |
Large Block size 4.0 MB
|
290 |
Used Block count 1
|
291 |
-
Peak Allocated bytes 1.
|
292 |
[ALLOC_TYPETREE_MAIN]
|
293 |
-
Peak usage frame count: [0-1.0 KB]:
|
294 |
Requested Block Size 2.0 MB
|
295 |
Peak Block count 1
|
296 |
Peak Allocated memory 1.0 KB
|
297 |
Peak Large allocation bytes 0 B
|
298 |
[ALLOC_TYPETREE_THREAD]
|
299 |
-
Peak usage frame count: [1.0 KB-2.0 KB]:
|
300 |
Requested Block Size 2.0 MB
|
301 |
Peak Block count 1
|
302 |
Peak Allocated memory 1.9 KB
|
303 |
Peak Large allocation bytes 0 B
|
304 |
[ALLOC_PROFILER]
|
305 |
-
Peak usage frame count: [16.0 KB-32.0 KB]:
|
306 |
Requested Block Size 16.0 MB
|
307 |
Peak Block count 1
|
308 |
-
Peak Allocated memory
|
309 |
Peak Large allocation bytes 0 B
|
310 |
[ALLOC_PROFILER_BUCKET]
|
311 |
Large Block size 4.0 MB
|
312 |
Used Block count 1
|
313 |
Peak Allocated bytes 396 B
|
314 |
-
##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":
|
|
|
1 |
Mono path[0] = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
|
2 |
Mono config path = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
|
3 |
Found 1 interfaces on host : 0) 172.28.0.12
|
4 |
+
Multi-casting "[IP] 172.28.0.12 [Port] 55499 [Flags] 2 [Guid] 3842386024 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.28.0.12) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [225.0.0.222:54997]...
|
5 |
Preloaded 'lib_burst_generated.so'
|
6 |
Preloaded 'libgrpc_csharp_ext.x64.so'
|
7 |
Initialize engine version: 2021.3.5f1 (40eb3a945986)
|
|
|
33 |
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
34 |
FMOD initialized on nosound output
|
35 |
Begin MonoManager ReloadAssembly
|
36 |
+
- Completed reload, in 0.106 seconds
|
37 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
38 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
39 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
40 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
43 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
44 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
45 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
46 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
47 |
WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
|
48 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
49 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
|
|
65 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
66 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
67 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
68 |
+
UnloadTime: 1.144441 ms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
70 |
requesting resize 84 x 84
|
71 |
Setting up 1 worker threads for Enlighten.
|
|
|
73 |
[ALLOC_TEMP_TLS] TLS Allocator
|
74 |
StackAllocators :
|
75 |
[ALLOC_TEMP_MAIN]
|
76 |
+
Peak usage frame count: [16.0 KB-32.0 KB]: 170 frames, [32.0 KB-64.0 KB]: 1033 frames, [64.0 KB-128.0 KB]: 689 frames, [2.0 MB-4.0 MB]: 1 frames
|
77 |
Initial Block Size 4.0 MB
|
78 |
Current Block Size 4.0 MB
|
79 |
Peak Allocated Bytes 2.0 MB
|
|
|
146 |
[ALLOC_TEMP_Profiler.Dispatcher]
|
147 |
Initial Block Size 64.0 KB
|
148 |
Current Block Size 64.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
Overflow Count 0
|
151 |
[ALLOC_TEMP_Background Job.Worker 12]
|
152 |
Initial Block Size 32.0 KB
|
|
|
204 |
Peak Allocated Bytes 128 B
|
205 |
Overflow Count 0
|
206 |
[ALLOC_MEMORYPROFILER]
|
207 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 41 frames, [1.0 MB-2.0 MB]: 1852 frames
|
208 |
Requested Block Size 1.0 MB
|
209 |
Peak Block count 2
|
210 |
+
Peak Allocated memory 1.0 MB
|
211 |
Peak Large allocation bytes 0 B
|
212 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
213 |
+
Peak main deferred allocation count 6677
|
214 |
[ALLOC_BUCKET]
|
215 |
Large Block size 4.0 MB
|
216 |
Used Block count 1
|
217 |
+
Peak Allocated bytes 1.3 MB
|
218 |
[ALLOC_DEFAULT_MAIN]
|
219 |
+
Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 1892 frames
|
220 |
Requested Block Size 16.0 MB
|
221 |
Peak Block count 2
|
222 |
+
Peak Allocated memory 23.5 MB
|
223 |
Peak Large allocation bytes 0 B
|
224 |
[ALLOC_DEFAULT_THREAD]
|
225 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 1893 frames
|
226 |
Requested Block Size 16.0 MB
|
227 |
Peak Block count 1
|
228 |
+
Peak Allocated memory 22.5 MB
|
229 |
Peak Large allocation bytes 16.0 MB
|
230 |
[ALLOC_TEMP_JOB_1_FRAME]
|
231 |
Initial Block Size 2.0 MB
|
|
|
252 |
[ALLOC_BUCKET]
|
253 |
Large Block size 4.0 MB
|
254 |
Used Block count 1
|
255 |
+
Peak Allocated bytes 1.3 MB
|
256 |
[ALLOC_GFX_MAIN]
|
257 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 1892 frames, [64.0 KB-128.0 KB]: 1 frames
|
258 |
Requested Block Size 16.0 MB
|
259 |
Peak Block count 1
|
260 |
Peak Allocated memory 67.0 KB
|
261 |
Peak Large allocation bytes 0 B
|
262 |
[ALLOC_GFX_THREAD]
|
263 |
+
Peak usage frame count: [64.0 KB-128.0 KB]: 1893 frames
|
264 |
Requested Block Size 16.0 MB
|
265 |
Peak Block count 1
|
266 |
Peak Allocated memory 67.7 KB
|
|
|
270 |
[ALLOC_BUCKET]
|
271 |
Large Block size 4.0 MB
|
272 |
Used Block count 1
|
273 |
+
Peak Allocated bytes 1.3 MB
|
274 |
[ALLOC_CACHEOBJECTS_MAIN]
|
275 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 28 frames, [1.0 MB-2.0 MB]: 1865 frames
|
276 |
Requested Block Size 4.0 MB
|
277 |
Peak Block count 1
|
278 |
Peak Allocated memory 1.4 MB
|
279 |
Peak Large allocation bytes 0 B
|
280 |
[ALLOC_CACHEOBJECTS_THREAD]
|
281 |
+
Peak usage frame count: [1.0 MB-2.0 MB]: 1892 frames, [4.0 MB-8.0 MB]: 1 frames
|
282 |
Requested Block Size 4.0 MB
|
283 |
Peak Block count 2
|
284 |
+
Peak Allocated memory 4.3 MB
|
285 |
Peak Large allocation bytes 0 B
|
286 |
[ALLOC_TYPETREE] Dual Thread Allocator
|
287 |
Peak main deferred allocation count 0
|
288 |
[ALLOC_BUCKET]
|
289 |
Large Block size 4.0 MB
|
290 |
Used Block count 1
|
291 |
+
Peak Allocated bytes 1.3 MB
|
292 |
[ALLOC_TYPETREE_MAIN]
|
293 |
+
Peak usage frame count: [0-1.0 KB]: 1893 frames
|
294 |
Requested Block Size 2.0 MB
|
295 |
Peak Block count 1
|
296 |
Peak Allocated memory 1.0 KB
|
297 |
Peak Large allocation bytes 0 B
|
298 |
[ALLOC_TYPETREE_THREAD]
|
299 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 1893 frames
|
300 |
Requested Block Size 2.0 MB
|
301 |
Peak Block count 1
|
302 |
Peak Allocated memory 1.9 KB
|
303 |
Peak Large allocation bytes 0 B
|
304 |
[ALLOC_PROFILER]
|
305 |
+
Peak usage frame count: [16.0 KB-32.0 KB]: 1893 frames
|
306 |
Requested Block Size 16.0 MB
|
307 |
Peak Block count 1
|
308 |
+
Peak Allocated memory 27.4 KB
|
309 |
Peak Large allocation bytes 0 B
|
310 |
[ALLOC_PROFILER_BUCKET]
|
311 |
Large Block size 4.0 MB
|
312 |
Used Block count 1
|
313 |
Peak Allocated bytes 396 B
|
314 |
+
##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1709849813312,"processId":91725,"allocatedMemory":1970133,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34460},{"Manager":10603},{"VertexData":12},{"Geometry":280},{"Texture":16},{"Shader":69173},{"Material":24},{"GfxDevice":35248},{"Animation":304},{"Audio":3976},{"Physics":288},{"Serialization":216},{"Input":9176},{"JobScheduler":200},{"Mono":40},{"ScriptingNativeRuntime":216},{"BaseObject":1609212},{"Resource":592},{"Renderer":1936},{"Transform":48},{"File":800},{"WebCam":24},{"Culling":40},{"Terrain":953},{"Wind":24},{"String":3447},{"DynamicArray":30868},{"HashMap":7680},{"Utility":1360},{"PoolAlloc":1160},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3272},{"Unet":16},{"Director":7760},{"WebRequest":720},{"VR":45473},{"SceneManager":424},{"Video":32},{"LazyScriptCache":32},{"NativeArray":384},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57552},{"AssetReference":32}]}
|
run_logs/timers.json
CHANGED
@@ -2,189 +2,189 @@
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"Pyramids.Policy.Entropy.mean": {
|
5 |
-
"value": 0.
|
6 |
-
"min": 0.
|
7 |
-
"max": 0.
|
8 |
-
"count":
|
9 |
},
|
10 |
"Pyramids.Policy.Entropy.sum": {
|
11 |
-
"value":
|
12 |
-
"min":
|
13 |
-
"max":
|
14 |
-
"count":
|
15 |
},
|
16 |
"Pyramids.Environment.EpisodeLength.mean": {
|
17 |
-
"value":
|
18 |
-
"min":
|
19 |
-
"max":
|
20 |
-
"count":
|
21 |
},
|
22 |
"Pyramids.Environment.EpisodeLength.sum": {
|
23 |
-
"value":
|
24 |
-
"min":
|
25 |
-
"max":
|
26 |
-
"count":
|
27 |
},
|
28 |
"Pyramids.Step.mean": {
|
29 |
-
"value":
|
30 |
-
"min":
|
31 |
-
"max":
|
32 |
-
"count":
|
33 |
},
|
34 |
"Pyramids.Step.sum": {
|
35 |
-
"value":
|
36 |
-
"min":
|
37 |
-
"max":
|
38 |
-
"count":
|
39 |
},
|
40 |
"Pyramids.Policy.ExtrinsicValueEstimate.mean": {
|
41 |
-
"value": 0.
|
42 |
-
"min": 0.
|
43 |
-
"max": 0.
|
44 |
-
"count":
|
45 |
},
|
46 |
"Pyramids.Policy.ExtrinsicValueEstimate.sum": {
|
47 |
-
"value":
|
48 |
-
"min":
|
49 |
-
"max":
|
50 |
-
"count":
|
51 |
},
|
52 |
"Pyramids.Policy.RndValueEstimate.mean": {
|
53 |
-
"value": 0.
|
54 |
-
"min": -0.
|
55 |
-
"max": 0.
|
56 |
-
"count":
|
57 |
},
|
58 |
"Pyramids.Policy.RndValueEstimate.sum": {
|
59 |
-
"value":
|
60 |
-
"min": -
|
61 |
-
"max":
|
62 |
-
"count":
|
63 |
},
|
64 |
"Pyramids.Environment.CumulativeReward.mean": {
|
65 |
-
"value": 1.
|
66 |
-
"min": 1.
|
67 |
-
"max": 1.
|
68 |
-
"count":
|
69 |
},
|
70 |
"Pyramids.Environment.CumulativeReward.sum": {
|
71 |
-
"value":
|
72 |
-
"min":
|
73 |
-
"max": 227.
|
74 |
-
"count":
|
75 |
},
|
76 |
"Pyramids.Policy.ExtrinsicReward.mean": {
|
77 |
-
"value": 1.
|
78 |
-
"min": 1.
|
79 |
-
"max": 1.
|
80 |
-
"count":
|
81 |
},
|
82 |
"Pyramids.Policy.ExtrinsicReward.sum": {
|
83 |
-
"value":
|
84 |
-
"min":
|
85 |
-
"max": 227.
|
86 |
-
"count":
|
87 |
},
|
88 |
"Pyramids.Policy.RndReward.mean": {
|
89 |
-
"value": 0.
|
90 |
-
"min": 0.
|
91 |
-
"max": 0.
|
92 |
-
"count":
|
93 |
},
|
94 |
"Pyramids.Policy.RndReward.sum": {
|
95 |
-
"value": 2.
|
96 |
-
"min":
|
97 |
-
"max":
|
98 |
-
"count":
|
99 |
},
|
100 |
"Pyramids.Losses.PolicyLoss.mean": {
|
101 |
-
"value": 0.
|
102 |
-
"min": 0.
|
103 |
-
"max": 0.
|
104 |
-
"count":
|
105 |
},
|
106 |
"Pyramids.Losses.PolicyLoss.sum": {
|
107 |
-
"value": 0.
|
108 |
-
"min": 0.
|
109 |
-
"max": 0.
|
110 |
-
"count":
|
111 |
},
|
112 |
"Pyramids.Losses.ValueLoss.mean": {
|
113 |
-
"value": 0.
|
114 |
-
"min": 0.
|
115 |
-
"max": 0.
|
116 |
-
"count":
|
117 |
},
|
118 |
"Pyramids.Losses.ValueLoss.sum": {
|
119 |
-
"value": 0.
|
120 |
-
"min": 0.
|
121 |
-
"max": 0.
|
122 |
-
"count":
|
123 |
},
|
124 |
"Pyramids.Policy.LearningRate.mean": {
|
125 |
-
"value":
|
126 |
-
"min":
|
127 |
-
"max":
|
128 |
-
"count":
|
129 |
},
|
130 |
"Pyramids.Policy.LearningRate.sum": {
|
131 |
-
"value":
|
132 |
-
"min":
|
133 |
-
"max":
|
134 |
-
"count":
|
135 |
},
|
136 |
"Pyramids.Policy.Epsilon.mean": {
|
137 |
-
"value": 0.
|
138 |
-
"min": 0.
|
139 |
-
"max": 0.
|
140 |
-
"count":
|
141 |
},
|
142 |
"Pyramids.Policy.Epsilon.sum": {
|
143 |
-
"value": 1.
|
144 |
-
"min": 0.
|
145 |
-
"max": 1.
|
146 |
-
"count":
|
147 |
},
|
148 |
"Pyramids.Policy.Beta.mean": {
|
149 |
-
"value":
|
150 |
-
"min":
|
151 |
-
"max": 0.
|
152 |
-
"count":
|
153 |
},
|
154 |
"Pyramids.Policy.Beta.sum": {
|
155 |
-
"value": 0.
|
156 |
-
"min": 0.
|
157 |
-
"max": 0.
|
158 |
-
"count":
|
159 |
},
|
160 |
"Pyramids.Losses.RNDLoss.mean": {
|
161 |
-
"value": 0.
|
162 |
-
"min": 0.
|
163 |
-
"max": 0.
|
164 |
-
"count":
|
165 |
},
|
166 |
"Pyramids.Losses.RNDLoss.sum": {
|
167 |
-
"value": 0.
|
168 |
-
"min": 0.
|
169 |
-
"max": 0.
|
170 |
-
"count":
|
171 |
},
|
172 |
"Pyramids.IsTraining.mean": {
|
173 |
"value": 1.0,
|
174 |
"min": 1.0,
|
175 |
"max": 1.0,
|
176 |
-
"count":
|
177 |
},
|
178 |
"Pyramids.IsTraining.sum": {
|
179 |
"value": 1.0,
|
180 |
"min": 1.0,
|
181 |
"max": 1.0,
|
182 |
-
"count":
|
183 |
}
|
184 |
},
|
185 |
"metadata": {
|
186 |
"timer_format_version": "0.1.0",
|
187 |
-
"start_time_seconds": "
|
188 |
"python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
|
189 |
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=PyramidsTraining2 --no-graphics --resume",
|
190 |
"mlagents_version": "1.1.0.dev0",
|
@@ -192,59 +192,59 @@
|
|
192 |
"communication_protocol_version": "1.5.0",
|
193 |
"pytorch_version": "2.2.1+cu121",
|
194 |
"numpy_version": "1.23.5",
|
195 |
-
"end_time_seconds": "
|
196 |
},
|
197 |
-
"total":
|
198 |
"count": 1,
|
199 |
-
"self": 0.
|
200 |
"children": {
|
201 |
"run_training.setup": {
|
202 |
-
"total": 0.
|
203 |
"count": 1,
|
204 |
-
"self": 0.
|
205 |
},
|
206 |
"TrainerController.start_learning": {
|
207 |
-
"total":
|
208 |
"count": 1,
|
209 |
-
"self":
|
210 |
"children": {
|
211 |
"TrainerController._reset_env": {
|
212 |
-
"total":
|
213 |
"count": 1,
|
214 |
-
"self":
|
215 |
},
|
216 |
"TrainerController.advance": {
|
217 |
-
"total":
|
218 |
-
"count":
|
219 |
-
"self":
|
220 |
"children": {
|
221 |
"env_step": {
|
222 |
-
"total":
|
223 |
-
"count":
|
224 |
-
"self":
|
225 |
"children": {
|
226 |
"SubprocessEnvManager._take_step": {
|
227 |
-
"total":
|
228 |
-
"count":
|
229 |
-
"self":
|
230 |
"children": {
|
231 |
"TorchPolicy.evaluate": {
|
232 |
-
"total":
|
233 |
-
"count":
|
234 |
-
"self":
|
235 |
}
|
236 |
}
|
237 |
},
|
238 |
"workers": {
|
239 |
-
"total":
|
240 |
-
"count":
|
241 |
"self": 0.0,
|
242 |
"children": {
|
243 |
"worker_root": {
|
244 |
-
"total":
|
245 |
-
"count":
|
246 |
"is_parallel": true,
|
247 |
-
"self":
|
248 |
"children": {
|
249 |
"run_training.setup": {
|
250 |
"total": 0.0,
|
@@ -253,48 +253,48 @@
|
|
253 |
"self": 0.0,
|
254 |
"children": {
|
255 |
"steps_from_proto": {
|
256 |
-
"total": 0.
|
257 |
"count": 1,
|
258 |
"is_parallel": true,
|
259 |
-
"self": 0.
|
260 |
"children": {
|
261 |
"_process_rank_one_or_two_observation": {
|
262 |
-
"total": 0.
|
263 |
"count": 8,
|
264 |
"is_parallel": true,
|
265 |
-
"self": 0.
|
266 |
}
|
267 |
}
|
268 |
},
|
269 |
"UnityEnvironment.step": {
|
270 |
-
"total": 0.
|
271 |
"count": 1,
|
272 |
"is_parallel": true,
|
273 |
-
"self": 0.
|
274 |
"children": {
|
275 |
"UnityEnvironment._generate_step_input": {
|
276 |
-
"total": 0.
|
277 |
"count": 1,
|
278 |
"is_parallel": true,
|
279 |
-
"self": 0.
|
280 |
},
|
281 |
"communicator.exchange": {
|
282 |
-
"total": 0.
|
283 |
"count": 1,
|
284 |
"is_parallel": true,
|
285 |
-
"self": 0.
|
286 |
},
|
287 |
"steps_from_proto": {
|
288 |
-
"total": 0.
|
289 |
"count": 1,
|
290 |
"is_parallel": true,
|
291 |
-
"self": 0.
|
292 |
"children": {
|
293 |
"_process_rank_one_or_two_observation": {
|
294 |
-
"total": 0.
|
295 |
"count": 8,
|
296 |
"is_parallel": true,
|
297 |
-
"self": 0.
|
298 |
}
|
299 |
}
|
300 |
}
|
@@ -303,34 +303,34 @@
|
|
303 |
}
|
304 |
},
|
305 |
"UnityEnvironment.step": {
|
306 |
-
"total":
|
307 |
-
"count":
|
308 |
"is_parallel": true,
|
309 |
-
"self":
|
310 |
"children": {
|
311 |
"UnityEnvironment._generate_step_input": {
|
312 |
-
"total":
|
313 |
-
"count":
|
314 |
"is_parallel": true,
|
315 |
-
"self":
|
316 |
},
|
317 |
"communicator.exchange": {
|
318 |
-
"total":
|
319 |
-
"count":
|
320 |
"is_parallel": true,
|
321 |
-
"self":
|
322 |
},
|
323 |
"steps_from_proto": {
|
324 |
-
"total":
|
325 |
-
"count":
|
326 |
"is_parallel": true,
|
327 |
-
"self":
|
328 |
"children": {
|
329 |
"_process_rank_one_or_two_observation": {
|
330 |
-
"total":
|
331 |
-
"count":
|
332 |
"is_parallel": true,
|
333 |
-
"self":
|
334 |
}
|
335 |
}
|
336 |
}
|
@@ -343,31 +343,24 @@
|
|
343 |
}
|
344 |
},
|
345 |
"trainer_advance": {
|
346 |
-
"total":
|
347 |
-
"count":
|
348 |
-
"self":
|
349 |
"children": {
|
350 |
"process_trajectory": {
|
351 |
-
"total":
|
352 |
-
"count":
|
353 |
-
"self":
|
354 |
-
"children": {
|
355 |
-
"RLTrainer._checkpoint": {
|
356 |
-
"total": 0.1868944020025083,
|
357 |
-
"count": 2,
|
358 |
-
"self": 0.1868944020025083
|
359 |
-
}
|
360 |
-
}
|
361 |
},
|
362 |
"_update_policy": {
|
363 |
-
"total":
|
364 |
-
"count":
|
365 |
-
"self":
|
366 |
"children": {
|
367 |
"TorchPPOOptimizer.update": {
|
368 |
-
"total":
|
369 |
-
"count":
|
370 |
-
"self":
|
371 |
}
|
372 |
}
|
373 |
}
|
@@ -376,19 +369,19 @@
|
|
376 |
}
|
377 |
},
|
378 |
"trainer_threads": {
|
379 |
-
"total": 7.
|
380 |
"count": 1,
|
381 |
-
"self": 7.
|
382 |
},
|
383 |
"TrainerController._save_models": {
|
384 |
-
"total": 0.
|
385 |
"count": 1,
|
386 |
-
"self": 0.
|
387 |
"children": {
|
388 |
"RLTrainer._checkpoint": {
|
389 |
-
"total": 0.
|
390 |
"count": 1,
|
391 |
-
"self": 0.
|
392 |
}
|
393 |
}
|
394 |
}
|
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"Pyramids.Policy.Entropy.mean": {
|
5 |
+
"value": 0.14686335623264313,
|
6 |
+
"min": 0.14086739718914032,
|
7 |
+
"max": 0.1524546891450882,
|
8 |
+
"count": 4
|
9 |
},
|
10 |
"Pyramids.Policy.Entropy.sum": {
|
11 |
+
"value": 4368.3037109375,
|
12 |
+
"min": 1516.8577880859375,
|
13 |
+
"max": 4615.1083984375,
|
14 |
+
"count": 4
|
15 |
},
|
16 |
"Pyramids.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 234.25384615384615,
|
18 |
+
"min": 189.0612244897959,
|
19 |
+
"max": 260.2173913043478,
|
20 |
+
"count": 4
|
21 |
},
|
22 |
"Pyramids.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 30453.0,
|
24 |
+
"min": 9264.0,
|
25 |
+
"max": 30453.0,
|
26 |
+
"count": 4
|
27 |
},
|
28 |
"Pyramids.Step.mean": {
|
29 |
+
"value": 2099921.0,
|
30 |
+
"min": 2009927.0,
|
31 |
+
"max": 2099921.0,
|
32 |
+
"count": 4
|
33 |
},
|
34 |
"Pyramids.Step.sum": {
|
35 |
+
"value": 2099921.0,
|
36 |
+
"min": 2009927.0,
|
37 |
+
"max": 2099921.0,
|
38 |
+
"count": 4
|
39 |
},
|
40 |
"Pyramids.Policy.ExtrinsicValueEstimate.mean": {
|
41 |
+
"value": 0.8053473234176636,
|
42 |
+
"min": 0.7133234739303589,
|
43 |
+
"max": 0.8290045261383057,
|
44 |
+
"count": 4
|
45 |
},
|
46 |
"Pyramids.Policy.ExtrinsicValueEstimate.sum": {
|
47 |
+
"value": 244.82559204101562,
|
48 |
+
"min": 79.23908996582031,
|
49 |
+
"max": 253.67538452148438,
|
50 |
+
"count": 4
|
51 |
},
|
52 |
"Pyramids.Policy.RndValueEstimate.mean": {
|
53 |
+
"value": 0.01725996471941471,
|
54 |
+
"min": -0.06481077522039413,
|
55 |
+
"max": 0.01725996471941471,
|
56 |
+
"count": 4
|
57 |
},
|
58 |
"Pyramids.Policy.RndValueEstimate.sum": {
|
59 |
+
"value": 5.2470293045043945,
|
60 |
+
"min": -12.610334396362305,
|
61 |
+
"max": 5.2470293045043945,
|
62 |
+
"count": 4
|
63 |
},
|
64 |
"Pyramids.Environment.CumulativeReward.mean": {
|
65 |
+
"value": 1.7503553699988585,
|
66 |
+
"min": 1.7207120570900112,
|
67 |
+
"max": 1.810938761550553,
|
68 |
+
"count": 4
|
69 |
},
|
70 |
"Pyramids.Environment.CumulativeReward.sum": {
|
71 |
+
"value": 227.5461980998516,
|
72 |
+
"min": 88.7359993159771,
|
73 |
+
"max": 227.5461980998516,
|
74 |
+
"count": 4
|
75 |
},
|
76 |
"Pyramids.Policy.ExtrinsicReward.mean": {
|
77 |
+
"value": 1.7503553699988585,
|
78 |
+
"min": 1.7207120570900112,
|
79 |
+
"max": 1.810938761550553,
|
80 |
+
"count": 4
|
81 |
},
|
82 |
"Pyramids.Policy.ExtrinsicReward.sum": {
|
83 |
+
"value": 227.5461980998516,
|
84 |
+
"min": 88.7359993159771,
|
85 |
+
"max": 227.5461980998516,
|
86 |
+
"count": 4
|
87 |
},
|
88 |
"Pyramids.Policy.RndReward.mean": {
|
89 |
+
"value": 0.018230752151878103,
|
90 |
+
"min": 0.015216292770655483,
|
91 |
+
"max": 0.02087518214358201,
|
92 |
+
"count": 4
|
93 |
},
|
94 |
"Pyramids.Policy.RndReward.sum": {
|
95 |
+
"value": 2.3699977797441534,
|
96 |
+
"min": 0.7455983457621187,
|
97 |
+
"max": 2.421521128655513,
|
98 |
+
"count": 4
|
99 |
},
|
100 |
"Pyramids.Losses.PolicyLoss.mean": {
|
101 |
+
"value": 0.045669686837520984,
|
102 |
+
"min": 0.045669686837520984,
|
103 |
+
"max": 0.05387836435693316,
|
104 |
+
"count": 4
|
105 |
},
|
106 |
"Pyramids.Losses.PolicyLoss.sum": {
|
107 |
+
"value": 0.6393756157252938,
|
108 |
+
"min": 0.21551345742773265,
|
109 |
+
"max": 0.6912090754485689,
|
110 |
+
"count": 4
|
111 |
},
|
112 |
"Pyramids.Losses.ValueLoss.mean": {
|
113 |
+
"value": 0.015640732158707187,
|
114 |
+
"min": 0.01431870764686859,
|
115 |
+
"max": 0.015640732158707187,
|
116 |
+
"count": 4
|
117 |
},
|
118 |
"Pyramids.Losses.ValueLoss.sum": {
|
119 |
+
"value": 0.21897025022190061,
|
120 |
+
"min": 0.0590569645864889,
|
121 |
+
"max": 0.22341725134756413,
|
122 |
+
"count": 4
|
123 |
},
|
124 |
"Pyramids.Policy.LearningRate.mean": {
|
125 |
+
"value": 6.917217573571425e-07,
|
126 |
+
"min": 6.917217573571425e-07,
|
127 |
+
"max": 4.507440730750002e-06,
|
128 |
+
"count": 4
|
129 |
},
|
130 |
"Pyramids.Policy.LearningRate.sum": {
|
131 |
+
"value": 9.684104602999994e-06,
|
132 |
+
"min": 9.684104602999994e-06,
|
133 |
+
"max": 5.038434961700002e-05,
|
134 |
+
"count": 4
|
135 |
},
|
136 |
"Pyramids.Policy.Epsilon.mean": {
|
137 |
+
"value": 0.09937753979591837,
|
138 |
+
"min": 0.09594338928571429,
|
139 |
+
"max": 0.09937753979591837,
|
140 |
+
"count": 4
|
141 |
},
|
142 |
"Pyramids.Policy.Epsilon.sum": {
|
143 |
+
"value": 1.3912855571428573,
|
144 |
+
"min": 0.38377355714285716,
|
145 |
+
"max": 1.4710937142857141,
|
146 |
+
"count": 4
|
147 |
},
|
148 |
"Pyramids.Policy.Beta.mean": {
|
149 |
+
"value": 7.909308265306118e-05,
|
150 |
+
"min": 7.909308265306118e-05,
|
151 |
+
"max": 0.00046028378928571445,
|
152 |
+
"count": 4
|
153 |
},
|
154 |
"Pyramids.Policy.Beta.sum": {
|
155 |
+
"value": 0.0011073031571428565,
|
156 |
+
"min": 0.0011073031571428565,
|
157 |
+
"max": 0.005173261700000002,
|
158 |
+
"count": 4
|
159 |
},
|
160 |
"Pyramids.Losses.RNDLoss.mean": {
|
161 |
+
"value": 0.00750921992585063,
|
162 |
+
"min": 0.007449968717992306,
|
163 |
+
"max": 0.007671576924622059,
|
164 |
+
"count": 4
|
165 |
},
|
166 |
"Pyramids.Losses.RNDLoss.sum": {
|
167 |
+
"value": 0.10512907803058624,
|
168 |
+
"min": 0.030686307698488235,
|
169 |
+
"max": 0.11174952983856201,
|
170 |
+
"count": 4
|
171 |
},
|
172 |
"Pyramids.IsTraining.mean": {
|
173 |
"value": 1.0,
|
174 |
"min": 1.0,
|
175 |
"max": 1.0,
|
176 |
+
"count": 4
|
177 |
},
|
178 |
"Pyramids.IsTraining.sum": {
|
179 |
"value": 1.0,
|
180 |
"min": 1.0,
|
181 |
"max": 1.0,
|
182 |
+
"count": 4
|
183 |
}
|
184 |
},
|
185 |
"metadata": {
|
186 |
"timer_format_version": "0.1.0",
|
187 |
+
"start_time_seconds": "1709849498",
|
188 |
"python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
|
189 |
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=PyramidsTraining2 --no-graphics --resume",
|
190 |
"mlagents_version": "1.1.0.dev0",
|
|
|
192 |
"communication_protocol_version": "1.5.0",
|
193 |
"pytorch_version": "2.2.1+cu121",
|
194 |
"numpy_version": "1.23.5",
|
195 |
+
"end_time_seconds": "1709849813"
|
196 |
},
|
197 |
+
"total": 315.26667822700256,
|
198 |
"count": 1,
|
199 |
+
"self": 0.6019607260059274,
|
200 |
"children": {
|
201 |
"run_training.setup": {
|
202 |
+
"total": 0.06336075699800858,
|
203 |
"count": 1,
|
204 |
+
"self": 0.06336075699800858
|
205 |
},
|
206 |
"TrainerController.start_learning": {
|
207 |
+
"total": 314.6013567439986,
|
208 |
"count": 1,
|
209 |
+
"self": 0.199611276100768,
|
210 |
"children": {
|
211 |
"TrainerController._reset_env": {
|
212 |
+
"total": 2.620254447996558,
|
213 |
"count": 1,
|
214 |
+
"self": 2.620254447996558
|
215 |
},
|
216 |
"TrainerController.advance": {
|
217 |
+
"total": 311.6721845939028,
|
218 |
+
"count": 6653,
|
219 |
+
"self": 0.22345633607619675,
|
220 |
"children": {
|
221 |
"env_step": {
|
222 |
+
"total": 193.677894733024,
|
223 |
+
"count": 6653,
|
224 |
+
"self": 178.74847731585032,
|
225 |
"children": {
|
226 |
"SubprocessEnvManager._take_step": {
|
227 |
+
"total": 14.803519072062045,
|
228 |
+
"count": 6653,
|
229 |
+
"self": 0.523928353923111,
|
230 |
"children": {
|
231 |
"TorchPolicy.evaluate": {
|
232 |
+
"total": 14.279590718138934,
|
233 |
+
"count": 6308,
|
234 |
+
"self": 14.279590718138934
|
235 |
}
|
236 |
}
|
237 |
},
|
238 |
"workers": {
|
239 |
+
"total": 0.12589834511163644,
|
240 |
+
"count": 6653,
|
241 |
"self": 0.0,
|
242 |
"children": {
|
243 |
"worker_root": {
|
244 |
+
"total": 314.0457970251664,
|
245 |
+
"count": 6653,
|
246 |
"is_parallel": true,
|
247 |
+
"self": 149.29729433146713,
|
248 |
"children": {
|
249 |
"run_training.setup": {
|
250 |
"total": 0.0,
|
|
|
253 |
"self": 0.0,
|
254 |
"children": {
|
255 |
"steps_from_proto": {
|
256 |
+
"total": 0.0027240900017204694,
|
257 |
"count": 1,
|
258 |
"is_parallel": true,
|
259 |
+
"self": 0.0007551800117653329,
|
260 |
"children": {
|
261 |
"_process_rank_one_or_two_observation": {
|
262 |
+
"total": 0.0019689099899551366,
|
263 |
"count": 8,
|
264 |
"is_parallel": true,
|
265 |
+
"self": 0.0019689099899551366
|
266 |
}
|
267 |
}
|
268 |
},
|
269 |
"UnityEnvironment.step": {
|
270 |
+
"total": 0.051165728000341915,
|
271 |
"count": 1,
|
272 |
"is_parallel": true,
|
273 |
+
"self": 0.0006359199978760444,
|
274 |
"children": {
|
275 |
"UnityEnvironment._generate_step_input": {
|
276 |
+
"total": 0.0004655800003092736,
|
277 |
"count": 1,
|
278 |
"is_parallel": true,
|
279 |
+
"self": 0.0004655800003092736
|
280 |
},
|
281 |
"communicator.exchange": {
|
282 |
+
"total": 0.04856568800096284,
|
283 |
"count": 1,
|
284 |
"is_parallel": true,
|
285 |
+
"self": 0.04856568800096284
|
286 |
},
|
287 |
"steps_from_proto": {
|
288 |
+
"total": 0.00149854000119376,
|
289 |
"count": 1,
|
290 |
"is_parallel": true,
|
291 |
+
"self": 0.0003199400052835699,
|
292 |
"children": {
|
293 |
"_process_rank_one_or_two_observation": {
|
294 |
+
"total": 0.00117859999591019,
|
295 |
"count": 8,
|
296 |
"is_parallel": true,
|
297 |
+
"self": 0.00117859999591019
|
298 |
}
|
299 |
}
|
300 |
}
|
|
|
303 |
}
|
304 |
},
|
305 |
"UnityEnvironment.step": {
|
306 |
+
"total": 164.74850269369927,
|
307 |
+
"count": 6652,
|
308 |
"is_parallel": true,
|
309 |
+
"self": 3.9677036714710994,
|
310 |
"children": {
|
311 |
"UnityEnvironment._generate_step_input": {
|
312 |
+
"total": 2.036080707104702,
|
313 |
+
"count": 6652,
|
314 |
"is_parallel": true,
|
315 |
+
"self": 2.036080707104702
|
316 |
},
|
317 |
"communicator.exchange": {
|
318 |
+
"total": 148.8719915580623,
|
319 |
+
"count": 6652,
|
320 |
"is_parallel": true,
|
321 |
+
"self": 148.8719915580623
|
322 |
},
|
323 |
"steps_from_proto": {
|
324 |
+
"total": 9.872726757061173,
|
325 |
+
"count": 6652,
|
326 |
"is_parallel": true,
|
327 |
+
"self": 2.210711467632791,
|
328 |
"children": {
|
329 |
"_process_rank_one_or_two_observation": {
|
330 |
+
"total": 7.662015289428382,
|
331 |
+
"count": 53216,
|
332 |
"is_parallel": true,
|
333 |
+
"self": 7.662015289428382
|
334 |
}
|
335 |
}
|
336 |
}
|
|
|
343 |
}
|
344 |
},
|
345 |
"trainer_advance": {
|
346 |
+
"total": 117.77083352480258,
|
347 |
+
"count": 6653,
|
348 |
+
"self": 0.39953413871626253,
|
349 |
"children": {
|
350 |
"process_trajectory": {
|
351 |
+
"total": 13.724161448091763,
|
352 |
+
"count": 6653,
|
353 |
+
"self": 13.724161448091763
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
},
|
355 |
"_update_policy": {
|
356 |
+
"total": 103.64713793799456,
|
357 |
+
"count": 47,
|
358 |
+
"self": 34.89935663793949,
|
359 |
"children": {
|
360 |
"TorchPPOOptimizer.update": {
|
361 |
+
"total": 68.74778130005507,
|
362 |
+
"count": 1880,
|
363 |
+
"self": 68.74778130005507
|
364 |
}
|
365 |
}
|
366 |
}
|
|
|
369 |
}
|
370 |
},
|
371 |
"trainer_threads": {
|
372 |
+
"total": 7.999988156370819e-07,
|
373 |
"count": 1,
|
374 |
+
"self": 7.999988156370819e-07
|
375 |
},
|
376 |
"TrainerController._save_models": {
|
377 |
+
"total": 0.10930562599969562,
|
378 |
"count": 1,
|
379 |
+
"self": 0.0030194499995559454,
|
380 |
"children": {
|
381 |
"RLTrainer._checkpoint": {
|
382 |
+
"total": 0.10628617600013968,
|
383 |
"count": 1,
|
384 |
+
"self": 0.10628617600013968
|
385 |
}
|
386 |
}
|
387 |
}
|
run_logs/training_status.json
CHANGED
@@ -1,15 +1,6 @@
|
|
1 |
{
|
2 |
"Pyramids": {
|
3 |
"checkpoints": [
|
4 |
-
{
|
5 |
-
"steps": 999911,
|
6 |
-
"file_path": "results/PyramidsTraining2/Pyramids/Pyramids-999911.onnx",
|
7 |
-
"reward": 1.716599988937378,
|
8 |
-
"creation_time": 1709844961.6339633,
|
9 |
-
"auxillary_file_paths": [
|
10 |
-
"results/PyramidsTraining2/Pyramids/Pyramids-999911.pt"
|
11 |
-
]
|
12 |
-
},
|
13 |
{
|
14 |
"steps": 1000039,
|
15 |
"file_path": "results/PyramidsTraining2/Pyramids/Pyramids-1000039.onnx",
|
@@ -45,15 +36,24 @@
|
|
45 |
"auxillary_file_paths": [
|
46 |
"results/PyramidsTraining2/Pyramids/Pyramids-2000102.pt"
|
47 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
}
|
49 |
],
|
50 |
"final_checkpoint": {
|
51 |
-
"steps":
|
52 |
"file_path": "results/PyramidsTraining2/Pyramids.onnx",
|
53 |
-
"reward": 1.
|
54 |
-
"creation_time":
|
55 |
"auxillary_file_paths": [
|
56 |
-
"results/PyramidsTraining2/Pyramids/Pyramids-
|
57 |
]
|
58 |
}
|
59 |
},
|
|
|
1 |
{
|
2 |
"Pyramids": {
|
3 |
"checkpoints": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{
|
5 |
"steps": 1000039,
|
6 |
"file_path": "results/PyramidsTraining2/Pyramids/Pyramids-1000039.onnx",
|
|
|
36 |
"auxillary_file_paths": [
|
37 |
"results/PyramidsTraining2/Pyramids/Pyramids-2000102.pt"
|
38 |
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 2100049,
|
42 |
+
"file_path": "results/PyramidsTraining2/Pyramids/Pyramids-2100049.onnx",
|
43 |
+
"reward": 1.790499970316887,
|
44 |
+
"creation_time": 1709849812.783655,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results/PyramidsTraining2/Pyramids/Pyramids-2100049.pt"
|
47 |
+
]
|
48 |
}
|
49 |
],
|
50 |
"final_checkpoint": {
|
51 |
+
"steps": 2100049,
|
52 |
"file_path": "results/PyramidsTraining2/Pyramids.onnx",
|
53 |
+
"reward": 1.790499970316887,
|
54 |
+
"creation_time": 1709849812.783655,
|
55 |
"auxillary_file_paths": [
|
56 |
+
"results/PyramidsTraining2/Pyramids/Pyramids-2100049.pt"
|
57 |
]
|
58 |
}
|
59 |
},
|