Epoching commited on
Commit
9e3ab3f
1 Parent(s): a5a8de6

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0572f3e735edafd1ef81157002e48d36c517716f7ca0ede00c08c8d640559078
3
+ size 1420238
Pyramids/Pyramids-316441.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b653aad29a1164414fb7a3f916d0463996a1479d20759963430c2b100e226fdc
3
+ size 1420238
Pyramids/Pyramids-316441.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f67d2d887af164df43e4e4783fa0deccd58cb98a27f8130ac5e7bbbd0f9a40b
3
+ size 8655149
Pyramids/Pyramids-499944.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ae996bcfc04d7425b2a1449941cada291bbaaec692acf557b1c60f01ece491
3
+ size 1420238
Pyramids/Pyramids-499944.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7b0b02e94dd3846cda92eda76b33fb8d1a9ff43f656f1089cbb99cf11375c5
3
+ size 8655149
Pyramids/Pyramids-549457.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b37a11ada6c6e79ad8784d3bae33e6aff8b494974c951b3932fafdb4ad8ec83
3
+ size 1420238
Pyramids/Pyramids-549457.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a179c6af25891bc0a199b77fae5c6a913f1a424d1194642a5c493af7376e66db
3
+ size 8655149
Pyramids/Pyramids-602871.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0572f3e735edafd1ef81157002e48d36c517716f7ca0ede00c08c8d640559078
3
+ size 1420238
Pyramids/Pyramids-602871.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15efbe62768d9c30463f6052d4da00d230fc7eb1ec36aa7f9deb05c5abc98780
3
+ size 8655149
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60aef73440e28618b08e2a550beeeed8ae7e74d23d7804d08db865d86400e095
3
+ size 8654754
Pyramids/events.out.tfevents.1714273508.bigteddy.10768.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd584d771786291eaed9dd289f570a781e8c4dc0cf5a80937d49859a522ce3a
3
+ size 95156
Pyramids/events.out.tfevents.1714274733.bigteddy.11338.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e9b8d81d08b5198b6ab8d275856e8b9e6c0dc33ecffcd0588576fe7e66c654
3
+ size 74738
Pyramids/events.out.tfevents.1714275382.bigteddy.11568.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c604124dff3e32520c83849a68b438572d3cfe8527793bf59a769edc5cd2499
3
+ size 22129
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: Epoching/ppo-PyramidsRND
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": "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 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: 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
90
+ torch_settings:
91
+ device: null
92
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/saini5/HF_RL_Course/unit5/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/saini5/HF_RL_Course/unit5/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.23.48.114
4
+ Multi-casting "[IP] 172.23.48.114 [Port] 55275 [Flags] 2 [Guid] 2051670476 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.23.48.114) [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
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
10
+ [Subsystems] Discovering subsystems at path /home/saini5/HF_RL_Course/unit5/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
11
+ GfxDevice: creating device client; threaded=1; jobified=0
12
+ Renderer: llvmpipe (LLVM 10.0.0, 256 bits)
13
+ Vendor: VMware, Inc.
14
+ Version: 3.3 (Core Profile) Mesa 20.0.8
15
+ GLES: 0
16
+ GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect 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_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_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enh
17
+ anced_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_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_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robustness GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shade
18
+ r_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding 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_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_lod GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array 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_textu
19
+ re_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_ATI_blend_equation_separate GL_ATI_texture_float GL_ATI_texture_mirror_once GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate 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_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_shader_integer_mix GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_r
20
+ gtc GL_EXT_texture_compression_s3tc GL_EXT_texture_integer GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shared_exponent GL_EXT_texture_snorm 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_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_MESA_ycbcr_texture GL_NV_conditional_render GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_OES_EGL_image GL_S3_s3tc
21
+ OPENGL LOG: Creating OpenGL 3.3 graphics device ; Context level <OpenGL 3.3> ; Context handle 14505568
22
+ Begin MonoManager ReloadAssembly
23
+ - Completed reload, in 0.063 seconds
24
+ Default vsync count 1
25
+ requesting resize 845 x 608
26
+ resizing window to 845 x 608
27
+ Desktop is 1920 x 1080 @ 60 Hz
28
+ UnloadTime: 1.021687 ms
29
+ Setting up 10 worker threads for Enlighten.
30
+ requesting resize 84 x 84
31
+ resizing window to 84 x 84
32
+ Desktop is 1920 x 1080 @ 60 Hz
33
+ PlayerConnection::CleanupMemory Statistics:
34
+ [ALLOC_TEMP_TLS] TLS Allocator
35
+ StackAllocators :
36
+ [ALLOC_TEMP_MAIN]
37
+ Peak usage frame count: [16.0 KB-32.0 KB]: 63 frames, [32.0 KB-64.0 KB]: 762 frames, [64.0 KB-128.0 KB]: 192 frames, [2.0 MB-4.0 MB]: 1 frames
38
+ Initial Block Size 4.0 MB
39
+ Current Block Size 4.0 MB
40
+ Peak Allocated Bytes 2.0 MB
41
+ Overflow Count 0
42
+ [ALLOC_TEMP_Job.Worker 18]
43
+ Initial Block Size 256.0 KB
44
+ Current Block Size 256.0 KB
45
+ Peak Allocated Bytes 6.0 KB
46
+ Overflow Count 0
47
+ [ALLOC_TEMP_Background Job.Worker 8]
48
+ Initial Block Size 32.0 KB
49
+ Current Block Size 32.0 KB
50
+ Peak Allocated Bytes 0 B
51
+ Overflow Count 0
52
+ [ALLOC_TEMP_Job.Worker 4]
53
+ Initial Block Size 256.0 KB
54
+ Current Block Size 256.0 KB
55
+ Peak Allocated Bytes 12.0 KB
56
+ Overflow Count 0
57
+ [ALLOC_TEMP_Background Job.Worker 11]
58
+ Initial Block Size 32.0 KB
59
+ Current Block Size 32.0 KB
60
+ Peak Allocated Bytes 0 B
61
+ Overflow Count 0
62
+ [ALLOC_TEMP_Background Job.Worker 3]
63
+ Initial Block Size 32.0 KB
64
+ Current Block Size 32.0 KB
65
+ Peak Allocated Bytes 0 B
66
+ Overflow Count 0
67
+ [ALLOC_TEMP_BatchDeleteObjects]
68
+ Initial Block Size 64.0 KB
69
+ Current Block Size 64.0 KB
70
+ Peak Allocated Bytes 0 B
71
+ Overflow Count 0
72
+ [ALLOC_TEMP_Job.Worker 13]
73
+ Initial Block Size 256.0 KB
74
+ Current Block Size 256.0 KB
75
+ Peak Allocated Bytes 12.0 KB
76
+ Overflow Count 0
77
+ [ALLOC_TEMP_Background Job.Worker 2]
78
+ Initial Block Size 32.0 KB
79
+ Current Block Size 32.0 KB
80
+ Peak Allocated Bytes 0 B
81
+ Overflow Count 0
82
+ [ALLOC_TEMP_Job.Worker 10]
83
+ Initial Block Size 256.0 KB
84
+ Current Block Size 256.0 KB
85
+ Peak Allocated Bytes 12.0 KB
86
+ Overflow Count 0
87
+ [ALLOC_TEMP_Job.Worker 15]
88
+ Initial Block Size 256.0 KB
89
+ Current Block Size 256.0 KB
90
+ Peak Allocated Bytes 12.0 KB
91
+ Overflow Count 0
92
+ [ALLOC_TEMP_Job.Worker 12]
93
+ Initial Block Size 256.0 KB
94
+ Current Block Size 256.0 KB
95
+ Peak Allocated Bytes 12.0 KB
96
+ Overflow Count 0
97
+ [ALLOC_TEMP_Loading.PreloadManager]
98
+ Initial Block Size 256.0 KB
99
+ Current Block Size 320.0 KB
100
+ Peak Allocated Bytes 251.5 KB
101
+ Overflow Count 4
102
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
103
+ Initial Block Size 64.0 KB
104
+ Current Block Size 64.0 KB
105
+ Peak Allocated Bytes 0 B
106
+ Overflow Count 0
107
+ [ALLOC_TEMP_Job.Worker 17]
108
+ Initial Block Size 256.0 KB
109
+ Current Block Size 256.0 KB
110
+ Peak Allocated Bytes 12.0 KB
111
+ Overflow Count 0
112
+ [ALLOC_TEMP_Job.Worker 3]
113
+ Initial Block Size 256.0 KB
114
+ Current Block Size 256.0 KB
115
+ Peak Allocated Bytes 12.0 KB
116
+ Overflow Count 0
117
+ [ALLOC_TEMP_Profiler.Dispatcher]
118
+ Initial Block Size 64.0 KB
119
+ Current Block Size 64.0 KB
120
+ Peak Allocated Bytes 0 B
121
+ Overflow Count 0
122
+ [ALLOC_TEMP_Job.Worker 14]
123
+ Initial Block Size 256.0 KB
124
+ Current Block Size 256.0 KB
125
+ Peak Allocated Bytes 12.0 KB
126
+ Overflow Count 0
127
+ [ALLOC_TEMP_Background Job.Worker 5]
128
+ Initial Block Size 32.0 KB
129
+ Current Block Size 32.0 KB
130
+ Peak Allocated Bytes 0 B
131
+ Overflow Count 0
132
+ [ALLOC_TEMP_Background Job.Worker 13]
133
+ Initial Block Size 32.0 KB
134
+ Current Block Size 32.0 KB
135
+ Peak Allocated Bytes 0 B
136
+ Overflow Count 0
137
+ [ALLOC_TEMP_Job.Worker 2]
138
+ Initial Block Size 256.0 KB
139
+ Current Block Size 256.0 KB
140
+ Peak Allocated Bytes 12.0 KB
141
+ Overflow Count 0
142
+ [ALLOC_TEMP_Job.Worker 11]
143
+ Initial Block Size 256.0 KB
144
+ Current Block Size 256.0 KB
145
+ Peak Allocated Bytes 12.0 KB
146
+ Overflow Count 0
147
+ [ALLOC_TEMP_Job.Worker 0]
148
+ Initial Block Size 256.0 KB
149
+ Current Block Size 256.0 KB
150
+ Peak Allocated Bytes 12.0 KB
151
+ Overflow Count 0
152
+ [ALLOC_TEMP_Job.Worker 5]
153
+ Initial Block Size 256.0 KB
154
+ Current Block Size 256.0 KB
155
+ Peak Allocated Bytes 12.0 KB
156
+ Overflow Count 0
157
+ [ALLOC_TEMP_Job.Worker 6]
158
+ Initial Block Size 256.0 KB
159
+ Current Block Size 256.0 KB
160
+ Peak Allocated Bytes 6.0 KB
161
+ Overflow Count 0
162
+ [ALLOC_TEMP_EnlightenWorker] x 10
163
+ Initial Block Size 64.0 KB
164
+ Current Block Size 64.0 KB
165
+ Peak Allocated Bytes 0 B
166
+ Overflow Count 0
167
+ [ALLOC_TEMP_Job.Worker 9]
168
+ Initial Block Size 256.0 KB
169
+ Current Block Size 256.0 KB
170
+ Peak Allocated Bytes 12.0 KB
171
+ Overflow Count 0
172
+ [ALLOC_TEMP_Background Job.Worker 9]
173
+ Initial Block Size 32.0 KB
174
+ Current Block Size 32.0 KB
175
+ Peak Allocated Bytes 0 B
176
+ Overflow Count 0
177
+ [ALLOC_TEMP_Loading.AsyncRead]
178
+ Initial Block Size 64.0 KB
179
+ Current Block Size 64.0 KB
180
+ Peak Allocated Bytes 128 B
181
+ Overflow Count 0
182
+ [ALLOC_TEMP_Background Job.Worker 10]
183
+ Initial Block Size 32.0 KB
184
+ Current Block Size 32.0 KB
185
+ Peak Allocated Bytes 0 B
186
+ Overflow Count 0
187
+ [ALLOC_TEMP_Job.Worker 16]
188
+ Initial Block Size 256.0 KB
189
+ Current Block Size 256.0 KB
190
+ Peak Allocated Bytes 12.0 KB
191
+ Overflow Count 0
192
+ [ALLOC_TEMP_Background Job.Worker 6]
193
+ Initial Block Size 32.0 KB
194
+ Current Block Size 32.0 KB
195
+ Peak Allocated Bytes 0 B
196
+ Overflow Count 0
197
+ [ALLOC_TEMP_Background Job.Worker 1]
198
+ Initial Block Size 32.0 KB
199
+ Current Block Size 32.0 KB
200
+ Peak Allocated Bytes 0 B
201
+ Overflow Count 0
202
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
203
+ Initial Block Size 64.0 KB
204
+ Current Block Size 64.0 KB
205
+ Peak Allocated Bytes 0 B
206
+ Overflow Count 0
207
+ [ALLOC_TEMP_Background Job.Worker 15]
208
+ Initial Block Size 32.0 KB
209
+ Current Block Size 32.0 KB
210
+ Peak Allocated Bytes 0 B
211
+ Overflow Count 0
212
+ [ALLOC_TEMP_Background Job.Worker 7]
213
+ Initial Block Size 32.0 KB
214
+ Current Block Size 32.0 KB
215
+ Peak Allocated Bytes 0 B
216
+ Overflow Count 0
217
+ [ALLOC_TEMP_Job.Worker 8]
218
+ Initial Block Size 256.0 KB
219
+ Current Block Size 256.0 KB
220
+ Peak Allocated Bytes 12.0 KB
221
+ Overflow Count 0
222
+ [ALLOC_TEMP_Job.Worker 1]
223
+ Initial Block Size 256.0 KB
224
+ Current Block Size 256.0 KB
225
+ Peak Allocated Bytes 12.0 KB
226
+ Overflow Count 0
227
+ [ALLOC_TEMP_Background Job.Worker 12]
228
+ Initial Block Size 32.0 KB
229
+ Current Block Size 32.0 KB
230
+ Peak Allocated Bytes 0 B
231
+ Overflow Count 0
232
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 19
233
+ Initial Block Size 64.0 KB
234
+ Current Block Size 64.0 KB
235
+ Peak Allocated Bytes 0 B
236
+ Overflow Count 0
237
+ [ALLOC_TEMP_Background Job.Worker 0]
238
+ Initial Block Size 32.0 KB
239
+ Current Block Size 32.0 KB
240
+ Peak Allocated Bytes 0 B
241
+ Overflow Count 0
242
+ [ALLOC_TEMP_Background Job.Worker 4]
243
+ Initial Block Size 32.0 KB
244
+ Current Block Size 32.0 KB
245
+ Peak Allocated Bytes 0 B
246
+ Overflow Count 0
247
+ [ALLOC_TEMP_Background Job.Worker 14]
248
+ Initial Block Size 32.0 KB
249
+ Current Block Size 32.0 KB
250
+ Peak Allocated Bytes 0 B
251
+ Overflow Count 0
252
+ [ALLOC_TEMP_UnityGfxDeviceWorker]
253
+ Initial Block Size 256.0 KB
254
+ Current Block Size 256.0 KB
255
+ Peak Allocated Bytes 45.0 KB
256
+ Overflow Count 0
257
+ [ALLOC_TEMP_Job.Worker 7]
258
+ Initial Block Size 256.0 KB
259
+ Current Block Size 256.0 KB
260
+ Peak Allocated Bytes 12.0 KB
261
+ Overflow Count 0
262
+ [ALLOC_MEMORYPROFILER]
263
+ Peak usage frame count: [0.5 MB-1.0 MB]: 90 frames, [1.0 MB-2.0 MB]: 928 frames
264
+ Requested Block Size 1.0 MB
265
+ Peak Block count 2
266
+ Peak Allocated memory 1.1 MB
267
+ Peak Large allocation bytes 0 B
268
+ [ALLOC_DEFAULT] Dual Thread Allocator
269
+ Peak main deferred allocation count 1669
270
+ [ALLOC_BUCKET]
271
+ Large Block size 4.0 MB
272
+ Used Block count 1
273
+ Peak Allocated bytes 2.2 MB
274
+ Failed Allocations. Bucket layout:
275
+ 16B: 17 Subsections = 5802 buckets. Failed count: 9839
276
+ 32B: 14 Subsections = 3584 buckets. Failed count: 3017
277
+ 48B: 43 Subsections = 8806 buckets. Failed count: 0
278
+ 64B: 39 Subsections = 6656 buckets. Failed count: 0
279
+ 80B: 41 Subsections = 5997 buckets. Failed count: 53
280
+ 96B: 37 Subsections = 4736 buckets. Failed count: 378
281
+ 112B: 24 Subsections = 2730 buckets. Failed count: 0
282
+ 128B: 41 Subsections = 4198 buckets. Failed count: 3232
283
+ [ALLOC_DEFAULT_MAIN]
284
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1018 frames
285
+ Requested Block Size 16.0 MB
286
+ Peak Block count 3
287
+ Peak Allocated memory 31.8 MB
288
+ Peak Large allocation bytes 0 B
289
+ [ALLOC_DEFAULT_THREAD]
290
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1018 frames
291
+ Requested Block Size 16.0 MB
292
+ Peak Block count 1
293
+ Peak Allocated memory 31.0 MB
294
+ Peak Large allocation bytes 16.0 MB
295
+ [ALLOC_TEMP_JOB_1_FRAME]
296
+ Initial Block Size 2.0 MB
297
+ Used Block Count 1
298
+ Overflow Count (too large) 0
299
+ Overflow Count (full) 0
300
+ [ALLOC_TEMP_JOB_2_FRAMES]
301
+ Initial Block Size 2.0 MB
302
+ Used Block Count 1
303
+ Overflow Count (too large) 0
304
+ Overflow Count (full) 0
305
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
306
+ Initial Block Size 2.0 MB
307
+ Used Block Count 4
308
+ Overflow Count (too large) 0
309
+ Overflow Count (full) 0
310
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
311
+ Initial Block Size 1.0 MB
312
+ Used Block Count 3
313
+ Overflow Count (too large) 0
314
+ Overflow Count (full) 0
315
+ [ALLOC_GFX] Dual Thread Allocator
316
+ Peak main deferred allocation count 1
317
+ [ALLOC_BUCKET]
318
+ Large Block size 4.0 MB
319
+ Used Block count 1
320
+ Peak Allocated bytes 2.2 MB
321
+ Failed Allocations. Bucket layout:
322
+ 16B: 17 Subsections = 5802 buckets. Failed count: 9839
323
+ 32B: 14 Subsections = 3584 buckets. Failed count: 3017
324
+ 48B: 43 Subsections = 8806 buckets. Failed count: 0
325
+ 64B: 39 Subsections = 6656 buckets. Failed count: 0
326
+ 80B: 41 Subsections = 5997 buckets. Failed count: 53
327
+ 96B: 37 Subsections = 4736 buckets. Failed count: 378
328
+ 112B: 24 Subsections = 2730 buckets. Failed count: 0
329
+ 128B: 41 Subsections = 4198 buckets. Failed count: 3232
330
+ [ALLOC_GFX_MAIN]
331
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1017 frames, [2.0 MB-4.0 MB]: 1 frames
332
+ Requested Block Size 16.0 MB
333
+ Peak Block count 1
334
+ Peak Allocated memory 2.7 MB
335
+ Peak Large allocation bytes 0 B
336
+ [ALLOC_GFX_THREAD]
337
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1018 frames
338
+ Requested Block Size 16.0 MB
339
+ Peak Block count 1
340
+ Peak Allocated memory 76.1 KB
341
+ Peak Large allocation bytes 0 B
342
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
343
+ Peak main deferred allocation count 1
344
+ [ALLOC_BUCKET]
345
+ Large Block size 4.0 MB
346
+ Used Block count 1
347
+ Peak Allocated bytes 2.2 MB
348
+ Failed Allocations. Bucket layout:
349
+ 16B: 17 Subsections = 5802 buckets. Failed count: 9839
350
+ 32B: 14 Subsections = 3584 buckets. Failed count: 3017
351
+ 48B: 43 Subsections = 8806 buckets. Failed count: 0
352
+ 64B: 39 Subsections = 6656 buckets. Failed count: 0
353
+ 80B: 41 Subsections = 5997 buckets. Failed count: 53
354
+ 96B: 37 Subsections = 4736 buckets. Failed count: 378
355
+ 112B: 24 Subsections = 2730 buckets. Failed count: 0
356
+ 128B: 41 Subsections = 4198 buckets. Failed count: 3232
357
+ [ALLOC_CACHEOBJECTS_MAIN]
358
+ Peak usage frame count: [1.0 MB-2.0 MB]: 1018 frames
359
+ Requested Block Size 4.0 MB
360
+ Peak Block count 1
361
+ Peak Allocated memory 1.9 MB
362
+ Peak Large allocation bytes 0 B
363
+ [ALLOC_CACHEOBJECTS_THREAD]
364
+ Peak usage frame count: [4.0 MB-8.0 MB]: 1017 frames, [8.0 MB-16.0 MB]: 1 frames
365
+ Requested Block Size 4.0 MB
366
+ Peak Block count 3
367
+ Peak Allocated memory 9.1 MB
368
+ Peak Large allocation bytes 0 B
369
+ [ALLOC_TYPETREE] Dual Thread Allocator
370
+ Peak main deferred allocation count 0
371
+ [ALLOC_BUCKET]
372
+ Large Block size 4.0 MB
373
+ Used Block count 1
374
+ Peak Allocated bytes 2.2 MB
375
+ Failed Allocations. Bucket layout:
376
+ 16B: 17 Subsections = 5802 buckets. Failed count: 9839
377
+ 32B: 14 Subsections = 3584 buckets. Failed count: 3017
378
+ 48B: 43 Subsections = 8806 buckets. Failed count: 0
379
+ 64B: 39 Subsections = 6656 buckets. Failed count: 0
380
+ 80B: 41 Subsections = 5997 buckets. Failed count: 53
381
+ 96B: 37 Subsections = 4736 buckets. Failed count: 378
382
+ 112B: 24 Subsections = 2730 buckets. Failed count: 0
383
+ 128B: 41 Subsections = 4198 buckets. Failed count: 3232
384
+ [ALLOC_TYPETREE_MAIN]
385
+ Peak usage frame count: [0-1.0 KB]: 1018 frames
386
+ Requested Block Size 2.0 MB
387
+ Peak Block count 1
388
+ Peak Allocated memory 1.0 KB
389
+ Peak Large allocation bytes 0 B
390
+ [ALLOC_TYPETREE_THREAD]
391
+ Peak usage frame count: [1.0 KB-2.0 KB]: 1018 frames
392
+ Requested Block Size 2.0 MB
393
+ Peak Block count 1
394
+ Peak Allocated memory 1.9 KB
395
+ Peak Large allocation bytes 0 B
396
+ [ALLOC_PROFILER]
397
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1018 frames
398
+ Requested Block Size 16.0 MB
399
+ Peak Block count 1
400
+ Peak Allocated memory 51.0 KB
401
+ Peak Large allocation bytes 0 B
402
+ [ALLOC_PROFILER_BUCKET]
403
+ Large Block size 4.0 MB
404
+ Used Block count 1
405
+ Peak Allocated bytes 396 B
406
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1714275494826,"processId":11618,"allocatedMemory":2323946,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":343251},{"Thread":35092},{"Manager":26895},{"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":3522},{"DynamicArray":30872},{"HashMap":7680},{"Utility":8704},{"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,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.6952756643295288,
6
+ "min": 0.6952756643295288,
7
+ "max": 0.7228708863258362,
8
+ "count": 2
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 20602.408203125,
12
+ "min": 15810.6318359375,
13
+ "max": 20602.408203125,
14
+ "count": 2
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 599925.0,
18
+ "min": 569959.0,
19
+ "max": 599925.0,
20
+ "count": 2
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 599925.0,
24
+ "min": 569959.0,
25
+ "max": 599925.0,
26
+ "count": 2
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.3051663041114807,
30
+ "min": 0.3051663041114807,
31
+ "max": 0.31641384959220886,
32
+ "count": 2
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 78.42774200439453,
36
+ "min": 57.587318420410156,
37
+ "max": 78.42774200439453,
38
+ "count": 2
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.03122531622648239,
42
+ "min": 0.029503462836146355,
43
+ "max": 0.03122531622648239,
44
+ "count": 2
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 8.024906158447266,
48
+ "min": 5.369630336761475,
49
+ "max": 8.024906158447266,
50
+ "count": 2
51
+ },
52
+ "Pyramids.Environment.EpisodeLength.mean": {
53
+ "value": 553.0816326530612,
54
+ "min": 428.35,
55
+ "max": 553.0816326530612,
56
+ "count": 2
57
+ },
58
+ "Pyramids.Environment.EpisodeLength.sum": {
59
+ "value": 27101.0,
60
+ "min": 17134.0,
61
+ "max": 27101.0,
62
+ "count": 2
63
+ },
64
+ "Pyramids.Environment.CumulativeReward.mean": {
65
+ "value": 1.2019387472953116,
66
+ "min": 1.2019387472953116,
67
+ "max": 1.421574972756207,
68
+ "count": 2
69
+ },
70
+ "Pyramids.Environment.CumulativeReward.sum": {
71
+ "value": 58.894998617470264,
72
+ "min": 56.86299891024828,
73
+ "max": 58.894998617470264,
74
+ "count": 2
75
+ },
76
+ "Pyramids.Policy.ExtrinsicReward.mean": {
77
+ "value": 1.2019387472953116,
78
+ "min": 1.2019387472953116,
79
+ "max": 1.421574972756207,
80
+ "count": 2
81
+ },
82
+ "Pyramids.Policy.ExtrinsicReward.sum": {
83
+ "value": 58.894998617470264,
84
+ "min": 56.86299891024828,
85
+ "max": 58.894998617470264,
86
+ "count": 2
87
+ },
88
+ "Pyramids.Policy.RndReward.mean": {
89
+ "value": 0.11890821227487842,
90
+ "min": 0.09293368358776206,
91
+ "max": 0.11890821227487842,
92
+ "count": 2
93
+ },
94
+ "Pyramids.Policy.RndReward.sum": {
95
+ "value": 5.8265024014690425,
96
+ "min": 3.7173473435104825,
97
+ "max": 5.8265024014690425,
98
+ "count": 2
99
+ },
100
+ "Pyramids.Losses.PolicyLoss.mean": {
101
+ "value": 0.0656754122276191,
102
+ "min": 0.0656754122276191,
103
+ "max": 0.06623300981677689,
104
+ "count": 2
105
+ },
106
+ "Pyramids.Losses.PolicyLoss.sum": {
107
+ "value": 0.9194557711866675,
108
+ "min": 0.5960970883509921,
109
+ "max": 0.9194557711866675,
110
+ "count": 2
111
+ },
112
+ "Pyramids.Losses.ValueLoss.mean": {
113
+ "value": 0.011471936822199904,
114
+ "min": 0.011471936822199904,
115
+ "max": 0.011659463921306372,
116
+ "count": 2
117
+ },
118
+ "Pyramids.Losses.ValueLoss.sum": {
119
+ "value": 0.16060711551079865,
120
+ "min": 0.10493517529175735,
121
+ "max": 0.16060711551079865,
122
+ "count": 2
123
+ },
124
+ "Pyramids.Policy.LearningRate.mean": {
125
+ "value": 0.00012472141556907142,
126
+ "min": 0.00012472141556907142,
127
+ "max": 0.0001320175559941667,
128
+ "count": 2
129
+ },
130
+ "Pyramids.Policy.LearningRate.sum": {
131
+ "value": 0.001746099817967,
132
+ "min": 0.0011881580039475002,
133
+ "max": 0.001746099817967,
134
+ "count": 2
135
+ },
136
+ "Pyramids.Policy.Epsilon.mean": {
137
+ "value": 0.14157378571428572,
138
+ "min": 0.14157378571428572,
139
+ "max": 0.14400583333333336,
140
+ "count": 2
141
+ },
142
+ "Pyramids.Policy.Epsilon.sum": {
143
+ "value": 1.982033,
144
+ "min": 1.2960525000000003,
145
+ "max": 1.982033,
146
+ "count": 2
147
+ },
148
+ "Pyramids.Policy.Beta.mean": {
149
+ "value": 0.0041632211928571425,
150
+ "min": 0.0041632211928571425,
151
+ "max": 0.00440618275,
152
+ "count": 2
153
+ },
154
+ "Pyramids.Policy.Beta.sum": {
155
+ "value": 0.0582850967,
156
+ "min": 0.03965564475,
157
+ "max": 0.0582850967,
158
+ "count": 2
159
+ },
160
+ "Pyramids.Losses.RNDLoss.mean": {
161
+ "value": 0.020621448755264282,
162
+ "min": 0.020621448755264282,
163
+ "max": 0.021258942782878876,
164
+ "count": 2
165
+ },
166
+ "Pyramids.Losses.RNDLoss.sum": {
167
+ "value": 0.28870028257369995,
168
+ "min": 0.19133047759532928,
169
+ "max": 0.28870028257369995,
170
+ "count": 2
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 2
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 2
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1714275379",
188
+ "python_version": "3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0]",
189
+ "command_line_arguments": "/home/saini5/miniforge3/envs/hf_rl_mlagents_env/bin/mlagents-learn ml-agents/config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --resume",
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": "1714275494"
196
+ },
197
+ "total": 115.7308161309993,
198
+ "count": 1,
199
+ "self": 0.28315517800001544,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.011984718999883626,
203
+ "count": 1,
204
+ "self": 0.011984718999883626
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 115.4356762339994,
208
+ "count": 1,
209
+ "self": 0.07451290999779303,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 3.4376514420000603,
213
+ "count": 1,
214
+ "self": 3.4376514420000603
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 111.83582807700259,
218
+ "count": 3465,
219
+ "self": 0.08447649202389584,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 89.24504656496174,
223
+ "count": 3465,
224
+ "self": 83.32598049001899,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 5.86615790896758,
228
+ "count": 3465,
229
+ "self": 0.2324731719400006,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 5.633684737027579,
233
+ "count": 3393,
234
+ "self": 5.633684737027579
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.05290816597516823,
240
+ "count": 3464,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 115.17828353205186,
245
+ "count": 3464,
246
+ "is_parallel": true,
247
+ "self": 37.38909135808899,
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.0013480579982569907,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.00042823799958569,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0009198199986713007,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0009198199986713007
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.03467490299954079,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.00019506200078467373,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0003417369989620056,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0003417369989620056
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.033656734000032884,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.033656734000032884
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0004813699997612275,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.00011746399832190946,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.00036390600143931806,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.00036390600143931806
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 77.78919217396287,
307
+ "count": 3463,
308
+ "is_parallel": true,
309
+ "self": 1.0151009270630311,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 0.8757327639050345,
313
+ "count": 3463,
314
+ "is_parallel": true,
315
+ "self": 0.8757327639050345
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 73.00172853798904,
319
+ "count": 3463,
320
+ "is_parallel": true,
321
+ "self": 73.00172853798904
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 2.8966299450057704,
325
+ "count": 3463,
326
+ "is_parallel": true,
327
+ "self": 0.6936075289377186,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 2.203022416068052,
331
+ "count": 27704,
332
+ "is_parallel": true,
333
+ "self": 2.203022416068052
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 22.506305020016953,
347
+ "count": 3464,
348
+ "self": 0.13575411398960568,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 4.324522689030346,
352
+ "count": 3464,
353
+ "self": 4.324522689030346
354
+ },
355
+ "_update_policy": {
356
+ "total": 18.046028216997,
357
+ "count": 25,
358
+ "self": 8.686620139034858,
359
+ "children": {
360
+ "TorchPPOOptimizer.update": {
361
+ "total": 9.359408077962144,
362
+ "count": 1203,
363
+ "self": 9.359408077962144
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
370
+ },
371
+ "trainer_threads": {
372
+ "total": 1.4519991964334622e-06,
373
+ "count": 1,
374
+ "self": 1.4519991964334622e-06
375
+ },
376
+ "TrainerController._save_models": {
377
+ "total": 0.08768235299976368,
378
+ "count": 1,
379
+ "self": 0.0018772519997583004,
380
+ "children": {
381
+ "RLTrainer._checkpoint": {
382
+ "total": 0.08580510100000538,
383
+ "count": 1,
384
+ "self": 0.08580510100000538
385
+ }
386
+ }
387
+ }
388
+ }
389
+ }
390
+ }
391
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 316441,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-316441.onnx",
7
+ "reward": null,
8
+ "creation_time": 1714274712.8378232,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-316441.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 499944,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-499944.onnx",
16
+ "reward": -0.9996000528335571,
17
+ "creation_time": 1714275273.6247823,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-499944.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 549457,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-549457.onnx",
25
+ "reward": null,
26
+ "creation_time": 1714275373.7193048,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-549457.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 602871,
33
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-602871.onnx",
34
+ "reward": 0.7496666188041369,
35
+ "creation_time": 1714275494.5890374,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training/Pyramids/Pyramids-602871.pt"
38
+ ]
39
+ }
40
+ ],
41
+ "final_checkpoint": {
42
+ "steps": 602871,
43
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
44
+ "reward": 0.7496666188041369,
45
+ "creation_time": 1714275494.5890374,
46
+ "auxillary_file_paths": [
47
+ "results/Pyramids Training/Pyramids/Pyramids-602871.pt"
48
+ ]
49
+ }
50
+ },
51
+ "metadata": {
52
+ "stats_format_version": "0.3.0",
53
+ "mlagents_version": "1.1.0.dev0",
54
+ "torch_version": "2.3.0+cu121"
55
+ }
56
+ }