torkable commited on
Commit
85d6b4d
·
verified ·
1 Parent(s): 2454986

second push

Browse files
Pyramids.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd886f33298552e9e969e262c0bd6d6ef8983ab35df404580baa5442b9119943
3
- size 1420238
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86c3767cc400d8118d034c5402bad70a9729caf9ee2a2f3aa2eb60e98b861d8
3
+ size 2476652
Pyramids/Pyramids-1000123.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86c3767cc400d8118d034c5402bad70a9729caf9ee2a2f3aa2eb60e98b861d8
3
+ size 2476652
Pyramids/Pyramids-1000123.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b2bd113152f30ba350876593add8a00e0ecb6c65ef35ae8aeea6313011c5be
3
+ size 14980859
Pyramids/Pyramids-499981.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bc0e8c01efeef01a6a0fcdfff8a59be674190c79cef65ab9cb22a09dee2cdd
3
+ size 2476652
Pyramids/Pyramids-499981.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:badd7f83bca7dacea23521410368e33b532626d0b4132dffb286be26007f7d21
3
+ size 14980740
Pyramids/Pyramids-999995.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f009e4a71af2ccdedd4f2fa9aeaa9fd64fcd5ea9c1f91a0a0d46f7260038988f
3
+ size 2476652
Pyramids/Pyramids-999995.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b580bb4d2fdd73b89316a76a79ba730cbfc43468be2f40402649ca933b184222
3
+ size 14980740
Pyramids/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef866ac36a67615b9c61d1e77a69bcc4bc0801cce7cb278ce56f12282824503e
3
- size 8655778
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01484c821f9a851b1eb661e51bec7f96cff2b5d84936125014f171cbbd5c4bf
3
+ size 14980145
Pyramids/events.out.tfevents.1736906554.19aa2fa544cb.39002.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f29d1bf10fa5afd0e829d75cbbb3214eb80e76de330f9d5127cfc12bacd635
3
+ size 333538
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "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": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "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": 1000000, "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": "Pyramids Training", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 256, "buffer_size": 4096, "learning_rate": 0.0002, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": true, "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": 1000000, "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": "Pyramids Training v2", "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 CHANGED
@@ -3,9 +3,9 @@ behaviors:
3
  Pyramids:
4
  trainer_type: ppo
5
  hyperparameters:
6
- batch_size: 128
7
- buffer_size: 2048
8
- learning_rate: 0.0003
9
  beta: 0.01
10
  epsilon: 0.2
11
  lambd: 0.95
@@ -16,9 +16,9 @@ behaviors:
16
  epsilon_schedule: linear
17
  checkpoint_interval: 500000
18
  network_settings:
19
- normalize: false
20
  hidden_units: 512
21
- num_layers: 2
22
  vis_encode_type: simple
23
  memory: null
24
  goal_conditioning_type: hyper
@@ -79,7 +79,7 @@ engine_settings:
79
  no_graphics_monitor: false
80
  environment_parameters: null
81
  checkpoint_settings:
82
- run_id: Pyramids Training
83
  initialize_from: null
84
  load_model: false
85
  resume: false
 
3
  Pyramids:
4
  trainer_type: ppo
5
  hyperparameters:
6
+ batch_size: 256
7
+ buffer_size: 4096
8
+ learning_rate: 0.0002
9
  beta: 0.01
10
  epsilon: 0.2
11
  lambd: 0.95
 
16
  epsilon_schedule: linear
17
  checkpoint_interval: 500000
18
  network_settings:
19
+ normalize: true
20
  hidden_units: 512
21
+ num_layers: 3
22
  vis_encode_type: simple
23
  memory: null
24
  goal_conditioning_type: hyper
 
79
  no_graphics_monitor: false
80
  environment_parameters: null
81
  checkpoint_settings:
82
+ run_id: Pyramids Training v2
83
  initialize_from: null
84
  load_model: false
85
  resume: false
run_logs/Player-0.log CHANGED
@@ -1,12 +1,9 @@
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.2
4
- Multi-casting "[IP] 172.28.0.2 [Port] 55502 [Flags] 2 [Guid] 929253325 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.28.0.2) [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
- PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
8
- PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/UnityEnvironment
9
- Unable to load player prefs
10
  Initialize engine version: 2021.3.5f1 (40eb3a945986)
