PyramidsRND first try
Browse files- Pyramids/events.out.tfevents.1750181686.5a4b92ec8867.22795.0 +3 -0
- config.json +1 -1
- configuration.yaml +2 -2
- run_logs/Player-0.log +33 -34
- run_logs/timers.json +17 -361
- run_logs/training_status.json +10 -1
Pyramids/events.out.tfevents.1750181686.5a4b92ec8867.22795.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92b9122875608b3f4cab03743c409a1f7fb0249c0a513cdbd0affa67eab82d3d
|
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.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":
|
|
|
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": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
CHANGED
@@ -82,8 +82,8 @@ checkpoint_settings:
|
|
82 |
run_id: Pyramids Training
|
83 |
initialize_from: null
|
84 |
load_model: false
|
85 |
-
resume:
|
86 |
-
force:
|
87 |
train_model: false
|
88 |
inference: false
|
89 |
results_dir: results
|
|
|
82 |
run_id: Pyramids Training
|
83 |
initialize_from: null
|
84 |
load_model: false
|
85 |
+
resume: true
|
86 |
+
force: false
|
87 |
train_model: false
|
88 |
inference: false
|
89 |
results_dir: results
|
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]
|
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.
|
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,15 +65,17 @@ 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:
|
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.
|
|
|
|
|
75 |
PlayerConnection::CleanupMemory Statistics:
|
76 |
[ALLOC_TEMP_TLS] TLS Allocator
|
77 |
StackAllocators :
|
78 |
[ALLOC_TEMP_MAIN]
|
79 |
-
Peak usage frame count: [
|
80 |
Initial Block Size 4.0 MB
|
81 |
Current Block Size 4.0 MB
|
82 |
Peak Allocated Bytes 2.0 MB
|
@@ -149,7 +148,7 @@ PlayerConnection::CleanupMemory Statistics:
|
|
149 |
[ALLOC_TEMP_Profiler.Dispatcher]
|
150 |
Initial Block Size 64.0 KB
|
151 |
Current Block Size 64.0 KB
|
152 |
-
Peak Allocated Bytes
|
153 |
Overflow Count 0
|
154 |
[ALLOC_TEMP_Background Job.Worker 12]
|
155 |
Initial Block Size 32.0 KB
|
@@ -207,28 +206,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]:
|
211 |
Requested Block Size 1.0 MB
|
212 |
-
Peak Block count
|
213 |
-
Peak Allocated memory
|
214 |
Peak Large allocation bytes 0 B
|
215 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
216 |
-
Peak main deferred allocation count
|
217 |
[ALLOC_BUCKET]
|
218 |
Large Block size 4.0 MB
|
219 |
Used Block count 1
|
220 |
-
Peak Allocated bytes 1.
|
221 |
[ALLOC_DEFAULT_MAIN]
|
222 |
-
Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames
|
223 |
Requested Block Size 16.0 MB
|
224 |
-
Peak Block count
|
225 |
-
Peak Allocated memory
|
226 |
Peak Large allocation bytes 0 B
|
227 |
[ALLOC_DEFAULT_THREAD]
|
228 |
-
Peak usage frame count: [16.0 MB-32.0 MB]:
|
229 |
Requested Block Size 16.0 MB
|
230 |
Peak Block count 1
|
231 |
-
Peak Allocated memory
|
232 |
Peak Large allocation bytes 16.0 MB
|
233 |
[ALLOC_TEMP_JOB_1_FRAME]
|
234 |
Initial Block Size 2.0 MB
|
@@ -242,7 +241,7 @@ PlayerConnection::CleanupMemory Statistics:
|
|
242 |
Overflow Count (full) 0
|
243 |
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
244 |
Initial Block Size 2.0 MB
|
245 |
-
Used Block Count
|
246 |
Overflow Count (too large) 0
|
247 |
Overflow Count (full) 0
|
248 |
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
@@ -255,15 +254,15 @@ PlayerConnection::CleanupMemory Statistics:
|
|
255 |
[ALLOC_BUCKET]
|
256 |
Large Block size 4.0 MB
|
257 |
Used Block count 1
|
258 |
-
Peak Allocated bytes 1.
|
259 |
[ALLOC_GFX_MAIN]
|
260 |
-
Peak usage frame count: [
|
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]:
|
267 |
Requested Block Size 16.0 MB
|
268 |
Peak Block count 1
|
269 |
Peak Allocated memory 67.7 KB
|
@@ -273,45 +272,45 @@ PlayerConnection::CleanupMemory Statistics:
|
|
273 |
[ALLOC_BUCKET]
|
274 |
Large Block size 4.0 MB
|
275 |
Used Block count 1
|
276 |
-
Peak Allocated bytes 1.
|
277 |
[ALLOC_CACHEOBJECTS_MAIN]
|
278 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
279 |
Requested Block Size 4.0 MB
|
280 |
Peak Block count 1
|
281 |
-
Peak Allocated memory
|
282 |
Peak Large allocation bytes 0 B
|
283 |
[ALLOC_CACHEOBJECTS_THREAD]
|
284 |
-
Peak usage frame count: [
|
285 |
Requested Block Size 4.0 MB
|
286 |
-
Peak Block count
|
287 |
-
Peak Allocated memory
|
288 |
Peak Large allocation bytes 0 B
|
289 |
[ALLOC_TYPETREE] Dual Thread Allocator
|
290 |
Peak main deferred allocation count 0
|
291 |
[ALLOC_BUCKET]
|
292 |
Large Block size 4.0 MB
|
293 |
Used Block count 1
|
294 |
-
Peak Allocated bytes 1.
|
295 |
[ALLOC_TYPETREE_MAIN]
|
296 |
-
Peak usage frame count: [0-1.0 KB]:
|
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]:
|
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]:
|
309 |
Requested Block Size 16.0 MB
|
310 |
Peak Block count 1
|
311 |
-
Peak Allocated memory
|
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":
|
|
|
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] 55024 [Flags] 2 [Guid] 702607789 [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.241 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: 5.579863 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.
|
72 |
+
abort_threads: Failed aborting id: 0x7c73f2bfb640, mono_thread_manage will ignore it
|
73 |
+
|
74 |
PlayerConnection::CleanupMemory Statistics:
|
75 |
[ALLOC_TEMP_TLS] TLS Allocator
|
76 |
StackAllocators :
|
77 |
[ALLOC_TEMP_MAIN]
|
78 |
+
Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
|
79 |
Initial Block Size 4.0 MB
|
80 |
Current Block Size 4.0 MB
|
81 |
Peak Allocated Bytes 2.0 MB
|
|
|
148 |
[ALLOC_TEMP_Profiler.Dispatcher]
|
149 |
Initial Block Size 64.0 KB
|
150 |
Current Block Size 64.0 KB
|
151 |
+
Peak Allocated Bytes 0 B
|
152 |
Overflow Count 0
|
153 |
[ALLOC_TEMP_Background Job.Worker 12]
|
154 |
Initial Block Size 32.0 KB
|
|
|
206 |
Peak Allocated Bytes 128 B
|
207 |
Overflow Count 0
|
208 |
[ALLOC_MEMORYPROFILER]
|
209 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
|
210 |
Requested Block Size 1.0 MB
|
211 |
+
Peak Block count 1
|
212 |
+
Peak Allocated memory 0.9 MB
|
213 |
Peak Large allocation bytes 0 B
|
214 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
215 |
+
Peak main deferred allocation count 9990
|
216 |
[ALLOC_BUCKET]
|
217 |
Large Block size 4.0 MB
|
218 |
Used Block count 1
|
219 |
+
Peak Allocated bytes 1.2 MB
|
220 |
[ALLOC_DEFAULT_MAIN]
|
221 |
+
Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames
|
222 |
Requested Block Size 16.0 MB
|
223 |
+
Peak Block count 1
|
224 |
+
Peak Allocated memory 14.1 MB
|
225 |
Peak Large allocation bytes 0 B
|
226 |
[ALLOC_DEFAULT_THREAD]
|
227 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
|
228 |
Requested Block Size 16.0 MB
|
229 |
Peak Block count 1
|
230 |
+
Peak Allocated memory 18.1 MB
|
231 |
Peak Large allocation bytes 16.0 MB
|
232 |
[ALLOC_TEMP_JOB_1_FRAME]
|
233 |
Initial Block Size 2.0 MB
|
|
|
241 |
Overflow Count (full) 0
|
242 |
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
243 |
Initial Block Size 2.0 MB
|
244 |
+
Used Block Count 1
|
245 |
Overflow Count (too large) 0
|
246 |
Overflow Count (full) 0
|
247 |
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
|
|
254 |
[ALLOC_BUCKET]
|
255 |
Large Block size 4.0 MB
|
256 |
Used Block count 1
|
257 |
+
Peak Allocated bytes 1.2 MB
|
258 |
[ALLOC_GFX_MAIN]
|
259 |
+
Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
|
260 |
Requested Block Size 16.0 MB
|
261 |
Peak Block count 1
|
262 |
Peak Allocated memory 67.0 KB
|
263 |
Peak Large allocation bytes 0 B
|
264 |
[ALLOC_GFX_THREAD]
|
265 |
+
Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
|
266 |
Requested Block Size 16.0 MB
|
267 |
Peak Block count 1
|
268 |
Peak Allocated memory 67.7 KB
|
|
|
272 |
[ALLOC_BUCKET]
|
273 |
Large Block size 4.0 MB
|
274 |
Used Block count 1
|
275 |
+
Peak Allocated bytes 1.2 MB
|
276 |
[ALLOC_CACHEOBJECTS_MAIN]
|
277 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
|
278 |
Requested Block Size 4.0 MB
|
279 |
Peak Block count 1
|
280 |
+
Peak Allocated memory 0.9 MB
|
281 |
Peak Large allocation bytes 0 B
|
282 |
[ALLOC_CACHEOBJECTS_THREAD]
|
283 |
+
Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
|
284 |
Requested Block Size 4.0 MB
|
285 |
+
Peak Block count 1
|
286 |
+
Peak Allocated memory 3.9 MB
|
287 |
Peak Large allocation bytes 0 B
|
288 |
[ALLOC_TYPETREE] Dual Thread Allocator
|
289 |
Peak main deferred allocation count 0
|
290 |
[ALLOC_BUCKET]
|
291 |
Large Block size 4.0 MB
|
292 |
Used Block count 1
|
293 |
+
Peak Allocated bytes 1.2 MB
|
294 |
[ALLOC_TYPETREE_MAIN]
|
295 |
+
Peak usage frame count: [0-1.0 KB]: 1 frames
|
296 |
Requested Block Size 2.0 MB
|
297 |
Peak Block count 1
|
298 |
Peak Allocated memory 1.0 KB
|
299 |
Peak Large allocation bytes 0 B
|
300 |
[ALLOC_TYPETREE_THREAD]
|
301 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 1 frames
|
302 |
Requested Block Size 2.0 MB
|
303 |
Peak Block count 1
|
304 |
Peak Allocated memory 1.9 KB
|
305 |
Peak Large allocation bytes 0 B
|
306 |
[ALLOC_PROFILER]
|
307 |
+
Peak usage frame count: [16.0 KB-32.0 KB]: 1 frames
|
308 |
Requested Block Size 16.0 MB
|
309 |
Peak Block count 1
|
310 |
+
Peak Allocated memory 27.4 KB
|
311 |
Peak Large allocation bytes 0 B
|
312 |
[ALLOC_PROFILER_BUCKET]
|
313 |
Large Block size 4.0 MB
|
314 |
Used Block count 1
|
315 |
Peak Allocated bytes 396 B
|
316 |
+
##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1750181691395,"processId":22847,"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
@@ -1,394 +1,50 @@
|
|
1 |
{
|
2 |
"name": "root",
|
3 |
-
"gauges": {
|
4 |
-
"Pyramids.Policy.Entropy.mean": {
|
5 |
-
"value": 0.5886982083320618,
|
6 |
-
"min": 0.5177474617958069,
|
7 |
-
"max": 1.4895036220550537,
|
8 |
-
"count": 33
|
9 |
-
},
|
10 |
-
"Pyramids.Policy.Entropy.sum": {
|
11 |
-
"value": 17557.3359375,
|
12 |
-
"min": 15424.732421875,
|
13 |
-
"max": 45185.58203125,
|
14 |
-
"count": 33
|
15 |
-
},
|
16 |
-
"Pyramids.Step.mean": {
|
17 |
-
"value": 989962.0,
|
18 |
-
"min": 29952.0,
|
19 |
-
"max": 989962.0,
|
20 |
-
"count": 33
|
21 |
-
},
|
22 |
-
"Pyramids.Step.sum": {
|
23 |
-
"value": 989962.0,
|
24 |
-
"min": 29952.0,
|
25 |
-
"max": 989962.0,
|
26 |
-
"count": 33
|
27 |
-
},
|
28 |
-
"Pyramids.Policy.ExtrinsicValueEstimate.mean": {
|
29 |
-
"value": 0.2361268252134323,
|
30 |
-
"min": -0.09892164915800095,
|
31 |
-
"max": 0.2361268252134323,
|
32 |
-
"count": 33
|
33 |
-
},
|
34 |
-
"Pyramids.Policy.ExtrinsicValueEstimate.sum": {
|
35 |
-
"value": 60.684593200683594,
|
36 |
-
"min": -23.741195678710938,
|
37 |
-
"max": 60.684593200683594,
|
38 |
-
"count": 33
|
39 |
-
},
|
40 |
-
"Pyramids.Policy.RndValueEstimate.mean": {
|
41 |
-
"value": 0.34584230184555054,
|
42 |
-
"min": -0.05762587487697601,
|
43 |
-
"max": 0.5394642949104309,
|
44 |
-
"count": 33
|
45 |
-
},
|
46 |
-
"Pyramids.Policy.RndValueEstimate.sum": {
|
47 |
-
"value": 88.8814697265625,
|
48 |
-
"min": -14.75222396850586,
|
49 |
-
"max": 127.85304260253906,
|
50 |
-
"count": 33
|
51 |
-
},
|
52 |
-
"Pyramids.Losses.PolicyLoss.mean": {
|
53 |
-
"value": 0.06875203015415307,
|
54 |
-
"min": 0.06458094150173778,
|
55 |
-
"max": 0.07369014336351346,
|
56 |
-
"count": 33
|
57 |
-
},
|
58 |
-
"Pyramids.Losses.PolicyLoss.sum": {
|
59 |
-
"value": 0.9625284221581429,
|
60 |
-
"min": 0.5067278358596242,
|
61 |
-
"max": 1.0702384359188442,
|
62 |
-
"count": 33
|
63 |
-
},
|
64 |
-
"Pyramids.Losses.ValueLoss.mean": {
|
65 |
-
"value": 0.03598501019872606,
|
66 |
-
"min": 9.090215359093598e-05,
|
67 |
-
"max": 0.03598501019872606,
|
68 |
-
"count": 33
|
69 |
-
},
|
70 |
-
"Pyramids.Losses.ValueLoss.sum": {
|
71 |
-
"value": 0.5037901427821648,
|
72 |
-
"min": 0.0011817279966821678,
|
73 |
-
"max": 0.5037901427821648,
|
74 |
-
"count": 33
|
75 |
-
},
|
76 |
-
"Pyramids.Policy.LearningRate.mean": {
|
77 |
-
"value": 7.60972603488571e-06,
|
78 |
-
"min": 7.60972603488571e-06,
|
79 |
-
"max": 0.00029515063018788575,
|
80 |
-
"count": 33
|
81 |
-
},
|
82 |
-
"Pyramids.Policy.LearningRate.sum": {
|
83 |
-
"value": 0.00010653616448839994,
|
84 |
-
"min": 0.00010653616448839994,
|
85 |
-
"max": 0.0035075084308306003,
|
86 |
-
"count": 33
|
87 |
-
},
|
88 |
-
"Pyramids.Policy.Epsilon.mean": {
|
89 |
-
"value": 0.10253654285714286,
|
90 |
-
"min": 0.10253654285714286,
|
91 |
-
"max": 0.19838354285714285,
|
92 |
-
"count": 33
|
93 |
-
},
|
94 |
-
"Pyramids.Policy.Epsilon.sum": {
|
95 |
-
"value": 1.4355116,
|
96 |
-
"min": 1.3886848,
|
97 |
-
"max": 2.5691694000000003,
|
98 |
-
"count": 33
|
99 |
-
},
|
100 |
-
"Pyramids.Policy.Beta.mean": {
|
101 |
-
"value": 0.0002634006314285713,
|
102 |
-
"min": 0.0002634006314285713,
|
103 |
-
"max": 0.00983851593142857,
|
104 |
-
"count": 33
|
105 |
-
},
|
106 |
-
"Pyramids.Policy.Beta.sum": {
|
107 |
-
"value": 0.0036876088399999977,
|
108 |
-
"min": 0.0036876088399999977,
|
109 |
-
"max": 0.11694002306,
|
110 |
-
"count": 33
|
111 |
-
},
|
112 |
-
"Pyramids.Losses.RNDLoss.mean": {
|
113 |
-
"value": 0.012985549867153168,
|
114 |
-
"min": 0.012985549867153168,
|
115 |
-
"max": 0.5645741820335388,
|
116 |
-
"count": 33
|
117 |
-
},
|
118 |
-
"Pyramids.Losses.RNDLoss.sum": {
|
119 |
-
"value": 0.18179769814014435,
|
120 |
-
"min": 0.18179769814014435,
|
121 |
-
"max": 3.952019214630127,
|
122 |
-
"count": 33
|
123 |
-
},
|
124 |
-
"Pyramids.Environment.EpisodeLength.mean": {
|
125 |
-
"value": 596.6274509803922,
|
126 |
-
"min": 596.6274509803922,
|
127 |
-
"max": 999.0,
|
128 |
-
"count": 33
|
129 |
-
},
|
130 |
-
"Pyramids.Environment.EpisodeLength.sum": {
|
131 |
-
"value": 30428.0,
|
132 |
-
"min": 15984.0,
|
133 |
-
"max": 33715.0,
|
134 |
-
"count": 33
|
135 |
-
},
|
136 |
-
"Pyramids.Environment.CumulativeReward.mean": {
|
137 |
-
"value": 0.9326431070472679,
|
138 |
-
"min": -1.0000000521540642,
|
139 |
-
"max": 0.9389020911556609,
|
140 |
-
"count": 33
|
141 |
-
},
|
142 |
-
"Pyramids.Environment.CumulativeReward.sum": {
|
143 |
-
"value": 47.56479845941067,
|
144 |
-
"min": -30.998001620173454,
|
145 |
-
"max": 47.56479845941067,
|
146 |
-
"count": 33
|
147 |
-
},
|
148 |
-
"Pyramids.Policy.ExtrinsicReward.mean": {
|
149 |
-
"value": 0.9326431070472679,
|
150 |
-
"min": -1.0000000521540642,
|
151 |
-
"max": 0.9389020911556609,
|
152 |
-
"count": 33
|
153 |
-
},
|
154 |
-
"Pyramids.Policy.ExtrinsicReward.sum": {
|
155 |
-
"value": 47.56479845941067,
|
156 |
-
"min": -30.998001620173454,
|
157 |
-
"max": 47.56479845941067,
|
158 |
-
"count": 33
|
159 |
-
},
|
160 |
-
"Pyramids.Policy.RndReward.mean": {
|
161 |
-
"value": 0.0803706795913076,
|
162 |
-
"min": 0.0803706795913076,
|
163 |
-
"max": 10.702133568003774,
|
164 |
-
"count": 33
|
165 |
-
},
|
166 |
-
"Pyramids.Policy.RndReward.sum": {
|
167 |
-
"value": 4.098904659156688,
|
168 |
-
"min": 3.9754495482193306,
|
169 |
-
"max": 171.23413708806038,
|
170 |
-
"count": 33
|
171 |
-
},
|
172 |
-
"Pyramids.IsTraining.mean": {
|
173 |
-
"value": 1.0,
|
174 |
-
"min": 1.0,
|
175 |
-
"max": 1.0,
|
176 |
-
"count": 33
|
177 |
-
},
|
178 |
-
"Pyramids.IsTraining.sum": {
|
179 |
-
"value": 1.0,
|
180 |
-
"min": 1.0,
|
181 |
-
"max": 1.0,
|
182 |
-
"count": 33
|
183 |
-
}
|
184 |
-
},
|
185 |
"metadata": {
|
186 |
"timer_format_version": "0.1.0",
|
187 |
-
"start_time_seconds": "
|
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": "
|
196 |
},
|
197 |
-
"total":
|
198 |
"count": 1,
|
199 |
-
"self":
|
200 |
"children": {
|
201 |
"run_training.setup": {
|
202 |
-
"total": 0.
|
203 |
"count": 1,
|
204 |
-
"self": 0.
|
205 |
},
|
206 |
"TrainerController.start_learning": {
|
207 |
-
"total":
|
208 |
"count": 1,
|
209 |
-
"self":
|
210 |
"children": {
|
211 |
"TrainerController._reset_env": {
|
212 |
-
"total":
|
213 |
"count": 1,
|
214 |
-
"self":
|
215 |
-
},
|
216 |
-
"TrainerController.advance": {
|
217 |
-
"total": 3112.7179099689674,
|
218 |
-
"count": 63295,
|
219 |
-
"self": 2.5478051899126513,
|
220 |
-
"children": {
|
221 |
-
"env_step": {
|
222 |
-
"total": 2024.3889687640558,
|
223 |
-
"count": 63295,
|
224 |
-
"self": 1861.1302039540262,
|
225 |
-
"children": {
|
226 |
-
"SubprocessEnvManager._take_step": {
|
227 |
-
"total": 161.8203607750072,
|
228 |
-
"count": 63295,
|
229 |
-
"self": 7.3110922460168695,
|
230 |
-
"children": {
|
231 |
-
"TorchPolicy.evaluate": {
|
232 |
-
"total": 154.50926852899033,
|
233 |
-
"count": 62544,
|
234 |
-
"self": 154.50926852899033
|
235 |
-
}
|
236 |
-
}
|
237 |
-
},
|
238 |
-
"workers": {
|
239 |
-
"total": 1.4384040350223586,
|
240 |
-
"count": 63295,
|
241 |
-
"self": 0.0,
|
242 |
-
"children": {
|
243 |
-
"worker_root": {
|
244 |
-
"total": 3111.2010006010296,
|
245 |
-
"count": 63295,
|
246 |
-
"is_parallel": true,
|
247 |
-
"self": 1433.2765275229758,
|
248 |
-
"children": {
|
249 |
-
"run_training.setup": {
|
250 |
-
"total": 0.0,
|
251 |
-
"count": 0,
|
252 |
-
"is_parallel": true,
|
253 |
-
"self": 0.0,
|
254 |
-
"children": {
|
255 |
-
"steps_from_proto": {
|
256 |
-
"total": 0.008734506999871883,
|
257 |
-
"count": 1,
|
258 |
-
"is_parallel": true,
|
259 |
-
"self": 0.005503299999645606,
|
260 |
-
"children": {
|
261 |
-
"_process_rank_one_or_two_observation": {
|
262 |
-
"total": 0.003231207000226277,
|
263 |
-
"count": 8,
|
264 |
-
"is_parallel": true,
|
265 |
-
"self": 0.003231207000226277
|
266 |
-
}
|
267 |
-
}
|
268 |
-
},
|
269 |
-
"UnityEnvironment.step": {
|
270 |
-
"total": 0.06550557299988213,
|
271 |
-
"count": 1,
|
272 |
-
"is_parallel": true,
|
273 |
-
"self": 0.0006460589997914212,
|
274 |
-
"children": {
|
275 |
-
"UnityEnvironment._generate_step_input": {
|
276 |
-
"total": 0.000594228000181829,
|
277 |
-
"count": 1,
|
278 |
-
"is_parallel": true,
|
279 |
-
"self": 0.000594228000181829
|
280 |
-
},
|
281 |
-
"communicator.exchange": {
|
282 |
-
"total": 0.062101318000031824,
|
283 |
-
"count": 1,
|
284 |
-
"is_parallel": true,
|
285 |
-
"self": 0.062101318000031824
|
286 |
-
},
|
287 |
-
"steps_from_proto": {
|
288 |
-
"total": 0.002163967999877059,
|
289 |
-
"count": 1,
|
290 |
-
"is_parallel": true,
|
291 |
-
"self": 0.00042850699992413865,
|
292 |
-
"children": {
|
293 |
-
"_process_rank_one_or_two_observation": {
|
294 |
-
"total": 0.0017354609999529202,
|
295 |
-
"count": 8,
|
296 |
-
"is_parallel": true,
|
297 |
-
"self": 0.0017354609999529202
|
298 |
-
}
|
299 |
-
}
|
300 |
-
}
|
301 |
-
}
|
302 |
-
}
|
303 |
-
}
|
304 |
-
},
|
305 |
-
"UnityEnvironment.step": {
|
306 |
-
"total": 1677.9244730780538,
|
307 |
-
"count": 63294,
|
308 |
-
"is_parallel": true,
|
309 |
-
"self": 46.29995805499334,
|
310 |
-
"children": {
|
311 |
-
"UnityEnvironment._generate_step_input": {
|
312 |
-
"total": 31.606447246034804,
|
313 |
-
"count": 63294,
|
314 |
-
"is_parallel": true,
|
315 |
-
"self": 31.606447246034804
|
316 |
-
},
|
317 |
-
"communicator.exchange": {
|
318 |
-
"total": 1469.7546672070546,
|
319 |
-
"count": 63294,
|
320 |
-
"is_parallel": true,
|
321 |
-
"self": 1469.7546672070546
|
322 |
-
},
|
323 |
-
"steps_from_proto": {
|
324 |
-
"total": 130.26340056997105,
|
325 |
-
"count": 63294,
|
326 |
-
"is_parallel": true,
|
327 |
-
"self": 27.946307753981273,
|
328 |
-
"children": {
|
329 |
-
"_process_rank_one_or_two_observation": {
|
330 |
-
"total": 102.31709281598978,
|
331 |
-
"count": 506352,
|
332 |
-
"is_parallel": true,
|
333 |
-
"self": 102.31709281598978
|
334 |
-
}
|
335 |
-
}
|
336 |
-
}
|
337 |
-
}
|
338 |
-
}
|
339 |
-
}
|
340 |
-
}
|
341 |
-
}
|
342 |
-
}
|
343 |
-
}
|
344 |
-
},
|
345 |
-
"trainer_advance": {
|
346 |
-
"total": 1085.781136014999,
|
347 |
-
"count": 63295,
|
348 |
-
"self": 4.5980591730278775,
|
349 |
-
"children": {
|
350 |
-
"process_trajectory": {
|
351 |
-
"total": 163.63057821997472,
|
352 |
-
"count": 63295,
|
353 |
-
"self": 163.0889008109748,
|
354 |
-
"children": {
|
355 |
-
"RLTrainer._checkpoint": {
|
356 |
-
"total": 0.5416774089999308,
|
357 |
-
"count": 2,
|
358 |
-
"self": 0.5416774089999308
|
359 |
-
}
|
360 |
-
}
|
361 |
-
},
|
362 |
-
"_update_policy": {
|
363 |
-
"total": 917.5524986219964,
|
364 |
-
"count": 447,
|
365 |
-
"self": 371.32936495903505,
|
366 |
-
"children": {
|
367 |
-
"TorchPPOOptimizer.update": {
|
368 |
-
"total": 546.2231336629613,
|
369 |
-
"count": 22740,
|
370 |
-
"self": 546.2231336629613
|
371 |
-
}
|
372 |
-
}
|
373 |
-
}
|
374 |
-
}
|
375 |
-
}
|
376 |
-
}
|
377 |
},
|
378 |
"trainer_threads": {
|
379 |
-
"total": 1.
|
380 |
"count": 1,
|
381 |
-
"self": 1.
|
382 |
},
|
383 |
"TrainerController._save_models": {
|
384 |
-
"total": 0.
|
385 |
"count": 1,
|
386 |
-
"self": 0.
|
387 |
"children": {
|
388 |
"RLTrainer._checkpoint": {
|
389 |
-
"total": 0.
|
390 |
"count": 1,
|
391 |
-
"self": 0.
|
392 |
}
|
393 |
}
|
394 |
}
|
|
|
1 |
{
|
2 |
"name": "root",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"metadata": {
|
4 |
"timer_format_version": "0.1.0",
|
5 |
+
"start_time_seconds": "1750181684",
|
6 |
"python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
|
7 |
+
"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 --resume",
|
8 |
"mlagents_version": "1.2.0.dev0",
|
9 |
"mlagents_envs_version": "1.2.0.dev0",
|
10 |
"communication_protocol_version": "1.5.0",
|
11 |
"pytorch_version": "2.7.1+cu126",
|
12 |
"numpy_version": "1.23.5",
|
13 |
+
"end_time_seconds": "1750181691"
|
14 |
},
|
15 |
+
"total": 6.590542244000062,
|
16 |
"count": 1,
|
17 |
+
"self": 1.5319512850001047,
|
18 |
"children": {
|
19 |
"run_training.setup": {
|
20 |
+
"total": 0.0439647530001821,
|
21 |
"count": 1,
|
22 |
+
"self": 0.0439647530001821
|
23 |
},
|
24 |
"TrainerController.start_learning": {
|
25 |
+
"total": 5.014626205999775,
|
26 |
"count": 1,
|
27 |
+
"self": 0.00040185500074585434,
|
28 |
"children": {
|
29 |
"TrainerController._reset_env": {
|
30 |
+
"total": 4.643859316000089,
|
31 |
"count": 1,
|
32 |
+
"self": 4.643859316000089
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
},
|
34 |
"trainer_threads": {
|
35 |
+
"total": 1.562999386806041e-06,
|
36 |
"count": 1,
|
37 |
+
"self": 1.562999386806041e-06
|
38 |
},
|
39 |
"TrainerController._save_models": {
|
40 |
+
"total": 0.37036347199955344,
|
41 |
"count": 1,
|
42 |
+
"self": 0.01072422400011419,
|
43 |
"children": {
|
44 |
"RLTrainer._checkpoint": {
|
45 |
+
"total": 0.35963924799943925,
|
46 |
"count": 1,
|
47 |
+
"self": 0.35963924799943925
|
48 |
}
|
49 |
}
|
50 |
}
|
run_logs/training_status.json
CHANGED
@@ -27,13 +27,22 @@
|
|
27 |
"auxillary_file_paths": [
|
28 |
"results/Pyramids Training/Pyramids/Pyramids-1000041.pt"
|
29 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
}
|
31 |
],
|
32 |
"final_checkpoint": {
|
33 |
"steps": 1000041,
|
34 |
"file_path": "results/Pyramids Training/Pyramids.onnx",
|
35 |
"reward": null,
|
36 |
-
"creation_time":
|
37 |
"auxillary_file_paths": [
|
38 |
"results/Pyramids Training/Pyramids/Pyramids-1000041.pt"
|
39 |
]
|
|
|
27 |
"auxillary_file_paths": [
|
28 |
"results/Pyramids Training/Pyramids/Pyramids-1000041.pt"
|
29 |
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 1000041,
|
33 |
+
"file_path": "results/Pyramids Training/Pyramids/Pyramids-1000041.onnx",
|
34 |
+
"reward": null,
|
35 |
+
"creation_time": 1750181689.9162915,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results/Pyramids Training/Pyramids/Pyramids-1000041.pt"
|
38 |
+
]
|
39 |
}
|
40 |
],
|
41 |
"final_checkpoint": {
|
42 |
"steps": 1000041,
|
43 |
"file_path": "results/Pyramids Training/Pyramids.onnx",
|
44 |
"reward": null,
|
45 |
+
"creation_time": 1750181689.9162915,
|
46 |
"auxillary_file_paths": [
|
47 |
"results/Pyramids Training/Pyramids/Pyramids-1000041.pt"
|
48 |
]
|