lujan002 commited on
Commit
7d631ce
·
verified ·
1 Parent(s): b7bdf5e

First Push

Browse files
Pyramids.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:398f4341096160367e209066f28646774a621e3fcc11a75c435aae9ac3a3e87e
3
  size 1420238
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63fd804040d83c19cd5e64fb1f57ebea7e46ca94a06546987ae789f7121069d5
3
  size 1420238
Pyramids/Pyramids-100085.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63fd804040d83c19cd5e64fb1f57ebea7e46ca94a06546987ae789f7121069d5
3
+ size 1420238
Pyramids/Pyramids-100085.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f1fa159f8a1b648c376f9c1176d7fc23aea8c0064a15604157665a92090fde
3
+ size 10002989
Pyramids/Pyramids-42240.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a65c17dd8a40466d4a7ca6923dfee1a2b6a9fd77643681d283f2b77be69989
3
+ size 1420238
Pyramids/Pyramids-42240.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01b3b83a11df8475558d5d2137ca28edbc570b3c14f571bb38945adc1ca4196
3
+ size 8656094
Pyramids/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a40f4cb287bcbe4286a8c27688b9fb07ede76e69a8e7d22e7ccf919fc6fa93d
3
- size 8655778
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3dcdca06932e691b975f952d234432745f7a2571e2fd3c24071ac42f8dfc0d2
3
+ size 10002594
Pyramids/events.out.tfevents.1716714196.9bd833adf9b7.24327.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c369eb33dc4905e9c9c9e57bfd270f718fc1ed1c8564c66bd541fcb8667e456
3
+ size 37165
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": 3000000, "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": true, "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": 128, "buffer_size": 2048, "learning_rate": 0.0005, "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}}, "curiosity": {"gamma": 0.99, "strength": 0.02, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0005, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 100000, "time_horizon": 128, "summary_freq": 5000, "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": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml CHANGED
@@ -5,7 +5,7 @@ behaviors:
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
@@ -35,25 +35,25 @@ behaviors:
35
  memory: null
36
  goal_conditioning_type: hyper
37
  deterministic: false
38
- rnd:
39
  gamma: 0.99
40
- strength: 0.01
41
  network_settings:
42
  normalize: false
43
- hidden_units: 64
44
- num_layers: 3
45
  vis_encode_type: simple
46
  memory: null
47
  goal_conditioning_type: hyper
48
  deterministic: false
49
- learning_rate: 0.0001
50
  encoding_size: null
51
  init_path: null
52
  keep_checkpoints: 5
53
  even_checkpoints: false
54
- max_steps: 3000000
55
  time_horizon: 128
56
- summary_freq: 30000
57
  threaded: false
58
  self_play: null
59
  behavioral_cloning: null
 
5
  hyperparameters:
6
  batch_size: 128
7
  buffer_size: 2048
8
+ learning_rate: 0.0005
9
  beta: 0.01
10
  epsilon: 0.2
11
  lambd: 0.95
 
35
  memory: null
36
  goal_conditioning_type: hyper
37
  deterministic: false
38
+ curiosity:
39
  gamma: 0.99
40
+ strength: 0.02
41
  network_settings:
42
  normalize: false
43
+ hidden_units: 256
44
+ num_layers: 2
45
  vis_encode_type: simple
46
  memory: null
47
  goal_conditioning_type: hyper
48
  deterministic: false
49
+ learning_rate: 0.0005
50
  encoding_size: null
51
  init_path: null
52
  keep_checkpoints: 5
53
  even_checkpoints: false
54
+ max_steps: 100000
55
  time_horizon: 128
56
+ summary_freq: 5000
57
  threaded: false
58
  self_play: null
59
  behavioral_cloning: null
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] 55488 [Flags] 2 [Guid] 1910078472 [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,7 +33,7 @@ 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.095 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,7 +65,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
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.821976 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]: 2955 frames, [32.0 KB-64.0 KB]: 1217 frames, [64.0 KB-128.0 KB]: 157 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,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 240 B
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]: 299 frames, [1.0 MB-2.0 MB]: 4031 frames
208
  Requested Block Size 1.0 MB
209
  Peak Block count 2
210
  Peak Allocated memory 1.6 MB
211
  Peak Large allocation bytes 0 B
212
  [ALLOC_DEFAULT] Dual Thread Allocator
213
- Peak main deferred allocation count 12107
214
  [ALLOC_BUCKET]
215
  Large Block size 4.0 MB