11
  [Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
12
  Forcing GfxDevice: Null
@@ -36,7 +33,7 @@ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
36
  FMOD failed to initialize the output device.: "Error initializing output device. " (60)
37
  FMOD initialized on nosound output
38
  Begin MonoManager ReloadAssembly
39
- - Completed reload, in 0.091 seconds
40
  ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
  ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
  ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
@@ -68,7 +65,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
68
  WARNING: Shader Unsupported: 'Standard' - All subshaders removed
69
  WARNING: Shader Did you use #pragma only_renderers and omit this platform?
70
  WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
71
- UnloadTime: 0.826042 ms
72
  ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
73
  requesting resize 84 x 84
74
  Setting up 4 worker threads for Enlighten.
@@ -76,7 +73,7 @@ PlayerConnection::CleanupMemory Statistics:
76
  [ALLOC_TEMP_TLS] TLS Allocator
77
  StackAllocators :
78
  [ALLOC_TEMP_MAIN]
79
- Peak usage frame count: [16.0 KB-32.0 KB]: 7075 frames, [32.0 KB-64.0 KB]: 9445 frames, [64.0 KB-128.0 KB]: 2246 frames, [2.0 MB-4.0 MB]: 1 frames
80
  Initial Block Size 4.0 MB
81
  Current Block Size 4.0 MB
82
  Peak Allocated Bytes 2.0 MB
@@ -94,7 +91,7 @@ PlayerConnection::CleanupMemory Statistics:
94
  [ALLOC_TEMP_Job.Worker 4]
95
  Initial Block Size 256.0 KB
96
  Current Block Size 256.0 KB
97
- Peak Allocated Bytes 0.8 KB
98
  Overflow Count 0
99
  [ALLOC_TEMP_Background Job.Worker 6]
100
  Initial Block Size 32.0 KB
@@ -189,7 +186,7 @@ PlayerConnection::CleanupMemory Statistics:
189
  [ALLOC_TEMP_Job.Worker 2]
190
  Initial Block Size 256.0 KB
191
  Current Block Size 256.0 KB
192
- Peak Allocated Bytes 0 B
193
  Overflow Count 0
194
  [ALLOC_TEMP_Background Job.Worker 0]
195
  Initial Block Size 32.0 KB
@@ -237,28 +234,28 @@ PlayerConnection::CleanupMemory Statistics:
237
  Peak Allocated Bytes 128 B
238
  Overflow Count 0
239
  [ALLOC_MEMORYPROFILER]
240
- Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18468 frames
241
  Requested Block Size 1.0 MB
242
  Peak Block count 2
243
  Peak Allocated memory 1.6 MB
244
  Peak Large allocation bytes 0 B
245
  [ALLOC_DEFAULT] Dual Thread Allocator
246
- Peak main deferred allocation count 12853
247
  [ALLOC_BUCKET]
248
  Large Block size 4.0 MB
249
  Used Block count 1
250
  Peak Allocated bytes 1.7 MB
251
  [ALLOC_DEFAULT_MAIN]
252
- Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 18766 frames
253
  Requested Block Size 16.0 MB
254
  Peak Block count 3
255
- Peak Allocated memory 29.9 MB
256
  Peak Large allocation bytes 0 B
257
  [ALLOC_DEFAULT_THREAD]
258
- Peak usage frame count: [16.0 MB-32.0 MB]: 18767 frames
259
  Requested Block Size 16.0 MB
260
  Peak Block count 1
261
- Peak Allocated memory 26.5 MB
262
  Peak Large allocation bytes 16.0 MB
263
  [ALLOC_TEMP_JOB_1_FRAME]
264
  Initial Block Size 2.0 MB
@@ -287,13 +284,13 @@ PlayerConnection::CleanupMemory Statistics:
287
  Used Block count 1
288
  Peak Allocated bytes 1.7 MB
289
  [ALLOC_GFX_MAIN]
290
- Peak usage frame count: [32.0 KB-64.0 KB]: 18766 frames, [64.0 KB-128.0 KB]: 1 frames
291
  Requested Block Size 16.0 MB
292
  Peak Block count 1
293
  Peak Allocated memory 67.0 KB
294
  Peak Large allocation bytes 0 B
295
  [ALLOC_GFX_THREAD]
296
- Peak usage frame count: [64.0 KB-128.0 KB]: 18767 frames
297
  Requested Block Size 16.0 MB
298
  Peak Block count 1
299
  Peak Allocated memory 67.7 KB
@@ -305,13 +302,13 @@ PlayerConnection::CleanupMemory Statistics:
305
  Used Block count 1
306
  Peak Allocated bytes 1.7 MB
307
  [ALLOC_CACHEOBJECTS_MAIN]
308
- Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18468 frames
309
  Requested Block Size 4.0 MB
310
  Peak Block count 1
311
  Peak Allocated memory 1.4 MB
312
  Peak Large allocation bytes 0 B
313
  [ALLOC_CACHEOBJECTS_THREAD]
314
- Peak usage frame count: [1.0 MB-2.0 MB]: 18766 frames, [4.0 MB-8.0 MB]: 1 frames
315
  Requested Block Size 4.0 MB
316
  Peak Block count 2
317
  Peak Allocated memory 4.7 MB
@@ -323,19 +320,19 @@ PlayerConnection::CleanupMemory Statistics:
323
  Used Block count 1
324
  Peak Allocated bytes 1.7 MB
325
  [ALLOC_TYPETREE_MAIN]
326
- Peak usage frame count: [0-1.0 KB]: 18767 frames
327
  Requested Block Size 2.0 MB
328
  Peak Block count 1
329
  Peak Allocated memory 1.0 KB
330
  Peak Large allocation bytes 0 B
331
  [ALLOC_TYPETREE_THREAD]
332
- Peak usage frame count: [1.0 KB-2.0 KB]: 18767 frames
333
  Requested Block Size 2.0 MB
334
  Peak Block count 1
335
  Peak Allocated memory 1.9 KB
336
  Peak Large allocation bytes 0 B
337
  [ALLOC_PROFILER]
338
- Peak usage frame count: [16.0 KB-32.0 KB]: 18767 frames
339
  Requested Block Size 16.0 MB
340
  Peak Block count 1
341
  Peak Allocated memory 31.4 KB
@@ -344,4 +341,4 @@ PlayerConnection::CleanupMemory Statistics:
344
  Large Block size 4.0 MB
345
  Used Block count 1
346
  Peak Allocated bytes 396 B
347
- ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1736904890930,"processId":25582,"allocatedMemory":1976109,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34628},{"Manager":13963},{"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":3808},{"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}]}
 
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.2
4
+ Multi-casting "[IP] 172.28.0.2 [Port] 55412 [Flags] 2 [Guid] 3649472815 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.28.0.2) [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)
8
  [Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
9
  Forcing GfxDevice: Null
 
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.090 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)
 
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: 0.789946 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 4 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]: 6023 frames, [32.0 KB-64.0 KB]: 8466 frames, [64.0 KB-128.0 KB]: 4281 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
 
