hung3r commited on
Commit
b611db6
·
verified ·
1 Parent(s): 4e475bb

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e02400839a86a2611c9c26dc702e9e5ca28b24d7473c9b5f4ce13df16ca04ec
3
+ size 1420238
Pyramids/Pyramids-1000032.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e02400839a86a2611c9c26dc702e9e5ca28b24d7473c9b5f4ce13df16ca04ec
3
+ size 1420238
Pyramids/Pyramids-1000032.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2627ebdca66384e7fd94537f1eab57d2f719b2bc328d48dd9fe914f1128d8d45
3
+ size 8655643
Pyramids/Pyramids-499954.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17079fc47def5a417e5504382a89b668891e792b1fd0004749ca9564b2024344
3
+ size 1420238
Pyramids/Pyramids-499954.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5a52e4e5b40c2b86fb2872f5bee6837a794ef8021fe704580b55eb6367f183e
3
+ size 8655562
Pyramids/Pyramids-999916.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e02400839a86a2611c9c26dc702e9e5ca28b24d7473c9b5f4ce13df16ca04ec
3
+ size 1420238
Pyramids/Pyramids-999916.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:468fe63da8f13294a69d2d4a0faecc5dd641b49526bfb3592478a90673baa265
3
+ size 8655562
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13addcf580db519053f09f759fa87944d19c387cfd55ca00b54d3371b514076d
3
+ size 8655157
Pyramids/events.out.tfevents.1761130417.DESKTOP-NHACM7A.897.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6346649e4d7f77322b77104b3bdaabd06833495c879ef9c1eda7573d726b26b
3
+ size 333107
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Pyramids
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Pyramids
8
+ ---
9
+
10
+ # **ppo** Agent playing **Pyramids**
11
+ This is a trained model of a **ppo** agent playing **Pyramids**
12
+ using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
+
14
+ ## Usage (with ML-Agents)
15
+ The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
+
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+ - A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
19
+ browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
20
+ - A *longer tutorial* to understand how works ML-Agents:
21
+ https://huggingface.co/learn/deep-rl-course/unit5/introduction
22
+
23
+ ### Resume the training
24
+ ```bash
25
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
26
+ ```
27
+
28
+ ### Watch your Agent play
29
+ You can watch your agent **playing directly in your browser**
30
+
31
+ 1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
32
+ 2. Step 1: Find your model_id: hung3r/ppo-Pyramids
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
config.json ADDED
@@ -0,0 +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": false, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "ppo", "initialize_from": null, "load_model": false, "resume": false, "force": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 500000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 512
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ rnd:
39
+ gamma: 0.99
40
+ strength: 0.01
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 64
44
+ num_layers: 3
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0001
50
+ encoding_size: null
51
+ init_path: null
52
+ keep_checkpoints: 5
53
+ even_checkpoints: false
54
+ max_steps: 1000000
55
+ time_horizon: 128
56
+ summary_freq: 30000
57
+ threaded: false
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ timeout_wait: 60
67
+ seed: -1
68
+ max_lifetime_restarts: 10
69
+ restarts_rate_limit_n: 1
70
+ restarts_rate_limit_period_s: 60
71
+ engine_settings:
72
+ width: 84
73
+ height: 84
74
+ quality_level: 5
75
+ time_scale: 20
76
+ target_frame_rate: -1
77
+ capture_frame_rate: 60
78
+ no_graphics: false
79
+ no_graphics_monitor: false
80
+ environment_parameters: null
81
+ checkpoint_settings:
82
+ run_id: ppo
83
+ initialize_from: null
84
+ load_model: false
85
+ resume: false
86
+ force: true
87
+ train_model: false
88
+ inference: false
89
+ results_dir: results
90
+ torch_settings:
91
+ device: null
92
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/kali/HFRLCourse/unit5/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/kali/HFRLCourse/unit5/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 2 interfaces on host : 0) 10.255.255.254 1) 172.22.38.139
4
+ Multi-casting "[IP] 10.255.255.254 [Port] 55163 [Flags] 2 [Guid] 3856764701 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.22.38.139) [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
+ Display 0 'XWAYLAND0': 1920x1080 (primary device).
8
+ Desktop is 1920 x 1080 @ 60 Hz
9
+ Invalid initial resolution 84 x 84 - forcing to 100 x 100
10
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
11
+ [Subsystems] Discovering subsystems at path /home/kali/HFRLCourse/unit5/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
12
+ GfxDevice: creating device client; threaded=1; jobified=0
13
+ Renderer: llvmpipe (LLVM 19.1.7, 256 bits)
14
+ Vendor: Mesa
15
+ Version: 4.5 (Core Profile) Mesa 25.0.7-2
16
+ GLES: 0
17
+ GL_3DFX_texture_compression_FXT1 GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_pinned_memory GL_AMD_query_buffer_object GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_A
18
+ RB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL
19
+ _ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_A
20
+ RB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARM_shader_framebuffer_fetch_depth_stencil GL_ATI_blend
21
+ _equation_separate GL_ATI_meminfo GL_ATI_texture_float GL_ATI_texture_mirror_once GL_EXT_EGL_image_storage GL_EXT_EGL_image_storage_compression GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_debug_label GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_image_load_formatted GL_EXT_shader_integer_mix GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL
22
+ _EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_multimode_draw_arrays GL_INTEL_shader_atomic_float_minmax GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NVX_gpu_memory_info GL_NV_alpha_to_coverage_dither_control GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_NV_shader_atomic_float GL_NV_texture_barrier GL_OES_EGL_image GL_OVR_multiview GL_OVR_multiview2 GL_S3_s3tc
23
+ OPENGL LOG: Creating OpenGL 4.5 graphics device ; Context level <OpenGL 4.5> ; Context handle 305112976
24
+ Begin MonoManager ReloadAssembly
25
+ - Completed reload, in 0.075 seconds
26
+ Default vsync count 1
27
+ requesting resize 84 x 84
28
+ resizing window to 84 x 84
29
+ Desktop is 1920 x 1080 @ 60 Hz
30
+ UnloadTime: 0.971534 ms
31
+ Setting up 6 worker threads for Enlighten.
32
+ requesting resize 84 x 84
33
+ resizing window to 84 x 84
34
+ Desktop is 1920 x 1080 @ 60 Hz
35
+ PlayerConnection::CleanupMemory Statistics:
36
+ [ALLOC_TEMP_TLS] TLS Allocator
37
+ StackAllocators :
38
+ [ALLOC_TEMP_MAIN]
39
+ Peak usage frame count: [16.0 KB-32.0 KB]: 3793 frames, [32.0 KB-64.0 KB]: 12128 frames, [64.0 KB-128.0 KB]: 2845 frames, [2.0 MB-4.0 MB]: 1 frames
40
+ Initial Block Size 4.0 MB
41
+ Current Block Size 4.0 MB
42
+ Peak Allocated Bytes 2.0 MB
43
+ Overflow Count 0
44
+ [ALLOC_TEMP_Background Job.Worker 8]
45
+ Initial Block Size 32.0 KB
46
+ Current Block Size 32.0 KB
47
+ Peak Allocated Bytes 0 B
48
+ Overflow Count 0
49
+ [ALLOC_TEMP_Background Job.Worker 10]
50
+ Initial Block Size 32.0 KB
51
+ Current Block Size 32.0 KB
52
+ Peak Allocated Bytes 0 B
53
+ Overflow Count 0
54
+ [ALLOC_TEMP_Job.Worker 4]
55
+ Initial Block Size 256.0 KB
56
+ Current Block Size 256.0 KB
57
+ Peak Allocated Bytes 12.0 KB
58
+ Overflow Count 0
59
+ [ALLOC_TEMP_Background Job.Worker 6]
60
+ Initial Block Size 32.0 KB
61
+ Current Block Size 32.0 KB
62
+ Peak Allocated Bytes 0 B
63
+ Overflow Count 0
64
+ [ALLOC_TEMP_Background Job.Worker 1]
65
+ Initial Block Size 32.0 KB
66
+ Current Block Size 32.0 KB
67
+ Peak Allocated Bytes 0 B
68
+ Overflow Count 0
69
+ [ALLOC_TEMP_Background Job.Worker 11]
70
+ Initial Block Size 32.0 KB
71
+ Current Block Size 32.0 KB
72
+ Peak Allocated Bytes 0 B
73
+ Overflow Count 0
74
+ [ALLOC_TEMP_Background Job.Worker 3]
75
+ Initial Block Size 32.0 KB
76
+ Current Block Size 32.0 KB
77
+ Peak Allocated Bytes 0 B
78
+ Overflow Count 0
79
+ [ALLOC_TEMP_BatchDeleteObjects]
80
+ Initial Block Size 64.0 KB
81
+ Current Block Size 64.0 KB
82
+ Peak Allocated Bytes 0 B
83
+ Overflow Count 0
84
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
85
+ Initial Block Size 64.0 KB
86
+ Current Block Size 64.0 KB
87
+ Peak Allocated Bytes 0 B
88
+ Overflow Count 0
89
+ [ALLOC_TEMP_Background Job.Worker 2]
90
+ Initial Block Size 32.0 KB
91
+ Current Block Size 32.0 KB
92
+ Peak Allocated Bytes 0 B
93
+ Overflow Count 0
94
+ [ALLOC_TEMP_Background Job.Worker 7]
95
+ Initial Block Size 32.0 KB
96
+ Current Block Size 32.0 KB
97
+ Peak Allocated Bytes 0 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Job.Worker 8]
100
+ Initial Block Size 256.0 KB
101
+ Current Block Size 256.0 KB
102
+ Peak Allocated Bytes 12.0 KB
103
+ Overflow Count 0
104
+ [ALLOC_TEMP_Job.Worker 1]
105
+ Initial Block Size 256.0 KB
106
+ Current Block Size 256.0 KB
107
+ Peak Allocated Bytes 12.0 KB
108
+ Overflow Count 0
109
+ [ALLOC_TEMP_Job.Worker 10]
110
+ Initial Block Size 256.0 KB
111
+ Current Block Size 256.0 KB
112
+ Peak Allocated Bytes 12.0 KB
113
+ Overflow Count 0
114
+ [ALLOC_TEMP_Loading.PreloadManager]
115
+ Initial Block Size 256.0 KB
116
+ Current Block Size 320.0 KB
117
+ Peak Allocated Bytes 251.5 KB
118
+ Overflow Count 4
119
+ [ALLOC_TEMP_Background Job.Worker 15]
120
+ Initial Block Size 32.0 KB
121
+ Current Block Size 32.0 KB
122
+ Peak Allocated Bytes 0 B
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
125
+ Initial Block Size 64.0 KB
126
+ Current Block Size 64.0 KB
127
+ Peak Allocated Bytes 0 B
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_Profiler.Dispatcher]
130
+ Initial Block Size 64.0 KB
131
+ Current Block Size 64.0 KB
132
+ Peak Allocated Bytes 1.9 KB
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Job.Worker 3]
135
+ Initial Block Size 256.0 KB
136
+ Current Block Size 256.0 KB
137
+ Peak Allocated Bytes 12.0 KB
138
+ Overflow Count 0
139
+ [ALLOC_TEMP_Background Job.Worker 12]
140
+ Initial Block Size 32.0 KB
141
+ Current Block Size 32.0 KB
142
+ Peak Allocated Bytes 0 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 11
145
+ Initial Block Size 64.0 KB
146
+ Current Block Size 64.0 KB
147
+ Peak Allocated Bytes 0 B
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Background Job.Worker 5]
150
+ Initial Block Size 32.0 KB
151
+ Current Block Size 32.0 KB
152
+ Peak Allocated Bytes 0 B
153
+ Overflow Count 0
154
+ [ALLOC_TEMP_Background Job.Worker 13]
155
+ Initial Block Size 32.0 KB
156
+ Current Block Size 32.0 KB
157
+ Peak Allocated Bytes 0 B
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_Job.Worker 2]
160
+ Initial Block Size 256.0 KB
161
+ Current Block Size 256.0 KB
162
+ Peak Allocated Bytes 12.0 KB
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_Background Job.Worker 0]
165
+ Initial Block Size 32.0 KB
166
+ Current Block Size 32.0 KB
167
+ Peak Allocated Bytes 0 B
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Background Job.Worker 4]
170
+ Initial Block Size 32.0 KB
171
+ Current Block Size 32.0 KB
172
+ Peak Allocated Bytes 0 B
173
+ Overflow Count 0
174
+ [ALLOC_TEMP_Job.Worker 6]
175
+ Initial Block Size 256.0 KB
176
+ Current Block Size 256.0 KB
177
+ Peak Allocated Bytes 12.0 KB
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_Job.Worker 0]
180
+ Initial Block Size 256.0 KB
181
+ Current Block Size 256.0 KB
182
+ Peak Allocated Bytes 12.0 KB
183
+ Overflow Count 0
184
+ [ALLOC_TEMP_Job.Worker 5]
185
+ Initial Block Size 256.0 KB
186
+ Current Block Size 256.0 KB
187
+ Peak Allocated Bytes 12.0 KB
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Background Job.Worker 9]
190
+ Initial Block Size 32.0 KB
191
+ Current Block Size 32.0 KB
192
+ Peak Allocated Bytes 0 B
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_Background Job.Worker 14]
195
+ Initial Block Size 32.0 KB
196
+ Current Block Size 32.0 KB
197
+ Peak Allocated Bytes 0 B
198
+ Overflow Count 0
199
+ [ALLOC_TEMP_EnlightenWorker] x 6
200
+ Initial Block Size 64.0 KB
201
+ Current Block Size 64.0 KB
202
+ Peak Allocated Bytes 0 B
203
+ Overflow Count 0
204
+ [ALLOC_TEMP_UnityGfxDeviceWorker]
205
+ Initial Block Size 256.0 KB
206
+ Current Block Size 256.0 KB
207
+ Peak Allocated Bytes 45.0 KB
208
+ Overflow Count 0
209
+ [ALLOC_TEMP_Job.Worker 9]
210
+ Initial Block Size 256.0 KB
211
+ Current Block Size 256.0 KB
212
+ Peak Allocated Bytes 12.0 KB
213
+ Overflow Count 0
214
+ [ALLOC_TEMP_Job.Worker 7]
215
+ Initial Block Size 256.0 KB
216
+ Current Block Size 256.0 KB
217
+ Peak Allocated Bytes 12.0 KB
218
+ Overflow Count 0
219
+ [ALLOC_TEMP_Loading.AsyncRead]
220
+ Initial Block Size 64.0 KB
221
+ Current Block Size 64.0 KB
222
+ Peak Allocated Bytes 128 B
223
+ Overflow Count 0
224
+ [ALLOC_MEMORYPROFILER]
225
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18468 frames
226
+ Requested Block Size 1.0 MB
227
+ Peak Block count 2
228
+ Peak Allocated memory 1.6 MB
229
+ Peak Large allocation bytes 0 B
230
+ [ALLOC_DEFAULT] Dual Thread Allocator
231
+ Peak main deferred allocation count 13291
232
+ [ALLOC_BUCKET]
233
+ Large Block size 4.0 MB
234
+ Used Block count 1
235
+ Peak Allocated bytes 1.9 MB
236
+ Failed Allocations. Bucket layout:
237
+ 16B: 26 Subsections = 8874 buckets. Failed count: 0
238
+ 32B: 13 Subsections = 3328 buckets. Failed count: 0
239
+ 48B: 55 Subsections = 11264 buckets. Failed count: 0
240
+ 64B: 40 Subsections = 6826 buckets. Failed count: 8394
241
+ 80B: 41 Subsections = 5997 buckets. Failed count: 5034
242
+ 96B: 34 Subsections = 4352 buckets. Failed count: 35825
243
+ 112B: 31 Subsections = 3527 buckets. Failed count: 0
244
+ 128B: 16 Subsections = 1638 buckets. Failed count: 12897
245
+ [ALLOC_DEFAULT_MAIN]
246
+ Peak usage frame count: [16.0 MB-32.0 MB]: 501 frames, [32.0 MB-64.0 MB]: 18266 frames
247
+ Requested Block Size 16.0 MB
248
+ Peak Block count 3
249
+ Peak Allocated memory 38.6 MB
250
+ Peak Large allocation bytes 0 B
251
+ [ALLOC_DEFAULT_THREAD]
252
+ Peak usage frame count: [16.0 MB-32.0 MB]: 18767 frames
253
+ Requested Block Size 16.0 MB
254
+ Peak Block count 1
255
+ Peak Allocated memory 29.4 MB
256
+ Peak Large allocation bytes 16.0 MB
257
+ [ALLOC_TEMP_JOB_1_FRAME]
258
+ Initial Block Size 2.0 MB
259
+ Used Block Count 1
260
+ Overflow Count (too large) 0
261
+ Overflow Count (full) 0
262
+ [ALLOC_TEMP_JOB_2_FRAMES]
263
+ Initial Block Size 2.0 MB
264
+ Used Block Count 1
265
+ Overflow Count (too large) 0
266
+ Overflow Count (full) 0
267
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
268
+ Initial Block Size 2.0 MB
269
+ Used Block Count 4
270
+ Overflow Count (too large) 0
271
+ Overflow Count (full) 0
272
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
273
+ Initial Block Size 1.0 MB
274
+ Used Block Count 3
275
+ Overflow Count (too large) 0
276
+ Overflow Count (full) 0
277
+ [ALLOC_GFX] Dual Thread Allocator
278
+ Peak main deferred allocation count 1
279
+ [ALLOC_BUCKET]
280
+ Large Block size 4.0 MB
281
+ Used Block count 1
282
+ Peak Allocated bytes 1.9 MB
283
+ Failed Allocations. Bucket layout:
284
+ 16B: 26 Subsections = 8874 buckets. Failed count: 0
285
+ 32B: 13 Subsections = 3328 buckets. Failed count: 0
286
+ 48B: 55 Subsections = 11264 buckets. Failed count: 0
287
+ 64B: 40 Subsections = 6826 buckets. Failed count: 8394
288
+ 80B: 41 Subsections = 5997 buckets. Failed count: 5034
289
+ 96B: 34 Subsections = 4352 buckets. Failed count: 35825
290
+ 112B: 31 Subsections = 3527 buckets. Failed count: 0
291
+ 128B: 16 Subsections = 1638 buckets. Failed count: 12897
292
+ [ALLOC_GFX_MAIN]
293
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18766 frames, [2.0 MB-4.0 MB]: 1 frames
294
+ Requested Block Size 16.0 MB
295
+ Peak Block count 1
296
+ Peak Allocated memory 2.7 MB
297
+ Peak Large allocation bytes 0 B
298
+ [ALLOC_GFX_THREAD]
299
+ Peak usage frame count: [64.0 KB-128.0 KB]: 18767 frames
300
+ Requested Block Size 16.0 MB
301
+ Peak Block count 1
302
+ Peak Allocated memory 69.0 KB
303
+ Peak Large allocation bytes 0 B
304
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
305
+ Peak main deferred allocation count 1
306
+ [ALLOC_BUCKET]
307
+ Large Block size 4.0 MB
308
+ Used Block count 1
309
+ Peak Allocated bytes 1.9 MB
310
+ Failed Allocations. Bucket layout:
311
+ 16B: 26 Subsections = 8874 buckets. Failed count: 0
312
+ 32B: 13 Subsections = 3328 buckets. Failed count: 0
313
+ 48B: 55 Subsections = 11264 buckets. Failed count: 0
314
+ 64B: 40 Subsections = 6826 buckets. Failed count: 8394
315
+ 80B: 41 Subsections = 5997 buckets. Failed count: 5034
316
+ 96B: 34 Subsections = 4352 buckets. Failed count: 35825
317
+ 112B: 31 Subsections = 3527 buckets. Failed count: 0
318
+ 128B: 16 Subsections = 1638 buckets. Failed count: 12897
319
+ [ALLOC_CACHEOBJECTS_MAIN]
320
+ Peak usage frame count: [1.0 MB-2.0 MB]: 18767 frames
321
+ Requested Block Size 4.0 MB
322
+ Peak Block count 1
323
+ Peak Allocated memory 1.8 MB
324
+ Peak Large allocation bytes 0 B
325
+ [ALLOC_CACHEOBJECTS_THREAD]
326
+ Peak usage frame count: [4.0 MB-8.0 MB]: 18766 frames, [8.0 MB-16.0 MB]: 1 frames
327
+ Requested Block Size 4.0 MB
328
+ Peak Block count 3
329
+ Peak Allocated memory 9.1 MB
330
+ Peak Large allocation bytes 0 B
331
+ [ALLOC_TYPETREE] Dual Thread Allocator
332
+ Peak main deferred allocation count 0
333
+ [ALLOC_BUCKET]
334
+ Large Block size 4.0 MB
335
+ Used Block count 1
336
+ Peak Allocated bytes 1.9 MB
337
+ Failed Allocations. Bucket layout:
338
+ 16B: 26 Subsections = 8874 buckets. Failed count: 0
339
+ 32B: 13 Subsections = 3328 buckets. Failed count: 0
340
+ 48B: 55 Subsections = 11264 buckets. Failed count: 0
341
+ 64B: 40 Subsections = 6826 buckets. Failed count: 8394
342
+ 80B: 41 Subsections = 5997 buckets. Failed count: 5034
343
+ 96B: 34 Subsections = 4352 buckets. Failed count: 35825
344
+ 112B: 31 Subsections = 3527 buckets. Failed count: 0
345
+ 128B: 16 Subsections = 1638 buckets. Failed count: 12897
346
+ [ALLOC_TYPETREE_MAIN]
347
+ Peak usage frame count: [0-1.0 KB]: 18767 frames
348
+ Requested Block Size 2.0 MB
349
+ Peak Block count 1
350
+ Peak Allocated memory 1.0 KB
351
+ Peak Large allocation bytes 0 B
352
+ [ALLOC_TYPETREE_THREAD]
353
+ Peak usage frame count: [1.0 KB-2.0 KB]: 18767 frames
354
+ Requested Block Size 2.0 MB
355
+ Peak Block count 1
356
+ Peak Allocated memory 1.9 KB
357
+ Peak Large allocation bytes 0 B
358
+ [ALLOC_PROFILER]
359
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18767 frames
360
+ Requested Block Size 16.0 MB
361
+ Peak Block count 1
362
+ Peak Allocated memory 39.2 KB
363
+ Peak Large allocation bytes 0 B
364
+ [ALLOC_PROFILER_BUCKET]
365
+ Large Block size 4.0 MB
366
+ Used Block count 1
367
+ Peak Allocated bytes 396 B
368
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1761131659407,"processId":934,"allocatedMemory":2374001,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":407434},{"Thread":34868},{"Manager":16271},{"VertexData":12},{"Geometry":280},{"Texture":16},{"Shader":67733},{"Material":24},{"GfxDevice":35248},{"Animation":304},{"Audio":3976},{"Physics":288},{"Serialization":672},{"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":3506},{"DynamicArray":30872},{"HashMap":7680},{"Utility":5440},{"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 ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.5119559168815613,
6
+ "min": 0.5034074187278748,
7
+ "max": 1.4569073915481567,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 15391.443359375,
12
+ "min": 14965.294921875,
13
+ "max": 44196.7421875,
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.4965977966785431,
30
+ "min": -0.10757958143949509,
31
+ "max": 0.5024316310882568,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 135.57119750976562,
36
+ "min": -25.926679611206055,
37
+ "max": 138.168701171875,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.14437216520309448,
42
+ "min": -0.05144139751791954,
43
+ "max": 0.2575911283493042,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 39.41360092163086,
48
+ "min": -14.043501853942871,
49
+ "max": 62.33705520629883,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06429459458592114,
54
+ "min": 0.06290810950304399,
55
+ "max": 0.0730116966252262,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.900124324202896,
60
+ "min": 0.49941473010805,
61
+ "max": 1.0316345880079705,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.01575176536780342,
66
+ "min": 0.0006719232966448452,
67
+ "max": 0.016589767467285996,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.2205247151492479,
72
+ "min": 0.0073911562630932974,
73
+ "max": 0.23225674454200393,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.292690426278571e-06,
78
+ "min": 7.292690426278571e-06,
79
+ "max": 0.00029515063018788575,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.00010209766596789999,
84
+ "min": 0.00010209766596789999,
85
+ "max": 0.0032539844153385996,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10243086428571431,
90
+ "min": 0.10243086428571431,
91
+ "max": 0.19838354285714285,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4340321000000003,
96
+ "min": 1.3886848,
97
+ "max": 2.4016496,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.00025284334214285717,
102
+ "min": 0.00025284334214285717,
103
+ "max": 0.00983851593142857,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0035398067900000007,
108
+ "min": 0.0035398067900000007,
109
+ "max": 0.10848767386000001,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.006991219241172075,
114
+ "min": 0.006991219241172075,
115
+ "max": 0.430558443069458,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.09787707030773163,
120
+ "min": 0.09787707030773163,
121
+ "max": 3.013909101486206,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 394.2987012987013,
126
+ "min": 344.4318181818182,
127
+ "max": 999.0,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 30361.0,
132
+ "min": 15984.0,
133
+ "max": 32663.0,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.4757895884769303,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.6100999810309573,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 113.63579831272364,
144
+ "min": -30.359001725912094,
145
+ "max": 141.68879833072424,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.4757895884769303,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.6100999810309573,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 113.63579831272364,
156
+ "min": -30.359001725912094,
157
+ "max": 141.68879833072424,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.028597743684908243,
162
+ "min": 0.02780689784611406,
163
+ "max": 9.7458865782246,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 2.2020262637379346,
168
+ "min": 2.2020262637379346,
169
+ "max": 155.9341852515936,
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": "1761130414",
188
+ "python_version": "3.10.18 (main, Sep 2 2025, 14:19:37) [Clang 20.1.4 ]",
189
+ "command_line_arguments": "/home/kali/HFRLCourse/unit5/.venv/bin/mlagents-learn ./ml-agents/config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --force",
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.8.0+cpu",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1761131659"
196
+ },
197
+ "total": 1244.615810724,
198
+ "count": 1,
199
+ "self": 0.2694132350000018,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.013962421999963226,
203
+ "count": 1,
204
+ "self": 0.013962421999963226
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 1244.332435067,
208
+ "count": 1,
209
+ "self": 0.8393597730209876,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 4.279692654000087,
213
+ "count": 1,
214
+ "self": 4.279692654000087
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 1239.177523711979,
218
+ "count": 63612,
219
+ "self": 0.6828005569375364,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 947.8981407069955,
223
+ "count": 63612,
224
+ "self": 898.6912184359851,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 48.66240158897756,
228
+ "count": 63612,
229
+ "self": 1.9695368339429251,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 46.692864755034634,
233
+ "count": 62554,
234
+ "self": 46.692864755034634
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.5445206820328394,
240
+ "count": 63612,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 1242.009381177011,
245
+ "count": 63612,
246
+ "is_parallel": true,
247
+ "self": 396.22949405805855,
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.001819523999984085,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.0006689489998734643,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0011505750001106207,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0011505750001106207
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.028025157000001855,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0001569569999446685,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.00015895100000307139,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.00015895100000307139
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.026012844999968365,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.026012844999968365
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0016964040000857494,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.00014630800035320135,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.001550095999732548,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.001550095999732548
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 845.7798871189524,
307
+ "count": 63611,
308
+ "is_parallel": true,
309
+ "self": 9.647923194920963,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 7.677414510994026,
313
+ "count": 63611,
314
+ "is_parallel": true,
315
+ "self": 7.677414510994026
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 798.7448140880049,
319
+ "count": 63611,
320
+ "is_parallel": true,
321
+ "self": 798.7448140880049
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 29.70973532503251,
325
+ "count": 63611,
326
+ "is_parallel": true,
327
+ "self": 7.056422167005735,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 22.653313158026776,
331
+ "count": 508888,
332
+ "is_parallel": true,
333
+ "self": 22.653313158026776
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 290.596582448046,
347
+ "count": 63612,
348
+ "self": 1.5125231610353467,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 55.1328491810076,
352
+ "count": 63612,
353
+ "self": 54.99991200400757,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.13293717700003072,
357
+ "count": 2,
358
+ "self": 0.13293717700003072
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 233.95121010600303,
364
+ "count": 441,
365
+ "self": 120.07437019402391,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 113.87683991197912,
369
+ "count": 22812,
370
+ "self": 113.87683991197912
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 6.610000582440989e-07,
380
+ "count": 1,
381
+ "self": 6.610000582440989e-07
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.03585826699986683,
385
+ "count": 1,
386
+ "self": 0.0018302670000593935,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.034027999999807435,
390
+ "count": 1,
391
+ "self": 0.034027999999807435
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499954,
6
+ "file_path": "results/ppo/Pyramids/Pyramids-499954.onnx",
7
+ "reward": -0.9995000511407852,
8
+ "creation_time": 1761131030.1286676,
9
+ "auxillary_file_paths": [
10
+ "results/ppo/Pyramids/Pyramids-499954.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999916,
15
+ "file_path": "results/ppo/Pyramids/Pyramids-999916.onnx",
16
+ "reward": 0.8638666470845541,
17
+ "creation_time": 1761131659.173305,
18
+ "auxillary_file_paths": [
19
+ "results/ppo/Pyramids/Pyramids-999916.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000032,
24
+ "file_path": "results/ppo/Pyramids/Pyramids-1000032.onnx",
25
+ "reward": 1.1191499829292297,
26
+ "creation_time": 1761131659.2126522,
27
+ "auxillary_file_paths": [
28
+ "results/ppo/Pyramids/Pyramids-1000032.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000032,
34
+ "file_path": "results/ppo/Pyramids.onnx",
35
+ "reward": 1.1191499829292297,
36
+ "creation_time": 1761131659.2126522,
37
+ "auxillary_file_paths": [
38
+ "results/ppo/Pyramids/Pyramids-1000032.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "1.2.0.dev0",
45
+ "torch_version": "2.8.0+cpu"
46
+ }
47
+ }