216
  Used Block count 1
217
  Peak Allocated bytes 1.7 MB
218
  [ALLOC_DEFAULT_MAIN]
219
- Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 4328 frames, [32.0 MB-64.0 MB]: 1 frames
220
  Requested Block Size 16.0 MB
221
  Peak Block count 3
222
- Peak Allocated memory 32.6 MB
223
  Peak Large allocation bytes 0 B
224
  [ALLOC_DEFAULT_THREAD]
225
- Peak usage frame count: [16.0 MB-32.0 MB]: 4330 frames
226
  Requested Block Size 16.0 MB
227
  Peak Block count 1
228
- Peak Allocated memory 21.9 MB
229
  Peak Large allocation bytes 16.0 MB
230
  [ALLOC_TEMP_JOB_1_FRAME]
231
  Initial Block Size 2.0 MB
@@ -254,13 +254,13 @@ PlayerConnection::CleanupMemory Statistics:
254
  Used Block count 1
255
  Peak Allocated bytes 1.7 MB
256
  [ALLOC_GFX_MAIN]
257
- Peak usage frame count: [32.0 KB-64.0 KB]: 4329 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]: 4330 frames
264
  Requested Block Size 16.0 MB
265
  Peak Block count 1
266
  Peak Allocated memory 67.7 KB
@@ -272,16 +272,16 @@ PlayerConnection::CleanupMemory Statistics:
272
  Used Block count 1
273
  Peak Allocated bytes 1.7 MB
274
  [ALLOC_CACHEOBJECTS_MAIN]
275
- Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 4031 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]: 4329 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.2 MB
285
  Peak Large allocation bytes 0 B
286
  [ALLOC_TYPETREE] Dual Thread Allocator
287
  Peak main deferred allocation count 0
@@ -290,25 +290,25 @@ PlayerConnection::CleanupMemory Statistics:
290
  Used Block count 1
291
  Peak Allocated bytes 1.7 MB
292
  [ALLOC_TYPETREE_MAIN]
293
- Peak usage frame count: [0-1.0 KB]: 4330 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]: 4330 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]: 4330 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":1716713221513,"processId":18075,"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}]}
 
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] 55111 [Flags] 2 [Guid] 3873199685 [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.096 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.975347 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]: 1225 frames, [32.0 KB-64.0 KB]: 588 frames, [64.0 KB-128.0 KB]: 74 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 480 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]: 299 frames, [1.0 MB-2.0 MB]: 1589 frames
208
  Requested Block Size 1.0 MB
209
  Peak Block count 2
210
  Peak Allocated memory 1.6 MB
211
  Peak Large allocation bytes 0 B
212
  [ALLOC_DEFAULT] Dual Thread Allocator
213
+ Peak main deferred allocation count 11929
214
  [ALLOC_BUCKET]
215
  Large Block size 4.0 MB
216
  Used Block count 1
217
  Peak Allocated bytes 1.7 MB
218
  [ALLOC_DEFAULT_MAIN]
219
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 1887 frames
220
  Requested Block Size 16.0 MB
221
  Peak Block count 3
222
+ Peak Allocated memory 31.8 MB
223
  Peak Large allocation bytes 0 B
224
  [ALLOC_DEFAULT_THREAD]
225
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1888 frames
226
  Requested Block Size 16.0 MB
227
  Peak Block count 1
228
+ Peak Allocated memory 22.8 MB
229
  Peak Large allocation bytes 16.0 MB
230
  [ALLOC_TEMP_JOB_1_FRAME]
231
  Initial Block Size 2.0 MB
 
254
  Used Block count 1
255
  Peak Allocated bytes 1.7 MB
256
  [ALLOC_GFX_MAIN]
257
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1887 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]: 1888 frames
264
  Requested Block Size 16.0 MB
265
  Peak Block count 1
266
  Peak Allocated memory 67.7 KB
 
272
  Used Block count 1
273
  Peak Allocated bytes 1.7 MB
274
  [ALLOC_CACHEOBJECTS_MAIN]
275
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 1589 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]: 1887 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.7 MB
285
  Peak Large allocation bytes 0 B
286
  [ALLOC_TYPETREE] Dual Thread Allocator
287
  Peak main deferred allocation count 0
 
290
  Used Block count 1
291
  Peak Allocated bytes 1.7 MB
292
  [ALLOC_TYPETREE_MAIN]