91
  [ALLOC_TEMP_Job.Worker 4]
92
  Initial Block Size 256.0 KB
93
  Current Block Size 256.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
 
186
  [ALLOC_TEMP_Job.Worker 2]
187
  Initial Block Size 256.0 KB
188
  Current Block Size 256.0 KB
189
+ Peak Allocated Bytes 0.8 KB
190
  Overflow Count 0
191
  [ALLOC_TEMP_Background Job.Worker 0]
192
  Initial Block Size 32.0 KB
 
234
  Peak Allocated Bytes 128 B
235
  Overflow Count 0
236
  [ALLOC_MEMORYPROFILER]
237
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18472 frames
238
  Requested Block Size 1.0 MB
239
  Peak Block count 2
240
  Peak Allocated memory 1.6 MB
241
  Peak Large allocation bytes 0 B
242
  [ALLOC_DEFAULT] Dual Thread Allocator
243
+ Peak main deferred allocation count 12212
244
  [ALLOC_BUCKET]
245
  Large Block size 4.0 MB
246
  Used Block count 1
247
  Peak Allocated bytes 1.7 MB
248
  [ALLOC_DEFAULT_MAIN]
249
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 18770 frames
250
  Requested Block Size 16.0 MB
251
  Peak Block count 3
252
+ Peak Allocated memory 30.5 MB
253
  Peak Large allocation bytes 0 B
254
  [ALLOC_DEFAULT_THREAD]
255
+ Peak usage frame count: [16.0 MB-32.0 MB]: 18771 frames
256
  Requested Block Size 16.0 MB
257
  Peak Block count 1
258
+ Peak Allocated memory 25.9 MB
259
  Peak Large allocation bytes 16.0 MB
260
  [ALLOC_TEMP_JOB_1_FRAME]
261
  Initial Block Size 2.0 MB
 
284
  Used Block count 1
285
  Peak Allocated bytes 1.7 MB
286
  [ALLOC_GFX_MAIN]
287
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18770 frames, [64.0 KB-128.0 KB]: 1 frames
288
  Requested Block Size 16.0 MB
289
  Peak Block count 1
290
  Peak Allocated memory 67.0 KB
291
  Peak Large allocation bytes 0 B
292
  [ALLOC_GFX_THREAD]
293
+ Peak usage frame count: [64.0 KB-128.0 KB]: 18771 frames
294
  Requested Block Size 16.0 MB
295
  Peak Block count 1
296
  Peak Allocated memory 67.7 KB
 
302
  Used Block count 1
303
  Peak Allocated bytes 1.7 MB
304
  [ALLOC_CACHEOBJECTS_MAIN]
305
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18472 frames
306
  Requested Block Size 4.0 MB
307
  Peak Block count 1
308
  Peak Allocated memory 1.4 MB
309
  Peak Large allocation bytes 0 B
310
  [ALLOC_CACHEOBJECTS_THREAD]
311
+ Peak usage frame count: [1.0 MB-2.0 MB]: 18770 frames, [4.0 MB-8.0 MB]: 1 frames
312
  Requested Block Size 4.0 MB
313
  Peak Block count 2
314
  Peak Allocated memory 4.7 MB
 
320
  Used Block count 1
321
  Peak Allocated bytes 1.7 MB
322
  [ALLOC_TYPETREE_MAIN]
323
+ Peak usage frame count: [0-1.0 KB]: 18771 frames
324
  Requested Block Size 2.0 MB
325
  Peak Block count 1
326
  Peak Allocated memory 1.0 KB
327
  Peak Large allocation bytes 0 B
328
  [ALLOC_TYPETREE_THREAD]
329
+ Peak usage frame count: [1.0 KB-2.0 KB]: 18771 frames
330
  Requested Block Size 2.0 MB
331
  Peak Block count 1
332
  Peak Allocated memory 1.9 KB
333
  Peak Large allocation bytes 0 B
334
  [ALLOC_PROFILER]
335
+ Peak usage frame count: [16.0 KB-32.0 KB]: 18771 frames
336
  Requested Block Size 16.0 MB
337
  Peak Block count 1
338
  Peak Allocated memory 31.4 KB
 
341
  Large Block size 4.0 MB
342
  Used Block count 1
343
  Peak Allocated bytes 396 B
