ByeByeFlyGuy commited on
Commit
fcc60f8
·
verified ·
1 Parent(s): 4904e77

Learning Rate 0.0005

Browse files
Pyramids.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:991cc8f56c338d1776c10b44ffe3f3c48a5ee972ea870582dc0b53ca80a1a3bb
3
  size 1420238
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad80fdf942675ea8dc67fd75af5b951bcbcf765a930ba7b3881fa07bdf8d5e09
3
  size 1420238
Pyramids/Pyramids-22144.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad80fdf942675ea8dc67fd75af5b951bcbcf765a930ba7b3881fa07bdf8d5e09
3
+ size 1420238
Pyramids/Pyramids-22144.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8ac3765e0f80a0d653e50a9b44cfd3613cadbf5447c0338d940232ef98d0bc
3
+ size 8656094
Pyramids/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:176cc6a8bd400c6c938a7e94166f0a7fecd26a0e1b486a78f046e5094aecce4a
3
  size 8655778
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa62a1c47d32494cea3f496936bbb80a374fc58f2a74ae073534fc9dd7529ed
3
  size 8655778
Pyramids/events.out.tfevents.1716487935.a8ae1f813db6.3529.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f505416384725d33e34f46d71cafe2e2c639bdc0b32b8c62d9a19460f17165
3
+ size 1423
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0001, "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": 256, "summary_freq": 10000, "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}
 
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}}, "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 3", "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
@@ -5,7 +5,7 @@ behaviors:
5
  hyperparameters:
6
  batch_size: 128
7
  buffer_size: 2048
8
- learning_rate: 0.0001
9
  beta: 0.01
10
  epsilon: 0.2
11
  lambd: 0.95
@@ -51,9 +51,9 @@ behaviors:
51
  init_path: null
52
  keep_checkpoints: 5
53
  even_checkpoints: false
54
- max_steps: 1000000
55
- time_horizon: 256
56
- summary_freq: 10000
57
  threaded: false
58
  self_play: null
59
  behavioral_cloning: null
@@ -79,7 +79,7 @@ engine_settings:
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
 
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
 
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
 
79
  no_graphics_monitor: false
80
  environment_parameters: null
81
  checkpoint_settings:
82
+ run_id: Pyramids Training 3
83
  initialize_from: null
84
  load_model: false
85
  resume: false
run_logs/Player-0.log CHANGED
@@ -1,9 +1,12 @@
1
  Mono path[0] = '/content/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
  Mono config path = '/content/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] 55160 [Flags] 2 [Guid] 1900115762 [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/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
9
  Forcing GfxDevice: Null
@@ -33,7 +36,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.136 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 +68,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.928096 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 +76,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]: 7120 frames, [32.0 KB-64.0 KB]: 9989 frames, [64.0 KB-128.0 KB]: 1674 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
@@ -93,6 +96,11 @@ PlayerConnection::CleanupMemory Statistics:
93
  Current Block Size 32.0 KB
94
  Peak Allocated Bytes 0 B
95
  Overflow Count 0
 
 
 
 
 
96
  [ALLOC_TEMP_Background Job.Worker 1]
97
  Initial Block Size 32.0 KB
98
  Current Block Size 32.0 KB
@@ -141,7 +149,7 @@ PlayerConnection::CleanupMemory Statistics:
141
  [ALLOC_TEMP_Profiler.Dispatcher]
142
  Initial Block Size 64.0 KB
143
  Current Block Size 64.0 KB
144
- Peak Allocated Bytes 0 B
145
  Overflow Count 0
146
  [ALLOC_TEMP_Background Job.Worker 12]
147
  Initial Block Size 32.0 KB
@@ -168,11 +176,6 @@ PlayerConnection::CleanupMemory Statistics:
168
  Current Block Size 32.0 KB
169
  Peak Allocated Bytes 0 B
170
  Overflow Count 0
171
- [ALLOC_TEMP_AUDIO_Audio Mixer Thread]
172
- Initial Block Size 64.0 KB
173
- Current Block Size 64.0 KB
174
- Peak Allocated Bytes 0 B
175
- Overflow Count 0
176
  [ALLOC_TEMP_Background Job.Worker 4]
177
  Initial Block Size 32.0 KB
178
  Current Block Size 32.0 KB
@@ -204,29 +207,29 @@ 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]: 18485 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 12613
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: [16.0 MB-32.0 MB]: 1 frames, [32.0 MB-64.0 MB]: 18783 frames
220
  Requested Block Size 16.0 MB
