rgtjf commited on
Commit
8896466
·
verified ·
1 Parent(s): 08dda38

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f130eac7206d051ccb29eb9e525d99625882afd0c5fca6cd16afb1a0a14212
3
+ size 1420238
Pyramids/Pyramids-0.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9fece64ec096fa27d822704bd603bdeaba108954ce4f941c8ecee609e9da1ac
3
+ size 1418249
Pyramids/Pyramids-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6ce728d21990145721489b4fac44d51c0a6d98ea5ab5768ffa225048995403
3
+ size 2995554
Pyramids/Pyramids-1000091.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f130eac7206d051ccb29eb9e525d99625882afd0c5fca6cd16afb1a0a14212
3
+ size 1420238
Pyramids/Pyramids-1000091.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff26039d7e0e0310cbc20a56ea4212f6c3680a3ca56b55b1b103a3fe1327ab4
3
+ size 8656252
Pyramids/Pyramids-24192.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea852b804ec944343c8c0661a513d50ba8898371741991cb04aac9f3049f9891
3
+ size 8655070
Pyramids/Pyramids-499906.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea6ff69ec25aefa30865b849d369cc15a1c1bf1a225dbf78c780d0746de93c7
3
+ size 1420238
Pyramids/Pyramids-499906.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63ec988533705b98bbaeac2047059b18695c204d5f234ed5e91e3cd142e9e040
3
+ size 8656173
Pyramids/Pyramids-999963.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f130eac7206d051ccb29eb9e525d99625882afd0c5fca6cd16afb1a0a14212
3
+ size 1420238
Pyramids/Pyramids-999963.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c1f1992060c1a5353be5b4deaa89d100e5a2df316512bf8737ee6827631921
3
+ size 8656173
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b8c3cd7dba4010a105ecfb8ada9fa16e53ca4d57249aa35ceed8c41e4ac6d18
3
+ size 8655778
Pyramids/events.out.tfevents.1729237815.dsw-149305-7f99dc7665-w7zmb.427572.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d226ab71a1282482481086a65bfb7d7cfb4d669931972160d48bbcb3286b3e44
3
+ size 332947
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: rgtjf/ppo-Pyramids
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 1000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Pyramids Training", "initialize_from": null, "load_model": false, "resume": false, "force": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 500000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 512
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ rnd:
39
+ gamma: 0.99
40
+ strength: 0.01
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 64
44
+ num_layers: 3
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0001
50
+ encoding_size: null
51
+ init_path: null
52
+ keep_checkpoints: 5
53
+ even_checkpoints: false
54
+ max_steps: 1000000
55
+ time_horizon: 128
56
+ summary_freq: 30000
57
+ threaded: false
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ timeout_wait: 60
67
+ seed: -1
68
+ max_lifetime_restarts: 10
69
+ restarts_rate_limit_n: 1
70
+ restarts_rate_limit_period_s: 60
71
+ engine_settings:
72
+ width: 84
73
+ height: 84
74
+ quality_level: 5
75
+ time_scale: 20
76
+ target_frame_rate: -1
77
+ capture_frame_rate: 60
78
+ no_graphics: true
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: true
87
+ train_model: false
88
+ inference: false
89
+ results_dir: results
90
+ torch_settings:
91
+ device: null
92
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,869 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/cpfs/user/taishan/GitLab/scripts/RL/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/cpfs/user/taishan/GitLab/scripts/RL/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 9 interfaces on host : 0) 10.39.123.194 1) 22.1.59.38 2) 22.1.53.6 3) 22.1.60.193 4) 22.1.63.119 5) 22.1.56.197 6) 22.1.48.40 7) 22.1.59.15 8) 22.1.52.44
4
+ Multi-casting "[IP] 10.39.123.194 [Port] 55287 [Flags] 2 [Guid] 1870933431 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,10.39.123.194) [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
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
8
+ [Subsystems] Discovering subsystems at path /cpfs/user/taishan/GitLab/scripts/RL/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
9
+ Forcing GfxDevice: Null
10
+ GfxDevice: creating device client; threaded=0; jobified=0
11
+ NullGfxDevice:
12
+ Version: NULL 1.0 [1.0]
13
+ Renderer: Null Device
14
+ Vendor: Unity Technologies
15
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
16
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
17
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
18
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
19
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
20
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
21
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
22
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
23
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
24
+ Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
25
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
26
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
27
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
28
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
29
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
30
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
31
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
32
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
33
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
34
+ FMOD initialized on nosound output
35
+ Begin MonoManager ReloadAssembly
36
+ - Completed reload, in 0.586 seconds
37
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
41
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
42
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
43
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
44
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
45
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
46
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
47
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
48
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
49
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
50
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
52
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
53
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
54
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
55
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
56
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
57
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
58
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
59
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
60
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
61
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
62
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
63
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
64
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
65
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
66
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
67
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
68
+ UnloadTime: 0.855772 ms
69
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
70
+ requesting resize 84 x 84
71
+ Setting up 80 worker threads for Enlighten.
72
+ PlayerConnection::CleanupMemory Statistics:
73
+ [ALLOC_TEMP_TLS] TLS Allocator
74
+ StackAllocators :
75
+ [ALLOC_TEMP_MAIN]
76
+ Peak usage frame count: [16.0 KB-32.0 KB]: 3789 frames, [32.0 KB-64.0 KB]: 7853 frames, [64.0 KB-128.0 KB]: 1937 frames, [2.0 MB-4.0 MB]: 1 frames
77
+ Initial Block Size 4.0 MB
78
+ Current Block Size 4.0 MB
79
+ Peak Allocated Bytes 2.0 MB
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Job.Worker 58]
82
+ Initial Block Size 256.0 KB
83
+ Current Block Size 256.0 KB
84
+ Peak Allocated Bytes 0 B
85
+ Overflow Count 0
86
+ [ALLOC_TEMP_Job.Worker 44]
87
+ Initial Block Size 256.0 KB
88
+ Current Block Size 256.0 KB
89
+ Peak Allocated Bytes 0 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Job.Worker 4]
92
+ Initial Block Size 256.0 KB
93
+ Current Block Size 256.0 KB
94
+ Peak Allocated Bytes 0 B
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_Job.Worker 27]
97
+ Initial Block Size 256.0 KB
98
+ Current Block Size 256.0 KB
99
+ Peak Allocated Bytes 0 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Job.Worker 103]
102
+ Initial Block Size 256.0 KB
103
+ Current Block Size 256.0 KB
104
+ Peak Allocated Bytes 0 B
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_Background Job.Worker 11]
107
+ Initial Block Size 32.0 KB
108
+ Current Block Size 32.0 KB
109
+ Peak Allocated Bytes 0 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Job.Worker 43]
112
+ Initial Block Size 256.0 KB
113
+ Current Block Size 256.0 KB
114
+ Peak Allocated Bytes 0 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Job.Worker 106]
117
+ Initial Block Size 256.0 KB
118
+ Current Block Size 256.0 KB
119
+ Peak Allocated Bytes 0 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_Job.Worker 86]
122
+ Initial Block Size 256.0 KB
123
+ Current Block Size 256.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Job.Worker 39]
127
+ Initial Block Size 256.0 KB
128
+ Current Block Size 256.0 KB
129
+ Peak Allocated Bytes 0 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_Job.Worker 21]
132
+ Initial Block Size 256.0 KB
133
+ Current Block Size 256.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Job.Worker 76]
137
+ Initial Block Size 256.0 KB
138
+ Current Block Size 256.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Job.Worker 98]
142
+ Initial Block Size 256.0 KB
143
+ Current Block Size 256.0 KB
144
+ Peak Allocated Bytes 0 B
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Job.Worker 22]
147
+ Initial Block Size 256.0 KB
148
+ Current Block Size 256.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Job.Worker 32]
152
+ Initial Block Size 256.0 KB
153
+ Current Block Size 256.0 KB
154
+ Peak Allocated Bytes 0 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_Job.Worker 83]
157
+ Initial Block Size 256.0 KB
158
+ Current Block Size 256.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Job.Worker 109]
162
+ Initial Block Size 256.0 KB
163
+ Current Block Size 256.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_Job.Worker 97]
167
+ Initial Block Size 256.0 KB
168
+ Current Block Size 256.0 KB
169
+ Peak Allocated Bytes 0 B
170
+ Overflow Count 0
171
+ [ALLOC_TEMP_Background Job.Worker 5]
172
+ Initial Block Size 32.0 KB
173
+ Current Block Size 32.0 KB
174
+ Peak Allocated Bytes 0 B
175
+ Overflow Count 0
176
+ [ALLOC_TEMP_Background Job.Worker 13]
177
+ Initial Block Size 32.0 KB
178
+ Current Block Size 32.0 KB
179
+ Peak Allocated Bytes 0 B
180
+ Overflow Count 0
181
+ [ALLOC_TEMP_Job.Worker 62]
182
+ Initial Block Size 256.0 KB
183
+ Current Block Size 256.0 KB
184
+ Peak Allocated Bytes 0 B
185
+ Overflow Count 0
186
+ [ALLOC_TEMP_Job.Worker 50]
187
+ Initial Block Size 256.0 KB
188
+ Current Block Size 256.0 KB
189
+ Peak Allocated Bytes 0 B
190
+ Overflow Count 0
191
+ [ALLOC_TEMP_Job.Worker 81]
192
+ Initial Block Size 256.0 KB
193
+ Current Block Size 256.0 KB
194
+ Peak Allocated Bytes 0 B
195
+ Overflow Count 0
196
+ [ALLOC_TEMP_Job.Worker 0]
197
+ Initial Block Size 256.0 KB
198
+ Current Block Size 256.0 KB
199
+ Peak Allocated Bytes 0 B
200
+ Overflow Count 0
201
+ [ALLOC_TEMP_Job.Worker 5]
202
+ Initial Block Size 256.0 KB
203
+ Current Block Size 256.0 KB
204
+ Peak Allocated Bytes 0 B
205
+ Overflow Count 0
206
+ [ALLOC_TEMP_Job.Worker 57]
207
+ Initial Block Size 256.0 KB
208
+ Current Block Size 256.0 KB
209
+ Peak Allocated Bytes 0 B
210
+ Overflow Count 0
211
+ [ALLOC_TEMP_Job.Worker 34]
212
+ Initial Block Size 256.0 KB
213
+ Current Block Size 256.0 KB
214
+ Peak Allocated Bytes 0 B
215
+ Overflow Count 0
216
+ [ALLOC_TEMP_EnlightenWorker] x 80
217
+ Initial Block Size 64.0 KB
218
+ Current Block Size 64.0 KB
219
+ Peak Allocated Bytes 0 B
220
+ Overflow Count 0
221
+ [ALLOC_TEMP_Job.Worker 69]
222
+ Initial Block Size 256.0 KB
223
+ Current Block Size 256.0 KB
224
+ Peak Allocated Bytes 0 B
225
+ Overflow Count 0
226
+ [ALLOC_TEMP_Job.Worker 9]
227
+ Initial Block Size 256.0 KB
228
+ Current Block Size 256.0 KB
229
+ Peak Allocated Bytes 0 B
230
+ Overflow Count 0
231
+ [ALLOC_TEMP_Background Job.Worker 9]
232
+ Initial Block Size 32.0 KB
233
+ Current Block Size 32.0 KB
234
+ Peak Allocated Bytes 0 B
235
+ Overflow Count 0
236
+ [ALLOC_TEMP_Job.Worker 105]
237
+ Initial Block Size 256.0 KB
238
+ Current Block Size 256.0 KB
239
+ Peak Allocated Bytes 0 B
240
+ Overflow Count 0
241
+ [ALLOC_TEMP_Job.Worker 42]
242
+ Initial Block Size 256.0 KB
243
+ Current Block Size 256.0 KB
244
+ Peak Allocated Bytes 0 B
245
+ Overflow Count 0
246
+ [ALLOC_TEMP_Background Job.Worker 6]
247
+ Initial Block Size 32.0 KB
248
+ Current Block Size 32.0 KB
249
+ Peak Allocated Bytes 0 B
250
+ Overflow Count 0
251
+ [ALLOC_TEMP_Job.Worker 110]
252
+ Initial Block Size 256.0 KB
253
+ Current Block Size 256.0 KB
254
+ Peak Allocated Bytes 0 B
255
+ Overflow Count 0
256
+ [ALLOC_TEMP_Job.Worker 70]
257
+ Initial Block Size 256.0 KB
258
+ Current Block Size 256.0 KB
259
+ Peak Allocated Bytes 0 B
260
+ Overflow Count 0
261
+ [ALLOC_TEMP_Job.Worker 66]
262
+ Initial Block Size 256.0 KB
263
+ Current Block Size 256.0 KB
264
+ Peak Allocated Bytes 0 B
265
+ Overflow Count 0
266
+ [ALLOC_TEMP_Job.Worker 51]
267
+ Initial Block Size 256.0 KB
268
+ Current Block Size 256.0 KB
269
+ Peak Allocated Bytes 0 B
270
+ Overflow Count 0
271
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
272
+ Initial Block Size 64.0 KB
273
+ Current Block Size 64.0 KB
274
+ Peak Allocated Bytes 0 B
275
+ Overflow Count 0
276
+ [ALLOC_TEMP_Job.Worker 30]
277
+ Initial Block Size 256.0 KB
278
+ Current Block Size 256.0 KB
279
+ Peak Allocated Bytes 0 B
280
+ Overflow Count 0
281
+ [ALLOC_TEMP_Job.Worker 100]
282
+ Initial Block Size 256.0 KB
283
+ Current Block Size 256.0 KB
284
+ Peak Allocated Bytes 0 B
285
+ Overflow Count 0
286
+ [ALLOC_TEMP_Job.Worker 111]
287
+ Initial Block Size 256.0 KB
288
+ Current Block Size 256.0 KB
289
+ Peak Allocated Bytes 0 B
290
+ Overflow Count 0
291
+ [ALLOC_TEMP_Job.Worker 31]
292
+ Initial Block Size 256.0 KB
293
+ Current Block Size 256.0 KB
294
+ Peak Allocated Bytes 0 B
295
+ Overflow Count 0
296
+ [ALLOC_TEMP_Job.Worker 96]
297
+ Initial Block Size 256.0 KB
298
+ Current Block Size 256.0 KB
299
+ Peak Allocated Bytes 0 B
300
+ Overflow Count 0
301
+ [ALLOC_TEMP_Background Job.Worker 15]
302
+ Initial Block Size 32.0 KB
303
+ Current Block Size 32.0 KB
304
+ Peak Allocated Bytes 0 B
305
+ Overflow Count 0
306
+ [ALLOC_TEMP_Job.Worker 26]
307
+ Initial Block Size 256.0 KB
308
+ Current Block Size 256.0 KB
309
+ Peak Allocated Bytes 0 B
310
+ Overflow Count 0
311
+ [ALLOC_TEMP_Job.Worker 80]
312
+ Initial Block Size 256.0 KB
313
+ Current Block Size 256.0 KB
314
+ Peak Allocated Bytes 0 B
315
+ Overflow Count 0
316
+ [ALLOC_TEMP_Job.Worker 8]
317
+ Initial Block Size 256.0 KB
318
+ Current Block Size 256.0 KB
319
+ Peak Allocated Bytes 0 B
320
+ Overflow Count 0
321
+ [ALLOC_TEMP_Job.Worker 29]
322
+ Initial Block Size 256.0 KB
323
+ Current Block Size 256.0 KB
324
+ Peak Allocated Bytes 0 B
325
+ Overflow Count 0
326
+ [ALLOC_TEMP_Job.Worker 23]
327
+ Initial Block Size 256.0 KB
328
+ Current Block Size 256.0 KB
329
+ Peak Allocated Bytes 0 B
330
+ Overflow Count 0
331
+ [ALLOC_TEMP_Job.Worker 90]
332
+ Initial Block Size 256.0 KB
333
+ Current Block Size 256.0 KB
334
+ Peak Allocated Bytes 0 B
335
+ Overflow Count 0
336
+ [ALLOC_TEMP_Job.Worker 33]
337
+ Initial Block Size 256.0 KB
338
+ Current Block Size 256.0 KB
339
+ Peak Allocated Bytes 0 B
340
+ Overflow Count 0
341
+ [ALLOC_TEMP_Job.Worker 1]
342
+ Initial Block Size 256.0 KB
343
+ Current Block Size 256.0 KB
344
+ Peak Allocated Bytes 0 B
345
+ Overflow Count 0
346
+ [ALLOC_TEMP_Job.Worker 107]
347
+ Initial Block Size 256.0 KB
348
+ Current Block Size 256.0 KB
349
+ Peak Allocated Bytes 0 B
350
+ Overflow Count 0
351
+ [ALLOC_TEMP_Job.Worker 87]
352
+ Initial Block Size 256.0 KB
353
+ Current Block Size 256.0 KB
354
+ Peak Allocated Bytes 0 B
355
+ Overflow Count 0
356
+ [ALLOC_TEMP_Job.Worker 92]
357
+ Initial Block Size 256.0 KB
358
+ Current Block Size 256.0 KB
359
+ Peak Allocated Bytes 0 B
360
+ Overflow Count 0
361
+ [ALLOC_TEMP_Job.Worker 108]
362
+ Initial Block Size 256.0 KB
363
+ Current Block Size 256.0 KB
364
+ Peak Allocated Bytes 0 B
365
+ Overflow Count 0
366
+ [ALLOC_TEMP_Background Job.Worker 7]
367
+ Initial Block Size 32.0 KB
368
+ Current Block Size 32.0 KB
369
+ Peak Allocated Bytes 0 B
370
+ Overflow Count 0
371
+ [ALLOC_TEMP_Job.Worker 88]
372
+ Initial Block Size 256.0 KB
373
+ Current Block Size 256.0 KB
374
+ Peak Allocated Bytes 0 B
375
+ Overflow Count 0
376
+ [ALLOC_TEMP_Job.Worker 94]
377
+ Initial Block Size 256.0 KB
378
+ Current Block Size 256.0 KB
379
+ Peak Allocated Bytes 0 B
380
+ Overflow Count 0
381
+ [ALLOC_TEMP_Job.Worker 41]
382
+ Initial Block Size 256.0 KB
383
+ Current Block Size 256.0 KB
384
+ Peak Allocated Bytes 0 B
385
+ Overflow Count 0
386
+ [ALLOC_TEMP_Background Job.Worker 4]
387
+ Initial Block Size 32.0 KB
388
+ Current Block Size 32.0 KB
389
+ Peak Allocated Bytes 0 B
390
+ Overflow Count 0
391
+ [ALLOC_TEMP_Job.Worker 64]
392
+ Initial Block Size 256.0 KB
393
+ Current Block Size 256.0 KB
394
+ Peak Allocated Bytes 0 B
395
+ Overflow Count 0
396
+ [ALLOC_TEMP_Job.Worker 68]
397
+ Initial Block Size 256.0 KB
398
+ Current Block Size 256.0 KB
399
+ Peak Allocated Bytes 0 B
400
+ Overflow Count 0
401
+ [ALLOC_TEMP_Job.Worker 72]
402
+ Initial Block Size 256.0 KB
403
+ Current Block Size 256.0 KB
404
+ Peak Allocated Bytes 0 B
405
+ Overflow Count 0
406
+ [ALLOC_TEMP_Job.Worker 28]
407
+ Initial Block Size 256.0 KB
408
+ Current Block Size 256.0 KB
409
+ Peak Allocated Bytes 0 B
410
+ Overflow Count 0
411
+ [ALLOC_TEMP_Job.Worker 102]
412
+ Initial Block Size 256.0 KB
413
+ Current Block Size 256.0 KB
414
+ Peak Allocated Bytes 0 B
415
+ Overflow Count 0
416
+ [ALLOC_TEMP_Job.Worker 48]
417
+ Initial Block Size 256.0 KB
418
+ Current Block Size 256.0 KB
419
+ Peak Allocated Bytes 0 B
420
+ Overflow Count 0
421
+ [ALLOC_TEMP_Job.Worker 7]
422
+ Initial Block Size 256.0 KB
423
+ Current Block Size 256.0 KB
424
+ Peak Allocated Bytes 0 B
425
+ Overflow Count 0
426
+ [ALLOC_TEMP_Job.Worker 45]
427
+ Initial Block Size 256.0 KB
428
+ Current Block Size 256.0 KB
429
+ Peak Allocated Bytes 0 B
430
+ Overflow Count 0
431
+ [ALLOC_TEMP_Job.Worker 18]
432
+ Initial Block Size 256.0 KB
433
+ Current Block Size 256.0 KB
434
+ Peak Allocated Bytes 0 B
435
+ Overflow Count 0
436
+ [ALLOC_TEMP_Job.Worker 73]
437
+ Initial Block Size 256.0 KB
438
+ Current Block Size 256.0 KB
439
+ Peak Allocated Bytes 0 B
440
+ Overflow Count 0
441
+ [ALLOC_TEMP_Background Job.Worker 8]
442
+ Initial Block Size 32.0 KB
443
+ Current Block Size 32.0 KB
444
+ Peak Allocated Bytes 0 B
445
+ Overflow Count 0
446
+ [ALLOC_TEMP_Job.Worker 60]
447
+ Initial Block Size 256.0 KB
448
+ Current Block Size 256.0 KB
449
+ Peak Allocated Bytes 0 B
450
+ Overflow Count 0
451
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
452
+ Initial Block Size 64.0 KB
453
+ Current Block Size 64.0 KB
454
+ Peak Allocated Bytes 0 B
455
+ Overflow Count 0
456
+ [ALLOC_TEMP_Job.Worker 85]
457
+ Initial Block Size 256.0 KB
458
+ Current Block Size 256.0 KB
459
+ Peak Allocated Bytes 0 B
460
+ Overflow Count 0
461
+ [ALLOC_TEMP_Job.Worker 78]
462
+ Initial Block Size 256.0 KB
463
+ Current Block Size 256.0 KB
464
+ Peak Allocated Bytes 0 B
465
+ Overflow Count 0
466
+ [ALLOC_TEMP_Job.Worker 101]
467
+ Initial Block Size 256.0 KB
468
+ Current Block Size 256.0 KB
469
+ Peak Allocated Bytes 0 B
470
+ Overflow Count 0
471
+ [ALLOC_TEMP_Background Job.Worker 3]
472
+ Initial Block Size 32.0 KB
473
+ Current Block Size 32.0 KB
474
+ Peak Allocated Bytes 0 B
475
+ Overflow Count 0
476
+ [ALLOC_TEMP_Job.Worker 46]
477
+ Initial Block Size 256.0 KB
478
+ Current Block Size 256.0 KB
479
+ Peak Allocated Bytes 0 B
480
+ Overflow Count 0
481
+ [ALLOC_TEMP_BatchDeleteObjects]
482
+ Initial Block Size 64.0 KB
483
+ Current Block Size 64.0 KB
484
+ Peak Allocated Bytes 0 B
485
+ Overflow Count 0
486
+ [ALLOC_TEMP_Job.Worker 63]
487
+ Initial Block Size 256.0 KB
488
+ Current Block Size 256.0 KB
489
+ Peak Allocated Bytes 0 B
490
+ Overflow Count 0
491
+ [ALLOC_TEMP_Job.Worker 25]
492
+ Initial Block Size 256.0 KB
493
+ Current Block Size 256.0 KB
494
+ Peak Allocated Bytes 0 B
495
+ Overflow Count 0
496
+ [ALLOC_TEMP_Job.Worker 71]
497
+ Initial Block Size 256.0 KB
498
+ Current Block Size 256.0 KB
499
+ Peak Allocated Bytes 0 B
500
+ Overflow Count 0
501
+ [ALLOC_TEMP_Job.Worker 13]
502
+ Initial Block Size 256.0 KB
503
+ Current Block Size 256.0 KB
504
+ Peak Allocated Bytes 0 B
505
+ Overflow Count 0
506
+ [ALLOC_TEMP_Job.Worker 55]
507
+ Initial Block Size 256.0 KB
508
+ Current Block Size 256.0 KB
509
+ Peak Allocated Bytes 0 B
510
+ Overflow Count 0
511
+ [ALLOC_TEMP_Background Job.Worker 2]
512
+ Initial Block Size 32.0 KB
513
+ Current Block Size 32.0 KB
514
+ Peak Allocated Bytes 0 B
515
+ Overflow Count 0
516
+ [ALLOC_TEMP_Job.Worker 35]
517
+ Initial Block Size 256.0 KB
518
+ Current Block Size 256.0 KB
519
+ Peak Allocated Bytes 0 B
520
+ Overflow Count 0
521
+ [ALLOC_TEMP_Job.Worker 75]
522
+ Initial Block Size 256.0 KB
523
+ Current Block Size 256.0 KB
524
+ Peak Allocated Bytes 0 B
525
+ Overflow Count 0
526
+ [ALLOC_TEMP_Job.Worker 59]
527
+ Initial Block Size 256.0 KB
528
+ Current Block Size 256.0 KB
529
+ Peak Allocated Bytes 0 B
530
+ Overflow Count 0
531
+ [ALLOC_TEMP_Job.Worker 10]
532
+ Initial Block Size 256.0 KB
533
+ Current Block Size 256.0 KB
534
+ Peak Allocated Bytes 0 B
535
+ Overflow Count 0
536
+ [ALLOC_TEMP_Job.Worker 15]
537
+ Initial Block Size 256.0 KB
538
+ Current Block Size 256.0 KB
539
+ Peak Allocated Bytes 0 B
540
+ Overflow Count 0
541
+ [ALLOC_TEMP_Job.Worker 12]
542
+ Initial Block Size 256.0 KB
543
+ Current Block Size 256.0 KB
544
+ Peak Allocated Bytes 0 B
545
+ Overflow Count 0
546
+ [ALLOC_TEMP_Loading.PreloadManager]
547
+ Initial Block Size 256.0 KB
548
+ Current Block Size 320.0 KB
549
+ Peak Allocated Bytes 251.6 KB
550
+ Overflow Count 4
551
+ [ALLOC_TEMP_Job.Worker 99]
552
+ Initial Block Size 256.0 KB
553
+ Current Block Size 256.0 KB
554
+ Peak Allocated Bytes 0 B
555
+ Overflow Count 0
556
+ [ALLOC_TEMP_Profiler.Dispatcher]
557
+ Initial Block Size 64.0 KB
558
+ Current Block Size 64.0 KB
559
+ Peak Allocated Bytes 0 B
560
+ Overflow Count 0
561
+ [ALLOC_TEMP_Job.Worker 17]
562
+ Initial Block Size 256.0 KB
563
+ Current Block Size 256.0 KB
564
+ Peak Allocated Bytes 0 B
565
+ Overflow Count 0
566
+ [ALLOC_TEMP_Job.Worker 14]
567
+ Initial Block Size 256.0 KB
568
+ Current Block Size 256.0 KB
569
+ Peak Allocated Bytes 0 B
570
+ Overflow Count 0
571
+ [ALLOC_TEMP_Job.Worker 3]
572
+ Initial Block Size 256.0 KB
573
+ Current Block Size 256.0 KB
574
+ Peak Allocated Bytes 0 B
575
+ Overflow Count 0
576
+ [ALLOC_TEMP_Job.Worker 37]
577
+ Initial Block Size 256.0 KB
578
+ Current Block Size 256.0 KB
579
+ Peak Allocated Bytes 0 B
580
+ Overflow Count 0
581
+ [ALLOC_TEMP_Job.Worker 2]
582
+ Initial Block Size 256.0 KB
583
+ Current Block Size 256.0 KB
584
+ Peak Allocated Bytes 0 B
585
+ Overflow Count 0
586
+ [ALLOC_TEMP_Job.Worker 11]
587
+ Initial Block Size 256.0 KB
588
+ Current Block Size 256.0 KB
589
+ Peak Allocated Bytes 0 B
590
+ Overflow Count 0
591
+ [ALLOC_TEMP_Job.Worker 6]
592
+ Initial Block Size 256.0 KB
593
+ Current Block Size 256.0 KB
594
+ Peak Allocated Bytes 0 B
595
+ Overflow Count 0
596
+ [ALLOC_TEMP_Job.Worker 91]
597
+ Initial Block Size 256.0 KB
598
+ Current Block Size 256.0 KB
599
+ Peak Allocated Bytes 0 B
600
+ Overflow Count 0
601
+ [ALLOC_TEMP_Job.Worker 89]
602
+ Initial Block Size 256.0 KB
603
+ Current Block Size 256.0 KB
604
+ Peak Allocated Bytes 0 B
605
+ Overflow Count 0
606
+ [ALLOC_TEMP_Job.Worker 93]
607
+ Initial Block Size 256.0 KB
608
+ Current Block Size 256.0 KB
609
+ Peak Allocated Bytes 0 B
610
+ Overflow Count 0
611
+ [ALLOC_TEMP_Loading.AsyncRead]
612
+ Initial Block Size 64.0 KB
613
+ Current Block Size 64.0 KB
614
+ Peak Allocated Bytes 128 B
615
+ Overflow Count 0
616
+ [ALLOC_TEMP_Job.Worker 36]
617
+ Initial Block Size 256.0 KB
618
+ Current Block Size 256.0 KB
619
+ Peak Allocated Bytes 0 B
620
+ Overflow Count 0
621
+ [ALLOC_TEMP_Job.Worker 77]
622
+ Initial Block Size 256.0 KB
623
+ Current Block Size 256.0 KB
624
+ Peak Allocated Bytes 0 B
625
+ Overflow Count 0
626
+ [ALLOC_TEMP_Job.Worker 52]
627
+ Initial Block Size 256.0 KB
628
+ Current Block Size 256.0 KB
629
+ Peak Allocated Bytes 0 B
630
+ Overflow Count 0
631
+ [ALLOC_TEMP_Job.Worker 40]
632
+ Initial Block Size 256.0 KB
633
+ Current Block Size 256.0 KB
634
+ Peak Allocated Bytes 0 B
635
+ Overflow Count 0
636
+ [ALLOC_TEMP_Job.Worker 16]
637
+ Initial Block Size 256.0 KB
638
+ Current Block Size 256.0 KB
639
+ Peak Allocated Bytes 0 B
640
+ Overflow Count 0
641
+ [ALLOC_TEMP_Job.Worker 79]
642
+ Initial Block Size 256.0 KB
643
+ Current Block Size 256.0 KB
644
+ Peak Allocated Bytes 0 B
645
+ Overflow Count 0
646
+ [ALLOC_TEMP_Background Job.Worker 1]
647
+ Initial Block Size 32.0 KB
648
+ Current Block Size 32.0 KB
649
+ Peak Allocated Bytes 0 B
650
+ Overflow Count 0
651
+ [ALLOC_TEMP_Job.Worker 74]
652
+ Initial Block Size 256.0 KB
653
+ Current Block Size 256.0 KB
654
+ Peak Allocated Bytes 0 B
655
+ Overflow Count 0
656
+ [ALLOC_TEMP_Job.Worker 38]
657
+ Initial Block Size 256.0 KB
658
+ Current Block Size 256.0 KB
659
+ Peak Allocated Bytes 0 B
660
+ Overflow Count 0
661
+ [ALLOC_TEMP_Job.Worker 53]
662
+ Initial Block Size 256.0 KB
663
+ Current Block Size 256.0 KB
664
+ Peak Allocated Bytes 0 B
665
+ Overflow Count 0
666
+ [ALLOC_TEMP_Job.Worker 20]
667
+ Initial Block Size 256.0 KB
668
+ Current Block Size 256.0 KB
669
+ Peak Allocated Bytes 0 B
670
+ Overflow Count 0
671
+ [ALLOC_TEMP_Background Job.Worker 10]
672
+ Initial Block Size 32.0 KB
673
+ Current Block Size 32.0 KB
674
+ Peak Allocated Bytes 0 B
675
+ Overflow Count 0
676
+ [ALLOC_TEMP_Job.Worker 82]
677
+ Initial Block Size 256.0 KB
678
+ Current Block Size 256.0 KB
679
+ Peak Allocated Bytes 0 B
680
+ Overflow Count 0
681
+ [ALLOC_TEMP_Job.Worker 47]
682
+ Initial Block Size 256.0 KB
683
+ Current Block Size 256.0 KB
684
+ Peak Allocated Bytes 0 B
685
+ Overflow Count 0
686
+ [ALLOC_TEMP_Job.Worker 67]
687
+ Initial Block Size 256.0 KB
688
+ Current Block Size 256.0 KB
689
+ Peak Allocated Bytes 0 B
690
+ Overflow Count 0
691
+ [ALLOC_TEMP_Job.Worker 49]
692
+ Initial Block Size 256.0 KB
693
+ Current Block Size 256.0 KB
694
+ Peak Allocated Bytes 0 B
695
+ Overflow Count 0
696
+ [ALLOC_TEMP_Job.Worker 24]
697
+ Initial Block Size 256.0 KB
698
+ Current Block Size 256.0 KB
699
+ Peak Allocated Bytes 0 B
700
+ Overflow Count 0
701
+ [ALLOC_TEMP_Job.Worker 65]
702
+ Initial Block Size 256.0 KB
703
+ Current Block Size 256.0 KB
704
+ Peak Allocated Bytes 0.8 KB
705
+ Overflow Count 0
706
+ [ALLOC_TEMP_Background Job.Worker 12]
707
+ Initial Block Size 32.0 KB
708
+ Current Block Size 32.0 KB
709
+ Peak Allocated Bytes 0 B
710
+ Overflow Count 0
711
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 159
712
+ Initial Block Size 64.0 KB
713
+ Current Block Size 64.0 KB
714
+ Peak Allocated Bytes 0 B
715
+ Overflow Count 0
716
+ [ALLOC_TEMP_Job.Worker 56]
717
+ Initial Block Size 256.0 KB
718
+ Current Block Size 256.0 KB
719
+ Peak Allocated Bytes 0 B
720
+ Overflow Count 0
721
+ [ALLOC_TEMP_Job.Worker 84]
722
+ Initial Block Size 256.0 KB
723
+ Current Block Size 256.0 KB
724
+ Peak Allocated Bytes 0 B
725
+ Overflow Count 0
726
+ [ALLOC_TEMP_Job.Worker 54]
727
+ Initial Block Size 256.0 KB
728
+ Current Block Size 256.0 KB
729
+ Peak Allocated Bytes 0 B
730
+ Overflow Count 0
731
+ [ALLOC_TEMP_Background Job.Worker 0]
732
+ Initial Block Size 32.0 KB
733
+ Current Block Size 32.0 KB
734
+ Peak Allocated Bytes 0 B
735
+ Overflow Count 0
736
+ [ALLOC_TEMP_Background Job.Worker 14]
737
+ Initial Block Size 32.0 KB
738
+ Current Block Size 32.0 KB
739
+ Peak Allocated Bytes 0 B
740
+ Overflow Count 0
741
+ [ALLOC_TEMP_Job.Worker 95]
742
+ Initial Block Size 256.0 KB
743
+ Current Block Size 256.0 KB
744
+ Peak Allocated Bytes 0 B
745
+ Overflow Count 0
746
+ [ALLOC_TEMP_Job.Worker 104]
747
+ Initial Block Size 256.0 KB
748
+ Current Block Size 256.0 KB
749
+ Peak Allocated Bytes 0 B
750
+ Overflow Count 0
751
+ [ALLOC_TEMP_Job.Worker 61]
752
+ Initial Block Size 256.0 KB
753
+ Current Block Size 256.0 KB
754
+ Peak Allocated Bytes 0 B
755
+ Overflow Count 0
756
+ [ALLOC_TEMP_Job.Worker 19]
757
+ Initial Block Size 256.0 KB
758
+ Current Block Size 256.0 KB
759
+ Peak Allocated Bytes 0 B
760
+ Overflow Count 0
761
+ [ALLOC_MEMORYPROFILER]
762
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 13281 frames
763
+ Requested Block Size 1.0 MB
764
+ Peak Block count 2
765
+ Peak Allocated memory 1.5 MB
766
+ Peak Large allocation bytes 0 B
767
+ [ALLOC_DEFAULT] Dual Thread Allocator
768
+ Peak main deferred allocation count 9364
769
+ [ALLOC_BUCKET]
770
+ Large Block size 4.0 MB
771
+ Used Block count 1
772
+ Peak Allocated bytes 1.6 MB
773
+ [ALLOC_DEFAULT_MAIN]
774
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 13579 frames
775
+ Requested Block Size 16.0 MB
776
+ Peak Block count 3
777
+ Peak Allocated memory 29.6 MB
778
+ Peak Large allocation bytes 0 B
779
+ [ALLOC_DEFAULT_THREAD]
780
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames, [32.0 MB-64.0 MB]: 13579 frames
781
+ Requested Block Size 16.0 MB
782
+ Peak Block count 2
783
+ Peak Allocated memory 41.4 MB
784
+ Peak Large allocation bytes 16.0 MB
785
+ [ALLOC_TEMP_JOB_1_FRAME]
786
+ Initial Block Size 2.0 MB
787
+ Used Block Count 1
788
+ Overflow Count (too large) 0
789
+ Overflow Count (full) 0
790
+ [ALLOC_TEMP_JOB_2_FRAMES]
791
+ Initial Block Size 2.0 MB
792
+ Used Block Count 1
793
+ Overflow Count (too large) 0
794
+ Overflow Count (full) 0
795
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
796
+ Initial Block Size 2.0 MB
797
+ Used Block Count 2
798
+ Overflow Count (too large) 0
799
+ Overflow Count (full) 0
800
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
801
+ Initial Block Size 1.0 MB
802
+ Used Block Count 3
803
+ Overflow Count (too large) 0
804
+ Overflow Count (full) 0
805
+ [ALLOC_GFX] Dual Thread Allocator
806
+ Peak main deferred allocation count 0
807
+ [ALLOC_BUCKET]
808
+ Large Block size 4.0 MB
809
+ Used Block count 1
810
+ Peak Allocated bytes 1.6 MB
811
+ [ALLOC_GFX_MAIN]
812
+ Peak usage frame count: [32.0 KB-64.0 KB]: 13579 frames, [64.0 KB-128.0 KB]: 1 frames
813
+ Requested Block Size 16.0 MB
814
+ Peak Block count 1
815
+ Peak Allocated memory 67.0 KB
816
+ Peak Large allocation bytes 0 B
817
+ [ALLOC_GFX_THREAD]
818
+ Peak usage frame count: [64.0 KB-128.0 KB]: 13580 frames
819
+ Requested Block Size 16.0 MB
820
+ Peak Block count 1
821
+ Peak Allocated memory 67.7 KB
822
+ Peak Large allocation bytes 0 B
823
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
824
+ Peak main deferred allocation count 1
825
+ [ALLOC_BUCKET]
826
+ Large Block size 4.0 MB
827
+ Used Block count 1
828
+ Peak Allocated bytes 1.6 MB
829
+ [ALLOC_CACHEOBJECTS_MAIN]
830
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 13281 frames
831
+ Requested Block Size 4.0 MB
832
+ Peak Block count 1
833
+ Peak Allocated memory 1.4 MB
834
+ Peak Large allocation bytes 0 B
835
+ [ALLOC_CACHEOBJECTS_THREAD]
836
+ Peak usage frame count: [1.0 MB-2.0 MB]: 13579 frames, [4.0 MB-8.0 MB]: 1 frames
837
+ Requested Block Size 4.0 MB
838
+ Peak Block count 2
839
+ Peak Allocated memory 4.7 MB
840
+ Peak Large allocation bytes 0 B
841
+ [ALLOC_TYPETREE] Dual Thread Allocator
842
+ Peak main deferred allocation count 0
843
+ [ALLOC_BUCKET]
844
+ Large Block size 4.0 MB
845
+ Used Block count 1
846
+ Peak Allocated bytes 1.6 MB
847
+ [ALLOC_TYPETREE_MAIN]
848
+ Peak usage frame count: [0-1.0 KB]: 13580 frames
849
+ Requested Block Size 2.0 MB
850
+ Peak Block count 1
851
+ Peak Allocated memory 1.0 KB
852
+ Peak Large allocation bytes 0 B
853
+ [ALLOC_TYPETREE_THREAD]
854
+ Peak usage frame count: [1.0 KB-2.0 KB]: 13580 frames
855
+ Requested Block Size 2.0 MB
856
+ Peak Block count 1
857
+ Peak Allocated memory 1.9 KB
858
+ Peak Large allocation bytes 0 B
859
+ [ALLOC_PROFILER]
860
+ Peak usage frame count: [128.0 KB-256.0 KB]: 13580 frames
861
+ Requested Block Size 16.0 MB
862
+ Peak Block count 1
863
+ Peak Allocated memory 146.6 KB
864
+ Peak Large allocation bytes 0 B
865
+ [ALLOC_PROFILER_BUCKET]
866
+ Large Block size 4.0 MB
867
+ Used Block count 1
868
+ Peak Allocated bytes 396 B
869
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1729240461546,"processId":432423,"allocatedMemory":2144795,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":38884},{"Manager":116323},{"VertexData":12},{"Geometry":280},{"Texture":16},{"Shader":69173},{"Material":24},{"GfxDevice":35248},{"Animation":304},{"Audio":3976},{"Physics":288},{"Serialization":216},{"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":3501},{"DynamicArray":30868},{"HashMap":7680},{"Utility":65824},{"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,624 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.6524809002876282,
6
+ "min": 0.6524809002876282,
7
+ "max": 1.4705501794815063,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 19250.796875,
12
+ "min": 19250.796875,
13
+ "max": 44610.609375,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989941.0,
18
+ "min": 29952.0,
19
+ "max": 989941.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989941.0,
24
+ "min": 29952.0,
25
+ "max": 989941.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.36446237564086914,
30
+ "min": -0.09325811266899109,
31
+ "max": 0.4770409166812897,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 96.94699096679688,
36
+ "min": -22.381946563720703,
37
+ "max": 129.755126953125,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": -0.16427282989025116,
42
+ "min": -0.17130430042743683,
43
+ "max": 0.30304327607154846,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": -43.696571350097656,
48
+ "min": -46.59476852416992,
49
+ "max": 71.82125854492188,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06792325928964761,
54
+ "min": 0.06559769146506288,
55
+ "max": 0.07268592918913264,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9509256300550665,
60
+ "min": 0.4991692476435872,
61
+ "max": 1.0654710608279998,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.012431059297588682,
66
+ "min": 0.0004807890688668602,
67
+ "max": 0.0199622696269899,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.17403483016624155,
72
+ "min": 0.006250257895269183,
73
+ "max": 0.27947177477785856,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.5667617634928576e-06,
78
+ "min": 7.5667617634928576e-06,
79
+ "max": 0.00029515063018788575,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.00010593466468890001,
84
+ "min": 0.00010593466468890001,
85
+ "max": 0.0035072564309145994,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10252222142857145,
90
+ "min": 0.10252222142857145,
91
+ "max": 0.19838354285714285,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4353111000000003,
96
+ "min": 1.3886848,
97
+ "max": 2.5690854,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.00026196992071428587,
102
+ "min": 0.00026196992071428587,
103
+ "max": 0.00983851593142857,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.003667578890000002,
108
+ "min": 0.003667578890000002,
109
+ "max": 0.11693163146000002,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.00930571649223566,
114
+ "min": 0.009168436750769615,
115
+ "max": 0.3567742705345154,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.1302800327539444,
120
+ "min": 0.12835811078548431,
121
+ "max": 2.497419834136963,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 496.08474576271186,
126
+ "min": 378.0759493670886,
127
+ "max": 999.0,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 29269.0,
132
+ "min": 15984.0,
133
+ "max": 32282.0,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.232637262066542,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.5459594690724263,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 72.72559846192598,
144
+ "min": -30.312001638114452,
145
+ "max": 122.13079805672169,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.232637262066542,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.5459594690724263,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 72.72559846192598,
156
+ "min": -30.312001638114452,
157
+ "max": 122.13079805672169,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.04779064674936709,
162
+ "min": 0.03630968288568591,
163
+ "max": 6.943391263484955,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 2.819648158212658,
168
+ "min": 2.819648158212658,
169
+ "max": 111.09426021575928,
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": "1729237814",
188
+ "python_version": "3.10.0 (default, Mar 3 2022, 09:58:08) [GCC 7.5.0]",
189
+ "command_line_arguments": "/cpfs/user/taishan/miniconda3/envs/ml-agents/bin/mlagents-learn ./ml-agents/config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics --force",
190
+ "mlagents_version": "1.2.0.dev0",
191
+ "mlagents_envs_version": "1.2.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "2.4.1+cu121",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1729240461"
196
+ },
197
+ "total": 2647.1359304729995,
198
+ "count": 1,
199
+ "self": 0.4285606839985121,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.13243761200283188,
203
+ "count": 1,
204
+ "self": 0.13243761200283188
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 2646.574932176998,
208
+ "count": 1,
209
+ "self": 1.0098255497578066,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 3.1970746160077397,
213
+ "count": 1,
214
+ "self": 3.1970746160077397
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 2642.229406590239,
218
+ "count": 63543,
219
+ "self": 0.9336012892308645,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 2231.576490821055,
223
+ "count": 63543,
224
+ "self": 2129.4908955313294,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 101.45009034496616,
228
+ "count": 63544,
229
+ "self": 3.7880231003218796,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 97.66206724464428,
233
+ "count": 62621,
234
+ "self": 97.66206724464428
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.6355049447593046,
240
+ "count": 63543,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 3351.990387798811,
245
+ "count": 63543,
246
+ "is_parallel": true,
247
+ "self": 1298.1987625510228,
248
+ "children": {
249
+ "run_training.setup": {
250
+ "total": 0.13243761200283188,
251
+ "count": 1,
252
+ "is_parallel": true,
253
+ "self": 0.015098709991434589,
254
+ "children": {
255
+ "steps_from_proto": {
256
+ "total": 0.00161097600357607,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.000494004983920604,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.001116971019655466,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.001116971019655466
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.11572792600782122,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.00012103002518415451,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0006946339999558404,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0006946339999558404
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.1140279339888366,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.1140279339888366
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0008843279938446358,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.00019012900884263217,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0006941989850020036,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0006941989850020036
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 2053.659187635785,
307
+ "count": 63541,
308
+ "is_parallel": true,
309
+ "self": 7.234220153011847,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 34.52307016259874,
313
+ "count": 63541,
314
+ "is_parallel": true,
315
+ "self": 34.52307016259874
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 1959.9089433813351,
319
+ "count": 63541,
320
+ "is_parallel": true,
321
+ "self": 1959.9089433813351
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 51.99295393883949,
325
+ "count": 63541,
326
+ "is_parallel": true,
327
+ "self": 10.524916169350035,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 41.468037769489456,
331
+ "count": 508328,
332
+ "is_parallel": true,
333
+ "self": 41.468037769489456
334
+ }
335
+ }
336
+ }
337
+ }
338
+ },
339
+ "TrainerController.start_learning": {
340
+ "total": 0.0,
341
+ "count": 0,
342
+ "is_parallel": true,
343
+ "self": 0.0,
344
+ "children": {
345
+ "TrainerController._reset_env": {
346
+ "total": 3.1970746160077397,
347
+ "count": 1,
348
+ "is_parallel": true,
349
+ "self": 3.1970746160077397
350
+ },
351
+ "TrainerController.advance": {
352
+ "total": 704.0082399569801,
353
+ "count": 17445,
354
+ "is_parallel": true,
355
+ "self": 0.2507582859834656,
356
+ "children": {
357
+ "env_step": {
358
+ "total": 591.1661858067528,
359
+ "count": 17445,
360
+ "is_parallel": true,
361
+ "self": 561.950506352805,
362
+ "children": {
363
+ "SubprocessEnvManager._take_step": {
364
+ "total": 28.991436835975037,
365
+ "count": 17446,
366
+ "is_parallel": true,
367
+ "self": 1.0435211764706764,
368
+ "children": {
369
+ "TorchPolicy.evaluate": {
370
+ "total": 27.94791565950436,
371
+ "count": 17357,
372
+ "is_parallel": true,
373
+ "self": 27.94791565950436
374
+ }
375
+ }
376
+ },
377
+ "workers": {
378
+ "total": 0.17297721598879434,
379
+ "count": 17445,
380
+ "is_parallel": true,
381
+ "self": 0.0,
382
+ "children": {
383
+ "worker_root": {
384
+ "total": 707.1044786637358,
385
+ "count": 17445,
386
+ "is_parallel": true,
387
+ "self": 163.69765298755374,
388
+ "children": {
389
+ "run_training.setup": {
390
+ "total": 0.0,
391
+ "count": 0,
392
+ "is_parallel": true,
393
+ "self": 0.0,
394
+ "children": {
395
+ "steps_from_proto": {
396
+ "total": 0.00161097600357607,
397
+ "count": 1,
398
+ "is_parallel": true,
399
+ "self": 0.000494004983920604,
400
+ "children": {
401
+ "_process_rank_one_or_two_observation": {
402
+ "total": 0.001116971019655466,
403
+ "count": 8,
404
+ "is_parallel": true,
405
+ "self": 0.001116971019655466
406
+ }
407
+ }
408
+ },
409
+ "UnityEnvironment.step": {
410
+ "total": 0.11572792600782122,
411
+ "count": 1,
412
+ "is_parallel": true,
413
+ "self": 0.00012103002518415451,
414
+ "children": {
415
+ "UnityEnvironment._generate_step_input": {
416
+ "total": 0.0006946339999558404,
417
+ "count": 1,
418
+ "is_parallel": true,
419
+ "self": 0.0006946339999558404
420
+ },
421
+ "communicator.exchange": {
422
+ "total": 0.1140279339888366,
423
+ "count": 1,
424
+ "is_parallel": true,
425
+ "self": 0.1140279339888366
426
+ },
427
+ "steps_from_proto": {
428
+ "total": 0.0008843279938446358,
429
+ "count": 1,
430
+ "is_parallel": true,
431
+ "self": 0.00019012900884263217,
432
+ "children": {
433
+ "_process_rank_one_or_two_observation": {
434
+ "total": 0.0006941989850020036,
435
+ "count": 8,
436
+ "is_parallel": true,
437
+ "self": 0.0006941989850020036
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ }
444
+ },
445
+ "UnityEnvironment.step": {
446
+ "total": 543.406825676182,
447
+ "count": 17444,
448
+ "is_parallel": true,
449
+ "self": 1.8957679864397505,
450
+ "children": {
451
+ "UnityEnvironment._generate_step_input": {
452
+ "total": 9.49863564989937,
453
+ "count": 17444,
454
+ "is_parallel": true,
455
+ "self": 9.49863564989937
456
+ },
457
+ "communicator.exchange": {
458
+ "total": 517.8208545059751,
459
+ "count": 17444,
460
+ "is_parallel": true,
461
+ "self": 517.8208545059751
462
+ },
463
+ "steps_from_proto": {
464
+ "total": 14.191567533867783,
465
+ "count": 17444,
466
+ "is_parallel": true,
467
+ "self": 2.828539321257267,
468
+ "children": {
469
+ "_process_rank_one_or_two_observation": {
470
+ "total": 11.363028212610516,
471
+ "count": 139552,
472
+ "is_parallel": true,
473
+ "self": 11.363028212610516
474
+ }
475
+ }
476
+ }
477
+ }
478
+ }
479
+ }
480
+ }
481
+ }
482
+ },
483
+ "steps_from_proto": {
484
+ "total": 0.0015358179953182116,
485
+ "count": 1,
486
+ "is_parallel": true,
487
+ "self": 0.0004476649919524789,
488
+ "children": {
489
+ "_process_rank_one_or_two_observation": {
490
+ "total": 0.0010881530033657327,
491
+ "count": 8,
492
+ "is_parallel": true,
493
+ "self": 0.0010881530033657327
494
+ }
495
+ }
496
+ },
497
+ "UnityEnvironment.step": {
498
+ "total": 0.04972958398866467,
499
+ "count": 1,
500
+ "is_parallel": true,
501
+ "self": 0.00012414799130056053,
502
+ "children": {
503
+ "UnityEnvironment._generate_step_input": {
504
+ "total": 0.0006500849995063618,
505
+ "count": 1,
506
+ "is_parallel": true,
507
+ "self": 0.0006500849995063618
508
+ },
509
+ "communicator.exchange": {
510
+ "total": 0.048106713002198376,
511
+ "count": 1,
512
+ "is_parallel": true,
513
+ "self": 0.048106713002198376
514
+ },
515
+ "steps_from_proto": {
516
+ "total": 0.0008486379956593737,
517
+ "count": 1,
518
+ "is_parallel": true,
519
+ "self": 0.00018992897821590304,
520
+ "children": {
521
+ "_process_rank_one_or_two_observation": {
522
+ "total": 0.0006587090174434707,
523
+ "count": 8,
524
+ "is_parallel": true,
525
+ "self": 0.0006587090174434707
526
+ }
527
+ }
528
+ }
529
+ }
530
+ }
531
+ }
532
+ },
533
+ "trainer_advance": {
534
+ "total": 112.59129586424388,
535
+ "count": 17445,
536
+ "is_parallel": true,
537
+ "self": 0.40781646892719436,
538
+ "children": {
539
+ "process_trajectory": {
540
+ "total": 21.065620380381006,
541
+ "count": 17445,
542
+ "is_parallel": true,
543
+ "self": 21.065620380381006
544
+ },
545
+ "_update_policy": {
546
+ "total": 91.11785901493568,
547
+ "count": 110,
548
+ "is_parallel": true,
549
+ "self": 50.792928515482345,
550
+ "children": {
551
+ "TorchPPOOptimizer.update": {
552
+ "total": 40.32493049945333,
553
+ "count": 6330,
554
+ "is_parallel": true,
555
+ "self": 40.32493049945333
556
+ }
557
+ }
558
+ }
559
+ }
560
+ }
561
+ }
562
+ }
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ }
569
+ }
570
+ },
571
+ "trainer_advance": {
572
+ "total": 409.719314479953,
573
+ "count": 63543,
574
+ "self": 1.7765321361948736,
575
+ "children": {
576
+ "process_trajectory": {
577
+ "total": 80.34752689780726,
578
+ "count": 63543,
579
+ "self": 80.0011609288049,
580
+ "children": {
581
+ "RLTrainer._checkpoint": {
582
+ "total": 0.34636596900236327,
583
+ "count": 2,
584
+ "self": 0.34636596900236327
585
+ }
586
+ }
587
+ },
588
+ "_update_policy": {
589
+ "total": 327.5952554459509,
590
+ "count": 442,
591
+ "self": 183.68929388972174,
592
+ "children": {
593
+ "TorchPPOOptimizer.update": {
594
+ "total": 143.90596155622916,
595
+ "count": 22815,
596
+ "self": 143.90596155622916
597
+ }
598
+ }
599
+ }
600
+ }
601
+ }
602
+ }
603
+ },
604
+ "trainer_threads": {
605
+ "total": 9.469949873164296e-07,
606
+ "count": 1,
607
+ "self": 9.469949873164296e-07
608
+ },
609
+ "TrainerController._save_models": {
610
+ "total": 0.13862447399878874,
611
+ "count": 1,
612
+ "self": 0.017148501006886363,
613
+ "children": {
614
+ "RLTrainer._checkpoint": {
615
+ "total": 0.12147597299190238,
616
+ "count": 1,
617
+ "self": 0.12147597299190238
618
+ }
619
+ }
620
+ }
621
+ }
622
+ }
623
+ }
624
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499906,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-499906.onnx",
7
+ "reward": -0.999880051612854,
8
+ "creation_time": 1729239111.5334895,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-499906.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999963,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-999963.onnx",
16
+ "reward": 1.7269999831914902,
17
+ "creation_time": 1729240461.0635335,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-999963.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000091,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000091.onnx",
25
+ "reward": 1.7269999831914902,
26
+ "creation_time": 1729240461.1957908,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-1000091.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000091,
34
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
35
+ "reward": 1.7269999831914902,
36
+ "creation_time": 1729240461.1957908,
37
+ "auxillary_file_paths": [
38
+ "results/Pyramids Training/Pyramids/Pyramids-1000091.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "1.2.0.dev0",
45
+ "torch_version": "2.4.1+cu121"
46
+ }
47
+ }