jennifer-jy commited on
Commit
6eddd73
·
verified ·
1 Parent(s): 50dd1d5

First Push

Browse files
Pyramids.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f1597440a89f0d7ff6befb5d9eb07f7010579ff7fbd2dd9374ba2ffb0e05b57
3
  size 1420238
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca168076d9a1788199e463ef3e8ac23cc2a662e917ed91f06193bdde983d7af
3
  size 1420238
Pyramids/Pyramids-1000007.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca168076d9a1788199e463ef3e8ac23cc2a662e917ed91f06193bdde983d7af
3
+ size 1420238
Pyramids/Pyramids-1000007.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551f8a50fd880dc145afe2ef0b52e617b69f13d545a23dc804bfd63c41bbc370
3
+ size 8656731
Pyramids/Pyramids-499966.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e60e16f9efcf54cdc16f041b1c6a57ea27186f74a71fe64e281df6a90af2a57
3
+ size 1420238
Pyramids/Pyramids-499966.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecbfc03c3af33fa823710636130d37c5a2b39c15c7b2ff2787f88f576f5101cb
3
+ size 8656650
Pyramids/Pyramids-999879.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca168076d9a1788199e463ef3e8ac23cc2a662e917ed91f06193bdde983d7af
3
+ size 1420238
Pyramids/Pyramids-999879.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f4f00908a6a575ccb02203625648d5f4799cf51def21f311415ef3ccca37078
3
+ size 8656650
Pyramids/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ecae301ccf37fc7f8899aa767cf0221d9b45002481918bbd4ab7a54f3954b31
3
  size 8656181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ed8be78cbad27876adde424acade3f3661cc40294c14705389124b0c8015aa
3
  size 8656181
Pyramids/events.out.tfevents.1749443560.ad118fea1525.32366.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d7d0b62ddf4bff9a2bbf42aa9eafa23b01916922a8707cf823e4aefe8fe871
3
+ size 313786
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": 128, "buffer_size": 4096, "learning_rate": 0.0002, "beta": 0.005, "epsilon": 0.1, "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_2", "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
@@ -4,10 +4,10 @@ behaviors:
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
12
  num_epoch: 3
13
  shared_critic: false
@@ -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
 
4
  trainer_type: ppo
5
  hyperparameters:
6
  batch_size: 128
7
+ buffer_size: 4096
8
+ learning_rate: 0.0002
9
+ beta: 0.005
10
+ epsilon: 0.1
11
  lambd: 0.95
12
  num_epoch: 3
13
  shared_critic: false
 
79
  no_graphics_monitor: false
80
  environment_parameters: null
81
  checkpoint_settings:
82
+ run_id: Pyramids_Training_2
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.12
4
- Multi-casting "[IP] 172.28.0.12 [Port] 55270 [Flags] 2 [Guid] 3797923516 [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
- 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.093 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.760925 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 1 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]: 2400 frames, [32.0 KB-64.0 KB]: 13355 frames, [64.0 KB-128.0 KB]: 3015 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
@@ -207,28 +204,28 @@ PlayerConnection::CleanupMemory Statistics:
207
  Peak Allocated Bytes 128 B
208
  Overflow Count 0
209
  [ALLOC_MEMORYPROFILER]
210
- Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18472 frames
211
  Requested Block Size 1.0 MB
212
  Peak Block count 2
213
  Peak Allocated memory 1.6 MB
214
  Peak Large allocation bytes 0 B
215
  [ALLOC_DEFAULT] Dual Thread Allocator
216
- Peak main deferred allocation count 13219
217
  [ALLOC_BUCKET]
218
  Large Block size 4.0 MB
219
  Used Block count 1
220
  Peak Allocated bytes 1.7 MB
221
  [ALLOC_DEFAULT_MAIN]
222
- Peak usage frame count: [8.0 MB-16.0 MB]: 227 frames, [16.0 MB-32.0 MB]: 18544 frames
223
  Requested Block Size 16.0 MB
224
  Peak Block count 3
225
- Peak Allocated memory 29.8 MB
226
  Peak Large allocation bytes 0 B
227
  [ALLOC_DEFAULT_THREAD]
228
- Peak usage frame count: [16.0 MB-32.0 MB]: 18771 frames
229
  Requested Block Size 16.0 MB
