Gaivoronsky commited on
Commit
c3b4628
1 Parent(s): 227adba

First Push

Browse files
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Worm
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Worm
8
+ ---
9
+
10
+ # **ppo** Agent playing **Worm**
11
+ This is a trained model of a **ppo** agent playing **Worm** 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-Worm
26
+ 2. Step 1: Find your model_id: Gaivoronsky/ppo-Worm
27
+ 3. Step 2: Select your *.nn /*.onnx file
28
+ 4. Click on Watch the agent play 👀
29
+
Worm.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a6f3f19b7ed456e609c6514346a161c202c2a5b57cd6bb917ddb1a985a764c
3
+ size 2256933
Worm/Worm-3999000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913391344b8a26b0d0510ce4752b8177463870d03f4a093439f5e30d13e4a262
3
+ size 2256933
Worm/Worm-3999000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7197a15b77580c0173aa47ed8a52e77c6b84b98f032bfb7e23b83fb21dbe9eb8
3
+ size 13491173
Worm/Worm-4499000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0241273173036068fd9ed05144064a4c8081ca13a6ce7716873d74f9c67ec0
3
+ size 2256933
Worm/Worm-4499000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b39c26bb7ab094e9c6753b38d302379a595158ae14ca584deed26ca2ecfb8f03
3
+ size 13491173
Worm/Worm-4999000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcae2dfc0924193b425b7bafd61ef9b93ffa7417f09e6f2e540cddb9e3e4a75c
3
+ size 2256933
Worm/Worm-4999000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5746a1742e7a9b814b70b631a659ce2b054ad71b0448e5e75c375dbbf5be54d
3
+ size 13491173
Worm/Worm-5499000.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6a2250943e3d9221cede8911002a5cc1ae1d7f76bc035af4cd7b7bc967ab41
3
+ size 2256933
Worm/Worm-5499000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77908ac6690c09f285c2e852183eab384385de2fa076a83e3817546f6f8b0b4e
3
+ size 13491173
Worm/Worm-5639990.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a6f3f19b7ed456e609c6514346a161c202c2a5b57cd6bb917ddb1a985a764c
3
+ size 2256933
Worm/Worm-5639990.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6780c34a4473e052aab9be0e35326b6ad8d0fd3032d66d4c76fb92a51940a9
3
+ size 13491173
Worm/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6780c34a4473e052aab9be0e35326b6ad8d0fd3032d66d4c76fb92a51940a9
3
+ size 13491173
Worm/events.out.tfevents.1684878605.alex-pc.13725.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98e3e3c372d1569226a83ae1c78b81851a77b162dcc244fd16e68dc628a357a3
3
+ size 208607
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Worm": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2024, "buffer_size": 20240, "learning_rate": 0.0003, "beta": 0.005, "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": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "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}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 7000000, "time_horizon": 1000, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Worm/Worm", "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": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Worm", "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,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Worm:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 2024
7
+ buffer_size: 20240
8
+ learning_rate: 0.0003
9
+ beta: 0.005
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: true
20
+ hidden_units: 512
21
+ num_layers: 3
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.995
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
+ init_path: null
39
+ keep_checkpoints: 5
40
+ even_checkpoints: false
41
+ max_steps: 7000000
42
+ time_horizon: 1000
43
+ summary_freq: 30000
44
+ threaded: false
45
+ self_play: null
46
+ behavioral_cloning: null
47
+ env_settings:
48
+ env_path: ./training-envs-executables/linux/Worm/Worm
49
+ env_args: null
50
+ base_port: 5005
51
+ num_envs: 1
52
+ num_areas: 1
53
+ seed: -1
54
+ max_lifetime_restarts: 10
55
+ restarts_rate_limit_n: 1
56
+ restarts_rate_limit_period_s: 60
57
+ engine_settings:
58
+ width: 84
59
+ height: 84
60
+ quality_level: 5
61
+ time_scale: 20
62
+ target_frame_rate: -1
63
+ capture_frame_rate: 60
64
+ no_graphics: false
65
+ environment_parameters: null
66
+ checkpoint_settings:
67
+ run_id: Worm
68
+ initialize_from: null
69
+ load_model: false
70
+ resume: false
71
+ force: false
72
+ train_model: false
73
+ inference: false
74
+ results_dir: results
75
+ torch_settings:
76
+ device: null
77
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/alex/Projects/ml-agents/training-envs-executables/linux/Worm/Worm_Data/Managed'
2
+ Mono config path = '/home/alex/Projects/ml-agents/training-envs-executables/linux/Worm/Worm_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 192.168.0.12
4
+ Multi-casting "[IP] 192.168.0.12 [Port] 55483 [Flags] 2 [Guid] 2492291377 [EditorId] 588871222 [Version] 1048832 [Id] LinuxPlayer(13,192.168.0.12) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [225.0.0.222:54997]...
5
+ Preloaded 'lib_burst_generated.so'
6
+ Preloaded 'libgrpc_csharp_ext.x64.so'
7
+ Display 0 'Mi Monitor 34"': 3440x1440 (primary device).
8
+ Desktop is 3440 x 1440 @ 50 Hz
9
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
10
+ [Subsystems] Discovering subsystems at path /home/alex/Projects/ml-agents/training-envs-executables/linux/Worm/Worm_Data/UnitySubsystems
11
+ GfxDevice: creating device client; threaded=1; jobified=0
12
+ Renderer: RENOIR (renoir, LLVM 15.0.7, DRM 3.47, 5.19.0-42-generic)
13
+ Vendor: AMD
14
+ Version: 4.6 (Core Profile) Mesa 22.2.5
15
+ GLES: 0
16
+ 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
17
+ 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
18
+ _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_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensio
19
+ ns GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_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
20
+ _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_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_text
21
+ ure_integer GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB GL_EXT_texture_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_s
22
+ 3tc
23
+ OPENGL LOG: Creating OpenGL 4.6 graphics device ; Context level <OpenGL 4.5> ; Context handle 30198048
24
+ Begin MonoManager ReloadAssembly
25
+ - Completed reload, in 0.077 seconds
26
+ Default vsync count 1
27
+ requesting resize 1208 x 908
28
+ resizing window to 1208 x 908
29
+ Desktop is 3440 x 1440 @ 50 Hz
30
+ UnloadTime: 0.839842 ms
31
+ Setting up 8 worker threads for Enlighten.
32
+ requesting resize 84 x 84
33
+ resizing window to 84 x 84
34
+ Desktop is 3440 x 1440 @ 50 Hz
35
+ PlayerConnection::CleanupMemory Statistics:
36
+ [ALLOC_TEMP_TLS] TLS Allocator
37
+ StackAllocators :
38
+ [ALLOC_TEMP_MAIN]
39
+ Peak usage frame count: [4.0 KB-8.0 KB]: 200 frames, [2.0 MB-4.0 MB]: 1 frames
40
+ Initial Block Size 4.0 MB
41
+ Current Block Size 4.0 MB
42
+ Peak Allocated Bytes 2.0 MB
43
+ Overflow Count 0
44
+ [ALLOC_TEMP_Profiler.Dispatcher]
45
+ Initial Block Size 64.0 KB
46
+ Current Block Size 64.0 KB
47
+ Peak Allocated Bytes 1.9 KB
48
+ Overflow Count 0
49
+ [ALLOC_TEMP_Background Job.Worker 8]
50
+ Initial Block Size 32.0 KB
51
+ Current Block Size 32.0 KB
52
+ Peak Allocated Bytes 0 B
53
+ Overflow Count 0
54
+ [ALLOC_TEMP_Background Job.Worker 10]
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_Job.Worker 4]
60
+ Initial Block Size 256.0 KB
61
+ Current Block Size 256.0 KB
62
+ Peak Allocated Bytes 0.8 KB
63
+ Overflow Count 0
64
+ [ALLOC_TEMP_Background Job.Worker 6]
65
+ Initial Block Size 32.0 KB
66
+ Current Block Size 32.0 KB
67
+ Peak Allocated Bytes 0 B
68
+ Overflow Count 0
69
+ [ALLOC_TEMP_Background Job.Worker 1]
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 11]
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 3]
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_BatchDeleteObjects]
85
+ Initial Block Size 64.0 KB
86
+ Current Block Size 64.0 KB
87
+ Peak Allocated Bytes 0 B
88
+ Overflow Count 0
89
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
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_Job.Worker 13]
95
+ Initial Block Size 256.0 KB
96
+ Current Block Size 256.0 KB
97
+ Peak Allocated Bytes 0.8 KB
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Background Job.Worker 2]
100
+ Initial Block Size 32.0 KB
101
+ Current Block Size 32.0 KB
102
+ Peak Allocated Bytes 0 B
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 7]
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_Job.Worker 8]
115
+ Initial Block Size 256.0 KB
116
+ Current Block Size 256.0 KB
117
+ Peak Allocated Bytes 0.8 KB
118
+ Overflow Count 0
119
+ [ALLOC_TEMP_Job.Worker 1]
120
+ Initial Block Size 256.0 KB
121
+ Current Block Size 256.0 KB
122
+ Peak Allocated Bytes 0.8 KB
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_Job.Worker 10]
125
+ Initial Block Size 256.0 KB
126
+ Current Block Size 256.0 KB
127
+ Peak Allocated Bytes 0.8 KB
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_Job.Worker 12]
130
+ Initial Block Size 256.0 KB
131
+ Current Block Size 256.0 KB
132
+ Peak Allocated Bytes 0.8 KB
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Loading.PreloadManager]
135
+ Initial Block Size 256.0 KB
136
+ Current Block Size 284.0 KB
137
+ Peak Allocated Bytes 243.3 KB
138
+ Overflow Count 4
139
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
140
+ Initial Block Size 64.0 KB
141
+ Current Block Size 64.0 KB
142
+ Peak Allocated Bytes 0 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_Job.Worker 14]
145
+ Initial Block Size 256.0 KB
146
+ Current Block Size 256.0 KB
147
+ Peak Allocated Bytes 0.8 KB
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Job.Worker 3]
150
+ Initial Block Size 256.0 KB
151
+ Current Block Size 256.0 KB
152
+ Peak Allocated Bytes 0.8 KB
153
+ Overflow Count 0
154
+ [ALLOC_TEMP_Background Job.Worker 12]
155
+ Initial Block Size 32.0 KB
156
+ Current Block Size 32.0 KB
157
+ Peak Allocated Bytes 0 B
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 15
160
+ Initial Block Size 64.0 KB
161
+ Current Block Size 64.0 KB
162
+ Peak Allocated Bytes 0 B
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_Background Job.Worker 5]
165
+ Initial Block Size 32.0 KB
166
+ Current Block Size 32.0 KB
167
+ Peak Allocated Bytes 0 B
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Background Job.Worker 13]
170
+ Initial Block Size 32.0 KB
171
+ Current Block Size 32.0 KB
172
+ Peak Allocated Bytes 0 B
173
+ Overflow Count 0
174
+ [ALLOC_TEMP_Job.Worker 2]
175
+ Initial Block Size 256.0 KB
176
+ Current Block Size 256.0 KB
177
+ Peak Allocated Bytes 0.8 KB
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_Background Job.Worker 0]
180
+ Initial Block Size 32.0 KB
181
+ Current Block Size 32.0 KB
182
+ Peak Allocated Bytes 0 B
183
+ Overflow Count 0
184
+ [ALLOC_TEMP_Job.Worker 11]
185
+ Initial Block Size 256.0 KB
186
+ Current Block Size 256.0 KB
187
+ Peak Allocated Bytes 0.8 KB
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Background Job.Worker 4]
190
+ Initial Block Size 32.0 KB
191
+ Current Block Size 32.0 KB
192
+ Peak Allocated Bytes 0 B
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_Job.Worker 0]
195
+ Initial Block Size 256.0 KB
196
+ Current Block Size 256.0 KB
197
+ Peak Allocated Bytes 0.8 KB
198
+ Overflow Count 0
199
+ [ALLOC_TEMP_Job.Worker 6]
200
+ Initial Block Size 256.0 KB
201
+ Current Block Size 256.0 KB
202
+ Peak Allocated Bytes 1.2 KB
203
+ Overflow Count 0
204
+ [ALLOC_TEMP_Job.Worker 5]
205
+ Initial Block Size 256.0 KB
206
+ Current Block Size 256.0 KB
207
+ Peak Allocated Bytes 0.8 KB
208
+ Overflow Count 0
209
+ [ALLOC_TEMP_Background Job.Worker 9]
210
+ Initial Block Size 32.0 KB
211
+ Current Block Size 32.0 KB
212
+ Peak Allocated Bytes 0 B
213
+ Overflow Count 0
214
+ [ALLOC_TEMP_Background Job.Worker 14]
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_EnlightenWorker] x 8
220
+ Initial Block Size 64.0 KB
221
+ Current Block Size 64.0 KB
222
+ Peak Allocated Bytes 0 B
223
+ Overflow Count 0
224
+ [ALLOC_TEMP_UnityGfxDeviceWorker]
225
+ Initial Block Size 256.0 KB
226
+ Current Block Size 256.0 KB
227
+ Peak Allocated Bytes 45.0 KB
228
+ Overflow Count 0
229
+ [ALLOC_TEMP_Job.Worker 9]
230
+ Initial Block Size 256.0 KB
231
+ Current Block Size 256.0 KB
232
+ Peak Allocated Bytes 0.8 KB
233
+ Overflow Count 0
234
+ [ALLOC_TEMP_Job.Worker 7]
235
+ Initial Block Size 256.0 KB
236
+ Current Block Size 256.0 KB
237
+ Peak Allocated Bytes 0.8 KB
238
+ Overflow Count 0
239
+ [ALLOC_TEMP_Loading.AsyncRead]
240
+ Initial Block Size 64.0 KB
241
+ Current Block Size 64.0 KB
242
+ Peak Allocated Bytes 128 B
243
+ Overflow Count 0
244
+ [ALLOC_MEMORYPROFILER]
245
+ Peak usage frame count: [64.0 KB-128.0 KB]: 201 frames
246
+ Requested Block Size 1.0 MB
247
+ Peak Block count 1
248
+ Peak Allocated memory 119.7 KB
249
+ Peak Large allocation bytes 0 B
250
+ [ALLOC_DEFAULT] Dual Thread Allocator
251
+ Peak main deferred allocation count 18
252
+ [ALLOC_BUCKET]
253
+ Large Block size 4.0 MB
254
+ Used Block count 1
255
+ Peak Allocated bytes 2.2 MB
256
+ Failed Allocations. Bucket layout:
257
+ 16B: 9 Subsections = 3072 buckets. Failed count: 0
258
+ 32B: 37 Subsections = 9472 buckets. Failed count: 63
259
+ 48B: 52 Subsections = 10649 buckets. Failed count: 0
260
+ 64B: 52 Subsections = 8874 buckets. Failed count: 88
261
+ 80B: 17 Subsections = 2486 buckets. Failed count: 0
262
+ 96B: 50 Subsections = 6400 buckets. Failed count: 0
263
+ 112B: 13 Subsections = 1479 buckets. Failed count: 0
264
+ 128B: 26 Subsections = 2662 buckets. Failed count: 0
265
+ [ALLOC_DEFAULT_MAIN]
266
+ Peak usage frame count: [8.0 MB-16.0 MB]: 201 frames
267
+ Requested Block Size 16.0 MB
268
+ Peak Block count 1
269
+ Peak Allocated memory 14.1 MB
270
+ Peak Large allocation bytes 0 B
271
+ [ALLOC_DEFAULT_THREAD]
272
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames, [32.0 MB-64.0 MB]: 200 frames
273
+ Requested Block Size 16.0 MB
274
+ Peak Block count 2
275
+ Peak Allocated memory 34.4 MB
276
+ Peak Large allocation bytes 16.0 MB
277
+ [ALLOC_TEMP_JOB_1_FRAME]
278
+ Initial Block Size 2.0 MB
279
+ Used Block Count 1
280
+ Overflow Count (too large) 0
281
+ Overflow Count (full) 0
282
+ [ALLOC_TEMP_JOB_2_FRAMES]
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_4_FRAMES (JobTemp)]
288
+ Initial Block Size 2.0 MB
289
+ Used Block Count 2
290
+ Overflow Count (too large) 0
291
+ Overflow Count (full) 0
292
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
293
+ Initial Block Size 1.0 MB
294
+ Used Block Count 3
295
+ Overflow Count (too large) 0
296
+ Overflow Count (full) 0
297
+ [ALLOC_GFX] Dual Thread Allocator
298
+ Peak main deferred allocation count 1
299
+ [ALLOC_BUCKET]
300
+ Large Block size 4.0 MB
301
+ Used Block count 1
302
+ Peak Allocated bytes 2.2 MB
303
+ Failed Allocations. Bucket layout:
304
+ 16B: 9 Subsections = 3072 buckets. Failed count: 0
305
+ 32B: 37 Subsections = 9472 buckets. Failed count: 63
306
+ 48B: 52 Subsections = 10649 buckets. Failed count: 0
307
+ 64B: 52 Subsections = 8874 buckets. Failed count: 88
308
+ 80B: 17 Subsections = 2486 buckets. Failed count: 0
309
+ 96B: 50 Subsections = 6400 buckets. Failed count: 0
310
+ 112B: 13 Subsections = 1479 buckets. Failed count: 0
311
+ 128B: 26 Subsections = 2662 buckets. Failed count: 0
312
+ [ALLOC_GFX_MAIN]
313
+ Peak usage frame count: [64.0 KB-128.0 KB]: 200 frames, [2.0 MB-4.0 MB]: 1 frames
314
+ Requested Block Size 16.0 MB
315
+ Peak Block count 1
316
+ Peak Allocated memory 2.7 MB
317
+ Peak Large allocation bytes 0 B
318
+ [ALLOC_GFX_THREAD]
319
+ Peak usage frame count: [64.0 KB-128.0 KB]: 200 frames, [128.0 KB-256.0 KB]: 1 frames
320
+ Requested Block Size 16.0 MB
321
+ Peak Block count 1
322
+ Peak Allocated memory 151.7 KB
323
+ Peak Large allocation bytes 0 B
324
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
325
+ Peak main deferred allocation count 0
326
+ [ALLOC_BUCKET]
327
+ Large Block size 4.0 MB
328
+ Used Block count 1
329
+ Peak Allocated bytes 2.2 MB
330
+ Failed Allocations. Bucket layout:
331
+ 16B: 9 Subsections = 3072 buckets. Failed count: 0
332
+ 32B: 37 Subsections = 9472 buckets. Failed count: 63
333
+ 48B: 52 Subsections = 10649 buckets. Failed count: 0
334
+ 64B: 52 Subsections = 8874 buckets. Failed count: 88
335
+ 80B: 17 Subsections = 2486 buckets. Failed count: 0
336
+ 96B: 50 Subsections = 6400 buckets. Failed count: 0
337
+ 112B: 13 Subsections = 1479 buckets. Failed count: 0
338
+ 128B: 26 Subsections = 2662 buckets. Failed count: 0
339
+ [ALLOC_CACHEOBJECTS_MAIN]
340
+ Peak usage frame count: [1.0 MB-2.0 MB]: 201 frames
341
+ Requested Block Size 4.0 MB
342
+ Peak Block count 1
343
+ Peak Allocated memory 1.2 MB
344
+ Peak Large allocation bytes 0 B
345
+ [ALLOC_CACHEOBJECTS_THREAD]
346
+ Peak usage frame count: [2.0 MB-4.0 MB]: 200 frames, [8.0 MB-16.0 MB]: 1 frames
347
+ Requested Block Size 4.0 MB
348
+ Peak Block count 3
349
+ Peak Allocated memory 8.1 MB
350
+ Peak Large allocation bytes 0 B
351
+ [ALLOC_TYPETREE] Dual Thread Allocator
352
+ Peak main deferred allocation count 0
353
+ [ALLOC_BUCKET]
354
+ Large Block size 4.0 MB
355
+ Used Block count 1
356
+ Peak Allocated bytes 2.2 MB
357
+ Failed Allocations. Bucket layout:
358
+ 16B: 9 Subsections = 3072 buckets. Failed count: 0
359
+ 32B: 37 Subsections = 9472 buckets. Failed count: 63
360
+ 48B: 52 Subsections = 10649 buckets. Failed count: 0
361
+ 64B: 52 Subsections = 8874 buckets. Failed count: 88
362
+ 80B: 17 Subsections = 2486 buckets. Failed count: 0
363
+ 96B: 50 Subsections = 6400 buckets. Failed count: 0
364
+ 112B: 13 Subsections = 1479 buckets. Failed count: 0
365
+ 128B: 26 Subsections = 2662 buckets. Failed count: 0
366
+ [ALLOC_TYPETREE_MAIN]
367
+ Peak usage frame count: [0-1.0 KB]: 201 frames
368
+ Requested Block Size 2.0 MB
369
+ Peak Block count 1
370
+ Peak Allocated memory 1.0 KB
371
+ Peak Large allocation bytes 0 B
372
+ [ALLOC_TYPETREE_THREAD]
373
+ Peak usage frame count: [4.0 KB-8.0 KB]: 200 frames, [8.0 KB-16.0 KB]: 1 frames
374
+ Requested Block Size 2.0 MB
375
+ Peak Block count 1
376
+ Peak Allocated memory 9.3 KB
377
+ Peak Large allocation bytes 0 B
378
+ [ALLOC_PROFILER]
379
+ Peak usage frame count: [32.0 KB-64.0 KB]: 201 frames
380
+ Requested Block Size 16.0 MB
381
+ Peak Block count 1
382
+ Peak Allocated memory 45.5 KB
383
+ Peak Large allocation bytes 0 B
384
+ [ALLOC_PROFILER_BUCKET]
385
+ Large Block size 4.0 MB
386
+ Used Block count 1
387
+ Peak Allocated bytes 300 B
388
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1684882626346,"processId":15195,"allocatedMemory":4227769,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":2257236},{"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":3488},{"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,596 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Worm.Policy.Entropy.mean": {
5
+ "value": 0.8082296848297119,
6
+ "min": 0.8082296848297119,
7
+ "max": 1.4214427471160889,
8
+ "count": 187
9
+ },
10
+ "Worm.Policy.Entropy.sum": {
11
+ "value": 24246.890625,
12
+ "min": 24246.890625,
13
+ "max": 42643.28125,
14
+ "count": 187
15
+ },
16
+ "Worm.Environment.EpisodeLength.mean": {
17
+ "value": 999.0,
18
+ "min": 999.0,
19
+ "max": 999.0,
20
+ "count": 187
21
+ },
22
+ "Worm.Environment.EpisodeLength.sum": {
23
+ "value": 29970.0,
24
+ "min": 29970.0,
25
+ "max": 29970.0,
26
+ "count": 187
27
+ },
28
+ "Worm.Step.mean": {
29
+ "value": 5609000.0,
30
+ "min": 29000.0,
31
+ "max": 5609000.0,
32
+ "count": 187
33
+ },
34
+ "Worm.Step.sum": {
35
+ "value": 5609000.0,
36
+ "min": 29000.0,
37
+ "max": 5609000.0,
38
+ "count": 187
39
+ },
40
+ "Worm.Policy.ExtrinsicValueEstimate.mean": {
41
+ "value": 221.60263061523438,
42
+ "min": 0.05421442538499832,
43
+ "max": 221.60263061523438,
44
+ "count": 187
45
+ },
46
+ "Worm.Policy.ExtrinsicValueEstimate.sum": {
47
+ "value": 6648.0791015625,
48
+ "min": 1.6264327764511108,
49
+ "max": 6648.0791015625,
50
+ "count": 187
51
+ },
52
+ "Worm.Environment.CumulativeReward.mean": {
53
+ "value": 1098.6320475260416,
54
+ "min": 0.33480922109848854,
55
+ "max": 1116.5148844401042,
56
+ "count": 187
57
+ },
58
+ "Worm.Environment.CumulativeReward.sum": {
59
+ "value": 32958.96142578125,
60
+ "min": 9.709467411856167,
61
+ "max": 33495.446533203125,
62
+ "count": 187
63
+ },
64
+ "Worm.Policy.ExtrinsicReward.mean": {
65
+ "value": 1098.6320475260416,
66
+ "min": 0.33480922109848854,
67
+ "max": 1116.5148844401042,
68
+ "count": 187
69
+ },
70
+ "Worm.Policy.ExtrinsicReward.sum": {
71
+ "value": 32958.96142578125,
72
+ "min": 9.709467411856167,
73
+ "max": 33495.446533203125,
74
+ "count": 187
75
+ },
76
+ "Worm.IsTraining.mean": {
77
+ "value": 1.0,
78
+ "min": 1.0,
79
+ "max": 1.0,
80
+ "count": 187
81
+ },
82
+ "Worm.IsTraining.sum": {
83
+ "value": 1.0,
84
+ "min": 1.0,
85
+ "max": 1.0,
86
+ "count": 187
87
+ },
88
+ "Worm.Losses.PolicyLoss.mean": {
89
+ "value": 0.017346585471560025,
90
+ "min": 0.012235609222746765,
91
+ "max": 0.022922005063654587,
92
+ "count": 186
93
+ },
94
+ "Worm.Losses.PolicyLoss.sum": {
95
+ "value": 0.017346585471560025,
96
+ "min": 0.012235609222746765,
97
+ "max": 0.022922005063654587,
98
+ "count": 186
99
+ },
100
+ "Worm.Losses.ValueLoss.mean": {
101
+ "value": 12.61026802517119,
102
+ "min": 0.00210969910369299,
103
+ "max": 14.915938740684872,
104
+ "count": 186
105
+ },
106
+ "Worm.Losses.ValueLoss.sum": {
107
+ "value": 12.61026802517119,
108
+ "min": 0.00210969910369299,
109
+ "max": 14.915938740684872,
110
+ "count": 186
111
+ },
112
+ "Worm.Policy.LearningRate.mean": {
113
+ "value": 6.085722257142856e-05,
114
+ "min": 6.085722257142856e-05,
115
+ "max": 0.00029871428614285713,
116
+ "count": 186
117
+ },
118
+ "Worm.Policy.LearningRate.sum": {
119
+ "value": 6.085722257142856e-05,
120
+ "min": 6.085722257142856e-05,
121
+ "max": 0.00029871428614285713,
122
+ "count": 186
123
+ },
124
+ "Worm.Policy.Epsilon.mean": {
125
+ "value": 0.12028571428571427,
126
+ "min": 0.12028571428571427,
127
+ "max": 0.1995714285714285,
128
+ "count": 186
129
+ },
130
+ "Worm.Policy.Epsilon.sum": {
131
+ "value": 0.12028571428571427,
132
+ "min": 0.12028571428571427,
133
+ "max": 0.1995714285714285,
134
+ "count": 186
135
+ },
136
+ "Worm.Policy.Beta.mean": {
137
+ "value": 0.001022257142857143,
138
+ "min": 0.001022257142857143,
139
+ "max": 0.004978614285714285,
140
+ "count": 186
141
+ },
142
+ "Worm.Policy.Beta.sum": {
143
+ "value": 0.001022257142857143,
144
+ "min": 0.001022257142857143,
145
+ "max": 0.004978614285714285,
146
+ "count": 186
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1684878601",
152
+ "python_version": "3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0]",
153
+ "command_line_arguments": "/home/alex/.local/bin/mlagents-learn ./config/ppo/Worm.yaml --env=./training-envs-executables/linux/Worm/Worm --run-id=Worm",
154
+ "mlagents_version": "0.31.0.dev0",
155
+ "mlagents_envs_version": "0.31.0.dev0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "1.11.0+cu113",
158
+ "numpy_version": "1.21.2",
159
+ "end_time_seconds": "1684882636"
160
+ },
161
+ "total": 4034.825069673003,
162
+ "count": 1,
163
+ "self": 10.003532343002007,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.0097069619987451,
167
+ "count": 1,
168
+ "self": 0.0097069619987451
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 4024.811830368002,
172
+ "count": 1,
173
+ "self": 10.267651878410106,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 6.0936692010000115,
177
+ "count": 1,
178
+ "self": 6.0936692010000115
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 4008.36790555259,
182
+ "count": 564736,
183
+ "self": 11.135062034343719,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 3198.0702058465286,
187
+ "count": 564736,
188
+ "self": 2610.6305614671473,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 580.6799327021836,
192
+ "count": 564737,
193
+ "self": 28.69456862905281,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 551.9853640731308,
197
+ "count": 564737,
198
+ "self": 551.9853640731308
199
+ }
200
+ }
201
+ },
202
+ "workers": {
203
+ "total": 6.759711677197629,
204
+ "count": 564735,
205
+ "self": 0.0,
206
+ "children": {
207
+ "worker_root": {
208
+ "total": 8024.449789379603,
209
+ "count": 564735,
210
+ "is_parallel": true,
211
+ "self": 5880.283203246272,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.0097069619987451,
215
+ "count": 1,
216
+ "is_parallel": true,
217
+ "self": 0.0,
218
+ "children": {
219
+ "steps_from_proto": {
220
+ "total": 0.0004645179978979286,
221
+ "count": 1,
222
+ "is_parallel": true,
223
+ "self": 0.00011558899859664962,
224
+ "children": {
225
+ "_process_rank_one_or_two_observation": {
226
+ "total": 0.00034892899930127896,
227
+ "count": 2,
228
+ "is_parallel": true,
229
+ "self": 0.00034892899930127896
230
+ }
231
+ }
232
+ },
233
+ "UnityEnvironment.step": {
234
+ "total": 0.021976836997055216,
235
+ "count": 1,
236
+ "is_parallel": true,
237
+ "self": 0.00011447099677752703,
238
+ "children": {
239
+ "UnityEnvironment._generate_step_input": {
240
+ "total": 0.00020861799930571578,
241
+ "count": 1,
242
+ "is_parallel": true,
243
+ "self": 0.00020861799930571578
244
+ },
245
+ "communicator.exchange": {
246
+ "total": 0.02138932700108853,
247
+ "count": 1,
248
+ "is_parallel": true,
249
+ "self": 0.02138932700108853
250
+ },
251
+ "steps_from_proto": {
252
+ "total": 0.00026442099988344125,
253
+ "count": 1,
254
+ "is_parallel": true,
255
+ "self": 8.332200013683178e-05,
256
+ "children": {
257
+ "_process_rank_one_or_two_observation": {
258
+ "total": 0.00018109899974660948,
259
+ "count": 2,
260
+ "is_parallel": true,
261
+ "self": 0.00018109899974660948
262
+ }
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 2144.1568791713325,
271
+ "count": 564733,
272
+ "is_parallel": true,
273
+ "self": 59.67309930914416,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 89.48874647971024,
277
+ "count": 564733,
278
+ "is_parallel": true,
279
+ "self": 89.48874647971024
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 1856.7360981888378,
283
+ "count": 564733,
284
+ "is_parallel": true,
285
+ "self": 1856.7360981888378
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 138.25893519364035,
289
+ "count": 564733,
290
+ "is_parallel": true,
291
+ "self": 48.11343804268472,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 90.14549715095563,
295
+ "count": 1129466,
296
+ "is_parallel": true,
297
+ "self": 90.14549715095563
298
+ }
299
+ }
300
+ }
301
+ }
302
+ },
303
+ "TrainerController.start_learning": {
304
+ "total": 0.0,
305
+ "count": 0,
306
+ "is_parallel": true,
307
+ "self": 0.0,
308
+ "children": {
309
+ "TrainerController._reset_env": {
310
+ "total": 6.0936692010000115,
311
+ "count": 1,
312
+ "is_parallel": true,
313
+ "self": 6.0936692010000115
314
+ },
315
+ "TrainerController.advance": {
316
+ "total": 3994.6589664235944,
317
+ "count": 563730,
318
+ "is_parallel": true,
319
+ "self": 11.114421011374361,
320
+ "children": {
321
+ "env_step": {
322
+ "total": 3188.0827632985056,
323
+ "count": 563730,
324
+ "is_parallel": true,
325
+ "self": 2601.725614250161,
326
+ "children": {
327
+ "SubprocessEnvManager._take_step": {
328
+ "total": 579.5913887851457,
329
+ "count": 563731,
330
+ "is_parallel": true,
331
+ "self": 28.640041552036564,
332
+ "children": {
333
+ "TorchPolicy.evaluate": {
334
+ "total": 550.9513472331091,
335
+ "count": 563731,
336
+ "is_parallel": true,
337
+ "self": 550.9513472331091
338
+ }
339
+ }
340
+ },
341
+ "workers": {
342
+ "total": 6.747026940200158,
343
+ "count": 563730,
344
+ "is_parallel": true,
345
+ "self": 0.0,
346
+ "children": {
347
+ "worker_root": {
348
+ "total": 4000.0536235636537,
349
+ "count": 563730,
350
+ "is_parallel": true,
351
+ "self": 1859.8334920233465,
352
+ "children": {
353
+ "run_training.setup": {
354
+ "total": 0.0,
355
+ "count": 0,
356
+ "is_parallel": true,
357
+ "self": 0.0,
358
+ "children": {
359
+ "steps_from_proto": {
360
+ "total": 0.0004645179978979286,
361
+ "count": 1,
362
+ "is_parallel": true,
363
+ "self": 0.00011558899859664962,
364
+ "children": {
365
+ "_process_rank_one_or_two_observation": {
366
+ "total": 0.00034892899930127896,
367
+ "count": 2,
368
+ "is_parallel": true,
369
+ "self": 0.00034892899930127896
370
+ }
371
+ }
372
+ },
373
+ "UnityEnvironment.step": {
374
+ "total": 0.021976836997055216,
375
+ "count": 1,
376
+ "is_parallel": true,
377
+ "self": 0.00011447099677752703,
378
+ "children": {
379
+ "UnityEnvironment._generate_step_input": {
380
+ "total": 0.00020861799930571578,
381
+ "count": 1,
382
+ "is_parallel": true,
383
+ "self": 0.00020861799930571578
384
+ },
385
+ "communicator.exchange": {
386
+ "total": 0.02138932700108853,
387
+ "count": 1,
388
+ "is_parallel": true,
389
+ "self": 0.02138932700108853
390
+ },
391
+ "steps_from_proto": {
392
+ "total": 0.00026442099988344125,
393
+ "count": 1,
394
+ "is_parallel": true,
395
+ "self": 8.332200013683178e-05,
396
+ "children": {
397
+ "_process_rank_one_or_two_observation": {
398
+ "total": 0.00018109899974660948,
399
+ "count": 2,
400
+ "is_parallel": true,
401
+ "self": 0.00018109899974660948
402
+ }
403
+ }
404
+ }
405
+ }
406
+ }
407
+ }
408
+ },
409
+ "UnityEnvironment.step": {
410
+ "total": 2140.220131540307,
411
+ "count": 563729,
412
+ "is_parallel": true,
413
+ "self": 59.56939849619448,
414
+ "children": {
415
+ "UnityEnvironment._generate_step_input": {
416
+ "total": 89.33062007272383,
417
+ "count": 563729,
418
+ "is_parallel": true,
419
+ "self": 89.33062007272383
420
+ },
421
+ "communicator.exchange": {
422
+ "total": 1853.309393018808,
423
+ "count": 563729,
424
+ "is_parallel": true,
425
+ "self": 1853.309393018808
426
+ },
427
+ "steps_from_proto": {
428
+ "total": 138.01071995258098,
429
+ "count": 563729,
430
+ "is_parallel": true,
431
+ "self": 48.02789156855579,
432
+ "children": {
433
+ "_process_rank_one_or_two_observation": {
434
+ "total": 89.9828283840252,
435
+ "count": 1127458,
436
+ "is_parallel": true,
437
+ "self": 89.9828283840252
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ }
444
+ }
445
+ }
446
+ },
447
+ "steps_from_proto": {
448
+ "total": 0.0005738799991377164,
449
+ "count": 1,
450
+ "is_parallel": true,
451
+ "self": 0.00012242999946465716,
452
+ "children": {
453
+ "_process_rank_one_or_two_observation": {
454
+ "total": 0.0004514499996730592,
455
+ "count": 2,
456
+ "is_parallel": true,
457
+ "self": 0.0004514499996730592
458
+ }
459
+ }
460
+ },
461
+ "UnityEnvironment.step": {
462
+ "total": 0.018159442999603925,
463
+ "count": 1,
464
+ "is_parallel": true,
465
+ "self": 0.000114539001515368,
466
+ "children": {
467
+ "UnityEnvironment._generate_step_input": {
468
+ "total": 0.00016880399925867096,
469
+ "count": 1,
470
+ "is_parallel": true,
471
+ "self": 0.00016880399925867096
472
+ },
473
+ "communicator.exchange": {
474
+ "total": 0.01761370899839676,
475
+ "count": 1,
476
+ "is_parallel": true,
477
+ "self": 0.01761370899839676
478
+ },
479
+ "steps_from_proto": {
480
+ "total": 0.00026239100043312646,
481
+ "count": 1,
482
+ "is_parallel": true,
483
+ "self": 9.463499736739323e-05,
484
+ "children": {
485
+ "_process_rank_one_or_two_observation": {
486
+ "total": 0.00016775600306573324,
487
+ "count": 2,
488
+ "is_parallel": true,
489
+ "self": 0.00016775600306573324
490
+ }
491
+ }
492
+ }
493
+ }
494
+ }
495
+ }
496
+ },
497
+ "trainer_advance": {
498
+ "total": 795.4617821137144,
499
+ "count": 563730,
500
+ "is_parallel": true,
501
+ "self": 12.791872449903167,
502
+ "children": {
503
+ "process_trajectory": {
504
+ "total": 166.01365599878773,
505
+ "count": 563730,
506
+ "is_parallel": true,
507
+ "self": 165.18268645778517,
508
+ "children": {
509
+ "RLTrainer._checkpoint": {
510
+ "total": 0.8309695410025597,
511
+ "count": 11,
512
+ "is_parallel": true,
513
+ "self": 0.8309695410025597
514
+ }
515
+ }
516
+ },
517
+ "_update_policy": {
518
+ "total": 616.6562536650235,
519
+ "count": 187,
520
+ "is_parallel": true,
521
+ "self": 535.6165615348764,
522
+ "children": {
523
+ "TorchPPOOptimizer.update": {
524
+ "total": 81.03969213014716,
525
+ "count": 7854,
526
+ "is_parallel": true,
527
+ "self": 81.03969213014716
528
+ }
529
+ }
530
+ }
531
+ }
532
+ }
533
+ }
534
+ }
535
+ }
536
+ }
537
+ }
538
+ }
539
+ }
540
+ }
541
+ }
542
+ },
543
+ "trainer_advance": {
544
+ "total": 799.1626376717177,
545
+ "count": 564735,
546
+ "self": 12.817351136858633,
547
+ "children": {
548
+ "process_trajectory": {
549
+ "total": 166.37769085783657,
550
+ "count": 564735,
551
+ "self": 165.546721316834,
552
+ "children": {
553
+ "RLTrainer._checkpoint": {
554
+ "total": 0.8309695410025597,
555
+ "count": 11,
556
+ "self": 0.8309695410025597
557
+ }
558
+ }
559
+ },
560
+ "_update_policy": {
561
+ "total": 619.9675956770225,
562
+ "count": 188,
563
+ "self": 538.4963677038759,
564
+ "children": {
565
+ "TorchPPOOptimizer.update": {
566
+ "total": 81.4712279731466,
567
+ "count": 7896,
568
+ "self": 81.4712279731466
569
+ }
570
+ }
571
+ }
572
+ }
573
+ }
574
+ }
575
+ },
576
+ "trainer_threads": {
577
+ "total": 9.780014806892723e-07,
578
+ "count": 1,
579
+ "self": 9.780014806892723e-07
580
+ },
581
+ "TrainerController._save_models": {
582
+ "total": 0.0826027580005757,
583
+ "count": 1,
584
+ "self": 0.001315516001341166,
585
+ "children": {
586
+ "RLTrainer._checkpoint": {
587
+ "total": 0.08128724199923454,
588
+ "count": 1,
589
+ "self": 0.08128724199923454
590
+ }
591
+ }
592
+ }
593
+ }
594
+ }
595
+ }
596
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Worm": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 3999000,
6
+ "file_path": "results/Worm/Worm/Worm-3999000.onnx",
7
+ "reward": 946.4655693901909,
8
+ "creation_time": 1684881429.5147893,
9
+ "auxillary_file_paths": [
10
+ "results/Worm/Worm/Worm-3999000.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 4499000,
15
+ "file_path": "results/Worm/Worm/Worm-4499000.onnx",
16
+ "reward": 1005.0475716426455,
17
+ "creation_time": 1684881784.3873346,
18
+ "auxillary_file_paths": [
19
+ "results/Worm/Worm/Worm-4499000.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 4999000,
24
+ "file_path": "results/Worm/Worm/Worm-4999000.onnx",
25
+ "reward": 1058.4921939247533,
26
+ "creation_time": 1684882149.1273654,
27
+ "auxillary_file_paths": [
28
+ "results/Worm/Worm/Worm-4999000.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 5499000,
33
+ "file_path": "results/Worm/Worm/Worm-5499000.onnx",
34
+ "reward": 1124.2783067491318,
35
+ "creation_time": 1684882514.6324306,
36
+ "auxillary_file_paths": [
37
+ "results/Worm/Worm/Worm-5499000.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 5639990,
42
+ "file_path": "results/Worm/Worm/Worm-5639990.onnx",
43
+ "reward": null,
44
+ "creation_time": 1684882626.469283,
45
+ "auxillary_file_paths": [
46
+ "results/Worm/Worm/Worm-5639990.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 5639990,
52
+ "file_path": "results/Worm/Worm.onnx",
53
+ "reward": null,
54
+ "creation_time": 1684882626.469283,
55
+ "auxillary_file_paths": [
56
+ "results/Worm/Worm/Worm-5639990.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "0.31.0.dev0",
63
+ "torch_version": "1.11.0+cu113"
64
+ }
65
+ }