344
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1736908191587,"processId":39066,"allocatedMemory":1976109,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34628},{"Manager":13963},{"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":3808},{"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,171 +2,171 @@
2
  "name": "root",
3
  "gauges": {
4
  "Pyramids.Policy.Entropy.mean": {
5
- "value": 0.43187403678894043,
6
- "min": 0.43187403678894043,
7
- "max": 1.391715168952942,
8
  "count": 33
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
- "value": 12907.8515625,
12
- "min": 12907.8515625,
13
- "max": 42219.0703125,
14
  "count": 33
15
  },
16
  "Pyramids.Step.mean": {
17
- "value": 989903.0,
18
  "min": 29952.0,
19
- "max": 989903.0,
20
  "count": 33
21
  },
22
  "Pyramids.Step.sum": {
23
- "value": 989903.0,
24
  "min": 29952.0,
25
- "max": 989903.0,
26
  "count": 33
27
  },
28
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
- "value": 0.30247893929481506,
30
- "min": -0.08212973922491074,
31
- "max": 0.35921433568000793,
32
  "count": 33
33
  },
34
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
- "value": 78.94700622558594,
36
- "min": -19.875396728515625,
37
- "max": 94.47337341308594,
38
  "count": 33
39
  },
40
  "Pyramids.Policy.RndValueEstimate.mean": {
41
- "value": 0.009340688586235046,
42
- "min": -0.04220491275191307,
43
- "max": 0.2274199277162552,
44
  "count": 33
45
  },
46
  "Pyramids.Policy.RndValueEstimate.sum": {
47
- "value": 2.4379196166992188,
48
- "min": -10.67784309387207,
49
- "max": 54.58078384399414,
50
  "count": 33
51
  },
52
  "Pyramids.Losses.PolicyLoss.mean": {
53
- "value": 0.06729751450932651,
54
- "min": 0.06561639717700488,
55
- "max": 0.074308342815909,
56
  "count": 33
57
  },
58
  "Pyramids.Losses.PolicyLoss.sum": {
59
- "value": 0.9421652031305712,
60
- "min": 0.4898390478846596,
61
- "max": 1.0755080279389708,
62
  "count": 33
63
  },
64
  "Pyramids.Losses.ValueLoss.mean": {
65
- "value": 0.012101668819793432,
66
- "min": 0.00015621855073405665,
67
- "max": 0.012749765474013875,
68
  "count": 33
69
  },
70
  "Pyramids.Losses.ValueLoss.sum": {
71
- "value": 0.16942336347710804,
72
- "min": 0.0020308411595427365,
73
- "max": 0.17849671663619424,
74
  "count": 33
75
  },
76
  "Pyramids.Policy.LearningRate.mean": {
77
- "value": 7.4878403612285675e-06,
78
- "min": 7.4878403612285675e-06,
79
- "max": 0.00029515063018788575,
80
  "count": 33
81
  },
82
  "Pyramids.Policy.LearningRate.sum": {
83
- "value": 0.00010482976505719995,
84
- "min": 0.00010482976505719995,
85
- "max": 0.0036333499888833998,
86
  "count": 33
87
  },
88
  "Pyramids.Policy.Epsilon.mean": {
89
- "value": 0.10249591428571428,
90
- "min": 0.10249591428571428,
91
- "max": 0.19838354285714285,
92
  "count": 33
93
  },
94
  "Pyramids.Policy.Epsilon.sum": {
95
- "value": 1.4349428,
96
- "min": 1.3691136000000002,
97
- "max": 2.611116600000001,
98
  "count": 33
99
  },
100
  "Pyramids.Policy.Beta.mean": {
101
- "value": 0.0002593418371428571,
102
- "min": 0.0002593418371428571,
103
- "max": 0.00983851593142857,
104
  "count": 33
105
  },
106
  "Pyramids.Policy.Beta.sum": {
107
- "value": 0.0036307857199999994,
108
- "min": 0.0036307857199999994,
109
- "max": 0.12113054834000002,
110
  "count": 33
111
  },
112
  "Pyramids.Losses.RNDLoss.mean": {
113
- "value": 0.008994733914732933,
114
- "min": 0.008994733914732933,
115
- "max": 0.4135468304157257,
116
  "count": 33
117
  },
118
  "Pyramids.Losses.RNDLoss.sum": {
119
- "value": 0.12592627108097076,
120
- "min": 0.12592627108097076,
121
- "max": 2.8948278427124023,
122
  "count": 33
123
  },
124
  "Pyramids.Environment.EpisodeLength.mean": {
125
- "value": 531.3898305084746,
126
- "min": 478.0806451612903,
127
  "max": 999.0,
128
  "count": 33
129
  },
130
  "Pyramids.Environment.EpisodeLength.sum": {
131
- "value": 31352.0,
132
  "min": 15984.0,
133
- "max": 32261.0,
134
  "count": 33
135
  },
136
  "Pyramids.Environment.CumulativeReward.mean": {
137
- "value": 1.1295152211845931,
138
  "min": -1.0000000521540642,
139
- "max": 1.247175406468542,
140
  "count": 33
141
  },
142
  "Pyramids.Environment.CumulativeReward.sum": {
143
- "value": 66.641398049891,
144
- "min": -32.000001668930054,
145
- "max": 72.35399839282036,
146
  "count": 33
147
  },
148
  "Pyramids.Policy.ExtrinsicReward.mean": {
149
- "value": 1.1295152211845931,
150
  "min": -1.0000000521540642,
151
- "max": 1.247175406468542,
152
  "count": 33
153
  },