230
  Peak Block count 1
231
- Peak Allocated memory 24.5 MB
232
  Peak Large allocation bytes 16.0 MB
233
  [ALLOC_TEMP_JOB_1_FRAME]
234
  Initial Block Size 2.0 MB
@@ -257,13 +254,13 @@ PlayerConnection::CleanupMemory Statistics:
257
  Used Block count 1
258
  Peak Allocated bytes 1.7 MB
259
  [ALLOC_GFX_MAIN]
260
- Peak usage frame count: [32.0 KB-64.0 KB]: 18770 frames, [64.0 KB-128.0 KB]: 1 frames
261
  Requested Block Size 16.0 MB
262
  Peak Block count 1
263
  Peak Allocated memory 67.0 KB
264
  Peak Large allocation bytes 0 B
265
  [ALLOC_GFX_THREAD]
266
- Peak usage frame count: [64.0 KB-128.0 KB]: 18771 frames
267
  Requested Block Size 16.0 MB
268
  Peak Block count 1
269
  Peak Allocated memory 67.7 KB
@@ -275,16 +272,16 @@ PlayerConnection::CleanupMemory Statistics:
275
  Used Block count 1
276
  Peak Allocated bytes 1.7 MB
277
  [ALLOC_CACHEOBJECTS_MAIN]
278
- Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18472 frames
279
  Requested Block Size 4.0 MB
280
  Peak Block count 1
281
  Peak Allocated memory 1.4 MB
282
  Peak Large allocation bytes 0 B
283
  [ALLOC_CACHEOBJECTS_THREAD]
284
- Peak usage frame count: [1.0 MB-2.0 MB]: 18770 frames, [4.0 MB-8.0 MB]: 1 frames
285
  Requested Block Size 4.0 MB
286
- Peak Block count 2
287
- Peak Allocated memory 4.7 MB
288
  Peak Large allocation bytes 0 B
289
  [ALLOC_TYPETREE] Dual Thread Allocator
290
  Peak main deferred allocation count 0
@@ -293,25 +290,25 @@ PlayerConnection::CleanupMemory Statistics:
293
  Used Block count 1
294
  Peak Allocated bytes 1.7 MB
295
  [ALLOC_TYPETREE_MAIN]
296
- Peak usage frame count: [0-1.0 KB]: 18771 frames
297
  Requested Block Size 2.0 MB
298
  Peak Block count 1
299
  Peak Allocated memory 1.0 KB
300
  Peak Large allocation bytes 0 B
301
  [ALLOC_TYPETREE_THREAD]
302
- Peak usage frame count: [1.0 KB-2.0 KB]: 18771 frames
303
  Requested Block Size 2.0 MB
304
  Peak Block count 1
305
  Peak Allocated memory 1.9 KB
306
  Peak Large allocation bytes 0 B
307
  [ALLOC_PROFILER]
308
- Peak usage frame count: [16.0 KB-32.0 KB]: 18771 frames
309
  Requested Block Size 16.0 MB
310
  Peak Block count 1
311
- Peak Allocated memory 29.2 KB
312
  Peak Large allocation bytes 0 B
313
  [ALLOC_PROFILER_BUCKET]
314
  Large Block size 4.0 MB
315
  Used Block count 1
316
  Peak Allocated bytes 396 B
317
- ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1749440148112,"processId":8733,"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] 55509 [Flags] 2 [Guid] 1780557801 [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)
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.129 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: 1.096941 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]: 9240 frames, [32.0 KB-64.0 KB]: 7751 frames, [64.0 KB-128.0 KB]: 1777 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
 
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]: 18470 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 12318
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]: 18768 frames
220
  Requested Block Size 16.0 MB
221
  Peak Block count 3
222
+ Peak Allocated memory 30.3 MB
223
  Peak Large allocation bytes 0 B
224
  [ALLOC_DEFAULT_THREAD]
225
+ Peak usage frame count: [16.0 MB-32.0 MB]: 18769 frames
226
  Requested Block Size 16.0 MB
227
  Peak Block count 1
228
+ Peak Allocated memory 23.2 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]: 18768 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]: 18769 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]: 18470 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]: 18768 frames, [2.0 MB-4.0 MB]: 1 frames
282
  Requested Block Size 4.0 MB