293
+ Peak usage frame count: [0-1.0 KB]: 1888 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]: 1888 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]: 1888 frames
306
  Requested Block Size 16.0 MB
307
  Peak Block count 1
308
+ Peak Allocated memory 28.5 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":1716714437214,"processId":24360,"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,249 +2,261 @@
2
  "name": "root",
3
  "gauges": {
4
  "Pyramids.Policy.Entropy.mean": {
5
- "value": 1.0261327028274536,
6
- "min": 0.7610291838645935,
7
- "max": 1.4961549043655396,
8
- "count": 7
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
- "value": 30734.7265625,
12
- "min": 22794.345703125,
13
- "max": 45387.35546875,
14
- "count": 7
15
  },
16
  "Pyramids.Step.mean": {
17
- "value": 209929.0,
18
- "min": 29952.0,
19
- "max": 209929.0,
20
- "count": 7
21
  },
22
  "Pyramids.Step.sum": {
23
- "value": 209929.0,
24
- "min": 29952.0,
25
- "max": 209929.0,
26
- "count": 7
27
  },
28
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
- "value": -0.10188606381416321,
30
- "min": -0.10188606381416321,
31
- "max": -0.06755714118480682,
32
- "count": 7
33
  },
34
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
- "value": -24.452655792236328,
36
- "min": -24.452655792236328,
37
- "max": -16.28127098083496,
38
- "count": 7
39
- },
40
- "Pyramids.Policy.RndValueEstimate.mean": {
41
- "value": 0.02070438116788864,
42
- "min": 0.02070438116788864,
43
- "max": 0.3795851469039917,
44
- "count": 7
45
- },
46
- "Pyramids.Policy.RndValueEstimate.sum": {
47
- "value": 4.969051361083984,
48
- "min": 4.969051361083984,
49
- "max": 89.96167755126953,
50
- "count": 7
51
  },
52
  "Pyramids.Losses.PolicyLoss.mean": {
53
- "value": 0.06948383712092293,
54
- "min": 0.0669552986946384,
55
- "max": 0.0718437648804213,
56
- "count": 7
57
  },
58
  "Pyramids.Losses.PolicyLoss.sum": {
59
- "value": 0.8338060454510752,
60
- "min": 0.502906354162949,
61
- "max": 0.9147761987872329,
62
- "count": 7
63
  },
64
  "Pyramids.Losses.ValueLoss.mean": {
65
- "value": 0.00016674057673984985,
66
- "min": 0.00012009727553268412,
67
- "max": 0.00663446226275563,
68
- "count": 7
69
  },
70
  "Pyramids.Losses.ValueLoss.sum": {
71
- "value": 0.0020008869208781982,
72
- "min": 0.0014411673063922095,
73
- "max": 0.046441235839289406,
74
- "count": 7
75
  },
76
  "Pyramids.Policy.LearningRate.mean": {
77
- "value": 0.0002805339731553444,
78
- "min": 0.0002805339731553444,
79
- "max": 0.00029838354339596195,
80
- "count": 7
81
  },
82
  "Pyramids.Policy.LearningRate.sum": {
83
- "value": 0.003366407677864133,
84
- "min": 0.0020886848037717336,
85
- "max": 0.0037253763582078994,
86
- "count": 7
87
  },
88
  "Pyramids.Policy.Epsilon.mean": {
89
- "value": 0.19351132222222225,
90
- "min": 0.19351132222222225,
91
- "max": 0.19946118095238097,
92
- "count": 7
93
  },
94
  "Pyramids.Policy.Epsilon.sum": {
95
- "value": 2.322135866666667,
96
- "min": 1.3962282666666668,
97
- "max": 2.5417921,
98
- "count": 7
99
  },
100
  "Pyramids.Policy.Beta.mean": {
101
- "value": 0.009351781089999999,
102
- "min": 0.009351781089999999,
103
- "max": 0.009946171977142856,
104
- "count": 7
105
  },
106
  "Pyramids.Policy.Beta.sum": {
107
- "value": 0.11222137307999999,
108
- "min": 0.06962320384,
109
- "max": 0.12418503079000001,
110
- "count": 7
111
- },
112
- "Pyramids.Losses.RNDLoss.mean": {
113
- "value": 0.03376156836748123,
114
- "min": 0.03376156836748123,
115
- "max": 0.3565838634967804,
116
- "count": 7
117
- },
118
- "Pyramids.Losses.RNDLoss.sum": {
119
- "value": 0.4051388204097748,
120
- "min": 0.4051388204097748,
121
- "max": 2.496087074279785,
122
- "count": 7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  },
124
  "Pyramids.Environment.EpisodeLength.mean": {
125
  "value": 999.0,
126
- "min": 976.6363636363636,
127
  "max": 999.0,
128
- "count": 7
129
  },