154
  "Pyramids.Policy.ExtrinsicReward.sum": {
155
- "value": 66.641398049891,
156
- "min": -32.000001668930054,
157
- "max": 72.35399839282036,
158
  "count": 33
159
  },
160
  "Pyramids.Policy.RndReward.mean": {
161
- "value": 0.05053446098562267,
162
- "min": 0.048023742093186404,
163
- "max": 8.126080268993974,
164
  "count": 33
165
  },
166
  "Pyramids.Policy.RndReward.sum": {
167
- "value": 2.9815331981517375,
168
- "min": 2.977472009777557,
169
- "max": 130.01728430390358,
170
  "count": 33
171
  },
172
  "Pyramids.IsTraining.mean": {
@@ -184,67 +184,67 @@
184
  },
185
  "metadata": {
186
  "timer_format_version": "0.1.0",
187
- "start_time_seconds": "1736903316",
188
  "python_version": "3.10.12 (main, Nov 6 2024, 20:22:13) [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=Pyramids Training --no-graphics",
190
  "mlagents_version": "1.2.0.dev0",
191
  "mlagents_envs_version": "1.2.0.dev0",
192
  "communication_protocol_version": "1.5.0",
193
  "pytorch_version": "2.5.1+cu121",
194
  "numpy_version": "1.23.5",
195
- "end_time_seconds": "1736904890"
196
  },
197
- "total": 1574.5144424239998,
198
  "count": 1,
199
- "self": 0.32207940299940674,
200
  "children": {
201
  "run_training.setup": {
202
- "total": 0.054595546999735234,
203
  "count": 1,
204
- "self": 0.054595546999735234
205
  },
206
  "TrainerController.start_learning": {
207
- "total": 1574.1377674740006,
208
  "count": 1,
209
- "self": 1.1657887360097448,
210
  "children": {
211
  "TrainerController._reset_env": {
212
- "total": 2.034048982999593,
213
  "count": 1,
214
- "self": 2.034048982999593
215
  },
216
  "TrainerController.advance": {
217
- "total": 1570.8574966099923,
218
- "count": 63480,
219
- "self": 1.1759522830734568,
220
  "children": {
221
  "env_step": {
222
- "total": 984.2788708609678,
223
- "count": 63480,
224
- "self": 853.0373787290073,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
- "total": 130.51944839393764,
228
- "count": 63480,
229
- "self": 4.1716386990156025,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
- "total": 126.34780969492203,
233
- "count": 62556,
234
- "self": 126.34780969492203
235
  }
236
  }
237
  },
238
  "workers": {
239
- "total": 0.7220437380228759,
240
- "count": 63480,
241
  "self": 0.0,
242
  "children": {
243
  "worker_root": {
244
- "total": 1572.1892510139514,
245
- "count": 63480,
246
  "is_parallel": true,
247
- "self": 807.8737398078783,
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.0020529049998003757,
257
  "count": 1,
258
  "is_parallel": true,
259
- "self": 0.0007027480005490361,
260
  "children": {
261
  "_process_rank_one_or_two_observation": {
262
- "total": 0.0013501569992513396,
263
  "count": 8,
264
  "is_parallel": true,
265
- "self": 0.0013501569992513396
266
  }
267
  }
268
  },
269
  "UnityEnvironment.step": {
270
- "total": 0.03405813300014415,
271
  "count": 1,
272
  "is_parallel": true,
273
- "self": 0.00048459600020578364,
274
  "children": {
275
  "UnityEnvironment._generate_step_input": {
276
- "total": 0.00028952299999218667,
277
  "count": 1,
278
  "is_parallel": true,
279
- "self": 0.00028952299999218667
280
  },
281
  "communicator.exchange": {
282
- "total": 0.03201261199956207,
283
  "count": 1,
284
  "is_parallel": true,
285
- "self": 0.03201261199956207
286
  },
287
  "steps_from_proto": {
288
- "total": 0.0012714020003841142,
289
  "count": 1,
290
  "is_parallel": true,
291
- "self": 0.0002964670002256753,
292
  "children": {
293
  "_process_rank_one_or_two_observation": {
294
- "total": 0.0009749350001584389,
295
  "count": 8,
296
  "is_parallel": true,
297
- "self": 0.0009749350001584389
298
  }
299
  }
300
  }
@@ -303,34 +303,34 @@
303
  }
304
  },
305
  "UnityEnvironment.step": {
306
- "total": 764.3155112060731,
307
- "count": 63479,
308
  "is_parallel": true,
309
- "self": 20.84254747104478,
310
  "children": {
311
  "UnityEnvironment._generate_step_input": {
312
- "total": 13.970572044018809,
313
- "count": 63479,
314
  "is_parallel": true,
315
- "self": 13.970572044018809
316
  },
317
  "communicator.exchange": {
318
- "total": 667.0999962330197,
319
- "count": 63479,
320
  "is_parallel": true,
321
- "self": 667.0999962330197
322
  },
323
  "steps_from_proto": {
324
- "total": 62.40239545798977,
325
- "count": 63479,
326
  "is_parallel": true,
327
- "self": 13.187877370239221,
328
  "children": {
329
  "_process_rank_one_or_two_observation": {
330
- "total": 49.21451808775055,
331
- "count": 507832,
332
  "is_parallel": true,
333
- "self": 49.21451808775055
334
  }
335
  }
336
  }
@@ -343,31 +343,31 @@
343
  }
344
  },
345
  "trainer_advance": {
346
- "total": 585.402673465951,
347
- "count": 63480,
348
- "self": 2.1966554031023406,
349
  "children": {
350
  "process_trajectory": {
351
- "total": 114.25299750286013,
352
- "count": 63480,
353
- "self": 114.06045811086005,
354
  "children": {
355
  "RLTrainer._checkpoint": {
356
- "total": 0.19253939200007153,
357
  "count": 2,
358
- "self": 0.19253939200007153
359
  }
360
  }
361
  },
362
  "_update_policy": {
363
- "total": 468.95302055998854,
364
- "count": 448,
365
- "self": 257.0993368249601,
366
  "children": {
367
  "TorchPPOOptimizer.update": {
368
- "total": 211.85368373502843,
369
- "count": 22803,
370
- "self": 211.85368373502843
371
  }
372
  }
373
  }
@@ -376,19 +376,19 @@
376
  }
377
  },
378
  "trainer_threads": {
379
- "total": 1.0039993867394514e-06,
380
  "count": 1,
381
- "self": 1.0039993867394514e-06
382
  },
383
  "TrainerController._save_models": {
384
- "total": 0.08043214099961915,
385
  "count": 1,
386
- "self": 0.0014224249998733285,
387
  "children": {
388
  "RLTrainer._checkpoint": {
389
- "total": 0.07900971599974582,
390
  "count": 1,
391
- "self": 0.07900971599974582
392
  }
393
  }
394
  }
 
2
  "name": "root",
3
  "gauges": {
4
  "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.23151110112667084,
6
+ "min": 0.2050740122795105,
7
+ "max": 1.5532217025756836,
8
  "count": 33
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
+ "value": 6949.037109375,
12
+ "min": 6132.533203125,
13
+ "max": 47118.53515625,
14
  "count": 33
15
  },
16
  "Pyramids.Step.mean": {
17
+ "value": 989920.0,
18
  "min": 29952.0,
19
+ "max": 989920.0,
20
  "count": 33
21
  },
22
  "Pyramids.Step.sum": {
23
+ "value": 989920.0,
24
  "min": 29952.0,
25
+ "max": 989920.0,
26
  "count": 33
27
  },
28
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.7582598924636841,
30
+ "min": -0.06903452426195145,
31
+ "max": 0.7582598924636841,
32
  "count": 33
33
  },
34
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 223.68667602539062,
36
+ "min": -16.775388717651367,
37
+ "max": 223.68667602539062,
38
  "count": 33
39
  },
40
  "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": -0.012867028824985027,
42
+ "min": -0.019352532923221588,
43
+ "max": 0.34787997603416443,
44
  "count": 33
45
  },
46
  "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": -3.795773506164551,
48
+ "min": -5.631587028503418,
49
+ "max": 83.83907318115234,
50
  "count": 33
51
  },
52
  "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.04638090478034602,
54
+ "min": 0.04580706963038427,
55
+ "max": 0.054533920542900266,
56
  "count": 33
57
  },