283
+ Peak Block count 1
284
+ Peak Allocated memory 3.9 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]: 18769 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]: 18769 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]: 18769 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":1749445647237,"processId":32383,"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,171 +2,171 @@
2
  "name": "root",
3
  "gauges": {
4
  "Pyramids.Policy.Entropy.mean": {
5
- "value": 0.3350432217121124,
6
- "min": 0.3350432217121124,
7
- "max": 1.4906748533248901,
8
  "count": 33
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
- "value": 10110.2646484375,
12
- "min": 10110.2646484375,
13
- "max": 45221.11328125,
14
  "count": 33
15
  },
16
  "Pyramids.Step.mean": {
17
- "value": 989970.0,
18
  "min": 29952.0,
19
- "max": 989970.0,
20
  "count": 33
21
  },
22
  "Pyramids.Step.sum": {
23
- "value": 989970.0,
24
  "min": 29952.0,
25
- "max": 989970.0,
26
  "count": 33
27
  },
28
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
- "value": 0.5450277924537659,
30
- "min": -0.14152459800243378,
31
- "max": 0.5970061421394348,
32
  "count": 33
33
  },
34
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
- "value": 154.24285888671875,
36
- "min": -33.54132843017578,
37
- "max": 164.77369689941406,
38
  "count": 33
39
  },
40
  "Pyramids.Policy.RndValueEstimate.mean": {
41
- "value": -0.004259876441210508,
42
- "min": -0.13958775997161865,
43
- "max": 0.3721037805080414,
44
  "count": 33
45
  },
46
  "Pyramids.Policy.RndValueEstimate.sum": {
47
- "value": -1.2055450677871704,
48
- "min": -36.85116958618164,
49
- "max": 99.72381591796875,
50
  "count": 33
51
  },
52
  "Pyramids.Losses.PolicyLoss.mean": {
53
- "value": 0.0659075082207675,
54
- "min": 0.0659075082207675,
55
- "max": 0.07362989712472985,
56
  "count": 33
57
  },
58
  "Pyramids.Losses.PolicyLoss.sum": {
59
- "value": 0.9227051150907452,
60
- "min": 0.4952828431583609,
61
- "max": 1.0525541256453534,
62
  "count": 33
63
  },
64
  "Pyramids.Losses.ValueLoss.mean": {
65
- "value": 0.017237028111204773,
66
- "min": 0.0003032036767087156,
67
- "max": 0.02541885567800153,
68
  "count": 33
69
  },
70
  "Pyramids.Losses.ValueLoss.sum": {
71
- "value": 0.2413183935568668,
72
- "min": 0.003032036767087156,
73
- "max": 0.3558639794920214,
74
  "count": 33
75
  },
76
  "Pyramids.Policy.LearningRate.mean": {
77
- "value": 7.685390295378573e-06,
78
- "min": 7.685390295378573e-06,
79
- "max": 0.00029515063018788575,
80
  "count": 33
81
  },
82
  "Pyramids.Policy.LearningRate.sum": {
83
- "value": 0.00010759546413530002,
84
- "min": 0.00010759546413530002,
85
- "max": 0.0030216923927693,
86
  "count": 33
87
  },
88
  "Pyramids.Policy.Epsilon.mean": {
89
- "value": 0.1025617642857143,
90
- "min": 0.1025617642857143,
91
- "max": 0.19838354285714285,
92
  "count": 33
93
  },
94
  "Pyramids.Policy.Epsilon.sum": {
95
- "value": 1.4358647000000002,
96
- "min": 1.3691136000000002,
97
- "max": 2.4826245,
98
  "count": 33
99
  },
100
  "Pyramids.Policy.Beta.mean": {
101
- "value": 0.0002659202521428572,
102
- "min": 0.0002659202521428572,
103
- "max": 0.00983851593142857,
104
  "count": 33
105
  },
106
  "Pyramids.Policy.Beta.sum": {
107
- "value": 0.003722883530000001,
108
- "min": 0.003722883530000001,
109
- "max": 0.10075234693,
110
  "count": 33
111
  },
112
  "Pyramids.Losses.RNDLoss.mean": {
113
- "value": 0.013633999042212963,
114
- "min": 0.013592482544481754,
115
- "max": 0.5029053092002869,
116
  "count": 33
117
  },
