akrisn commited on
Commit
a85fb66
·
verified ·
1 Parent(s): fcb49c7

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5620c8e9859e2cd8752bd48c1d06eb50439519b18aec0b5cb24a9e41e435ba
3
+ size 1420238
Pyramids/Pyramids-1499874.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1747b4635f0e0748fae0d2305d492bc684887fcfa6c59e2dd816d82e30a804cf
3
+ size 1420238
Pyramids/Pyramids-1499874.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c62ab143eafe1e296e66f5497e3d3dd1dcb934668b40be24ffca6972e10169b
3
+ size 8656252
Pyramids/Pyramids-1999925.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a7c4db9ad4a8a5be23c03af38b7cd2c7ae1214288d2fb9ef96e5a0d9fb54b2
3
+ size 1420238
Pyramids/Pyramids-1999925.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b1cf8e268686dce7f97de355e9770b20e415a9c907cdd164f134a24eb98366
3
+ size 8656252
Pyramids/Pyramids-2499905.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e272965ddde049a2da5bc0d7f7f394574ad58133d1f7e4c7ee2524d5f830b4
3
+ size 1420238
Pyramids/Pyramids-2499905.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cabb53f02314b71efa018d726c319a13d0d49900a5b5e049c559f036c2dce7e
3
+ size 8656252
Pyramids/Pyramids-2999961.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5620c8e9859e2cd8752bd48c1d06eb50439519b18aec0b5cb24a9e41e435ba
3
+ size 1420238
Pyramids/Pyramids-2999961.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8aeb57a4b16e3f0e256fb3a8ca41a06e67610831909ccd4cebed601088b677a
3
+ size 8656252
Pyramids/Pyramids-3000089.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5620c8e9859e2cd8752bd48c1d06eb50439519b18aec0b5cb24a9e41e435ba
3
+ size 1420238
Pyramids/Pyramids-3000089.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b4f6f2353e4714a551051b20f49c5a963de4a25ced918d711c138196a8ea8a
3
+ size 8656252
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a9485065564fa240ac6bc8571bbe76327d0af05cf5f0d04c2c485072c157ef
3
+ size 8655778
Pyramids/events.out.tfevents.1705310942.LUMINOUS-WIN.313845.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d7654c01b3e8bf3da667e8938a9ba8dd4199714087f7d7da42b156739addf4
3
+ size 980179
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: akrisn/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": 3000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": false, "no_graphics_monitor": 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,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: 3000000
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: false
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,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/mnt/wsl/PHYSICALDRIVE0p1/akira/Works/src/github.com/Unity-Technologies/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/mnt/wsl/PHYSICALDRIVE0p1/akira/Works/src/github.com/Unity-Technologies/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 192.168.50.113
4
+ Multi-casting "[IP] 192.168.50.113 [Port] 55327 [Flags] 2 [Guid] 910547029 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,192.168.50.113) [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': 5120x2160 (primary device).
8
+ Display 1 'XWAYLAND1 27"': 1920x1080 (secondary device).
9
+ PlayerPrefs - Creating folder: /home/akira/.config/unity3d/Unity Technologies
10
+ PlayerPrefs - Creating folder: /home/akira/.config/unity3d/Unity Technologies/UnityEnvironment
11
+ Unable to load player prefs
12
+ Desktop is 5120 x 2160 @ 60 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 /mnt/wsl/PHYSICALDRIVE0p1/akira/Works/src/github.com/Unity-Technologies/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
16
+ GfxDevice: creating device client; threaded=1; jobified=0
17
+ Renderer: D3D12 (NVIDIA GeForce RTX 3090)
18
+ Vendor: Microsoft Corporation
19
+ Version: 4.2 (Core Profile) Mesa 23.0.4-0ubuntu1~22.04.1
20
+ GLES: 0
21
+ GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_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_clip_control 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_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp 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_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
22
+ _ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image 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_pixel_buffer_object GL_ARB_point_sprite GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding GL_ARB_shader_draw_parameters GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_
23
+ 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_tessellation_shader 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_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_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced 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
24
+ _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_EXT_EGL_image_storage 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_provoking_vertex GL_EXT_semaphore GL_EXT_semaphore_fd 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_integer GL_EXT_texture_sRGB 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_ve
25
+ rtex_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_robust_buffer_access_behavior GL_KHR_robustness 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_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_packed_depth_stencil GL_NV_vdpau_interop GL_OES_EGL_image GL_S3_s3tc
26
+ OPENGL LOG: Creating OpenGL 4.2 graphics device ; Context level <OpenGL 4.2> ; Context handle 41826688
27
+ Begin MonoManager ReloadAssembly
28
+ - Completed reload, in 0.064 seconds
29
+ Default vsync count 1
30
+ requesting resize 80 x 80
31
+ resizing window to 80 x 80
32
+ Desktop is 5120 x 2160 @ 60 Hz
33
+ Desktop is 5120 x 2160 @ 60 Hz
34
+ UnloadTime: 0.932100 ms
35
+ Setting up 10 worker threads for Enlighten.
36
+ requesting resize 84 x 84
37
+ resizing window to 84 x 84
38
+ Desktop is 5120 x 2160 @ 60 Hz
39
+ PlayerConnection::CleanupMemory Statistics:
40
+ [ALLOC_TEMP_TLS] TLS Allocator
41
+ StackAllocators :
42
+ [ALLOC_TEMP_MAIN]
43
+ Peak usage frame count: [16.0 KB-32.0 KB]: 3344 frames, [32.0 KB-64.0 KB]: 38879 frames, [64.0 KB-128.0 KB]: 14046 frames, [2.0 MB-4.0 MB]: 1 frames
44
+ Initial Block Size 4.0 MB
45
+ Current Block Size 4.0 MB
46
+ Peak Allocated Bytes 2.0 MB
47
+ Overflow Count 0
48
+ [ALLOC_TEMP_Job.Worker 18]
49
+ Initial Block Size 256.0 KB
50
+ Current Block Size 256.0 KB
51
+ Peak Allocated Bytes 12.0 KB
52
+ Overflow Count 0
53
+ [ALLOC_TEMP_Background Job.Worker 8]
54
+ Initial Block Size 32.0 KB
55
+ Current Block Size 32.0 KB
56
+ Peak Allocated Bytes 0 B
57
+ Overflow Count 0
58
+ [ALLOC_TEMP_Job.Worker 4]
59
+ Initial Block Size 256.0 KB
60
+ Current Block Size 256.0 KB
61
+ Peak Allocated Bytes 12.0 KB
62
+ Overflow Count 0
63
+ [ALLOC_TEMP_Background Job.Worker 11]
64
+ Initial Block Size 32.0 KB
65
+ Current Block Size 32.0 KB
66
+ Peak Allocated Bytes 0 B
67
+ Overflow Count 0
68
+ [ALLOC_TEMP_Background Job.Worker 3]
69
+ Initial Block Size 32.0 KB
70
+ Current Block Size 32.0 KB
71
+ Peak Allocated Bytes 0 B
72
+ Overflow Count 0
73
+ [ALLOC_TEMP_BatchDeleteObjects]
74
+ Initial Block Size 64.0 KB
75
+ Current Block Size 64.0 KB
76
+ Peak Allocated Bytes 0 B
77
+ Overflow Count 0
78
+ [ALLOC_TEMP_Job.Worker 13]
79
+ Initial Block Size 256.0 KB
80
+ Current Block Size 256.0 KB
81
+ Peak Allocated Bytes 12.0 KB
82
+ Overflow Count 0
83
+ [ALLOC_TEMP_Background Job.Worker 2]
84
+ Initial Block Size 32.0 KB
85
+ Current Block Size 32.0 KB
86
+ Peak Allocated Bytes 0 B
87
+ Overflow Count 0
88
+ [ALLOC_TEMP_Job.Worker 10]
89
+ Initial Block Size 256.0 KB
90
+ Current Block Size 256.0 KB
91
+ Peak Allocated Bytes 12.0 KB
92
+ Overflow Count 0
93
+ [ALLOC_TEMP_Job.Worker 15]
94
+ Initial Block Size 256.0 KB
95
+ Current Block Size 256.0 KB
96
+ Peak Allocated Bytes 12.0 KB
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_Job.Worker 12]
99
+ Initial Block Size 256.0 KB
100
+ Current Block Size 256.0 KB
101
+ Peak Allocated Bytes 12.0 KB
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_Loading.PreloadManager]
104
+ Initial Block Size 256.0 KB
105
+ Current Block Size 320.0 KB
106
+ Peak Allocated Bytes 251.6 KB
107
+ Overflow Count 4
108
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
109
+ Initial Block Size 64.0 KB
110
+ Current Block Size 64.0 KB
111
+ Peak Allocated Bytes 0 B
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Job.Worker 17]
114
+ Initial Block Size 256.0 KB
115
+ Current Block Size 256.0 KB
116
+ Peak Allocated Bytes 12.0 KB
117
+ Overflow Count 0
118
+ [ALLOC_TEMP_Job.Worker 3]
119
+ Initial Block Size 256.0 KB
120
+ Current Block Size 256.0 KB
121
+ Peak Allocated Bytes 12.0 KB
122
+ Overflow Count 0
123
+ [ALLOC_TEMP_Profiler.Dispatcher]
124
+ Initial Block Size 64.0 KB
125
+ Current Block Size 64.0 KB
126
+ Peak Allocated Bytes 3.8 KB
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_Job.Worker 14]
129
+ Initial Block Size 256.0 KB
130
+ Current Block Size 256.0 KB
131
+ Peak Allocated Bytes 12.0 KB
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Background Job.Worker 5]
134
+ Initial Block Size 32.0 KB
135
+ Current Block Size 32.0 KB
136
+ Peak Allocated Bytes 0 B
137
+ Overflow Count 0
138
+ [ALLOC_TEMP_Background Job.Worker 13]
139
+ Initial Block Size 32.0 KB
140
+ Current Block Size 32.0 KB
141
+ Peak Allocated Bytes 0 B
142
+ Overflow Count 0
143
+ [ALLOC_TEMP_Job.Worker 2]
144
+ Initial Block Size 256.0 KB
145
+ Current Block Size 256.0 KB
146
+ Peak Allocated Bytes 12.0 KB
147
+ Overflow Count 0
148
+ [ALLOC_TEMP_Job.Worker 11]
149
+ Initial Block Size 256.0 KB
150
+ Current Block Size 256.0 KB
151
+ Peak Allocated Bytes 12.0 KB
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Job.Worker 0]
154
+ Initial Block Size 256.0 KB
155
+ Current Block Size 256.0 KB
156
+ Peak Allocated Bytes 12.0 KB
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Job.Worker 6]
159
+ Initial Block Size 256.0 KB
160
+ Current Block Size 256.0 KB
161
+ Peak Allocated Bytes 12.0 KB
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_Job.Worker 5]
164
+ Initial Block Size 256.0 KB
165
+ Current Block Size 256.0 KB
166
+ Peak Allocated Bytes 12.0 KB
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Background Job.Worker 9]
169
+ Initial Block Size 32.0 KB
170
+ Current Block Size 32.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_EnlightenWorker] x 10
174
+ Initial Block Size 64.0 KB
175
+ Current Block Size 64.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Job.Worker 9]
179
+ Initial Block Size 256.0 KB
180
+ Current Block Size 256.0 KB
181
+ Peak Allocated Bytes 12.0 KB
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_Loading.AsyncRead]
184
+ Initial Block Size 64.0 KB
185
+ Current Block Size 64.0 KB
186
+ Peak Allocated Bytes 163 B
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_Background Job.Worker 10]
189
+ Initial Block Size 32.0 KB
190
+ Current Block Size 32.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Job.Worker 16]
194
+ Initial Block Size 256.0 KB
195
+ Current Block Size 256.0 KB
196
+ Peak Allocated Bytes 12.0 KB
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_Background Job.Worker 6]
199
+ Initial Block Size 32.0 KB
200
+ Current Block Size 32.0 KB
201
+ Peak Allocated Bytes 0 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Background Job.Worker 1]
204
+ Initial Block Size 32.0 KB
205
+ Current Block Size 32.0 KB
206
+ Peak Allocated Bytes 0 B
207
+ Overflow Count 0
208
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
209
+ Initial Block Size 64.0 KB
210
+ Current Block Size 64.0 KB
211
+ Peak Allocated Bytes 0 B
212
+ Overflow Count 0
213
+ [ALLOC_TEMP_Background Job.Worker 15]
214
+ Initial Block Size 32.0 KB
215
+ Current Block Size 32.0 KB
216
+ Peak Allocated Bytes 0 B
217
+ Overflow Count 0
218
+ [ALLOC_TEMP_Background Job.Worker 7]
219
+ Initial Block Size 32.0 KB
220
+ Current Block Size 32.0 KB
221
+ Peak Allocated Bytes 0 B
222
+ Overflow Count 0
223
+ [ALLOC_TEMP_Job.Worker 8]
224
+ Initial Block Size 256.0 KB
225
+ Current Block Size 256.0 KB
226
+ Peak Allocated Bytes 12.0 KB
227
+ Overflow Count 0
228
+ [ALLOC_TEMP_Job.Worker 1]
229
+ Initial Block Size 256.0 KB
230
+ Current Block Size 256.0 KB
231
+ Peak Allocated Bytes 12.0 KB
232
+ Overflow Count 0
233
+ [ALLOC_TEMP_Background Job.Worker 12]
234
+ Initial Block Size 32.0 KB
235
+ Current Block Size 32.0 KB
236
+ Peak Allocated Bytes 0 B
237
+ Overflow Count 0
238
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 19
239
+ Initial Block Size 64.0 KB
240
+ Current Block Size 64.0 KB
241
+ Peak Allocated Bytes 0 B
242
+ Overflow Count 0
243
+ [ALLOC_TEMP_Background Job.Worker 0]
244
+ Initial Block Size 32.0 KB
245
+ Current Block Size 32.0 KB
246
+ Peak Allocated Bytes 0 B
247
+ Overflow Count 0
248
+ [ALLOC_TEMP_Background Job.Worker 4]
249
+ Initial Block Size 32.0 KB
250
+ Current Block Size 32.0 KB
251
+ Peak Allocated Bytes 0 B
252
+ Overflow Count 0
253
+ [ALLOC_TEMP_Background Job.Worker 14]
254
+ Initial Block Size 32.0 KB
255
+ Current Block Size 32.0 KB
256
+ Peak Allocated Bytes 0 B
257
+ Overflow Count 0
258
+ [ALLOC_TEMP_UnityGfxDeviceWorker]
259
+ Initial Block Size 256.0 KB
260
+ Current Block Size 256.0 KB
261
+ Peak Allocated Bytes 45.0 KB
262
+ Overflow Count 0
263
+ [ALLOC_TEMP_Job.Worker 7]
264
+ Initial Block Size 256.0 KB
265
+ Current Block Size 256.0 KB
266
+ Peak Allocated Bytes 12.0 KB
267
+ Overflow Count 0
268
+ [ALLOC_MEMORYPROFILER]
269
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55971 frames
270
+ Requested Block Size 1.0 MB
271
+ Peak Block count 2
272
+ Peak Allocated memory 1.6 MB
273
+ Peak Large allocation bytes 0 B
274
+ [ALLOC_DEFAULT] Dual Thread Allocator
275
+ Peak main deferred allocation count 12477
276
+ [ALLOC_BUCKET]
277
+ Large Block size 4.0 MB
278
+ Used Block count 1
279
+ Peak Allocated bytes 1.9 MB
280
+ [ALLOC_DEFAULT_MAIN]
281
+ Peak usage frame count: [16.0 MB-32.0 MB]: 590 frames, [32.0 MB-64.0 MB]: 55680 frames
282
+ Requested Block Size 16.0 MB
283
+ Peak Block count 3
284
+ Peak Allocated memory 39.1 MB
285
+ Peak Large allocation bytes 0 B
286
+ [ALLOC_DEFAULT_THREAD]
287
+ Peak usage frame count: [16.0 MB-32.0 MB]: 56270 frames
288
+ Requested Block Size 16.0 MB
289
+ Peak Block count 1
290
+ Peak Allocated memory 31.5 MB
291
+ Peak Large allocation bytes 16.0 MB
292
+ [ALLOC_TEMP_JOB_1_FRAME]
293
+ Initial Block Size 2.0 MB
294
+ Used Block Count 1
295
+ Overflow Count (too large) 0
296
+ Overflow Count (full) 0
297
+ [ALLOC_TEMP_JOB_2_FRAMES]
298
+ Initial Block Size 2.0 MB
299
+ Used Block Count 1
300
+ Overflow Count (too large) 0
301
+ Overflow Count (full) 0
302
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
303
+ Initial Block Size 2.0 MB
304
+ Used Block Count 5
305
+ Overflow Count (too large) 0
306
+ Overflow Count (full) 0
307
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
308
+ Initial Block Size 1.0 MB
309
+ Used Block Count 3
310
+ Overflow Count (too large) 0
311
+ Overflow Count (full) 0
312
+ [ALLOC_GFX] Dual Thread Allocator
313
+ Peak main deferred allocation count 1
314
+ [ALLOC_BUCKET]
315
+ Large Block size 4.0 MB
316
+ Used Block count 1
317
+ Peak Allocated bytes 1.9 MB
318
+ [ALLOC_GFX_MAIN]
319
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56269 frames, [2.0 MB-4.0 MB]: 1 frames
320
+ Requested Block Size 16.0 MB
321
+ Peak Block count 1
322
+ Peak Allocated memory 2.7 MB
323
+ Peak Large allocation bytes 0 B
324
+ [ALLOC_GFX_THREAD]
325
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56270 frames
326
+ Requested Block Size 16.0 MB
327
+ Peak Block count 1
328
+ Peak Allocated memory 73.1 KB
329
+ Peak Large allocation bytes 0 B
330
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
331
+ Peak main deferred allocation count 1
332
+ [ALLOC_BUCKET]
333
+ Large Block size 4.0 MB
334
+ Used Block count 1
335
+ Peak Allocated bytes 1.9 MB
336
+ [ALLOC_CACHEOBJECTS_MAIN]
337
+ Peak usage frame count: [1.0 MB-2.0 MB]: 56270 frames
338
+ Requested Block Size 4.0 MB
339
+ Peak Block count 1
340
+ Peak Allocated memory 1.8 MB
341
+ Peak Large allocation bytes 0 B
342
+ [ALLOC_CACHEOBJECTS_THREAD]
343
+ Peak usage frame count: [4.0 MB-8.0 MB]: 56269 frames, [8.0 MB-16.0 MB]: 1 frames
344
+ Requested Block Size 4.0 MB
345
+ Peak Block count 3
346
+ Peak Allocated memory 9.1 MB
347
+ Peak Large allocation bytes 0 B
348
+ [ALLOC_TYPETREE] Dual Thread Allocator
349
+ Peak main deferred allocation count 0
350
+ [ALLOC_BUCKET]
351
+ Large Block size 4.0 MB
352
+ Used Block count 1
353
+ Peak Allocated bytes 1.9 MB
354
+ [ALLOC_TYPETREE_MAIN]
355
+ Peak usage frame count: [0-1.0 KB]: 56270 frames
356
+ Requested Block Size 2.0 MB
357
+ Peak Block count 1
358
+ Peak Allocated memory 1.0 KB
359
+ Peak Large allocation bytes 0 B
360
+ [ALLOC_TYPETREE_THREAD]
361
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56270 frames
362
+ Requested Block Size 2.0 MB
363
+ Peak Block count 1
364
+ Peak Allocated memory 1.9 KB
365
+ Peak Large allocation bytes 0 B
366
+ [ALLOC_PROFILER]
367
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56270 frames
368
+ Requested Block Size 16.0 MB
369
+ Peak Block count 1
370
+ Peak Allocated memory 50.5 KB
371
+ Peak Large allocation bytes 0 B
372
+ [ALLOC_PROFILER_BUCKET]
373
+ Large Block size 4.0 MB
374
+ Used Block count 1
375
+ Peak Allocated bytes 396 B
376
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1705317629784,"processId":313907,"allocatedMemory":2111327,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":130484},{"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":3670},{"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,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.17474807798862457,
6
+ "min": 0.17474807798862457,
7
+ "max": 1.4941887855529785,
8
+ "count": 100
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 5239.646484375,
12
+ "min": 5239.646484375,
13
+ "max": 45327.7109375,
14
+ "count": 100
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2999961.0,
18
+ "min": 29952.0,
19
+ "max": 2999961.0,
20
+ "count": 100
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2999961.0,
24
+ "min": 29952.0,
25
+ "max": 2999961.0,
26
+ "count": 100
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.6794767379760742,
30
+ "min": -0.10855518281459808,
31
+ "max": 0.7530921697616577,
32
+ "count": 100
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 196.3687744140625,
36
+ "min": -25.72757911682129,
37
+ "max": 223.6683807373047,
38
+ "count": 100
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.006858796812593937,
42
+ "min": -0.020373791456222534,
43
+ "max": 0.2177567183971405,
44
+ "count": 100
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 1.9821922779083252,
48
+ "min": -5.236064434051514,
49
+ "max": 52.4793701171875,
50
+ "count": 100
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06675986004556353,
54
+ "min": 0.065122923737699,
55
+ "max": 0.0736049485345748,
56
+ "count": 100
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9346380406378895,
60
+ "min": 0.5096716401167214,
61
+ "max": 1.0635929871156502,
62
+ "count": 100
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.014018459578136995,
66
+ "min": 0.00016288555255408605,
67
+ "max": 0.015118839174272796,
68
+ "count": 100
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.19625843409391794,
72
+ "min": 0.0021175121832031187,
73
+ "max": 0.22037165285334645,
74
+ "count": 100
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.4788637927928594e-06,
78
+ "min": 1.4788637927928594e-06,
79
+ "max": 0.00029838354339596195,
80
+ "count": 100
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 2.070409309910003e-05,
84
+ "min": 2.070409309910003e-05,
85
+ "max": 0.003969190076936667,
86
+ "count": 100
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10049292142857146,
90
+ "min": 0.10049292142857146,
91
+ "max": 0.19946118095238097,
92
+ "count": 100
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4069009000000003,
96
+ "min": 1.3962282666666668,
97
+ "max": 2.7230633333333336,
98
+ "count": 100
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 5.924285071428578e-05,
102
+ "min": 5.924285071428578e-05,
103
+ "max": 0.009946171977142856,
104
+ "count": 100
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0008293999100000009,
108
+ "min": 0.0008293999100000009,
109
+ "max": 0.132314027,
110
+ "count": 100
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.004748155362904072,
114
+ "min": 0.004564561881124973,
115
+ "max": 0.32770994305610657,
116
+ "count": 100
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.06647417694330215,
120
+ "min": 0.06390386819839478,
121
+ "max": 2.2939696311950684,
122
+ "count": 100
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 265.5982142857143,
126
+ "min": 235.7295081967213,
127
+ "max": 999.0,
128
+ "count": 100
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 29747.0,
132
+ "min": 15984.0,
133
+ "max": 34559.0,
134
+ "count": 100
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.6986803420420205,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.7642032362338973,
140
+ "count": 100
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 190.25219830870628,
144
+ "min": -30.99840161949396,
145
+ "max": 216.99699805676937,
146
+ "count": 100
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.6986803420420205,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.7642032362338973,
152
+ "count": 100
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 190.25219830870628,
156
+ "min": -30.99840161949396,
157
+ "max": 216.99699805676937,
158
+ "count": 100
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.013078147336013249,
162
+ "min": 0.012025743967281347,
163
+ "max": 6.187570055015385,
164
+ "count": 100
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 1.464752501633484,
168
+ "min": 1.3535099465807434,
169
+ "max": 99.00112088024616,
170
+ "count": 100
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 100
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 100
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1705310939",
188
+ "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
189
+ "command_line_arguments": "/mnt/wsl/PHYSICALDRIVE0p1/akira/Works/src/github.com/Unity-Technologies/ml-agents/.venv/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training",
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.1.2+cu121",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1705317629"
196
+ },
197
+ "total": 6690.736504244,
198
+ "count": 1,
199
+ "self": 0.37448220999067416,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.01567573800275568,
203
+ "count": 1,
204
+ "self": 0.01567573800275568
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 6690.346346296006,
208
+ "count": 1,
209
+ "self": 4.080947478192684,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 4.796052055004111,
213
+ "count": 1,
214
+ "self": 4.796052055004111
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 6681.402287860808,
218
+ "count": 193094,
219
+ "self": 4.191292090370553,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 4429.072117945572,
223
+ "count": 193094,
224
+ "self": 3694.300870279345,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 732.0460590446091,
228
+ "count": 193094,
229
+ "self": 12.514113700701273,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 719.5319453439079,
233
+ "count": 187566,
234
+ "self": 719.5319453439079
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 2.7251886216181447,
240
+ "count": 193094,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 6681.673903074407,
245
+ "count": 193094,
246
+ "is_parallel": true,
247
+ "self": 3268.7607938800647,
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.001483286003349349,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.0005199290098971687,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0009633569934521802,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0009633569934521802
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.029584228999738116,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.00021731199376517907,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0002830170051311143,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0002830170051311143
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.028369558000122197,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.028369558000122197
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0007143420007196255,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.0002014119891100563,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0005129300116095692,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0005129300116095692
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 3412.913109194342,
307
+ "count": 193093,
308
+ "is_parallel": true,
309
+ "self": 43.85012592727435,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 37.678215693027596,
313
+ "count": 193093,
314
+ "is_parallel": true,
315
+ "self": 37.678215693027596
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 3189.1914329608626,
319
+ "count": 193093,
320
+ "is_parallel": true,
321
+ "self": 3189.1914329608626
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 142.19333461317729,
325
+ "count": 193093,
326
+ "is_parallel": true,
327
+ "self": 38.878965809955844,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 103.31436880322144,
331
+ "count": 1544744,
332
+ "is_parallel": true,
333
+ "self": 103.31436880322144
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 2248.1388778248656,
347
+ "count": 193094,
348
+ "self": 8.226687879221572,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 415.617537879647,
352
+ "count": 193094,
353
+ "self": 415.17937027964217,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.43816760000481736,
357
+ "count": 6,
358
+ "self": 0.43816760000481736
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 1824.294652065997,
364
+ "count": 1394,
365
+ "self": 886.2588591961539,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 938.0357928698431,
369
+ "count": 68364,
370
+ "self": 938.0357928698431
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 7.999988156370819e-07,
380
+ "count": 1,
381
+ "self": 7.999988156370819e-07
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.06705810200219275,
385
+ "count": 1,
386
+ "self": 0.0009000069985631853,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.06615809500362957,
390
+ "count": 1,
391
+ "self": 0.06615809500362957
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 1499874,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1499874.onnx",
7
+ "reward": 1.8529999405145645,
8
+ "creation_time": 1705314304.5453725,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-1499874.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999925,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1999925.onnx",
16
+ "reward": 1.634600004553795,
17
+ "creation_time": 1705315427.335579,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-1999925.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499905,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2499905.onnx",
25
+ "reward": 1.819000020623207,
26
+ "creation_time": 1705316554.143112,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-2499905.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999961,
33
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2999961.onnx",
34
+ "reward": 1.8125999838113784,
35
+ "creation_time": 1705317629.3989553,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training/Pyramids/Pyramids-2999961.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000089,
42
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-3000089.onnx",
43
+ "reward": 1.8125999838113784,
44
+ "creation_time": 1705317629.4793544,
45
+ "auxillary_file_paths": [
46
+ "results/Pyramids Training/Pyramids/Pyramids-3000089.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000089,
52
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
53
+ "reward": 1.8125999838113784,
54
+ "creation_time": 1705317629.4793544,
55
+ "auxillary_file_paths": [
56
+ "results/Pyramids Training/Pyramids/Pyramids-3000089.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "1.1.0.dev0",
63
+ "torch_version": "2.1.2+cu121"
64
+ }
65
+ }