58
  "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.32466633346242213,
60
+ "min": 0.21813568217160106,
61
+ "max": 0.40144404525441735,
62
  "count": 33
63
  },
64
  "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.016195195291878742,
66
+ "min": 0.0005721494158679969,
67
+ "max": 0.01691421440530879,
68
  "count": 33
69
  },
70
  "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.1133663670431512,
72
+ "min": 0.004005045911075978,
73
+ "max": 0.13531371524247032,
74
  "count": 33
75
  },
76
  "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 4.68944051247143e-06,
78
+ "min": 4.68944051247143e-06,
79
+ "max": 0.00019696640151679998,
80
  "count": 33
81
  },
82
  "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 3.2826083587300005e-05,
84
+ "min": 3.2826083587300005e-05,
85
+ "max": 0.0012954962522519,
86
  "count": 33
87
  },
88
  "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10234467142857144,
90
+ "min": 0.10234467142857144,
91
+ "max": 0.1984832,
92
  "count": 33
93
  },
94
  "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 0.7164127000000001,
96
+ "min": 0.7164127000000001,
97
+ "max": 1.4199037,
98
  "count": 33
99
  },
100
  "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.0002442326757142858,
102
+ "min": 0.0002442326757142858,
103
+ "max": 0.00984847168,
104
  "count": 33
105
  },
106
  "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0017096287300000005,
108
+ "min": 0.0017096287300000005,
109
+ "max": 0.06478003519,
110
  "count": 33
111
  },
112
  "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.017597027122974396,
114
+ "min": 0.01752258650958538,
115
+ "max": 0.4774644672870636,
116
  "count": 33
117
  },
118
  "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.12317918986082077,
120
+ "min": 0.12317918986082077,
121
+ "max": 1.9098578691482544,
122
  "count": 33
123
  },
124
  "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 238.57142857142858,
126
+ "min": 238.57142857142858,
127
  "max": 999.0,
128
  "count": 33
129
  },
130
  "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 28390.0,
132
  "min": 15984.0,