221
- Peak Block count 3
222
- Peak Allocated memory 46.2 MB
223
- Peak Large allocation bytes 16.0 MB
224
  [ALLOC_DEFAULT_THREAD]
225
- Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames, [4.0 MB-8.0 MB]: 18783 frames
226
  Requested Block Size 16.0 MB
227
  Peak Block count 1
228
- Peak Allocated memory 8.0 MB
229
- Peak Large allocation bytes 0 B
230
  [ALLOC_TEMP_JOB_1_FRAME]
231
  Initial Block Size 2.0 MB
232
  Used Block Count 1
@@ -254,13 +257,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]: 18783 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]: 18784 frames
264
  Requested Block Size 16.0 MB
265
  Peak Block count 1
266
  Peak Allocated memory 67.7 KB
@@ -272,16 +275,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]: 18485 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]: 18783 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.1 MB
285
  Peak Large allocation bytes 0 B
286
  [ALLOC_TYPETREE] Dual Thread Allocator
287
  Peak main deferred allocation count 0
@@ -290,25 +293,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]: 18784 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]: 18784 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]: 18784 frames
306
  Requested Block Size 16.0 MB
307
  Peak Block count 1
308
- Peak Allocated memory 29.2 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":1716439267130,"processId":32527,"allocatedMemory":1970104,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34460},{"Manager":10604},{"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":3417},{"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/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
  Mono config path = '/content/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] 55355 [Flags] 2 [Guid] 1799805569 [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/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
12
  Forcing GfxDevice: Null
 
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.151 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
  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.842078 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
  [ALLOC_TEMP_TLS] TLS Allocator
77
  StackAllocators :
78
  [ALLOC_TEMP_MAIN]
79
+ Peak usage frame count: [16.0 KB-32.0 KB]: 134 frames, [32.0 KB-64.0 KB]: 298 frames, [64.0 KB-128.0 KB]: 4 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
 
96
  Current Block Size 32.0 KB
97
  Peak Allocated Bytes 0 B
98
  Overflow Count 0
99
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
100
+ Initial Block Size 64.0 KB
101
+ Current Block Size 64.0 KB
102
+ Peak Allocated Bytes 0 B
103
+ Overflow Count 0
104
  [ALLOC_TEMP_Background Job.Worker 1]
105
  Initial Block Size 32.0 KB
106
  Current Block Size 32.0 KB
 
149
  [ALLOC_TEMP_Profiler.Dispatcher]
150
  Initial Block Size 64.0 KB
151
  Current Block Size 64.0 KB
152
+ Peak Allocated Bytes 480 B
153
  Overflow Count 0
154
  [ALLOC_TEMP_Background Job.Worker 12]
155
  Initial Block Size 32.0 KB
 
176
  Current Block Size 32.0 KB
177
  Peak Allocated Bytes 0 B
178
  Overflow Count 0
 
 
 
 
 
179
  [ALLOC_TEMP_Background Job.Worker 4]
180
  Initial Block Size 32.0 KB
181
  Current Block Size 32.0 KB
 
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]: 138 frames
211
  Requested Block Size 1.0 MB
212
  Peak Block count 2
213
+ Peak Allocated memory 1.5 MB
214
  Peak Large allocation bytes 0 B
215
  [ALLOC_DEFAULT] Dual Thread Allocator
216
+ Peak main deferred allocation count 11788
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]: 1 frames, [16.0 MB-32.0 MB]: 436 frames
223
  Requested Block Size 16.0 MB
224
+ Peak Block count 2
225
+ Peak Allocated memory 25.6 MB
226
+ Peak Large allocation bytes 0 B
227
  [ALLOC_DEFAULT_THREAD]
228
+ Peak usage frame count: [16.0 MB-32.0 MB]: 437 frames
229
  Requested Block Size 16.0 MB
230
  Peak Block count 1
231
+ Peak Allocated memory 23.6 MB
232
+ Peak Large allocation bytes 16.0 MB
233
  [ALLOC_TEMP_JOB_1_FRAME]
234
  Initial Block Size 2.0 MB
235
  Used Block Count 1
 
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]: 436 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]: 437 frames
267
  Requested Block Size 16.0 MB
268
  Peak Block count 1