130
  "Pyramids.Environment.EpisodeLength.sum": {
131
- "value": 30969.0,
132
- "min": 15984.0,
133
- "max": 32229.0,
134
- "count": 7
135
  },
136
  "Pyramids.Environment.CumulativeReward.mean": {
137
- "value": -0.9999355356539449,
138
  "min": -1.0000000521540642,
139
- "max": -0.8718875516206026,
140
- "count": 7
141
  },
142
  "Pyramids.Environment.CumulativeReward.sum": {
143
- "value": -30.998001605272293,
144
- "min": -31.997201651334763,
145
- "max": -16.000000834465027,
146
- "count": 7
147
  },
148
  "Pyramids.Policy.ExtrinsicReward.mean": {
149
- "value": -0.9999355356539449,
150
  "min": -1.0000000521540642,
151
- "max": -0.8718875516206026,
152
- "count": 7
153
  },
154
  "Pyramids.Policy.ExtrinsicReward.sum": {
155
- "value": -30.998001605272293,
156
- "min": -31.997201651334763,
157
- "max": -16.000000834465027,
158
- "count": 7
159
- },
160
- "Pyramids.Policy.RndReward.mean": {
161
- "value": 0.35670630639839557,
162
- "min": 0.35670630639839557,
163
- "max": 6.936993133276701,
164
- "count": 7
165
- },
166
- "Pyramids.Policy.RndReward.sum": {
167
- "value": 11.057895498350263,
168
- "min": 11.057895498350263,
169
- "max": 110.99189013242722,
170
- "count": 7
171
  },
172
- "Pyramids.IsTraining.mean": {
173
- "value": 1.0,
174
- "min": 1.0,
175
- "max": 1.0,
176
- "count": 7
177
  },
178
- "Pyramids.IsTraining.sum": {
179
- "value": 1.0,
180
- "min": 1.0,
181
- "max": 1.0,
182
- "count": 7
183
  }
184
  },
185
  "metadata": {
186
  "timer_format_version": "0.1.0",
187
- "start_time_seconds": "1716712723",
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=Pyramids Training --no-graphics --force",
190
  "mlagents_version": "1.1.0.dev0",
191
  "mlagents_envs_version": "1.1.0.dev0",
192
  "communication_protocol_version": "1.5.0",
193
  "pytorch_version": "2.3.0+cu121",
194
  "numpy_version": "1.23.5",
195
- "end_time_seconds": "1716713221"
196
  },
197
- "total": 497.95184621299995,
198
  "count": 1,