118
  "Pyramids.Losses.RNDLoss.sum": {
119
- "value": 0.19087599217891693,
120
- "min": 0.1902947574853897,
121
- "max": 3.5203371047973633,
122
  "count": 33
123
  },
124
  "Pyramids.Environment.EpisodeLength.mean": {
125
- "value": 336.75280898876406,
126
- "min": 327.34090909090907,
127
  "max": 999.0,
128
  "count": 33
129
  },
130
  "Pyramids.Environment.EpisodeLength.sum": {
131
- "value": 29971.0,
132
  "min": 15984.0,
133
- "max": 32457.0,
134
  "count": 33
135
  },
136
  "Pyramids.Environment.CumulativeReward.mean": {
137
- "value": 1.6407707623216543,
138
  "min": -1.0000000521540642,
139
- "max": 1.6407707623216543,
140
  "count": 33
141
  },
142
  "Pyramids.Environment.CumulativeReward.sum": {
143
- "value": 146.02859784662724,
144
  "min": -32.000001668930054,
145
- "max": 146.02859784662724,
146
  "count": 33
147
  },
148
  "Pyramids.Policy.ExtrinsicReward.mean": {
149
- "value": 1.6407707623216543,
150
  "min": -1.0000000521540642,
151
- "max": 1.6407707623216543,
152
  "count": 33
153
  },
154
  "Pyramids.Policy.ExtrinsicReward.sum": {
155
- "value": 146.02859784662724,
156
  "min": -32.000001668930054,
157
- "max": 146.02859784662724,
158
  "count": 33
159
  },
160
  "Pyramids.Policy.RndReward.mean": {
161
- "value": 0.047234541696484535,
162
- "min": 0.047234541696484535,
163
- "max": 10.46707842964679,
164
  "count": 33
165
  },
166
  "Pyramids.Policy.RndReward.sum": {
167
- "value": 4.203874210987124,
168
- "min": 4.203874210987124,
169
- "max": 167.47325487434864,
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": "1749437973",
188
  "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.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.7.1+cu126",
194
  "numpy_version": "1.23.5",
195
- "end_time_seconds": "1749440148"
196
  },
197
- "total": 2174.268714469,
198
  "count": 1,