269
  Peak Allocated memory 67.7 KB
 
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]: 138 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]: 436 frames, [2.0 MB-4.0 MB]: 1 frames
285
  Requested Block Size 4.0 MB
286
+ Peak Block count 1
287
+ Peak Allocated memory 3.9 MB
288
  Peak Large allocation bytes 0 B
289
  [ALLOC_TYPETREE] Dual Thread Allocator
290
  Peak main deferred allocation count 0
 
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]: 437 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]: 437 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]: 437 frames
309
  Requested Block Size 16.0 MB
310
  Peak Block count 1
311
+ Peak Allocated memory 28.6 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":1716487980502,"processId":3562,"allocatedMemory":1970103,"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":3417},{"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
@@ -1,250 +1,68 @@
1
  {
2
  "name": "root",
3
- "gauges": {
4
- "Pyramids.Policy.Entropy.mean": {
5
- "value": 0.8850176334381104,
6
- "min": 0.8331785202026367,
7
- "max": 1.5876655578613281,
8
- "count": 100
9
- },
10
- "Pyramids.Policy.Entropy.sum": {
11
- "value": 8482.0087890625,
12
- "min": 7631.3837890625,
13
- "max": 19509.234375,
14
- "count": 100
15
- },
16
- "Pyramids.Step.mean": {
17
- "value": 999873.0,
18
- "min": 9984.0,
19
- "max": 999873.0,
20
- "count": 100
21
- },
22
- "Pyramids.Step.sum": {
23
- "value": 999873.0,
24
- "min": 9984.0,
25
- "max": 999873.0,
26
- "count": 100
27
- },
28
- "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
- "value": 0.11677168309688568,
30
- "min": -0.1126600131392479,
31
- "max": 0.26561713218688965,
32
- "count": 100
33
- },
34
- "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
- "value": 4.787639141082764,
36
- "min": -4.731720447540283,
37
- "max": 12.484004974365234,
38
- "count": 100
39
- },
40
- "Pyramids.Policy.RndValueEstimate.mean": {
41
- "value": -0.010345344431698322,
42
- "min": -0.03231552243232727,
43
- "max": 0.4831255078315735,
44
- "count": 100
45
- },
46
- "Pyramids.Policy.RndValueEstimate.sum": {
47
- "value": -0.42415910959243774,
48
- "min": -1.518829584121704,
49
- "max": 19.32501983642578,
50
- "count": 100
51
- },
52
- "Pyramids.Losses.PolicyLoss.mean": {
53
- "value": 0.06923260019462117,
54
- "min": 0.060321219902544146,
55
- "max": 0.08108076048836879,
56
- "count": 100
57
- },
58
- "Pyramids.Losses.PolicyLoss.sum": {
59
- "value": 0.34616300097310587,
60
- "min": 0.12064243980508829,
61
- "max": 0.3794934761998079,
62
- "count": 100
63
- },
64
- "Pyramids.Losses.ValueLoss.mean": {
65
- "value": 0.008926889326539822,
66
- "min": 0.0001672080627686915,
67
- "max": 0.0195200189773459,
68
- "count": 100
69
- },
70
- "Pyramids.Losses.ValueLoss.sum": {
71
- "value": 0.04463444663269911,
72
- "min": 0.00037139437674162817,
73
- "max": 0.06197965337428385,
74
- "count": 100
75
- },
76
- "Pyramids.Policy.LearningRate.mean": {
77
- "value": 5.203994797000002e-07,
78
- "min": 5.203994797000002e-07,
79
- "max": 9.938560061440002e-05,
80
- "count": 100
81
- },
82
- "Pyramids.Policy.LearningRate.sum": {
83
- "value": 2.6019973985000013e-06,
84
- "min": 2.6019973985000013e-06,
85
- "max": 0.0003524194475807,
86
- "count": 100
87
- },
88
- "Pyramids.Policy.Epsilon.mean": {
89
- "value": 0.10052029999999998,
90
- "min": 0.10052029999999998,
91
- "max": 0.1993856,
92
- "count": 100
93
- },
94
- "Pyramids.Policy.Epsilon.sum": {
95
- "value": 0.5026014999999999,
96
- "min": 0.33905510000000005,
97
- "max": 0.8524193,
98
- "count": 100
99
- },
100
- "Pyramids.Policy.Beta.mean": {
101
- "value": 6.197797000000002e-05,
102
- "min": 6.197797000000002e-05,
103
- "max": 0.00993862144,
104
- "count": 100
105
- },
106
- "Pyramids.Policy.Beta.sum": {
107
- "value": 0.0003098898500000001,
108
- "min": 0.0003098898500000001,
109
- "max": 0.03525668807,
110
- "count": 100
111
- },
112
- "Pyramids.Losses.RNDLoss.mean": {
113
- "value": 0.016881264746189117,
114
- "min": 0.015998484566807747,
115
- "max": 0.6382833123207092,
116
- "count": 100
117
- },
118
- "Pyramids.Losses.RNDLoss.sum": {
119
- "value": 0.08440632373094559,
120
- "min": 0.06399393826723099,
121
- "max": 1.2765666246414185,
122
- "count": 100
123
- },
124
- "Pyramids.IsTraining.mean": {
125
- "value": 1.0,
126
- "min": 1.0,
127
- "max": 1.0,
128
- "count": 100
129
- },
130
- "Pyramids.IsTraining.sum": {
131
- "value": 1.0,
132
- "min": 1.0,
133
- "max": 1.0,
134
- "count": 100
135
- },
136
- "Pyramids.Environment.EpisodeLength.mean": {
137
- "value": 784.9090909090909,
138
- "min": 549.8666666666667,
139
- "max": 999.0,
140
- "count": 96
141
- },
142
- "Pyramids.Environment.EpisodeLength.sum": {
143
- "value": 8634.0,
144
- "min": 999.0,
145
- "max": 15984.0,
146
- "count": 96
147
- },
148
- "Pyramids.Environment.CumulativeReward.mean": {
149
- "value": 0.48752723227847705,
150
- "min": -1.0000000596046448,
151
- "max": 0.9166132907072703,
152
- "count": 97
153
- },
154
- "Pyramids.Environment.CumulativeReward.sum": {
155
- "value": 5.362799555063248,
156
- "min": -16.000000953674316,
157
- "max": 13.901399582624435,
158
- "count": 97
159
- },
160
- "Pyramids.Policy.ExtrinsicReward.mean": {
161
- "value": 0.48752723227847705,
162
- "min": -1.0000000596046448,
163
- "max": 0.9166132907072703,
164
- "count": 97
165
- },
166
- "Pyramids.Policy.ExtrinsicReward.sum": {
167
- "value": 5.362799555063248,
168
- "min": -16.000000953674316,
169
- "max": 13.901399582624435,
170
- "count": 97
171
- },
172
- "Pyramids.Policy.RndReward.mean": {
173
- "value": 0.12992440299554306,
174
- "min": 0.09765435053656499,
175
- "max": 7.740425918251276,
176
- "count": 97
177
- },
178
- "Pyramids.Policy.RndReward.sum": {
179
- "value": 1.4291684329509735,
180
- "min": 1.200802855193615,
181
- "max": 123.84681469202042,
182
- "count": 97
183
- }
184
- },
185
  "metadata": {
186
  "timer_format_version": "0.1.0",
187
- "start_time_seconds": "1716437137",
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 ./ml-agents/config/ppo/MyPyramid.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training 2 --no-graphics",
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": "1716439267"
196
  },
