Steddex commited on
Commit
c7a8558
·
1 Parent(s): d908577

Initial commit of Pyramids RND.

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208994d86cf6bc899604a079ff16e4c16687f999ebe4b1c7c3684dd5eb13549a
3
+ size 1418184
Pyramids/Pyramids-1000014.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208994d86cf6bc899604a079ff16e4c16687f999ebe4b1c7c3684dd5eb13549a
3
+ size 1418184
Pyramids/Pyramids-1000014.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7a8ef27b968f7ad48bf2300a9ab7ec4beb41a0fbbd9b205e35b8c9ff5b8a83
3
+ size 8650990
Pyramids/Pyramids-499981.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8ca8d596ce5af3ad17e7f597d269320a1c25768602aa3747d5d8e1f9012df0
3
+ size 1418184
Pyramids/Pyramids-499981.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f53ff7a23b602ec442afe6d869985d05cf2be42c8dde65e36ace7261d916079
3
+ size 8650990
Pyramids/Pyramids-999991.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208994d86cf6bc899604a079ff16e4c16687f999ebe4b1c7c3684dd5eb13549a
3
+ size 1418184
Pyramids/Pyramids-999991.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f311dcf5e6dcc6fe39c6daa732426ca8bcad4db6757c3a2388971e2df8d4860
3
+ size 8650990
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7a8ef27b968f7ad48bf2300a9ab7ec4beb41a0fbbd9b205e35b8c9ff5b8a83
3
+ size 8650990
Pyramids/events.out.tfevents.1685010432.stephen-Vivobook.151553.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b7ba61ce54769bdfdb530d4ba0900fcc298070de868bf134fa6411d8821bb90
3
+ size 323934
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
12
+
13
+ ## Usage (with ML-Agents)
14
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
15
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
16
+
17
+
18
+ ### Resume the training
19
+ ```
20
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
21
+ ```
22
+ ### Watch your Agent play
23
+ You can watch your agent **playing directly in your browser:**.
24
+
25
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
26
+ 2. Step 1: Find your model_id: Steddex/ppo-PyramidsTraining
27
+ 3. Step 2: Select your *.nn /*.onnx file
28
+ 4. Click on Watch the agent play 👀
29
+
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, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 1280, "height": 720, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Pyramids Training", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ seed: -1
67
+ max_lifetime_restarts: 10
68
+ restarts_rate_limit_n: 1
69
+ restarts_rate_limit_period_s: 60
70
+ engine_settings:
71
+ width: 1280
72
+ height: 720
73
+ quality_level: 5
74
+ time_scale: 20
75
+ target_frame_rate: -1
76
+ capture_frame_rate: 60
77
+ no_graphics: false
78
+ environment_parameters: null
79
+ checkpoint_settings:
80
+ run_id: Pyramids Training
81
+ initialize_from: null
82
+ load_model: false
83
+ resume: false
84
+ force: false
85
+ train_model: false
86
+ inference: false
87
+ results_dir: results
88
+ torch_settings:
89
+ device: null
90
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/stephen/Personal/2023-05-24_DeepRL/deep-rl-class/notebooks/unit5/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/stephen/Personal/2023-05-24_DeepRL/deep-rl-class/notebooks/unit5/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 2 interfaces on host : 0) 172.17.0.1 1) 192.168.1.80
4
+ Multi-casting "[IP] 172.17.0.1 [Port] 55347 [Flags] 2 [Guid] 1644894758 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,192.168.1.80) [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 'U28E850 28"': 3840x2160 (primary device).
8
+ Display 1 '1': 3840x2400 (secondary device).
9
+ PlayerPrefs - Creating folder: /home/stephen/.config/unity3d/Unity Technologies
10
+ PlayerPrefs - Creating folder: /home/stephen/.config/unity3d/Unity Technologies/UnityEnvironment
11
+ Unable to load player prefs
12
+ Desktop is 3840 x 2160 @ 30 Hz
13
+ Invalid initial resolution 80 x 80 - forcing to 100 x 100
14
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
15
+ [Subsystems] Discovering subsystems at path /home/stephen/Personal/2023-05-24_DeepRL/deep-rl-class/notebooks/unit5/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
16
+ GfxDevice: creating device client; threaded=1; jobified=0
17
+ Renderer: AMD RENOIR (DRM 3.42.0, 5.15.0-71-generic, LLVM 12.0.0)
18
+ Vendor: AMD
19
+ Version: 4.6 (Core Profile) Mesa 21.2.6
20
+ GLES: 0
21
+ GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_framebuffer_multisample_advanced GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_performance_monitor 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_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_dist
22
+ ance 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_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
23
+ _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_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_sparse_buffer GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB
24
+ _texture_barrier 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_filter_anisotropic 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_
25
+ rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_meminfo 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_demote_to_helper_invocation GL_EXT_depth_bounds_test 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_semaphore GL_EXT_semaphore_fd GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shader_samples_identical 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_integer GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB GL_EXT_textur
26
+ e_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod 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_EXT_window_rectangles GL_IBM_multimode_draw_arrays GL_INTEL_blackhole_render GL_KHR_blend_equation_advanced 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_compute_shader_derivatives GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_NV_shader_atomic_int64 GL_NV_texture_barrier GL_NV_vdpau_interop GL_OES_EGL_image GL_S3_s3tc
27
+ OPENGL LOG: Creating OpenGL 4.6 graphics device ; Context level <OpenGL 4.5> ; Context handle 36762384
28
+ Begin MonoManager ReloadAssembly
29
+ - Completed reload, in 0.085 seconds
30
+ Default vsync count 1
31
+ requesting resize 80 x 80
32
+ resizing window to 80 x 80
33
+ Desktop is 3840 x 2160 @ 30 Hz
34
+ Desktop is 3840 x 2160 @ 30 Hz
35
+ UnloadTime: 1.400406 ms
36
+ Setting up 8 worker threads for Enlighten.
37
+ requesting resize 1280 x 720
38
+ resizing window to 1280 x 720
39
+ Desktop is 3840 x 2160 @ 30 Hz
40
+ PlayerConnection::CleanupMemory Statistics:
41
+ [ALLOC_TEMP_TLS] TLS Allocator
42
+ StackAllocators :
43
+ [ALLOC_TEMP_MAIN]
44
+ Peak usage frame count: [16.0 KB-32.0 KB]: 3909 frames, [32.0 KB-64.0 KB]: 11492 frames, [64.0 KB-128.0 KB]: 3364 frames, [2.0 MB-4.0 MB]: 1 frames
45
+ Initial Block Size 4.0 MB
46
+ Current Block Size 4.0 MB
47
+ Peak Allocated Bytes 2.0 MB
48
+ Overflow Count 0
49
+ [ALLOC_TEMP_Profiler.Dispatcher]
50
+ Initial Block Size 64.0 KB
51
+ Current Block Size 64.0 KB
52
+ Peak Allocated Bytes 1.9 KB
53
+ Overflow Count 0
54
+ [ALLOC_TEMP_Background Job.Worker 8]
55
+ Initial Block Size 32.0 KB
56
+ Current Block Size 32.0 KB
57
+ Peak Allocated Bytes 0 B
58
+ Overflow Count 0
59
+ [ALLOC_TEMP_Background Job.Worker 10]
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_Job.Worker 4]
65
+ Initial Block Size 256.0 KB
66
+ Current Block Size 256.0 KB
67
+ Peak Allocated Bytes 12.0 KB
68
+ Overflow Count 0
69
+ [ALLOC_TEMP_Background Job.Worker 6]
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 1]
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_Background Job.Worker 11]
80
+ Initial Block Size 32.0 KB
81
+ Current Block Size 32.0 KB
82
+ Peak Allocated Bytes 0 B
83
+ Overflow Count 0
84
+ [ALLOC_TEMP_Background Job.Worker 3]
85
+ Initial Block Size 32.0 KB
86
+ Current Block Size 32.0 KB
87
+ Peak Allocated Bytes 0 B
88
+ Overflow Count 0
89
+ [ALLOC_TEMP_BatchDeleteObjects]
90
+ Initial Block Size 64.0 KB
91
+ Current Block Size 64.0 KB
92
+ Peak Allocated Bytes 0 B
93
+ Overflow Count 0
94
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
95
+ Initial Block Size 64.0 KB
96
+ Current Block Size 64.0 KB
97
+ Peak Allocated Bytes 0 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Job.Worker 13]
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_Background Job.Worker 15]
105
+ Initial Block Size 32.0 KB
106
+ Current Block Size 32.0 KB
107
+ Peak Allocated Bytes 0 B
108
+ Overflow Count 0
109
+ [ALLOC_TEMP_Background Job.Worker 2]
110
+ Initial Block Size 32.0 KB
111
+ Current Block Size 32.0 KB
112
+ Peak Allocated Bytes 0 B
113
+ Overflow Count 0
114
+ [ALLOC_TEMP_Background Job.Worker 7]
115
+ Initial Block Size 32.0 KB
116
+ Current Block Size 32.0 KB
117
+ Peak Allocated Bytes 0 B
118
+ Overflow Count 0
119
+ [ALLOC_TEMP_Job.Worker 8]
120
+ Initial Block Size 256.0 KB
121
+ Current Block Size 256.0 KB
122
+ Peak Allocated Bytes 12.0 KB
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_Job.Worker 1]
125
+ Initial Block Size 256.0 KB
126
+ Current Block Size 256.0 KB
127
+ Peak Allocated Bytes 12.0 KB
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_Job.Worker 10]
130
+ Initial Block Size 256.0 KB
131
+ Current Block Size 256.0 KB
132
+ Peak Allocated Bytes 12.0 KB
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Job.Worker 12]
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_Loading.PreloadManager]
140
+ Initial Block Size 256.0 KB
141
+ Current Block Size 320.0 KB
142
+ Peak Allocated Bytes 251.6 KB
143
+ Overflow Count 4
144
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
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_Job.Worker 14]
150
+ Initial Block Size 256.0 KB
151
+ Current Block Size 256.0 KB
152
+ Peak Allocated Bytes 12.0 KB
153
+ Overflow Count 0
154
+ [ALLOC_TEMP_Job.Worker 3]
155
+ Initial Block Size 256.0 KB
156
+ Current Block Size 256.0 KB
157
+ Peak Allocated Bytes 12.0 KB
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_Background Job.Worker 12]
160
+ Initial Block Size 32.0 KB
161
+ Current Block Size 32.0 KB
162
+ Peak Allocated Bytes 0 B
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 15
165
+ Initial Block Size 64.0 KB
166
+ Current Block Size 64.0 KB
167
+ Peak Allocated Bytes 0 B
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Background Job.Worker 5]
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_Background Job.Worker 13]
175
+ Initial Block Size 32.0 KB
176
+ Current Block Size 32.0 KB
177
+ Peak Allocated Bytes 0 B
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_Job.Worker 2]
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_Background Job.Worker 0]
185
+ Initial Block Size 32.0 KB
186
+ Current Block Size 32.0 KB
187
+ Peak Allocated Bytes 0 B
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Job.Worker 11]
190
+ Initial Block Size 256.0 KB
191
+ Current Block Size 256.0 KB
192
+ Peak Allocated Bytes 12.0 KB
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_Background Job.Worker 4]
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_Job.Worker 0]
200
+ Initial Block Size 256.0 KB
201
+ Current Block Size 256.0 KB
202
+ Peak Allocated Bytes 12.0 KB
203
+ Overflow Count 0
204
+ [ALLOC_TEMP_Job.Worker 6]
205
+ Initial Block Size 256.0 KB
206
+ Current Block Size 256.0 KB
207
+ Peak Allocated Bytes 12.0 KB
208
+ Overflow Count 0
209
+ [ALLOC_TEMP_Job.Worker 5]
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_Background Job.Worker 9]
215
+ Initial Block Size 32.0 KB
216
+ Current Block Size 32.0 KB
217
+ Peak Allocated Bytes 0 B
218
+ Overflow Count 0
219
+ [ALLOC_TEMP_Background Job.Worker 14]
220
+ Initial Block Size 32.0 KB
221
+ Current Block Size 32.0 KB
222
+ Peak Allocated Bytes 0 B
223
+ Overflow Count 0
224
+ [ALLOC_TEMP_EnlightenWorker] x 8
225
+ Initial Block Size 64.0 KB
226
+ Current Block Size 64.0 KB
227
+ Peak Allocated Bytes 0 B
228
+ Overflow Count 0
229
+ [ALLOC_TEMP_UnityGfxDeviceWorker]
230
+ Initial Block Size 256.0 KB
231
+ Current Block Size 256.0 KB
232
+ Peak Allocated Bytes 45.0 KB
233
+ Overflow Count 0
234
+ [ALLOC_TEMP_Job.Worker 9]
235
+ Initial Block Size 256.0 KB
236
+ Current Block Size 256.0 KB
237
+ Peak Allocated Bytes 12.0 KB
238
+ Overflow Count 0
239
+ [ALLOC_TEMP_Job.Worker 7]
240
+ Initial Block Size 256.0 KB
241
+ Current Block Size 256.0 KB
242
+ Peak Allocated Bytes 12.0 KB
243
+ Overflow Count 0
244
+ [ALLOC_TEMP_Loading.AsyncRead]
245
+ Initial Block Size 64.0 KB
246
+ Current Block Size 64.0 KB
247
+ Peak Allocated Bytes 162 B
248
+ Overflow Count 0
249
+ [ALLOC_MEMORYPROFILER]
250
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18467 frames
251
+ Requested Block Size 1.0 MB
252
+ Peak Block count 2
253
+ Peak Allocated memory 1.6 MB
254
+ Peak Large allocation bytes 0 B
255
+ [ALLOC_DEFAULT] Dual Thread Allocator
256
+ Peak main deferred allocation count 14825
257
+ [ALLOC_BUCKET]
258
+ Large Block size 4.0 MB
259
+ Used Block count 1
260
+ Peak Allocated bytes 2.3 MB
261
+ Failed Allocations. Bucket layout:
262
+ 16B: 17 Subsections = 5802 buckets. Failed count: 142216
263
+ 32B: 38 Subsections = 9728 buckets. Failed count: 32754
264
+ 48B: 43 Subsections = 8806 buckets. Failed count: 5252
265
+ 64B: 50 Subsections = 8533 buckets. Failed count: 13959
266
+ 80B: 35 Subsections = 5120 buckets. Failed count: 45758
267
+ 96B: 43 Subsections = 5504 buckets. Failed count: 9185
268
+ 112B: 15 Subsections = 1706 buckets. Failed count: 1431
269
+ 128B: 15 Subsections = 1536 buckets. Failed count: 2711
270
+ [ALLOC_DEFAULT_MAIN]
271
+ Peak usage frame count: [16.0 MB-32.0 MB]: 299 frames, [32.0 MB-64.0 MB]: 18467 frames
272
+ Requested Block Size 16.0 MB
273
+ Peak Block count 3
274
+ Peak Allocated memory 40.9 MB
275
+ Peak Large allocation bytes 0 B
276
+ [ALLOC_DEFAULT_THREAD]
277
+ Peak usage frame count: [32.0 MB-64.0 MB]: 18766 frames
278
+ Requested Block Size 16.0 MB
279
+ Peak Block count 3
280
+ Peak Allocated memory 50.3 MB
281
+ Peak Large allocation bytes 16.0 MB
282
+ [ALLOC_TEMP_JOB_1_FRAME]
283
+ Initial Block Size 2.0 MB
284
+ Used Block Count 1
285
+ Overflow Count (too large) 0
286
+ Overflow Count (full) 0
287
+ [ALLOC_TEMP_JOB_2_FRAMES]
288
+ Initial Block Size 2.0 MB
289
+ Used Block Count 1
290
+ Overflow Count (too large) 0
291
+ Overflow Count (full) 0
292
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
293
+ Initial Block Size 2.0 MB
294
+ Used Block Count 5
295
+ Overflow Count (too large) 0
296
+ Overflow Count (full) 0
297
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
298
+ Initial Block Size 1.0 MB
299
+ Used Block Count 3
300
+ Overflow Count (too large) 0
301
+ Overflow Count (full) 0
302
+ [ALLOC_GFX] Dual Thread Allocator
303
+ Peak main deferred allocation count 1
304
+ [ALLOC_BUCKET]
305
+ Large Block size 4.0 MB
306
+ Used Block count 1
307
+ Peak Allocated bytes 2.3 MB
308
+ Failed Allocations. Bucket layout:
309
+ 16B: 17 Subsections = 5802 buckets. Failed count: 142216
310
+ 32B: 38 Subsections = 9728 buckets. Failed count: 32754
311
+ 48B: 43 Subsections = 8806 buckets. Failed count: 5252
312
+ 64B: 50 Subsections = 8533 buckets. Failed count: 13959
313
+ 80B: 35 Subsections = 5120 buckets. Failed count: 45758
314
+ 96B: 43 Subsections = 5504 buckets. Failed count: 9185
315
+ 112B: 15 Subsections = 1706 buckets. Failed count: 1431
316
+ 128B: 15 Subsections = 1536 buckets. Failed count: 2711
317
+ [ALLOC_GFX_MAIN]
318
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18765 frames, [2.0 MB-4.0 MB]: 1 frames
319
+ Requested Block Size 16.0 MB
320
+ Peak Block count 1
321
+ Peak Allocated memory 2.7 MB
322
+ Peak Large allocation bytes 0 B
323
+ [ALLOC_GFX_THREAD]
324
+ Peak usage frame count: [64.0 KB-128.0 KB]: 18766 frames
325
+ Requested Block Size 16.0 MB
326
+ Peak Block count 1
327
+ Peak Allocated memory 69.7 KB
328
+ Peak Large allocation bytes 0 B
329
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
330
+ Peak main deferred allocation count 1
331
+ [ALLOC_BUCKET]
332
+ Large Block size 4.0 MB
333
+ Used Block count 1
334
+ Peak Allocated bytes 2.3 MB
335
+ Failed Allocations. Bucket layout:
336
+ 16B: 17 Subsections = 5802 buckets. Failed count: 142216
337
+ 32B: 38 Subsections = 9728 buckets. Failed count: 32754
338
+ 48B: 43 Subsections = 8806 buckets. Failed count: 5252
339
+ 64B: 50 Subsections = 8533 buckets. Failed count: 13959
340
+ 80B: 35 Subsections = 5120 buckets. Failed count: 45758
341
+ 96B: 43 Subsections = 5504 buckets. Failed count: 9185
342
+ 112B: 15 Subsections = 1706 buckets. Failed count: 1431
343
+ 128B: 15 Subsections = 1536 buckets. Failed count: 2711
344
+ [ALLOC_CACHEOBJECTS_MAIN]
345
+ Peak usage frame count: [1.0 MB-2.0 MB]: 18766 frames
346
+ Requested Block Size 4.0 MB
347
+ Peak Block count 1
348
+ Peak Allocated memory 1.9 MB
349
+ Peak Large allocation bytes 0 B
350
+ [ALLOC_CACHEOBJECTS_THREAD]
351
+ Peak usage frame count: [4.0 MB-8.0 MB]: 18766 frames
352
+ Requested Block Size 4.0 MB
353
+ Peak Block count 2
354
+ Peak Allocated memory 7.0 MB
355
+ Peak Large allocation bytes 0 B
356
+ [ALLOC_TYPETREE] Dual Thread Allocator
357
+ Peak main deferred allocation count 0
358
+ [ALLOC_BUCKET]
359
+ Large Block size 4.0 MB
360
+ Used Block count 1
361
+ Peak Allocated bytes 2.3 MB
362
+ Failed Allocations. Bucket layout:
363
+ 16B: 17 Subsections = 5802 buckets. Failed count: 142216
364
+ 32B: 38 Subsections = 9728 buckets. Failed count: 32754
365
+ 48B: 43 Subsections = 8806 buckets. Failed count: 5252
366
+ 64B: 50 Subsections = 8533 buckets. Failed count: 13959
367
+ 80B: 35 Subsections = 5120 buckets. Failed count: 45758
368
+ 96B: 43 Subsections = 5504 buckets. Failed count: 9185
369
+ 112B: 15 Subsections = 1706 buckets. Failed count: 1431
370
+ 128B: 15 Subsections = 1536 buckets. Failed count: 2711
371
+ [ALLOC_TYPETREE_MAIN]
372
+ Peak usage frame count: [0-1.0 KB]: 18766 frames
373
+ Requested Block Size 2.0 MB
374
+ Peak Block count 1
375
+ Peak Allocated memory 1.0 KB
376
+ Peak Large allocation bytes 0 B
377
+ [ALLOC_TYPETREE_THREAD]
378
+ Peak usage frame count: [1.0 KB-2.0 KB]: 18766 frames
379
+ Requested Block Size 2.0 MB
380
+ Peak Block count 1
381
+ Peak Allocated memory 1.9 KB
382
+ Peak Large allocation bytes 0 B
383
+ [ALLOC_PROFILER]
384
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18766 frames
385
+ Requested Block Size 16.0 MB
386
+ Peak Block count 1
387
+ Peak Allocated memory 45.5 KB
388
+ Peak Large allocation bytes 0 B
389
+ [ALLOC_PROFILER_BUCKET]
390
+ Large Block size 4.0 MB
391
+ Used Block count 1
392
+ Peak Allocated bytes 396 B
393
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1685011640191,"processId":151610,"allocatedMemory":3528406,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":1557690},{"Thread":34980},{"Manager":18511},{"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":3671},{"DynamicArray":30872},{"HashMap":7680},{"Utility":7072},{"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.3839273750782013,
6
+ "min": 0.37404122948646545,
7
+ "max": 1.4288702011108398,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 11401.107421875,
12
+ "min": 11334.9453125,
13
+ "max": 43346.20703125,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989930.0,
18
+ "min": 29952.0,
19
+ "max": 989930.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989930.0,
24
+ "min": 29952.0,
25
+ "max": 989930.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.614491879940033,
30
+ "min": -0.19480715692043304,
31
+ "max": 0.6550472378730774,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 171.4432373046875,
36
+ "min": -46.16929626464844,
37
+ "max": 187.99855041503906,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": -0.07318393141031265,
42
+ "min": -0.07318393141031265,
43
+ "max": 0.48806479573249817,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": -20.418315887451172,
48
+ "min": -20.418315887451172,
49
+ "max": 115.67135620117188,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.07170302507819586,
54
+ "min": 0.06538753967105197,
55
+ "max": 0.07364958621869604,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 1.003842351094742,
60
+ "min": 0.5067810199560328,
61
+ "max": 1.0698948174991243,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.017201309361899758,
66
+ "min": 0.0002177438254461774,
67
+ "max": 0.01736067041374987,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.2408183310665966,
72
+ "min": 0.002830669730800306,
73
+ "max": 0.24304938579249818,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.5467260558857155e-06,
78
+ "min": 7.5467260558857155e-06,
79
+ "max": 0.00029515063018788575,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.00010565416478240002,
84
+ "min": 0.00010565416478240002,
85
+ "max": 0.0034887847370717994,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10251554285714286,
90
+ "min": 0.10251554285714286,
91
+ "max": 0.19838354285714285,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4352176,
96
+ "min": 1.3886848,
97
+ "max": 2.5722967999999997,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.00026130273142857145,
102
+ "min": 0.00026130273142857145,
103
+ "max": 0.00983851593142857,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0036582382400000006,
108
+ "min": 0.0036582382400000006,
109
+ "max": 0.11630652718000001,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.01037752814590931,
114
+ "min": 0.01037752814590931,
115
+ "max": 0.488626629114151,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.14528539776802063,
120
+ "min": 0.14528539776802063,
121
+ "max": 3.42038631439209,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 303.81052631578945,
126
+ "min": 288.7864077669903,
127
+ "max": 999.0,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 28862.0,
132
+ "min": 15984.0,
133
+ "max": 32479.0,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.6472708196379244,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.6917863927275232,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 158.13799868524075,
144
+ "min": -31.99680168926716,
145
+ "max": 174.2539984509349,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.6472708196379244,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.6917863927275232,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 158.13799868524075,
156
+ "min": -31.99680168926716,
157
+ "max": 174.2539984509349,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.03318959897599901,
162
+ "min": 0.03318959897599901,
163
+ "max": 10.078412741422653,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 3.186201501695905,
168
+ "min": 3.186201501695905,
169
+ "max": 161.25460386276245,
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": "1685010429",
188
+ "python_version": "3.10.11 (main, Apr 20 2023, 19:02:41) [GCC 11.2.0]",
189
+ "command_line_arguments": "/home/stephen/miniconda3/envs/deep-rl-course/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --width=1280 --height=720 --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training",
190
+ "mlagents_version": "0.31.0.dev0",
191
+ "mlagents_envs_version": "0.31.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "1.11.0+cu113",
194
+ "numpy_version": "1.21.2",
195
+ "end_time_seconds": "1685011640"
196
+ },
197
+ "total": 1210.4989048200077,
198
+ "count": 1,
199
+ "self": 0.3192543479963206,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.013383196012000553,
203
+ "count": 1,
204
+ "self": 0.013383196012000553
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 1210.1662672759994,
208
+ "count": 1,
209
+ "self": 1.281517392519163,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 6.316212777004694,
213
+ "count": 1,
214
+ "self": 6.316212777004694
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 1202.5078337914747,
218
+ "count": 64031,
219
+ "self": 1.3369778820488136,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 754.3337355441035,
223
+ "count": 64031,
224
+ "self": 634.0964460049872,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 119.41647095949156,
228
+ "count": 64031,
229
+ "self": 3.2679904958058614,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 116.1484804636857,
233
+ "count": 62552,
234
+ "self": 116.1484804636857
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.8208185796247562,
240
+ "count": 64031,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 1208.4328184529732,
245
+ "count": 64031,
246
+ "is_parallel": true,
247
+ "self": 650.8204816541256,
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.0010614399943733588,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.00029204398742876947,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0007693960069445893,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0007693960069445893
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.02114481398893986,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0002786679979180917,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.00026757999148685485,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.00026757999148685485
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.019706410996150225,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.019706410996150225
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.000892155003384687,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.00018864199228119105,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.000703513011103496,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.000703513011103496
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 557.6123367988475,
307
+ "count": 64030,
308
+ "is_parallel": true,
309
+ "self": 17.024892047746107,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 12.262091512457118,
313
+ "count": 64030,
314
+ "is_parallel": true,
315
+ "self": 12.262091512457118
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 476.64518081813003,
319
+ "count": 64030,
320
+ "is_parallel": true,
321
+ "self": 476.64518081813003
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 51.68017242051428,
325
+ "count": 64030,
326
+ "is_parallel": true,
327
+ "self": 11.26647077446978,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 40.4137016460445,
331
+ "count": 512240,
332
+ "is_parallel": true,
333
+ "self": 40.4137016460445
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 446.83712036532233,
347
+ "count": 64031,
348
+ "self": 2.399169267504476,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 84.02544081573433,
352
+ "count": 64031,
353
+ "self": 83.89241295873944,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.13302785699488595,
357
+ "count": 2,
358
+ "self": 0.13302785699488595
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 360.41251028208353,
364
+ "count": 450,
365
+ "self": 212.57134403382952,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 147.841166248254,
369
+ "count": 22797,
370
+ "self": 147.841166248254
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 6.90997694619e-07,
380
+ "count": 1,
381
+ "self": 6.90997694619e-07
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.06070262400317006,
385
+ "count": 1,
386
+ "self": 0.0008341020002262667,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.05986852200294379,
390
+ "count": 1,
391
+ "self": 0.05986852200294379
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": 499981,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-499981.onnx",
7
+ "reward": null,
8
+ "creation_time": 1685011027.6336079,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-499981.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999991,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-999991.onnx",
16
+ "reward": 1.7519999891519547,
17
+ "creation_time": 1685011639.8715427,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-999991.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000014,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000014.onnx",
25
+ "reward": 1.73700001090765,
26
+ "creation_time": 1685011639.9351842,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-1000014.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000014,
34
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
35
+ "reward": 1.73700001090765,
36
+ "creation_time": 1685011639.9351842,
37
+ "auxillary_file_paths": [
38
+ "results/Pyramids Training/Pyramids/Pyramids-1000014.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.31.0.dev0",
45
+ "torch_version": "1.11.0+cu113"
46
+ }
47
+ }