199
- "self": 0.33572314199955144,
200
  "children": {
201
  "run_training.setup": {
202
- "total": 0.05327586700059328,
203
  "count": 1,
204
- "self": 0.05327586700059328
205
  },
206
  "TrainerController.start_learning": {
207
- "total": 497.5628472039998,
208
  "count": 1,
209
- "self": 0.42107916293934977,
210
  "children": {
211
  "TrainerController._reset_env": {
212
- "total": 2.2582648210000116,
213
  "count": 1,
214
- "self": 2.2582648210000116
215
  },
216
  "TrainerController.advance": {
217
- "total": 494.69077947705955,
218
- "count": 14455,
219
- "self": 0.4103215251379879,
220
  "children": {
221
  "env_step": {
222
- "total": 342.7020342810283,
223
- "count": 14455,
224
- "self": 304.0636459290081,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
- "total": 38.40106151494365,
228
- "count": 14455,
229
- "self": 1.2628076679593505,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
- "total": 37.1382538469843,
233
- "count": 14434,
234
- "self": 37.1382538469843
235
  }
236
  }
237
  },
238
  "workers": {
239
- "total": 0.23732683707657998,
240
- "count": 14454,
241
  "self": 0.0,
242
  "children": {
243
  "worker_root": {
244
- "total": 496.0590658679739,
245
- "count": 14454,
246
  "is_parallel": true,
247
- "self": 225.6414582790867,
248
  "children": {
249
  "run_training.setup": {
250
  "total": 0.0,
@@ -253,48 +265,48 @@
253
  "self": 0.0,
254
  "children": {
255
  "steps_from_proto": {
256
- "total": 0.0023437170002580388,
257
  "count": 1,
258
  "is_parallel": true,
259
- "self": 0.0006748129990228335,
260
  "children": {
261
  "_process_rank_one_or_two_observation": {
262
- "total": 0.0016689040012352052,
263
  "count": 8,
264
  "is_parallel": true,
265
- "self": 0.0016689040012352052
266
  }
267
  }
268
  },
269
  "UnityEnvironment.step": {
270
- "total": 0.07444514200051344,
271
  "count": 1,
272
  "is_parallel": true,
273
- "self": 0.0006639210005232599,
274
  "children": {
275
  "UnityEnvironment._generate_step_input": {
276
- "total": 0.0004881469994870713,
277
  "count": 1,
278
  "is_parallel": true,
279
- "self": 0.0004881469994870713
280
  },
281
  "communicator.exchange": {
282
- "total": 0.07153648599978624,
283
  "count": 1,
284
  "is_parallel": true,
285
- "self": 0.07153648599978624
286
  },
287
  "steps_from_proto": {
288
- "total": 0.0017565880007168744,
289
  "count": 1,
290
  "is_parallel": true,
291
- "self": 0.00038292299996101065,
292
  "children": {
293
  "_process_rank_one_or_two_observation": {
294
- "total": 0.0013736650007558637,
295
  "count": 8,
296
  "is_parallel": true,
297
- "self": 0.0013736650007558637
298
  }
299
  }
300
  }
@@ -303,34 +315,34 @@
303
  }
304
  },
305
  "UnityEnvironment.step": {
306
- "total": 270.4176075888872,
307
- "count": 14453,
308
  "is_parallel": true,
309
- "self": 8.779477905871317,
310
  "children": {
311
  "UnityEnvironment._generate_step_input": {
312
- "total": 6.000877709031556,
313
- "count": 14453,
314
  "is_parallel": true,
315
- "self": 6.000877709031556
316
  },
317
  "communicator.exchange": {
318
- "total": 230.4200480139807,
319
- "count": 14453,
320
  "is_parallel": true,
321
- "self": 230.4200480139807
322
  },
323
  "steps_from_proto": {
324
- "total": 25.217203960003644,
325
- "count": 14453,
326
  "is_parallel": true,
327
- "self": 5.352794815871675,
328
  "children": {
329
  "_process_rank_one_or_two_observation": {
330
- "total": 19.86440914413197,
331
- "count": 115624,
332
  "is_parallel": true,
333
- "self": 19.86440914413197
334
  }
335
  }
336
  }
@@ -343,24 +355,24 @@
343
  }
344
  },
345
  "trainer_advance": {
346
- "total": 151.57842367089324,
347
- "count": 14454,
348
- "self": 0.5691707298756228,
349
  "children": {
350
  "process_trajectory": {
351
- "total": 29.43333330902169,
352
- "count": 14454,
353
- "self": 29.43333330902169
354
  },
355
  "_update_policy": {
356
- "total": 121.57591963199593,
357
- "count": 82,
358
- "self": 70.89063433302454,
359
  "children": {
360
  "TorchPPOOptimizer.update": {
361
- "total": 50.685285298971394,
362
- "count": 5295,
363
- "self": 50.685285298971394
364
  }
365
  }
366
  }
@@ -369,19 +381,19 @@
369
  }
370
  },
371
  "trainer_threads": {
372
- "total": 1.7060001482605003e-06,
373
  "count": 1,
374
- "self": 1.7060001482605003e-06
375
  },
376
  "TrainerController._save_models": {
377
- "total": 0.19272203700074897,
378
  "count": 1,
379
- "self": 0.0033570360001249355,
380
  "children": {
381
  "RLTrainer._checkpoint": {
382
- "total": 0.18936500100062403,
383
  "count": 1,
384
- "self": 0.18936500100062403
385
  }
386
  }
387
  }
 
2
  "name": "root",
3
  "gauges": {
4
  "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.6451210975646973,
6
+ "min": 0.6451210975646973,
7
+ "max": 1.6069170236587524,
8
+ "count": 20
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
+ "value": 3014.005859375,
12
+ "min": 2957.91796875,
13
+ "max": 9872.8984375,
14
+ "count": 20
15
  },
16
  "Pyramids.Step.mean": {
17
+ "value": 99957.0,
18
+ "min": 4992.0,
19
+ "max": 99957.0,
20
+ "count": 20
21
  },
22
  "Pyramids.Step.sum": {
23
+ "value": 99957.0,
24
+ "min": 4992.0,
25
+ "max": 99957.0,
26
+ "count": 20
27
  },
28
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": -0.10700247436761856,
30
+ "min": -0.11036466807126999,
31
+ "max": 0.19310301542282104,
32
+ "count": 20
33
  },
34
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": -4.280098915100098,
36
+ "min": -4.524951457977295,
37
+ "max": 7.531017780303955,
38
+ "count": 20
39
+ },
40
+ "Pyramids.Policy.CuriosityValueEstimate.mean": {
41
+ "value": 0.31208768486976624,
42
+ "min": -0.11871524900197983,
43
+ "max": 0.5101918578147888,
44
+ "count": 20
45
+ },
46
+ "Pyramids.Policy.CuriosityValueEstimate.sum": {
47
+ "value": 12.48350715637207,
48
+ "min": -4.629894733428955,
49
+ "max": 21.294876098632812,
50
+ "count": 20
51
  },
52
  "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06758057010979622,
54
+ "min": 0.060139786034900077,
55
+ "max": 0.08101109993355028,
56
+ "count": 20
57
  },
58
  "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.20274171032938865,
60
+ "min": 0.060139786034900077,
61
+ "max": 0.20274171032938865,
62
+ "count": 20
63
  },
64
  "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.00029973042170878004,
66
+ "min": 0.00029973042170878004,
67
+ "max": 0.014868051817757078,
68
+ "count": 20
69
  },
70
  "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.0008991912651263402,
72
+ "min": 0.00041016983324844463,
73
+ "max": 0.016111305192002785,
74
+ "count": 20
75
  },
76
  "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.109509778100002e-05,
78
+ "min": 1.109509778100002e-05,
79
+ "max": 0.000479520004096,
80
+ "count": 20
81
  },
82
  "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 3.328529334300006e-05,
84
+ "min": 3.328529334300006e-05,
85
+ "max": 0.0007785600442879999,
86
+ "count": 20
87
  },
88
  "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10221900000000002,
90
+ "min": 0.10221900000000002,
91
+ "max": 0.19590400000000005,
92
+ "count": 20
93
  },