199
- "self": 0.6296457609996651,
200
  "children": {
201
  "run_training.setup": {
202
- "total": 0.019719519000091168,
203
  "count": 1,
204
- "self": 0.019719519000091168
205
  },
206
  "TrainerController.start_learning": {
207
- "total": 2173.619349189,
208
  "count": 1,
209
- "self": 1.2442392020211628,
210
  "children": {
211
  "TrainerController._reset_env": {
212
- "total": 2.2846495490000507,
213
  "count": 1,
214
- "self": 2.2846495490000507
215
  },
216
  "TrainerController.advance": {
217
- "total": 2170.0112232799797,
218
- "count": 63783,
219
- "self": 1.3635687739993045,
220
  "children": {
221
  "env_step": {
222
- "total": 1498.112009219971,
223
- "count": 63783,
224
- "self": 1352.5979401499433,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
- "total": 144.78388730404163,
228
- "count": 63783,
229
- "self": 4.380544577033106,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
- "total": 140.40334272700852,
233
- "count": 62567,
234
- "self": 140.40334272700852
235
  }
236
  }
237
  },
238
  "workers": {
239
- "total": 0.7301817659861172,
240
- "count": 63783,
241
  "self": 0.0,
242
  "children": {
243
  "worker_root": {
244
- "total": 2168.87869323307,
245
- "count": 63783,
246
  "is_parallel": true,
247
- "self": 921.8589489080455,
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.001907844000015757,
257
  "count": 1,
258
  "is_parallel": true,
259
- "self": 0.0006393779999598337,
260
  "children": {
261
  "_process_rank_one_or_two_observation": {
262
- "total": 0.0012684660000559234,
263
  "count": 8,
264
  "is_parallel": true,
265
- "self": 0.0012684660000559234
266
  }
267
  }
268
  },
269
  "UnityEnvironment.step": {
270
- "total": 0.06846331400015515,
271
  "count": 1,
272
  "is_parallel": true,
273
- "self": 0.0005970839997644362,
274
  "children": {
275
  "UnityEnvironment._generate_step_input": {
276
- "total": 0.0004956710001806641,
277
  "count": 1,
278
  "is_parallel": true,
279
- "self": 0.0004956710001806641
280
  },
281
  "communicator.exchange": {
282
- "total": 0.06554277400005049,
283
  "count": 1,
284
  "is_parallel": true,
285
- "self": 0.06554277400005049
286
  },
287
  "steps_from_proto": {
288
- "total": 0.0018277850001595652,
289
  "count": 1,
290
  "is_parallel": true,
291
- "self": 0.0004256940001141629,
292
  "children": {
293
  "_process_rank_one_or_two_observation": {
294
- "total": 0.0014020910000454023,
295
  "count": 8,
296
  "is_parallel": true,
297
- "self": 0.0014020910000454023
298
  }
299
  }
300
  }
@@ -303,34 +303,34 @@
303
  }
304
  },
305
  "UnityEnvironment.step": {
306
- "total": 1247.0197443250245,
307
- "count": 63782,
308
  "is_parallel": true,
309
- "self": 30.78067624810069,
310
  "children": {
311
  "UnityEnvironment._generate_step_input": {
312
- "total": 22.416148762045395,
313
- "count": 63782,
314
  "is_parallel": true,
315
- "self": 22.416148762045395
316
  },
317
  "communicator.exchange": {
318
- "total": 1102.1674801959311,
319
- "count": 63782,
320
  "is_parallel": true,
321
- "self": 1102.1674801959311
322
  },
323
  "steps_from_proto": {
324
- "total": 91.65543911894724,
325
- "count": 63782,
326
  "is_parallel": true,
327
- "self": 18.04255058982494,
328
  "children": {
329
  "_process_rank_one_or_two_observation": {
330
- "total": 73.6128885291223,
331
- "count": 510256,
332
  "is_parallel": true,
333
- "self": 73.6128885291223
334
  }
335
  }
336
  }
@@ -343,31 +343,31 @@
343
  }
344
  },
345
  "trainer_advance": {
346
- "total": 670.5356452860096,
347
- "count": 63783,
348
- "self": 2.310295243964447,
349
  "children": {
350
  "process_trajectory": {
351
- "total": 125.31426553303527,
352
- "count": 63783,
353
- "self": 125.11652393003533,
354
  "children": {
355
  "RLTrainer._checkpoint": {
356
- "total": 0.19774160299994037,
357
  "count": 2,
358
- "self": 0.19774160299994037
359
  }
360
  }
361
  },
362
  "_update_policy": {
363
- "total": 542.9110845090099,
364
- "count": 432,
365
- "self": 299.69867497199766,
366
  "children": {
367
  "TorchPPOOptimizer.update": {
368
- "total": 243.21240953701226,
369
- "count": 22866,
370
- "self": 243.21240953701226
371
  }
372
  }
373
  }
@@ -376,19 +376,19 @@
376
  }
377
  },
378
  "trainer_threads": {
379
- "total": 9.279992809752002e-07,
380
  "count": 1,
381
- "self": 9.279992809752002e-07
382
  },
383
  "TrainerController._save_models": {
384
- "total": 0.07923622999987856,
385
  "count": 1,
386
- "self": 0.0012706739998975536,
387
  "children": {
388
  "RLTrainer._checkpoint": {
389
- "total": 0.077965555999981,
390
  "count": 1,
391
- "self": 0.077965555999981
392
  }
393
  }
394
  }
 
2
  "name": "root",
3
  "gauges": {
4
  "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.6665168404579163,
6
+ "min": 0.6665168404579163,
7
+ "max": 1.5946495532989502,
8
  "count": 33
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
+ "value": 20091.484375,
12
+ "min": 20091.484375,
13
+ "max": 48375.2890625,
14
  "count": 33
15
  },
16
  "Pyramids.Step.mean": {
17
+ "value": 989954.0,
18
  "min": 29952.0,
19
+ "max": 989954.0,
20
  "count": 33
21
  },
22
  "Pyramids.Step.sum": {
23
+ "value": 989954.0,
24
  "min": 29952.0,
25
+ "max": 989954.0,
26
  "count": 33
27
  },
28
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.18970997631549835,
30
+ "min": -0.10716152936220169,
31
+ "max": 0.2471831738948822,
32
  "count": 33
33
  },
34
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 48.94517517089844,
36
+ "min": -25.825927734375,
37
+ "max": 63.278892517089844,
38
  "count": 33
39
  },
40
  "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.012041537091135979,
42
+ "min": 0.006680199410766363,
43
+ "max": 0.45380517840385437,
44
  "count": 33
45
  },
46
  "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 3.1067166328430176,
48
+ "min": 1.6566894054412842,
49
+ "max": 107.55182647705078,
50
  "count": 33
51
  },
52
  "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06943605918994374,
54
+ "min": 0.06585919048631608,
55
+ "max": 0.07194191388609512,
56
  "count": 33
57
  },