133
+ "max": 33440.0,
134
  "count": 33
135
  },
136
  "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.7278016608427553,
138
  "min": -1.0000000521540642,
139
+ "max": 1.7278016608427553,
140
  "count": 33
141
  },
142
  "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 205.60839764028788,
144
+ "min": -26.72820170223713,
145
+ "max": 205.60839764028788,
146
  "count": 33
147
  },
148
  "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.7278016608427553,
150
  "min": -1.0000000521540642,
151
+ "max": 1.7278016608427553,
152
  "count": 33
153
  },
154
  "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 205.60839764028788,
156
+ "min": -26.72820170223713,
157
+ "max": 205.60839764028788,
158
  "count": 33
159
  },
160
  "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.043072443318498486,
162
+ "min": 0.043072443318498486,
163
+ "max": 7.647814229130745,
164
  "count": 33
165
  },
166
  "Pyramids.Policy.RndReward.sum": {
167
+ "value": 5.12562075490132,
168
+ "min": 5.12562075490132,
169
+ "max": 122.36502766609192,
170
  "count": 33
171
  },
172
  "Pyramids.IsTraining.mean": {
 
184
  },
185
  "metadata": {
186
  "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1736906554",
188
  "python_version": "3.10.12 (main, Nov 6 2024, 20:22:13) [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=Pyramids Training v2 --no-graphics",
190
  "mlagents_version": "1.2.0.dev0",
191
  "mlagents_envs_version": "1.2.0.dev0",
192
  "communication_protocol_version": "1.5.0",
193
  "pytorch_version": "2.5.1+cu121",
194
  "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1736908191"
196
  },
197
+ "total": 1637.4332560559997,
198
  "count": 1,