197
- "total": 2130.1321710069997,
198
  "count": 1,
199
- "self": 0.47590122899873677,
200
  "children": {
201
  "run_training.setup": {
202
- "total": 0.061227402000440634,
203
  "count": 1,
204
- "self": 0.061227402000440634
205
  },
206
  "TrainerController.start_learning": {
207
- "total": 2129.5950423760005,
208
  "count": 1,
209
- "self": 1.3536567451064911,
210
  "children": {
211
  "TrainerController._reset_env": {
212
- "total": 3.303271632999895,
213
  "count": 1,
214
- "self": 3.303271632999895
215
  },
216
  "TrainerController.advance": {
217
- "total": 2124.8491485318937,
218
- "count": 63337,
219
- "self": 1.4641935372037551,
220
  "children": {
221
  "env_step": {
222
- "total": 1498.4707922458356,
223
- "count": 63337,
224
- "self": 1357.2551201791512,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
- "total": 140.36581647694584,
228
- "count": 63337,
229
- "self": 4.948217196894802,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
- "total": 135.41759928005104,
233
- "count": 62613,
234
- "self": 135.41759928005104
235
  }
236
  }
237
  },
238
  "workers": {
239
- "total": 0.8498555897385813,
240
- "count": 63337,
241
  "self": 0.0,
242
  "children": {
243
  "worker_root": {
244
- "total": 2124.5911870220916,
245
- "count": 63337,
246
  "is_parallel": true,
247
- "self": 896.1461144302948,
248
  "children": {
249
  "run_training.setup": {
250
  "total": 0.0,
@@ -253,48 +71,48 @@
253
  "self": 0.0,
254
  "children": {
255
  "steps_from_proto": {
256
- "total": 0.0030324310000651167,
257
  "count": 1,
258
  "is_parallel": true,
259
- "self": 0.0007891719978943001,
260
  "children": {
261
  "_process_rank_one_or_two_observation": {
262
- "total": 0.0022432590021708165,
263
  "count": 8,
264
  "is_parallel": true,
265
- "self": 0.0022432590021708165
266
  }
267
  }
268
  },
269
  "UnityEnvironment.step": {
270
- "total": 0.07773992199963686,
271
  "count": 1,
272
  "is_parallel": true,
273
- "self": 0.0006560700003319653,
274
  "children": {
275
  "UnityEnvironment._generate_step_input": {
276
- "total": 0.00048155300009966595,
277
  "count": 1,
278
  "is_parallel": true,
279
- "self": 0.00048155300009966595
280
  },
281
  "communicator.exchange": {
282
- "total": 0.07256154399965453,
283
  "count": 1,
284
  "is_parallel": true,
285
- "self": 0.07256154399965453
286
  },
287
  "steps_from_proto": {
288
- "total": 0.0040407549995507,
289
  "count": 1,
290
  "is_parallel": true,
291
- "self": 0.0024929090004661703,
292
  "children": {
293
  "_process_rank_one_or_two_observation": {
294
- "total": 0.0015478459990845295,
295
  "count": 8,
296
  "is_parallel": true,
297
- "self": 0.0015478459990845295
298
  }
299
  }
300
  }
@@ -303,34 +121,34 @@
303
  }
304
  },
305
  "UnityEnvironment.step": {
306
- "total": 1228.4450725917968,
307
- "count": 63336,
308
  "is_parallel": true,
309
- "self": 34.71951610774704,
310
  "children": {
311
  "UnityEnvironment._generate_step_input": {
312
- "total": 25.543849263031916,
313
- "count": 63336,
314
  "is_parallel": true,
315
- "self": 25.543849263031916
316
  },
317
  "communicator.exchange": {
318
- "total": 1063.5557917759343,
319
- "count": 63336,
320
  "is_parallel": true,
321
- "self": 1063.5557917759343
322
  },
323
  "steps_from_proto": {
324
- "total": 104.62591544508359,
325
- "count": 63336,
326
  "is_parallel": true,
327
- "self": 21.089426738714792,
328
  "children": {
329
  "_process_rank_one_or_two_observation": {
330
- "total": 83.5364887063688,
331
- "count": 506688,
332
  "is_parallel": true,
333
- "self": 83.5364887063688
334
  }
335
  }
336
  }
@@ -343,31 +161,24 @@
343
  }
344
  },
345
  "trainer_advance": {
346
- "total": 624.9141627488543,
347
- "count": 63337,
348
- "self": 2.769332938797561,
349
  "children": {
350
  "process_trajectory": {
351
- "total": 112.72656429404924,
352
- "count": 63337,
353
- "self": 112.52870114904908,
354
- "children": {
355
- "RLTrainer._checkpoint": {
356
- "total": 0.19786314500015578,
357
- "count": 2,
358
- "self": 0.19786314500015578
359
- }
360
- }
361
  },
362
  "_update_policy": {
363
- "total": 509.4182655160075,
364
- "count": 393,
365
- "self": 301.02186049410375,
366
  "children": {
367
  "TorchPPOOptimizer.update": {
368
- "total": 208.39640502190377,
369
- "count": 22878,
370
- "self": 208.39640502190377
371
  }
372
  }
373
  }
@@ -376,19 +187,19 @@
376
  }
377
  },
378
  "trainer_threads": {
379
- "total": 1.0889998520724475e-06,
380
  "count": 1,
381
- "self": 1.0889998520724475e-06
382
  },
383
  "TrainerController._save_models": {
384
- "total": 0.08896437700059323,
385
  "count": 1,
386
- "self": 0.0013606700013042428,
387
  "children": {
388
  "RLTrainer._checkpoint": {
389
- "total": 0.08760370699928899,
390
  "count": 1,
391
- "self": 0.08760370699928899
392
  }
393
  }
394
  }
 
1
  {
2
  "name": "root",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1716487933",
6
  "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
7
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./ml-agents/config/ppo/MyP.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training 3 --no-graphics",
8
  "mlagents_version": "1.1.0.dev0",
9
  "mlagents_envs_version": "1.1.0.dev0",
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "2.3.0+cu121",
12
  "numpy_version": "1.23.5",
13
+ "end_time_seconds": "1716487980"
14
  },
15
+ "total": 46.65557004799996,
16
  "count": 1,
17
+ "self": 0.20746911799994905,
18
  "children": {
19
  "run_training.setup": {
20
+ "total": 0.08246326200003296,
21
  "count": 1,
22
+ "self": 0.08246326200003296
23
  },
24
  "TrainerController.start_learning": {
25
+ "total": 46.36563766799998,
26
  "count": 1,
27
+ "self": 0.031194542001458103,
28
  "children": {
29
  "TrainerController._reset_env": {
30
+ "total": 3.134752148000075,
31
  "count": 1,
32
+ "self": 3.134752148000075
33
  },
34
  "TrainerController.advance": {
35
+ "total": 42.922486348998405,
36
+ "count": 1455,
37
+ "self": 0.031827385999008584,
38
  "children": {
39
  "env_step": {
40
+ "total": 27.5773388690003,
41
+ "count": 1455,
42
+ "self": 23.865058616998795,
43
  "children": {
44
  "SubprocessEnvManager._take_step": {
45
+ "total": 3.6940333239996335,
46
+ "count": 1455,
47
+ "self": 0.11247966500127404,
48
  "children": {
49
  "TorchPolicy.evaluate": {
50
+ "total": 3.5815536589983594,
51
+ "count": 1455,
52
+ "self": 3.5815536589983594
53
  }
54
  }
55
  },
56
  "workers": {
57
+ "total": 0.01824692800187222,
58
+ "count": 1454,
59
  "self": 0.0,
60
  "children": {
61
  "worker_root": {
62
+ "total": 46.062112203001675,
63
+ "count": 1454,
64
  "is_parallel": true,
65
+ "self": 25.046004620005533,
66
  "children": {
67
  "run_training.setup": {
68
  "total": 0.0,
 
71
  "self": 0.0,
72
  "children": {
73
  "steps_from_proto": {
74
+ "total": 0.005040962999942167,
75
  "count": 1,
76
  "is_parallel": true,
77
+ "self": 0.003572204000079182,
78
  "children": {
79
  "_process_rank_one_or_two_observation": {
80
+ "total": 0.0014687589998629846,
81
  "count": 8,
82
  "is_parallel": true,
83
+ "self": 0.0014687589998629846
84
  }
85
  }
86
  },
87
  "UnityEnvironment.step": {
88
+ "total": 0.05415789899996071,
89
  "count": 1,
90
  "is_parallel": true,
91
+ "self": 0.0006511240001145779,
92
  "children": {
93
  "UnityEnvironment._generate_step_input": {
94
+ "total": 0.0005108719999498135,
95
  "count": 1,
96
  "is_parallel": true,
97
+ "self": 0.0005108719999498135
98
  },
99
  "communicator.exchange": {
100
+ "total": 0.05122314899995217,
101
  "count": 1,
102
  "is_parallel": true,
103
+ "self": 0.05122314899995217
104
  },
105
  "steps_from_proto": {
106
+ "total": 0.0017727539999441433,
107
  "count": 1,
108
  "is_parallel": true,
109
+ "self": 0.00037944999985484174,
110
  "children": {
111
  "_process_rank_one_or_two_observation": {
112
+ "total": 0.0013933040000893016,
113
  "count": 8,
114
  "is_parallel": true,
115
+ "self": 0.0013933040000893016
116
  }
117
  }
118
  }
 
121
  }
122
  },
123
  "UnityEnvironment.step": {
124
+ "total": 21.016107582996142,
125
+ "count": 1453,
126
  "is_parallel": true,
127
+ "self": 0.8104601809982341,
128
  "children": {
129
  "UnityEnvironment._generate_step_input": {
130
+ "total": 0.5991248779995431,
131
+ "count": 1453,
132
  "is_parallel": true,
133
+ "self": 0.5991248779995431
134
  },
135
  "communicator.exchange": {
136
+ "total": 17.21316551799839,
137
+ "count": 1453,
138
  "is_parallel": true,
139
+ "self": 17.21316551799839
140
  },
141
  "steps_from_proto": {
142
+ "total": 2.393357005999974,
143
+ "count": 1453,
144
  "is_parallel": true,
145
+ "self": 0.4744283800022231,
146
  "children": {
147
  "_process_rank_one_or_two_observation": {
148
+ "total": 1.9189286259977507,
149
+ "count": 11624,
150
  "is_parallel": true,
151
+ "self": 1.9189286259977507
152
  }
153
  }
154
  }
 
161
  }
162
  },
163
  "trainer_advance": {
164
+ "total": 15.313320093999096,
165
+ "count": 1454,
166
+ "self": 0.03751292199774525,
167
  "children": {
168
  "process_trajectory": {
169
+ "total": 2.311935829001527,
170
+ "count": 1454,
171
+ "self": 2.311935829001527
 
 
 
 
 
 
 
172
  },
173
  "_update_policy": {
174
+ "total": 12.963871342999823,
175
+ "count": 5,
176
+ "self": 7.133931484997788,
177
  "children": {
178
  "TorchPPOOptimizer.update": {
179
+ "total": 5.829939858002035,
180
+ "count": 471,
181
+ "self": 5.829939858002035
182
  }
183
  }
184
  }
 
187
  }
188
  },
189
  "trainer_threads": {
190
+ "total": 1.620000034563418e-06,
191
  "count": 1,
192
+ "self": 1.620000034563418e-06
193
  },
194
  "TrainerController._save_models": {
195
+ "total": 0.2772030090000044,
196
  "count": 1,
197
+ "self": 0.002090769000005821,
198
  "children": {
199
  "RLTrainer._checkpoint": {
200
+ "total": 0.27511223999999856,
201
  "count": 1,
202
+ "self": 0.27511223999999856
203
  }
204
  }
205
  }
run_logs/training_status.json CHANGED
@@ -2,40 +2,22 @@
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
- "steps": 499857,
6
- "file_path": "results/Pyramids Training 2/Pyramids/Pyramids-499857.onnx",
7
  "reward": null,
8
- "creation_time": 1716438175.6800215,
9
  "auxillary_file_paths": [
10
- "results/Pyramids Training 2/Pyramids/Pyramids-499857.pt"
11
- ]
12
- },
13
- {
14
- "steps": 999873,
15
- "file_path": "results/Pyramids Training 2/Pyramids/Pyramids-999873.onnx",
16
- "reward": -0.999800056219101,
17
- "creation_time": 1716439266.5738575,
18
- "auxillary_file_paths": [
19
- "results/Pyramids Training 2/Pyramids/Pyramids-999873.pt"
20
- ]
21
- },
22
- {
23
- "steps": 1000129,
24
- "file_path": "results/Pyramids Training 2/Pyramids/Pyramids-1000129.onnx",
25
- "reward": -0.999800056219101,
26
- "creation_time": 1716439266.683803,
27
- "auxillary_file_paths": [
28
- "results/Pyramids Training 2/Pyramids/Pyramids-1000129.pt"
29
  ]
30
  }
31
  ],
32
  "final_checkpoint": {
33
- "steps": 1000129,
34
- "file_path": "results/Pyramids Training 2/Pyramids.onnx",
35
- "reward": -0.999800056219101,
36
- "creation_time": 1716439266.683803,
37
  "auxillary_file_paths": [
38
- "results/Pyramids Training 2/Pyramids/Pyramids-1000129.pt"
39
  ]
40
  }
41
  },
 
2
  "Pyramids": {
3
  "checkpoints": [
4
  {
5
+ "steps": 22144,
6
+ "file_path": "results/Pyramids Training 3/Pyramids/Pyramids-22144.onnx",
7
  "reward": null,
8
+ "creation_time": 1716487980.3687215,
9
  "auxillary_file_paths": [
10
+ "results/Pyramids Training 3/Pyramids/Pyramids-22144.pt"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ]
12
  }
13
  ],
14
  "final_checkpoint": {
15
+ "steps": 22144,
16
+ "file_path": "results/Pyramids Training 3/Pyramids.onnx",
17
+ "reward": null,
18
+ "creation_time": 1716487980.3687215,
19
  "auxillary_file_paths": [
20
+ "results/Pyramids Training 3/Pyramids/Pyramids-22144.pt"
21
  ]
22
  }
23
  },