58
  "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.48605241432960616,
60
+ "min": 0.2788896204778683,
61
+ "max": 0.562897801988069,
62
  "count": 33
63
  },
64
  "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.01099524283372808,
66
+ "min": 0.0001414999053914558,
67
+ "max": 0.01099524283372808,
68
  "count": 33
69
  },
70
  "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.07696669983609657,
72
+ "min": 0.0009904993377401906,
73
+ "max": 0.08602394675108371,
74
  "count": 33
75
  },
76
  "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 5.058011756757141e-06,
78
+ "min": 5.058011756757141e-06,
79
+ "max": 0.00019696640151680003,
80
  "count": 33
81
  },
82
  "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 3.540608229729999e-05,
84
+ "min": 3.540608229729999e-05,
85
+ "max": 0.0012125400937299997,
86
  "count": 33
87
  },
88
  "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.09999999999999999,
90
+ "min": 0.09999999999999998,
91
+ "max": 0.1,
92
  "count": 33
93
  },
94
  "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 0.7,
96
+ "min": 0.3999999999999999,
97
+ "max": 0.8,
98
  "count": 33
99
  },
100
  "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.0001361949614285714,
102
+ "min": 0.0001361949614285714,
103
+ "max": 0.00492431168,
104
  "count": 33
105
  },
106
  "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0009533647299999998,
108
+ "min": 0.0009533647299999998,
109
+ "max": 0.030322873000000004,
110
  "count": 33
111
  },
112
  "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.01803797110915184,
114
+ "min": 0.01787019893527031,
115
+ "max": 0.534096896648407,
116
  "count": 33
117
  },
118
  "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.12626579403877258,
120
+ "min": 0.12509138882160187,
121
+ "max": 2.136387586593628,
122
  "count": 33
123
  },
124
  "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 613.4,
126
+ "min": 601.3877551020408,
127
  "max": 999.0,
128
  "count": 33
129
  },
130
  "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 30670.0,
132
  "min": 15984.0,
133
+ "max": 34234.0,
134
  "count": 33
135
  },
136
  "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 0.9464479768276215,
138
  "min": -1.0000000521540642,
139
+ "max": 1.0311673174099045,
140
  "count": 33
141
  },
142
  "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 47.32239884138107,
144
  "min": -32.000001668930054,
145
+ "max": 50.52719855308533,
146
  "count": 33
147
  },
148
  "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 0.9464479768276215,
150
  "min": -1.0000000521540642,
151
+ "max": 1.0311673174099045,
152
  "count": 33
153
  },
154
  "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 47.32239884138107,
156
  "min": -32.000001668930054,
157
+ "max": 50.52719855308533,
158
  "count": 33
159
  },
160
  "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.11382588352775201,
162
+ "min": 0.11363009977325493,
163
+ "max": 12.171295398846269,
164
  "count": 33
165
  },
166
  "Pyramids.Policy.RndReward.sum": {
167
+ "value": 5.691294176387601,
168
+ "min": 4.879276555497199,
169
+ "max": 194.7407263815403,
170
  "count": 33
171
  },
172
  "Pyramids.IsTraining.mean": {
 
184
  },
185
  "metadata": {
186
  "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1749443559",
188
  "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.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_2 --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.7.1+cu126",
194
  "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1749445647"
196
  },
197
+ "total": 2087.5942535270005,
198
  "count": 1,