94
  "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 0.30665700000000007,
96
+ "min": 0.13778899999999994,
97
+ "max": 0.38347300000000006,
98
+ "count": 20
99
  },
100
  "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.00023167810000000047,
102
+ "min": 0.00023167810000000047,
103
+ "max": 0.0095908096,
104
+ "count": 20
105
  },
106
  "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0006950343000000014,
108
+ "min": 0.0006950343000000014,
109
+ "max": 0.015575628800000001,
110
+ "count": 20
111
+ },
112
+ "Pyramids.Losses.CuriosityForwardLoss.mean": {
113
+ "value": 0.1331191056088549,
114
+ "min": 0.13191234056527415,
115
+ "max": 1.062101550400257,
116
+ "count": 20
117
+ },
118
+ "Pyramids.Losses.CuriosityForwardLoss.sum": {
119
+ "value": 0.3993573168265647,
120
+ "min": 0.1845689576960379,
121
+ "max": 1.062101550400257,
122
+ "count": 20
123
+ },
124
+ "Pyramids.Losses.CuriosityInverseLoss.mean": {
125
+ "value": 0.19341666065103527,
126
+ "min": 0.19341666065103527,
127
+ "max": 1.0087984967976809,
128
+ "count": 20
129
+ },
130
+ "Pyramids.Losses.CuriosityInverseLoss.sum": {
131
+ "value": 0.5802499819531058,
132
+ "min": 0.2827631707793923,
133
+ "max": 1.0708979216093817,
134
+ "count": 20
135
+ },
136
+ "Pyramids.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 20
141
+ },
142
+ "Pyramids.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 20
147
  },
148
  "Pyramids.Environment.EpisodeLength.mean": {
149
  "value": 999.0,
150
+ "min": 514.0,
151
  "max": 999.0,
152
+ "count": 10
153
  },
154
  "Pyramids.Environment.EpisodeLength.sum": {
155
+ "value": 14985.0,
156
+ "min": 514.0,
157
+ "max": 15984.0,
158
+ "count": 10
159
  },
160
  "Pyramids.Environment.CumulativeReward.mean": {
161
+ "value": -1.0000000521540642,
162
  "min": -1.0000000521540642,
163
+ "max": 1.4860000014305115,
164
+ "count": 12
165
  },