199
+ "self": 0.3726813309986028,
200
  "children": {
201
  "run_training.setup": {
202
+ "total": 0.05243285300093703,
203
  "count": 1,
204
+ "self": 0.05243285300093703
205
  },
206
  "TrainerController.start_learning": {
207
+ "total": 1637.0081418720001,
208
  "count": 1,
209
+ "self": 1.3389622588965722,
210
  "children": {
211
  "TrainerController._reset_env": {
212
+ "total": 2.0597453669997776,
213
  "count": 1,
214
+ "self": 2.0597453669997776
215
  },
216
  "TrainerController.advance": {
217
+ "total": 1633.4746749021033,
218
+ "count": 64544,
219
+ "self": 1.3699907985101163,
220
  "children": {
221
  "env_step": {
222
+ "total": 1110.7506296606953,
223
+ "count": 64544,
224
+ "self": 950.6295410709135,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
+ "total": 159.32951414784839,
228
+ "count": 64544,
229
+ "self": 4.257317192050323,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
+ "total": 155.07219695579806,
233
+ "count": 62568,
234
+ "self": 155.07219695579806
235
  }
236
  }
237
  },
238
  "workers": {
239
+ "total": 0.791574441933335,
240
+ "count": 64544,
241
  "self": 0.0,
242
  "children": {
243
  "worker_root": {
244
+ "total": 1634.748297106682,
245
+ "count": 64544,
246
  "is_parallel": true,
247
+ "self": 778.1429072288938,
248
  "children": {
249
  "run_training.setup": {
250
  "total": 0.0,
 
253
  "self": 0.0,
254
  "children": {
255
  "steps_from_proto": {
256
+ "total": 0.0021020109998062253,
257
  "count": 1,
258
  "is_parallel": true,
259
+ "self": 0.0006570600016857497,
260
  "children": {
261
  "_process_rank_one_or_two_observation": {
262
+ "total": 0.0014449509981204756,
263
  "count": 8,
264
  "is_parallel": true,
265
+ "self": 0.0014449509981204756
266
  }
267
  }
268
  },
269
  "UnityEnvironment.step": {
270
+ "total": 0.034486802000174066,
271
  "count": 1,
272
  "is_parallel": true,
273
+ "self": 0.0004902340024273144,
274
  "children": {
275
  "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0003525119991536485,
277
  "count": 1,
278
  "is_parallel": true,
279
+ "self": 0.0003525119991536485
280
  },
281
  "communicator.exchange": {
282
+ "total": 0.03256886300005135,
283
  "count": 1,
284
  "is_parallel": true,
285
+ "self": 0.03256886300005135
286
  },
287
  "steps_from_proto": {
288
+ "total": 0.0010751929985417519,
289
  "count": 1,
290
  "is_parallel": true,
291
+ "self": 0.00027766600032919087,
292
  "children": {
293
  "_process_rank_one_or_two_observation": {
294
+ "total": 0.000797526998212561,
295
  "count": 8,
296
  "is_parallel": true,
297
+ "self": 0.000797526998212561
298
  }
299
  }
300
  }
 
303
  }
304
  },
305
  "UnityEnvironment.step": {
306
+ "total": 856.6053898777882,
307
+ "count": 64543,
308
  "is_parallel": true,
309
+ "self": 21.948420730692305,
310
  "children": {
311
  "UnityEnvironment._generate_step_input": {
312
+ "total": 14.445217680186033,
313
+ "count": 64543,
314
  "is_parallel": true,
315
+ "self": 14.445217680186033
316
  },
317
  "communicator.exchange": {
318
+ "total": 755.844714435978,
319
+ "count": 64543,
320
  "is_parallel": true,
321
+ "self": 755.844714435978
322
  },
323
  "steps_from_proto": {
324
+ "total": 64.3670370309319,
325
+ "count": 64543,
326
  "is_parallel": true,
327
+ "self": 13.829491690054056,
328
  "children": {
329
  "_process_rank_one_or_two_observation": {
330
+ "total": 50.53754534087784,
331
+ "count": 516344,
332
  "is_parallel": true,
333
+ "self": 50.53754534087784
334
  }
335
  }
336
  }
 
343
  }
344
  },
345
  "trainer_advance": {
346
+ "total": 521.3540544428979,
347
+ "count": 64544,
348
+ "self": 2.623787207505302,
349
  "children": {
350
  "process_trajectory": {
351
+ "total": 155.0387132753949,
352
+ "count": 64544,
353
+ "self": 154.73925613139545,
354
  "children": {
355
  "RLTrainer._checkpoint": {
356
+ "total": 0.29945714399946155,
357
  "count": 2,
358
+ "self": 0.29945714399946155
359
  }
360
  }
361
  },
362
  "_update_policy": {
363
+ "total": 363.6915539599977,
364
+ "count": 235,
365
+ "self": 229.08884048613982,
366
  "children": {
367
  "TorchPPOOptimizer.update": {
368
+ "total": 134.60271347385788,
369
+ "count": 11493,
370
+ "self": 134.60271347385788
371
  }
372
  }
373
  }
 
376
  }
377
  },
378
  "trainer_threads": {
379
+ "total": 1.0290004865964875e-06,
380
  "count": 1,
381
+ "self": 1.0290004865964875e-06
382
  },
383
  "TrainerController._save_models": {
384
+ "total": 0.13475831499999913,
385
  "count": 1,
386
+ "self": 0.0021120139990671305,
387
  "children": {
388
  "RLTrainer._checkpoint": {
389
+ "total": 0.132646301000932,
390
  "count": 1,
391
+ "self": 0.132646301000932
392
  }
393
  }
394
  }
run_logs/training_status.json CHANGED
@@ -2,40 +2,40 @@
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
- "steps": 499934,
6
- "file_path": "results/Pyramids Training/Pyramids/Pyramids-499934.onnx",
7
- "reward": null,
8
- "creation_time": 1736904088.2868867,
9
  "auxillary_file_paths": [
10
- "results/Pyramids Training/Pyramids/Pyramids-499934.pt"
11
  ]
12
  },
13
  {
14
- "steps": 999928,
15
- "file_path": "results/Pyramids Training/Pyramids/Pyramids-999928.onnx",
16
- "reward": null,
17
- "creation_time": 1736904890.541584,
18
  "auxillary_file_paths": [
19
- "results/Pyramids Training/Pyramids/Pyramids-999928.pt"
20
  ]
21
  },
22
  {
23
- "steps": 1000048,
24
- "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000048.onnx",
25
- "reward": 1.6249999105930328,
26
- "creation_time": 1736904890.6319647,
27
  "auxillary_file_paths": [
28
- "results/Pyramids Training/Pyramids/Pyramids-1000048.pt"
29
  ]
30
  }
31
  ],
32
  "final_checkpoint": {
33
- "steps": 1000048,
34
- "file_path": "results/Pyramids Training/Pyramids.onnx",
35
- "reward": 1.6249999105930328,
36
- "creation_time": 1736904890.6319647,
37
  "auxillary_file_paths": [
38
- "results/Pyramids Training/Pyramids/Pyramids-1000048.pt"
39
  ]
40
  }
41
  },
 
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
+ "steps": 499981,
6
+ "file_path": "results/Pyramids Training v2/Pyramids/Pyramids-499981.onnx",
7
+ "reward": 1.7431250009685755,
8
+ "creation_time": 1736907333.6355994,
9
  "auxillary_file_paths": [
10
+ "results/Pyramids Training v2/Pyramids/Pyramids-499981.pt"
11
  ]
12
  },
13
  {
14
+ "steps": 999995,
15
+ "file_path": "results/Pyramids Training v2/Pyramids/Pyramids-999995.onnx",
16
+ "reward": 1.7041428344590324,
17
+ "creation_time": 1736908191.122991,
18
  "auxillary_file_paths": [
19
+ "results/Pyramids Training v2/Pyramids/Pyramids-999995.pt"
20
  ]
21
  },
22
  {
23
+ "steps": 1000123,
24
+ "file_path": "results/Pyramids Training v2/Pyramids/Pyramids-1000123.onnx",
25
+ "reward": 1.7041428344590324,
26
+ "creation_time": 1736908191.271462,
27
  "auxillary_file_paths": [
28
+ "results/Pyramids Training v2/Pyramids/Pyramids-1000123.pt"
29
  ]
30
  }
31
  ],
32
  "final_checkpoint": {
33
+ "steps": 1000123,
34
+ "file_path": "results/Pyramids Training v2/Pyramids.onnx",
35
+ "reward": 1.7041428344590324,
36
+ "creation_time": 1736908191.271462,
37
  "auxillary_file_paths": [
38
+ "results/Pyramids Training v2/Pyramids/Pyramids-1000123.pt"
39
  ]
40
  }
41
  },