199
+ "self": 0.47591953500068485,
200
  "children": {
201
  "run_training.setup": {
202
+ "total": 0.020292706999498478,
203
  "count": 1,
204
+ "self": 0.020292706999498478
205
  },
206
  "TrainerController.start_learning": {
207
+ "total": 2087.0980412850004,
208
  "count": 1,
209
+ "self": 1.2929630827520668,
210
  "children": {
211
  "TrainerController._reset_env": {
212
+ "total": 3.044654459999947,
213
  "count": 1,
214
+ "self": 3.044654459999947
215
  },
216
  "TrainerController.advance": {
217
+ "total": 2082.6721911832474,
218
+ "count": 63274,
219
+ "self": 1.338734979455694,
220
  "children": {
221
  "env_step": {
222
+ "total": 1396.3939620187084,
223
+ "count": 63274,
224
+ "self": 1246.1081086676086,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
+ "total": 149.5401656600543,
228
+ "count": 63274,
229
+ "self": 4.545523447043706,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
+ "total": 144.9946422130106,
233
+ "count": 62561,
234
+ "self": 144.9946422130106
235
  }
236
  }
237
  },
238
  "workers": {
239
+ "total": 0.7456876910455321,
240
+ "count": 63274,
241
  "self": 0.0,
242
  "children": {
243
  "worker_root": {
244
+ "total": 2082.456540916074,
245
+ "count": 63274,
246
  "is_parallel": true,
247
+ "self": 943.1106912942269,
248
  "children": {
249
  "run_training.setup": {
250
  "total": 0.0,
 
253
  "self": 0.0,
254
  "children": {
255
  "steps_from_proto": {
256
+ "total": 0.002521911999792792,
257
  "count": 1,
258
  "is_parallel": true,
259
+ "self": 0.0007934859995657462,
260
  "children": {
261
  "_process_rank_one_or_two_observation": {
262
+ "total": 0.0017284260002270457,
263
  "count": 8,
264
  "is_parallel": true,
265
+ "self": 0.0017284260002270457
266
  }
267
  }
268
  },
269
  "UnityEnvironment.step": {
270
+ "total": 0.049979223999798705,
271
  "count": 1,
272
  "is_parallel": true,
273
+ "self": 0.0005230350006968365,
274
  "children": {
275
  "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0004515149994404055,
277
  "count": 1,
278
  "is_parallel": true,
279
+ "self": 0.0004515149994404055
280
  },
281
  "communicator.exchange": {
282
+ "total": 0.047415748000275926,
283
  "count": 1,
284
  "is_parallel": true,
285
+ "self": 0.047415748000275926
286
  },
287
  "steps_from_proto": {
288
+ "total": 0.0015889259993855376,
289
  "count": 1,
290
  "is_parallel": true,
291
+ "self": 0.00033522400008223485,
292
  "children": {
293
  "_process_rank_one_or_two_observation": {
294
+ "total": 0.0012537019993033027,
295
  "count": 8,
296
  "is_parallel": true,
297
+ "self": 0.0012537019993033027
298
  }
299
  }
300
  }
 
303
  }
304
  },
305
  "UnityEnvironment.step": {
306
+ "total": 1139.3458496218473,
307
+ "count": 63273,
308
  "is_parallel": true,
309
+ "self": 31.04758551323812,
310
  "children": {
311
  "UnityEnvironment._generate_step_input": {
312
+ "total": 22.727993597838577,
313
+ "count": 63273,
314
  "is_parallel": true,
315
+ "self": 22.727993597838577
316
  },
317
  "communicator.exchange": {
318
+ "total": 993.7852744339243,
319
+ "count": 63273,
320
  "is_parallel": true,
321
+ "self": 993.7852744339243
322
  },
323
  "steps_from_proto": {
324
+ "total": 91.78499607684626,
325
+ "count": 63273,
326
  "is_parallel": true,
327
+ "self": 17.978266948128294,
328
  "children": {
329
  "_process_rank_one_or_two_observation": {
330
+ "total": 73.80672912871796,
331
+ "count": 506184,
332
  "is_parallel": true,
333
+ "self": 73.80672912871796
334
  }
335
  }
336
  }
 
343
  }
344
  },
345
  "trainer_advance": {
346
+ "total": 684.9394941850833,
347
+ "count": 63274,
348
+ "self": 2.440142136817485,
349
  "children": {
350
  "process_trajectory": {
351
+ "total": 125.25541883626374,
352
+ "count": 63274,
353
+ "self": 125.05289813026411,
354
  "children": {
355
  "RLTrainer._checkpoint": {
356
+ "total": 0.2025207059996319,
357
  "count": 2,
358
+ "self": 0.2025207059996319
359
  }
360
  }
361
  },
362
  "_update_policy": {
363
+ "total": 557.243933212002,
364
+ "count": 231,
365
+ "self": 307.9904933010275,
366
  "children": {
367
  "TorchPPOOptimizer.update": {
368
+ "total": 249.25343991097452,
369
+ "count": 23148,
370
+ "self": 249.25343991097452
371
  }
372
  }
373
  }
 
376
  }
377
  },
378
  "trainer_threads": {
379
+ "total": 8.320002962136641e-07,
380
  "count": 1,
381
+ "self": 8.320002962136641e-07
382
  },
383
  "TrainerController._save_models": {
384
+ "total": 0.08823172700067516,
385
  "count": 1,
386
+ "self": 0.0011536390011315234,
387
  "children": {
388
  "RLTrainer._checkpoint": {
389
+ "total": 0.08707808799954364,
390
  "count": 1,
391
+ "self": 0.08707808799954364
392
  }
393
  }
394
  }
run_logs/training_status.json CHANGED
@@ -2,40 +2,40 @@
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
- "steps": 499906,
6
- "file_path": "results/Pyramids Training/Pyramids/Pyramids-499906.onnx",
7
- "reward": null,
8
- "creation_time": 1749438957.5070705,
9
  "auxillary_file_paths": [
10
- "results/Pyramids Training/Pyramids/Pyramids-499906.pt"
11
  ]
12
  },
13
  {
14
- "steps": 999996,
15
- "file_path": "results/Pyramids Training/Pyramids/Pyramids-999996.onnx",
16
- "reward": 1.6094999685883522,
17
- "creation_time": 1749440147.462628,
18
  "auxillary_file_paths": [
19
- "results/Pyramids Training/Pyramids/Pyramids-999996.pt"
20
  ]
21
  },
22
  {
23
- "steps": 1000124,
24
- "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000124.onnx",
25
- "reward": 1.6094999685883522,
26
- "creation_time": 1749440147.5544868,
27
  "auxillary_file_paths": [
28
- "results/Pyramids Training/Pyramids/Pyramids-1000124.pt"
29
  ]
30
  }
31
  ],
32
  "final_checkpoint": {
33
- "steps": 1000124,
34
- "file_path": "results/Pyramids Training/Pyramids.onnx",
35
- "reward": 1.6094999685883522,
36
- "creation_time": 1749440147.5544868,
37
  "auxillary_file_paths": [
38
- "results/Pyramids Training/Pyramids/Pyramids-1000124.pt"
39
  ]
40
  }
41
  },
 
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
+ "steps": 499966,
6
+ "file_path": "results/Pyramids_Training_2/Pyramids/Pyramids-499966.onnx",
7
+ "reward": -0.34915005788207054,
8
+ "creation_time": 1749444565.6293406,
9
  "auxillary_file_paths": [
10
+ "results/Pyramids_Training_2/Pyramids/Pyramids-499966.pt"
11
  ]
12
  },
13
  {
14
+ "steps": 999879,
15
+ "file_path": "results/Pyramids_Training_2/Pyramids/Pyramids-999879.onnx",
16
+ "reward": 0.24029995501041412,
17
+ "creation_time": 1749445646.7001588,
18
  "auxillary_file_paths": [
19
+ "results/Pyramids_Training_2/Pyramids/Pyramids-999879.pt"
20
  ]
21
  },
22
  {
23
+ "steps": 1000007,
24
+ "file_path": "results/Pyramids_Training_2/Pyramids/Pyramids-1000007.onnx",
25
+ "reward": 0.24029995501041412,
26
+ "creation_time": 1749445646.799248,
27
  "auxillary_file_paths": [
28
+ "results/Pyramids_Training_2/Pyramids/Pyramids-1000007.pt"
29
  ]
30
  }
31
  ],
32
  "final_checkpoint": {
33
+ "steps": 1000007,
34
+ "file_path": "results/Pyramids_Training_2/Pyramids.onnx",
35
+ "reward": 0.24029995501041412,
36
+ "creation_time": 1749445646.799248,
37
  "auxillary_file_paths": [
38
+ "results/Pyramids_Training_2/Pyramids/Pyramids-1000007.pt"
39
  ]
40
  }
41
  },