166
  "Pyramids.Environment.CumulativeReward.sum": {
167
+ "value": -6.000000312924385,
168
+ "min": -16.000000834465027,
169
+ "max": 2.375999867916107,
170
+ "count": 12
171
  },
172
  "Pyramids.Policy.ExtrinsicReward.mean": {
173
+ "value": -1.0000000521540642,
174
  "min": -1.0000000521540642,
175
+ "max": 1.4860000014305115,
176
+ "count": 12
177
  },
178
  "Pyramids.Policy.ExtrinsicReward.sum": {
179
+ "value": -6.000000312924385,
180
+ "min": -16.000000834465027,
181
+ "max": 2.375999867916107,
182
+ "count": 12
 
 
 
 
 
 
 
 
 
 
 
 
183
  },
184
+ "Pyramids.Policy.CuriosityReward.mean": {
185
+ "value": 2.8052185798684754,
186
+ "min": 2.8052185798684754,
187
+ "max": 6.720910437405109,
188
+ "count": 12
189
  },
190
+ "Pyramids.Policy.CuriosityReward.sum": {
191
+ "value": 16.831311479210854,
192
+ "min": 3.1243360936641693,
193
+ "max": 107.53456699848175,
194
+ "count": 12
195
  }
196
  },
197
  "metadata": {
198
  "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1716714195",
200
  "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
201
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Pyramids.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics --force",
202
  "mlagents_version": "1.1.0.dev0",
203
  "mlagents_envs_version": "1.1.0.dev0",
204
  "communication_protocol_version": "1.5.0",
205
  "pytorch_version": "2.3.0+cu121",
206
  "numpy_version": "1.23.5",
207
+ "end_time_seconds": "1716714437"
208
  },
209
+ "total": 241.32956991600076,
210
  "count": 1,
211
+ "self": 0.5013118150000082,
212
  "children": {
213
  "run_training.setup": {
214
+ "total": 0.056518850000429666,
215
  "count": 1,
216
+ "self": 0.056518850000429666
217
  },
218
  "TrainerController.start_learning": {
219
+ "total": 240.77173925100033,
220
  "count": 1,
221
+ "self": 0.18175960001099156,
222
  "children": {
223
  "TrainerController._reset_env": {
224
+ "total": 2.4149710379997487,
225
  "count": 1,
226
+ "self": 2.4149710379997487
227
  },
228
  "TrainerController.advance": {
229
+ "total": 238.05032934099017,
230
+ "count": 6304,
231
+ "self": 0.2095663039754072,
232
  "children": {
233
  "env_step": {
234
+ "total": 155.05327726704854,
235
+ "count": 6304,
236
+ "self": 136.69235677504003,
237
  "children": {
238
  "SubprocessEnvManager._take_step": {
239
+ "total": 18.247605549026957,
240
+ "count": 6304,
241
+ "self": 0.5990804590810512,
242
  "children": {
243
  "TorchPolicy.evaluate": {
244
+ "total": 17.648525089945906,
245
+ "count": 6292,
246
+ "self": 17.648525089945906
247
  }
248
  }
249
  },
250
  "workers": {
251
+ "total": 0.11331494298156031,
252
+ "count": 6304,
253
  "self": 0.0,
254
  "children": {
255
  "worker_root": {
256
+ "total": 240.0926715700234,
257
+ "count": 6304,
258
  "is_parallel": true,
259
+ "self": 118.93710902202383,
260
  "children": {
261
  "run_training.setup": {
262
  "total": 0.0,
 
265
  "self": 0.0,
266
  "children": {
267
  "steps_from_proto": {
268
+ "total": 0.002296657000442792,
269
  "count": 1,
270
  "is_parallel": true,
271
+ "self": 0.0006495540001196787,
272
  "children": {
273
  "_process_rank_one_or_two_observation": {
274
+ "total": 0.0016471030003231135,
275
  "count": 8,
276
  "is_parallel": true,
277
+ "self": 0.0016471030003231135
278
  }
279
  }
280
  },
281
  "UnityEnvironment.step": {
282
+ "total": 0.049303064000014274,
283
  "count": 1,
284
  "is_parallel": true,
285
+ "self": 0.0006382899991876911,
286
  "children": {
287
  "UnityEnvironment._generate_step_input": {
288
+ "total": 0.000485536999804026,
289
  "count": 1,
290
  "is_parallel": true,
291
+ "self": 0.000485536999804026
292
  },
293
  "communicator.exchange": {
294
+ "total": 0.0463892420002594,
295
  "count": 1,
296
  "is_parallel": true,
297
+ "self": 0.0463892420002594
298
  },
299
  "steps_from_proto": {
300
+ "total": 0.001789995000763156,
301
  "count": 1,
302
  "is_parallel": true,
303
+ "self": 0.0003914800026905141,
304
  "children": {
305
  "_process_rank_one_or_two_observation": {
306
+ "total": 0.001398514998072642,
307
  "count": 8,
308
  "is_parallel": true,
309
+ "self": 0.001398514998072642
310
  }
311
  }
312
  }
 
315
  }
316
  },
317
  "UnityEnvironment.step": {
318
+ "total": 121.15556254799958,
319
+ "count": 6303,
320
  "is_parallel": true,
321
+ "self": 3.98279508106134,
322
  "children": {
323
  "UnityEnvironment._generate_step_input": {
324
+ "total": 2.6460406800015335,
325
+ "count": 6303,
326
  "is_parallel": true,
327
+ "self": 2.6460406800015335
328
  },
329
  "communicator.exchange": {
330
+ "total": 103.0294933479372,
331
+ "count": 6303,
332
  "is_parallel": true,
333
+ "self": 103.0294933479372
334
  },
335
  "steps_from_proto": {
336
+ "total": 11.497233438999501,
337
+ "count": 6303,
338
  "is_parallel": true,
339
+ "self": 2.431688196011237,
340
  "children": {
341
  "_process_rank_one_or_two_observation": {
342
+ "total": 9.065545242988264,
343
+ "count": 50424,
344
  "is_parallel": true,
345
+ "self": 9.065545242988264
346
  }
347
  }
348
  }
 
355
  }
356
  },
357
  "trainer_advance": {
358
+ "total": 82.78748576996622,
359
+ "count": 6304,
360
+ "self": 0.25155939395790483,
361
  "children": {
362
  "process_trajectory": {
363
+ "total": 12.518190540013165,
364
+ "count": 6304,
365
+ "self": 12.518190540013165
366
  },
367
  "_update_policy": {
368
+ "total": 70.01773583599515,
369
+ "count": 33,
370
+ "self": 46.00202858499506,
371
  "children": {
372
  "TorchPPOOptimizer.update": {
373
+ "total": 24.015707251000094,
374
+ "count": 2325,
375
+ "self": 24.015707251000094
376
  }
377
  }
378
  }
 
381
  }
382
  },
383
  "trainer_threads": {
384
+ "total": 8.669994713272899e-07,
385
  "count": 1,
386
+ "self": 8.669994713272899e-07
387
  },
388
  "TrainerController._save_models": {
389
+ "total": 0.12467840499994054,
390
  "count": 1,
391
+ "self": 0.0019627969995781314,
392
  "children": {
393
  "RLTrainer._checkpoint": {
394
+ "total": 0.12271560800036241,
395
  "count": 1,
396
+ "self": 0.12271560800036241
397
  }
398
  }
399
  }
run_logs/training_status.json CHANGED
@@ -2,22 +2,22 @@
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
- "steps": 230001,
6
- "file_path": "results/Pyramids Training/Pyramids/Pyramids-230001.onnx",
7
  "reward": null,
8
- "creation_time": 1716713221.2178004,
9
  "auxillary_file_paths": [
10
- "results/Pyramids Training/Pyramids/Pyramids-230001.pt"
11
  ]
12
  }
13
  ],
14
  "final_checkpoint": {
15
- "steps": 230001,
16
  "file_path": "results/Pyramids Training/Pyramids.onnx",
17
  "reward": null,
18
- "creation_time": 1716713221.2178004,
19
  "auxillary_file_paths": [
20
- "results/Pyramids Training/Pyramids/Pyramids-230001.pt"
21
  ]
22
  }
23
  },
 
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
+ "steps": 100085,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-100085.onnx",
7
  "reward": null,
8
+ "creation_time": 1716714436.7733414,
9
  "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-100085.pt"
11
  ]
12
  }
13
  ],
14
  "final_checkpoint": {
15
+ "steps": 100085,
16
  "file_path": "results/Pyramids Training/Pyramids.onnx",
17
  "reward": null,
18
+ "creation_time": 1716714436.7733414,
19
  "auxillary_file_paths": [
20
+ "results/Pyramids Training/Pyramids/Pyramids-100085.pt"
21
  ]
22
  }
23
  },