qxhxh commited on
Commit
1258490
·
verified ·
1 Parent(s): fd3b5a7

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec9e333695595095b6c92b0aaf98b8a13e33c7b3c64e1aedce915c9d3de2fe0
3
+ size 1420238
Pyramids/Pyramids-1499986.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bff91f90061ac79dd4497d5fc714a390b827b6eb2651c4f863b589815cc16e2
3
+ size 1420238
Pyramids/Pyramids-1499986.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec0ba20136508638a146a73c0dd1950fcaf2ccc7cbe91a52a6f345b17c92fc8
3
+ size 8656079
Pyramids/Pyramids-1999977.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aaa7a8cb1adeb98ba610629e44bacb44c943cceacd033e6a6b9afcab128b7d5
3
+ size 1420238
Pyramids/Pyramids-1999977.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81d3409fcf7e41893368bd526ff18ec9e55c2e59206bfea0f9a84886820e6476
3
+ size 8656079
Pyramids/Pyramids-2499998.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164b0be206d87dceff90c71744883fa968f41722992b89170784d42497ee6d62
3
+ size 1420238
Pyramids/Pyramids-2499998.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864d2526bf56f84a5a4a459abd146bb52c618aeac08b547fc9d9def3d518b426
3
+ size 8656079
Pyramids/Pyramids-2999965.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec9e333695595095b6c92b0aaf98b8a13e33c7b3c64e1aedce915c9d3de2fe0
3
+ size 1420238
Pyramids/Pyramids-2999965.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8e4d4cb7be6864875669b8af9aa649bb66715218d48f4f8f42fe1998401b81f
3
+ size 8656079
Pyramids/Pyramids-3000093.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec9e333695595095b6c92b0aaf98b8a13e33c7b3c64e1aedce915c9d3de2fe0
3
+ size 1420238
Pyramids/Pyramids-3000093.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54b614dd470b14ddaee285000c9d58c539f9fb5571dbdab1eeecf85fce94b66d
3
+ size 8656079
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92a687c9266562d32ebea5fe5f19f52fd2063aca204f3af871f3f7146e0d99a0
3
+ size 8655605
Pyramids/events.out.tfevents.1768550418.legym-gpu-server-1.1989295.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b671883b13cddbb1fc35b81d0ae0f1322554db45ec7fe894719fd2d2fbf5b830
3
+ size 821566
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: qxhxh/ppo-PyramidsRND
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 3000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Pyramids Training", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 500000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 512
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ rnd:
39
+ gamma: 0.99
40
+ strength: 0.01
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 64
44
+ num_layers: 3
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0001
50
+ encoding_size: null
51
+ init_path: null
52
+ keep_checkpoints: 5
53
+ even_checkpoints: false
54
+ max_steps: 3000000
55
+ time_horizon: 128
56
+ summary_freq: 30000
57
+ threaded: false
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ timeout_wait: 60
67
+ seed: -1
68
+ max_lifetime_restarts: 10
69
+ restarts_rate_limit_n: 1
70
+ restarts_rate_limit_period_s: 60
71
+ engine_settings:
72
+ width: 84
73
+ height: 84
74
+ quality_level: 5
75
+ time_scale: 20
76
+ target_frame_rate: -1
77
+ capture_frame_rate: 60
78
+ no_graphics: 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: false
87
+ train_model: false
88
+ inference: false
89
+ results_dir: results
90
+ torch_settings:
91
+ device: null
92
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,688 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/ninghang/qinxinhao/Deep-RL/unit5-ML-Agent/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/ninghang/qinxinhao/Deep-RL/unit5-ML-Agent/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 3 interfaces on host : 0) 192.168.3.24 1) 172.17.0.1 2) 172.18.0.1
4
+ Multi-casting "[IP] 192.168.3.24 [Port] 55030 [Flags] 2 [Guid] 551636615 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,192.168.3.24) [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
+ PlayerPrefs - Creating folder: /home/ninghang/.config/unity3d/Unity Technologies
8
+ PlayerPrefs - Creating folder: /home/ninghang/.config/unity3d/Unity Technologies/UnityEnvironment
9
+ Unable to load player prefs
10
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
11
+ [Subsystems] Discovering subsystems at path /home/ninghang/qinxinhao/Deep-RL/unit5-ML-Agent/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
12
+ Forcing GfxDevice: Null
13
+ GfxDevice: creating device client; threaded=0; jobified=0
14
+ NullGfxDevice:
15
+ Version: NULL 1.0 [1.0]
16
+ Renderer: Null Device
17
+ Vendor: Unity Technologies
18
+ FMOD initialized on nosound output
19
+ Begin MonoManager ReloadAssembly
20
+ - Completed reload, in 0.119 seconds
21
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
23
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
24
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
25
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
26
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
27
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
28
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
29
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
30
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
31
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
32
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
33
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
34
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
35
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
36
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
37
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
38
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
39
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
40
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
41
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
43
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
46
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
47
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
48
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
50
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
51
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
52
+ UnloadTime: 1.289358 ms
53
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ requesting resize 84 x 84
55
+ Setting up 40 worker threads for Enlighten.
56
+ PlayerConnection::CleanupMemory Statistics:
57
+ [ALLOC_TEMP_TLS] TLS Allocator
58
+ StackAllocators :
59
+ [ALLOC_TEMP_MAIN]
60
+ Peak usage frame count: [16.0 KB-32.0 KB]: 6639 frames, [32.0 KB-64.0 KB]: 33703 frames, [64.0 KB-128.0 KB]: 15927 frames, [2.0 MB-4.0 MB]: 1 frames
61
+ Initial Block Size 4.0 MB
62
+ Current Block Size 4.0 MB
63
+ Peak Allocated Bytes 2.0 MB
64
+ Overflow Count 0
65
+ [ALLOC_TEMP_Job.Worker 58]
66
+ Initial Block Size 256.0 KB
67
+ Current Block Size 256.0 KB
68
+ Peak Allocated Bytes 0 B
69
+ Overflow Count 0
70
+ [ALLOC_TEMP_Job.Worker 44]
71
+ Initial Block Size 256.0 KB
72
+ Current Block Size 256.0 KB
73
+ Peak Allocated Bytes 0 B
74
+ Overflow Count 0
75
+ [ALLOC_TEMP_Job.Worker 4]
76
+ Initial Block Size 256.0 KB
77
+ Current Block Size 256.0 KB
78
+ Peak Allocated Bytes 0 B
79
+ Overflow Count 0
80
+ [ALLOC_TEMP_Job.Worker 27]
81
+ Initial Block Size 256.0 KB
82
+ Current Block Size 256.0 KB
83
+ Peak Allocated Bytes 0 B
84
+ Overflow Count 0
85
+ [ALLOC_TEMP_Background Job.Worker 11]
86
+ Initial Block Size 32.0 KB
87
+ Current Block Size 32.0 KB
88
+ Peak Allocated Bytes 0 B
89
+ Overflow Count 0
90
+ [ALLOC_TEMP_Job.Worker 43]
91
+ Initial Block Size 256.0 KB
92
+ Current Block Size 256.0 KB
93
+ Peak Allocated Bytes 0 B
94
+ Overflow Count 0
95
+ [ALLOC_TEMP_Job.Worker 21]
96
+ Initial Block Size 256.0 KB
97
+ Current Block Size 256.0 KB
98
+ Peak Allocated Bytes 0 B
99
+ Overflow Count 0
100
+ [ALLOC_TEMP_Job.Worker 39]
101
+ Initial Block Size 256.0 KB
102
+ Current Block Size 256.0 KB
103
+ Peak Allocated Bytes 0 B
104
+ Overflow Count 0
105
+ [ALLOC_TEMP_Job.Worker 76]
106
+ Initial Block Size 256.0 KB
107
+ Current Block Size 256.0 KB
108
+ Peak Allocated Bytes 0 B
109
+ Overflow Count 0
110
+ [ALLOC_TEMP_Job.Worker 22]
111
+ Initial Block Size 256.0 KB
112
+ Current Block Size 256.0 KB
113
+ Peak Allocated Bytes 0 B
114
+ Overflow Count 0
115
+ [ALLOC_TEMP_Job.Worker 32]
116
+ Initial Block Size 256.0 KB
117
+ Current Block Size 256.0 KB
118
+ Peak Allocated Bytes 0 B
119
+ Overflow Count 0
120
+ [ALLOC_TEMP_Background Job.Worker 5]
121
+ Initial Block Size 32.0 KB
122
+ Current Block Size 32.0 KB
123
+ Peak Allocated Bytes 0 B
124
+ Overflow Count 0
125
+ [ALLOC_TEMP_Background Job.Worker 13]
126
+ Initial Block Size 32.0 KB
127
+ Current Block Size 32.0 KB
128
+ Peak Allocated Bytes 0 B
129
+ Overflow Count 0
130
+ [ALLOC_TEMP_Job.Worker 62]
131
+ Initial Block Size 256.0 KB
132
+ Current Block Size 256.0 KB
133
+ Peak Allocated Bytes 0 B
134
+ Overflow Count 0
135
+ [ALLOC_TEMP_Job.Worker 50]
136
+ Initial Block Size 256.0 KB
137
+ Current Block Size 256.0 KB
138
+ Peak Allocated Bytes 0 B
139
+ Overflow Count 0
140
+ [ALLOC_TEMP_Job.Worker 0]
141
+ Initial Block Size 256.0 KB
142
+ Current Block Size 256.0 KB
143
+ Peak Allocated Bytes 0 B
144
+ Overflow Count 0
145
+ [ALLOC_TEMP_Job.Worker 5]
146
+ Initial Block Size 256.0 KB
147
+ Current Block Size 256.0 KB
148
+ Peak Allocated Bytes 0 B
149
+ Overflow Count 0
150
+ [ALLOC_TEMP_Job.Worker 57]
151
+ Initial Block Size 256.0 KB
152
+ Current Block Size 256.0 KB
153
+ Peak Allocated Bytes 0 B
154
+ Overflow Count 0
155
+ [ALLOC_TEMP_Job.Worker 34]
156
+ Initial Block Size 256.0 KB
157
+ Current Block Size 256.0 KB
158
+ Peak Allocated Bytes 0 B
159
+ Overflow Count 0
160
+ [ALLOC_TEMP_EnlightenWorker] x 40
161
+ Initial Block Size 64.0 KB
162
+ Current Block Size 64.0 KB
163
+ Peak Allocated Bytes 0 B
164
+ Overflow Count 0
165
+ [ALLOC_TEMP_Job.Worker 69]
166
+ Initial Block Size 256.0 KB
167
+ Current Block Size 256.0 KB
168
+ Peak Allocated Bytes 0 B
169
+ Overflow Count 0
170
+ [ALLOC_TEMP_Job.Worker 9]
171
+ Initial Block Size 256.0 KB
172
+ Current Block Size 256.0 KB
173
+ Peak Allocated Bytes 0 B
174
+ Overflow Count 0
175
+ [ALLOC_TEMP_Background Job.Worker 9]
176
+ Initial Block Size 32.0 KB
177
+ Current Block Size 32.0 KB
178
+ Peak Allocated Bytes 0 B
179
+ Overflow Count 0
180
+ [ALLOC_TEMP_Job.Worker 42]
181
+ Initial Block Size 256.0 KB
182
+ Current Block Size 256.0 KB
183
+ Peak Allocated Bytes 0 B
184
+ Overflow Count 0
185
+ [ALLOC_TEMP_Background Job.Worker 6]
186
+ Initial Block Size 32.0 KB
187
+ Current Block Size 32.0 KB
188
+ Peak Allocated Bytes 0 B
189
+ Overflow Count 0
190
+ [ALLOC_TEMP_Job.Worker 70]
191
+ Initial Block Size 256.0 KB
192
+ Current Block Size 256.0 KB
193
+ Peak Allocated Bytes 0 B
194
+ Overflow Count 0
195
+ [ALLOC_TEMP_Job.Worker 66]
196
+ Initial Block Size 256.0 KB
197
+ Current Block Size 256.0 KB
198
+ Peak Allocated Bytes 0 B
199
+ Overflow Count 0
200
+ [ALLOC_TEMP_Job.Worker 51]
201
+ Initial Block Size 256.0 KB
202
+ Current Block Size 256.0 KB
203
+ Peak Allocated Bytes 0 B
204
+ Overflow Count 0
205
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
206
+ Initial Block Size 64.0 KB
207
+ Current Block Size 64.0 KB
208
+ Peak Allocated Bytes 0 B
209
+ Overflow Count 0
210
+ [ALLOC_TEMP_Job.Worker 30]
211
+ Initial Block Size 256.0 KB
212
+ Current Block Size 256.0 KB
213
+ Peak Allocated Bytes 0 B
214
+ Overflow Count 0
215
+ [ALLOC_TEMP_Job.Worker 26]
216
+ Initial Block Size 256.0 KB
217
+ Current Block Size 256.0 KB
218
+ Peak Allocated Bytes 0 B
219
+ Overflow Count 0
220
+ [ALLOC_TEMP_Job.Worker 31]
221
+ Initial Block Size 256.0 KB
222
+ Current Block Size 256.0 KB
223
+ Peak Allocated Bytes 0 B
224
+ Overflow Count 0
225
+ [ALLOC_TEMP_Job.Worker 29]
226
+ Initial Block Size 256.0 KB
227
+ Current Block Size 256.0 KB
228
+ Peak Allocated Bytes 0 B
229
+ Overflow Count 0
230
+ [ALLOC_TEMP_Background Job.Worker 15]
231
+ Initial Block Size 32.0 KB
232
+ Current Block Size 32.0 KB
233
+ Peak Allocated Bytes 0 B
234
+ Overflow Count 0
235
+ [ALLOC_TEMP_Background Job.Worker 7]
236
+ Initial Block Size 32.0 KB
237
+ Current Block Size 32.0 KB
238
+ Peak Allocated Bytes 0 B
239
+ Overflow Count 0
240
+ [ALLOC_TEMP_Job.Worker 8]
241
+ Initial Block Size 256.0 KB
242
+ Current Block Size 256.0 KB
243
+ Peak Allocated Bytes 0 B
244
+ Overflow Count 0
245
+ [ALLOC_TEMP_Job.Worker 23]
246
+ Initial Block Size 256.0 KB
247
+ Current Block Size 256.0 KB
248
+ Peak Allocated Bytes 0 B
249
+ Overflow Count 0
250
+ [ALLOC_TEMP_Job.Worker 33]
251
+ Initial Block Size 256.0 KB
252
+ Current Block Size 256.0 KB
253
+ Peak Allocated Bytes 0 B
254
+ Overflow Count 0
255
+ [ALLOC_TEMP_Job.Worker 1]
256
+ Initial Block Size 256.0 KB
257
+ Current Block Size 256.0 KB
258
+ Peak Allocated Bytes 0 B
259
+ Overflow Count 0
260
+ [ALLOC_TEMP_Job.Worker 41]
261
+ Initial Block Size 256.0 KB
262
+ Current Block Size 256.0 KB
263
+ Peak Allocated Bytes 0 B
264
+ Overflow Count 0
265
+ [ALLOC_TEMP_Background Job.Worker 4]
266
+ Initial Block Size 32.0 KB
267
+ Current Block Size 32.0 KB
268
+ Peak Allocated Bytes 0 B
269
+ Overflow Count 0
270
+ [ALLOC_TEMP_Job.Worker 64]
271
+ Initial Block Size 256.0 KB
272
+ Current Block Size 256.0 KB
273
+ Peak Allocated Bytes 0 B
274
+ Overflow Count 0
275
+ [ALLOC_TEMP_Job.Worker 68]
276
+ Initial Block Size 256.0 KB
277
+ Current Block Size 256.0 KB
278
+ Peak Allocated Bytes 0 B
279
+ Overflow Count 0
280
+ [ALLOC_TEMP_Job.Worker 72]
281
+ Initial Block Size 256.0 KB
282
+ Current Block Size 256.0 KB
283
+ Peak Allocated Bytes 0 B
284
+ Overflow Count 0
285
+ [ALLOC_TEMP_Job.Worker 28]
286
+ Initial Block Size 256.0 KB
287
+ Current Block Size 256.0 KB
288
+ Peak Allocated Bytes 0 B
289
+ Overflow Count 0
290
+ [ALLOC_TEMP_Job.Worker 48]
291
+ Initial Block Size 256.0 KB
292
+ Current Block Size 256.0 KB
293
+ Peak Allocated Bytes 0 B
294
+ Overflow Count 0
295
+ [ALLOC_TEMP_Job.Worker 7]
296
+ Initial Block Size 256.0 KB
297
+ Current Block Size 256.0 KB
298
+ Peak Allocated Bytes 0 B
299
+ Overflow Count 0
300
+ [ALLOC_TEMP_Job.Worker 45]
301
+ Initial Block Size 256.0 KB
302
+ Current Block Size 256.0 KB
303
+ Peak Allocated Bytes 0 B
304
+ Overflow Count 0
305
+ [ALLOC_TEMP_Job.Worker 18]
306
+ Initial Block Size 256.0 KB
307
+ Current Block Size 256.0 KB
308
+ Peak Allocated Bytes 0 B
309
+ Overflow Count 0
310
+ [ALLOC_TEMP_Job.Worker 73]
311
+ Initial Block Size 256.0 KB
312
+ Current Block Size 256.0 KB
313
+ Peak Allocated Bytes 0 B
314
+ Overflow Count 0
315
+ [ALLOC_TEMP_Background Job.Worker 8]
316
+ Initial Block Size 32.0 KB
317
+ Current Block Size 32.0 KB
318
+ Peak Allocated Bytes 0 B
319
+ Overflow Count 0
320
+ [ALLOC_TEMP_Job.Worker 60]
321
+ Initial Block Size 256.0 KB
322
+ Current Block Size 256.0 KB
323
+ Peak Allocated Bytes 0 B
324
+ Overflow Count 0
325
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
326
+ Initial Block Size 64.0 KB
327
+ Current Block Size 64.0 KB
328
+ Peak Allocated Bytes 0 B
329
+ Overflow Count 0
330
+ [ALLOC_TEMP_Job.Worker 78]
331
+ Initial Block Size 256.0 KB
332
+ Current Block Size 256.0 KB
333
+ Peak Allocated Bytes 0 B
334
+ Overflow Count 0
335
+ [ALLOC_TEMP_Background Job.Worker 3]
336
+ Initial Block Size 32.0 KB
337
+ Current Block Size 32.0 KB
338
+ Peak Allocated Bytes 0 B
339
+ Overflow Count 0
340
+ [ALLOC_TEMP_Job.Worker 46]
341
+ Initial Block Size 256.0 KB
342
+ Current Block Size 256.0 KB
343
+ Peak Allocated Bytes 0 B
344
+ Overflow Count 0
345
+ [ALLOC_TEMP_BatchDeleteObjects]
346
+ Initial Block Size 64.0 KB
347
+ Current Block Size 64.0 KB
348
+ Peak Allocated Bytes 0 B
349
+ Overflow Count 0
350
+ [ALLOC_TEMP_Job.Worker 63]
351
+ Initial Block Size 256.0 KB
352
+ Current Block Size 256.0 KB
353
+ Peak Allocated Bytes 0 B
354
+ Overflow Count 0
355
+ [ALLOC_TEMP_Job.Worker 25]
356
+ Initial Block Size 256.0 KB
357
+ Current Block Size 256.0 KB
358
+ Peak Allocated Bytes 0 B
359
+ Overflow Count 0
360
+ [ALLOC_TEMP_Job.Worker 71]
361
+ Initial Block Size 256.0 KB
362
+ Current Block Size 256.0 KB
363
+ Peak Allocated Bytes 0 B
364
+ Overflow Count 0
365
+ [ALLOC_TEMP_Job.Worker 13]
366
+ Initial Block Size 256.0 KB
367
+ Current Block Size 256.0 KB
368
+ Peak Allocated Bytes 0 B
369
+ Overflow Count 0
370
+ [ALLOC_TEMP_Job.Worker 55]
371
+ Initial Block Size 256.0 KB
372
+ Current Block Size 256.0 KB
373
+ Peak Allocated Bytes 0 B
374
+ Overflow Count 0
375
+ [ALLOC_TEMP_Background Job.Worker 2]
376
+ Initial Block Size 32.0 KB
377
+ Current Block Size 32.0 KB
378
+ Peak Allocated Bytes 0 B
379
+ Overflow Count 0
380
+ [ALLOC_TEMP_Job.Worker 75]
381
+ Initial Block Size 256.0 KB
382
+ Current Block Size 256.0 KB
383
+ Peak Allocated Bytes 0 B
384
+ Overflow Count 0
385
+ [ALLOC_TEMP_Job.Worker 35]
386
+ Initial Block Size 256.0 KB
387
+ Current Block Size 256.0 KB
388
+ Peak Allocated Bytes 0 B
389
+ Overflow Count 0
390
+ [ALLOC_TEMP_Job.Worker 59]
391
+ Initial Block Size 256.0 KB
392
+ Current Block Size 256.0 KB
393
+ Peak Allocated Bytes 0 B
394
+ Overflow Count 0
395
+ [ALLOC_TEMP_Job.Worker 10]
396
+ Initial Block Size 256.0 KB
397
+ Current Block Size 256.0 KB
398
+ Peak Allocated Bytes 0 B
399
+ Overflow Count 0
400
+ [ALLOC_TEMP_Job.Worker 15]
401
+ Initial Block Size 256.0 KB
402
+ Current Block Size 256.0 KB
403
+ Peak Allocated Bytes 0 B
404
+ Overflow Count 0
405
+ [ALLOC_TEMP_Job.Worker 12]
406
+ Initial Block Size 256.0 KB
407
+ Current Block Size 256.0 KB
408
+ Peak Allocated Bytes 0 B
409
+ Overflow Count 0
410
+ [ALLOC_TEMP_Loading.PreloadManager]
411
+ Initial Block Size 256.0 KB
412
+ Current Block Size 320.0 KB
413
+ Peak Allocated Bytes 251.6 KB
414
+ Overflow Count 4
415
+ [ALLOC_TEMP_Profiler.Dispatcher]
416
+ Initial Block Size 64.0 KB
417
+ Current Block Size 64.0 KB
418
+ Peak Allocated Bytes 15.0 KB
419
+ Overflow Count 0
420
+ [ALLOC_TEMP_Job.Worker 14]
421
+ Initial Block Size 256.0 KB
422
+ Current Block Size 256.0 KB
423
+ Peak Allocated Bytes 0 B
424
+ Overflow Count 0
425
+ [ALLOC_TEMP_Job.Worker 3]
426
+ Initial Block Size 256.0 KB
427
+ Current Block Size 256.0 KB
428
+ Peak Allocated Bytes 0 B
429
+ Overflow Count 0
430
+ [ALLOC_TEMP_Job.Worker 17]
431
+ Initial Block Size 256.0 KB
432
+ Current Block Size 256.0 KB
433
+ Peak Allocated Bytes 0 B
434
+ Overflow Count 0
435
+ [ALLOC_TEMP_Job.Worker 37]
436
+ Initial Block Size 256.0 KB
437
+ Current Block Size 256.0 KB
438
+ Peak Allocated Bytes 0 B
439
+ Overflow Count 0
440
+ [ALLOC_TEMP_Job.Worker 2]
441
+ Initial Block Size 256.0 KB
442
+ Current Block Size 256.0 KB
443
+ Peak Allocated Bytes 0 B
444
+ Overflow Count 0
445
+ [ALLOC_TEMP_Job.Worker 11]
446
+ Initial Block Size 256.0 KB
447
+ Current Block Size 256.0 KB
448
+ Peak Allocated Bytes 0 B
449
+ Overflow Count 0
450
+ [ALLOC_TEMP_Job.Worker 6]
451
+ Initial Block Size 256.0 KB
452
+ Current Block Size 256.0 KB
453
+ Peak Allocated Bytes 0 B
454
+ Overflow Count 0
455
+ [ALLOC_TEMP_Loading.AsyncRead]
456
+ Initial Block Size 64.0 KB
457
+ Current Block Size 64.0 KB
458
+ Peak Allocated Bytes 129 B
459
+ Overflow Count 0
460
+ [ALLOC_TEMP_Job.Worker 40]
461
+ Initial Block Size 256.0 KB
462
+ Current Block Size 256.0 KB
463
+ Peak Allocated Bytes 0 B
464
+ Overflow Count 0
465
+ [ALLOC_TEMP_Job.Worker 52]
466
+ Initial Block Size 256.0 KB
467
+ Current Block Size 256.0 KB
468
+ Peak Allocated Bytes 0 B
469
+ Overflow Count 0
470
+ [ALLOC_TEMP_Job.Worker 77]
471
+ Initial Block Size 256.0 KB
472
+ Current Block Size 256.0 KB
473
+ Peak Allocated Bytes 0 B
474
+ Overflow Count 0
475
+ [ALLOC_TEMP_Job.Worker 36]
476
+ Initial Block Size 256.0 KB
477
+ Current Block Size 256.0 KB
478
+ Peak Allocated Bytes 0 B
479
+ Overflow Count 0
480
+ [ALLOC_TEMP_Job.Worker 16]
481
+ Initial Block Size 256.0 KB
482
+ Current Block Size 256.0 KB
483
+ Peak Allocated Bytes 0 B
484
+ Overflow Count 0
485
+ [ALLOC_TEMP_Background Job.Worker 1]
486
+ Initial Block Size 32.0 KB
487
+ Current Block Size 32.0 KB
488
+ Peak Allocated Bytes 0 B
489
+ Overflow Count 0
490
+ [ALLOC_TEMP_Background Job.Worker 10]
491
+ Initial Block Size 32.0 KB
492
+ Current Block Size 32.0 KB
493
+ Peak Allocated Bytes 0 B
494
+ Overflow Count 0
495
+ [ALLOC_TEMP_Job.Worker 74]
496
+ Initial Block Size 256.0 KB
497
+ Current Block Size 256.0 KB
498
+ Peak Allocated Bytes 0 B
499
+ Overflow Count 0
500
+ [ALLOC_TEMP_Job.Worker 53]
501
+ Initial Block Size 256.0 KB
502
+ Current Block Size 256.0 KB
503
+ Peak Allocated Bytes 0 B
504
+ Overflow Count 0
505
+ [ALLOC_TEMP_Job.Worker 38]
506
+ Initial Block Size 256.0 KB
507
+ Current Block Size 256.0 KB
508
+ Peak Allocated Bytes 0 B
509
+ Overflow Count 0
510
+ [ALLOC_TEMP_Job.Worker 20]
511
+ Initial Block Size 256.0 KB
512
+ Current Block Size 256.0 KB
513
+ Peak Allocated Bytes 0 B
514
+ Overflow Count 0
515
+ [ALLOC_TEMP_Job.Worker 47]
516
+ Initial Block Size 256.0 KB
517
+ Current Block Size 256.0 KB
518
+ Peak Allocated Bytes 0 B
519
+ Overflow Count 0
520
+ [ALLOC_TEMP_Job.Worker 67]
521
+ Initial Block Size 256.0 KB
522
+ Current Block Size 256.0 KB
523
+ Peak Allocated Bytes 0 B
524
+ Overflow Count 0
525
+ [ALLOC_TEMP_Job.Worker 49]
526
+ Initial Block Size 256.0 KB
527
+ Current Block Size 256.0 KB
528
+ Peak Allocated Bytes 0 B
529
+ Overflow Count 0
530
+ [ALLOC_TEMP_Job.Worker 24]
531
+ Initial Block Size 256.0 KB
532
+ Current Block Size 256.0 KB
533
+ Peak Allocated Bytes 0 B
534
+ Overflow Count 0
535
+ [ALLOC_TEMP_Job.Worker 65]
536
+ Initial Block Size 256.0 KB
537
+ Current Block Size 256.0 KB
538
+ Peak Allocated Bytes 0 B
539
+ Overflow Count 0
540
+ [ALLOC_TEMP_Background Job.Worker 12]
541
+ Initial Block Size 32.0 KB
542
+ Current Block Size 32.0 KB
543
+ Peak Allocated Bytes 0 B
544
+ Overflow Count 0
545
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 79
546
+ Initial Block Size 64.0 KB
547
+ Current Block Size 64.0 KB
548
+ Peak Allocated Bytes 0 B
549
+ Overflow Count 0
550
+ [ALLOC_TEMP_Job.Worker 56]
551
+ Initial Block Size 256.0 KB
552
+ Current Block Size 256.0 KB
553
+ Peak Allocated Bytes 0 B
554
+ Overflow Count 0
555
+ [ALLOC_TEMP_Job.Worker 54]
556
+ Initial Block Size 256.0 KB
557
+ Current Block Size 256.0 KB
558
+ Peak Allocated Bytes 0 B
559
+ Overflow Count 0
560
+ [ALLOC_TEMP_Background Job.Worker 0]
561
+ Initial Block Size 32.0 KB
562
+ Current Block Size 32.0 KB
563
+ Peak Allocated Bytes 0 B
564
+ Overflow Count 0
565
+ [ALLOC_TEMP_Background Job.Worker 14]
566
+ Initial Block Size 32.0 KB
567
+ Current Block Size 32.0 KB
568
+ Peak Allocated Bytes 0 B
569
+ Overflow Count 0
570
+ [ALLOC_TEMP_Job.Worker 61]
571
+ Initial Block Size 256.0 KB
572
+ Current Block Size 256.0 KB
573
+ Peak Allocated Bytes 0 B
574
+ Overflow Count 0
575
+ [ALLOC_TEMP_Job.Worker 19]
576
+ Initial Block Size 256.0 KB
577
+ Current Block Size 256.0 KB
578
+ Peak Allocated Bytes 0.8 KB
579
+ Overflow Count 0
580
+ [ALLOC_MEMORYPROFILER]
581
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55971 frames
582
+ Requested Block Size 1.0 MB
583
+ Peak Block count 2
584
+ Peak Allocated memory 1.6 MB
585
+ Peak Large allocation bytes 0 B
586
+ [ALLOC_DEFAULT] Dual Thread Allocator
587
+ Peak main deferred allocation count 12451
588
+ [ALLOC_BUCKET]
589
+ Large Block size 4.0 MB
590
+ Used Block count 1
591
+ Peak Allocated bytes 1.7 MB
592
+ [ALLOC_DEFAULT_MAIN]
593
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 56269 frames
594
+ Requested Block Size 16.0 MB
595
+ Peak Block count 3
596
+ Peak Allocated memory 30.7 MB
597
+ Peak Large allocation bytes 0 B
598
+ [ALLOC_DEFAULT_THREAD]
599
+ Peak usage frame count: [16.0 MB-32.0 MB]: 2 frames, [32.0 MB-64.0 MB]: 56268 frames
600
+ Requested Block Size 16.0 MB
601
+ Peak Block count 2
602
+ Peak Allocated memory 37.4 MB
603
+ Peak Large allocation bytes 16.0 MB
604
+ [ALLOC_TEMP_JOB_1_FRAME]
605
+ Initial Block Size 2.0 MB
606
+ Used Block Count 1
607
+ Overflow Count (too large) 0
608
+ Overflow Count (full) 0
609
+ [ALLOC_TEMP_JOB_2_FRAMES]
610
+ Initial Block Size 2.0 MB
611
+ Used Block Count 1
612
+ Overflow Count (too large) 0
613
+ Overflow Count (full) 0
614
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
615
+ Initial Block Size 2.0 MB
616
+ Used Block Count 2
617
+ Overflow Count (too large) 0
618
+ Overflow Count (full) 0
619
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
620
+ Initial Block Size 1.0 MB
621
+ Used Block Count 3
622
+ Overflow Count (too large) 0
623
+ Overflow Count (full) 0
624
+ [ALLOC_GFX] Dual Thread Allocator
625
+ Peak main deferred allocation count 0
626
+ [ALLOC_BUCKET]
627
+ Large Block size 4.0 MB
628
+ Used Block count 1
629
+ Peak Allocated bytes 1.7 MB
630
+ [ALLOC_GFX_MAIN]
631
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56269 frames, [64.0 KB-128.0 KB]: 1 frames
632
+ Requested Block Size 16.0 MB
633
+ Peak Block count 1
634
+ Peak Allocated memory 67.0 KB
635
+ Peak Large allocation bytes 0 B
636
+ [ALLOC_GFX_THREAD]
637
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56270 frames
638
+ Requested Block Size 16.0 MB
639
+ Peak Block count 1
640
+ Peak Allocated memory 67.7 KB
641
+ Peak Large allocation bytes 0 B
642
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
643
+ Peak main deferred allocation count 1
644
+ [ALLOC_BUCKET]
645
+ Large Block size 4.0 MB
646
+ Used Block count 1
647
+ Peak Allocated bytes 1.7 MB
648
+ [ALLOC_CACHEOBJECTS_MAIN]
649
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55971 frames
650
+ Requested Block Size 4.0 MB
651
+ Peak Block count 1
652
+ Peak Allocated memory 1.4 MB
653
+ Peak Large allocation bytes 0 B
654
+ [ALLOC_CACHEOBJECTS_THREAD]
655
+ Peak usage frame count: [1.0 MB-2.0 MB]: 56269 frames, [4.0 MB-8.0 MB]: 1 frames
656
+ Requested Block Size 4.0 MB
657
+ Peak Block count 2
658
+ Peak Allocated memory 4.7 MB
659
+ Peak Large allocation bytes 0 B
660
+ [ALLOC_TYPETREE] Dual Thread Allocator
661
+ Peak main deferred allocation count 0
662
+ [ALLOC_BUCKET]
663
+ Large Block size 4.0 MB
664
+ Used Block count 1
665
+ Peak Allocated bytes 1.7 MB
666
+ [ALLOC_TYPETREE_MAIN]
667
+ Peak usage frame count: [0-1.0 KB]: 56270 frames
668
+ Requested Block Size 2.0 MB
669
+ Peak Block count 1
670
+ Peak Allocated memory 1.0 KB
671
+ Peak Large allocation bytes 0 B
672
+ [ALLOC_TYPETREE_THREAD]
673
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56270 frames
674
+ Requested Block Size 2.0 MB
675
+ Peak Block count 1
676
+ Peak Allocated memory 1.9 KB
677
+ Peak Large allocation bytes 0 B
678
+ [ALLOC_PROFILER]
679
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56270 frames
680
+ Requested Block Size 16.0 MB
681
+ Peak Block count 1
682
+ Peak Allocated memory 96.4 KB
683
+ Peak Large allocation bytes 0 B
684
+ [ALLOC_PROFILER_BUCKET]
685
+ Large Block size 4.0 MB
686
+ Used Block count 1
687
+ Peak Allocated bytes 396 B
688
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1768558905389,"processId":1989541,"allocatedMemory":2066380,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":36644},{"Manager":72715},{"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":3574},{"DynamicArray":30868},{"HashMap":7680},{"Utility":33184},{"PoolAlloc":1160},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3272},{"Unet":16},{"Director":7760},{"WebRequest":720},{"VR":45473},{"SceneManager":424},{"Video":32},{"LazyScriptCache":32},{"NativeArray":384},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57552},{"AssetReference":32}]}
run_logs/timers.json ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.1728253960609436,
6
+ "min": 0.16308020055294037,
7
+ "max": 1.4763644933700562,
8
+ "count": 100
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 5223.474609375,
12
+ "min": 4918.4990234375,
13
+ "max": 44786.9921875,
14
+ "count": 100
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2999965.0,
18
+ "min": 29989.0,
19
+ "max": 2999965.0,
20
+ "count": 100
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2999965.0,
24
+ "min": 29989.0,
25
+ "max": 2999965.0,
26
+ "count": 100
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.816712498664856,
30
+ "min": -0.203117236495018,
31
+ "max": 0.8835760354995728,
32
+ "count": 100
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 243.3803253173828,
36
+ "min": -48.34190368652344,
37
+ "max": 274.7921447753906,
38
+ "count": 100
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.019102422520518303,
42
+ "min": -0.01084805652499199,
43
+ "max": 0.29096683859825134,
44
+ "count": 100
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 5.692522048950195,
48
+ "min": -3.2218728065490723,
49
+ "max": 69.25010681152344,
50
+ "count": 100
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06926028755454658,
54
+ "min": 0.06432453564013399,
55
+ "max": 0.07469949284374403,
56
+ "count": 100
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.969644025763652,
60
+ "min": 0.5052627934525645,
61
+ "max": 1.0601396428400596,
62
+ "count": 100
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.013062040997153548,
66
+ "min": 0.00012047082789129815,
67
+ "max": 0.01612036287102552,
68
+ "count": 100
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.18286857396014966,
72
+ "min": 0.00151611503153783,
73
+ "max": 0.23745259088658105,
74
+ "count": 100
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.5193066364547668e-06,
78
+ "min": 1.5193066364547668e-06,
79
+ "max": 0.0002984122719578143,
80
+ "count": 100
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 2.1270292910366736e-05,
84
+ "min": 2.1270292910366736e-05,
85
+ "max": 0.0037248839583720332,
86
+ "count": 100
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.1005064023809524,
90
+ "min": 0.1005064023809524,
91
+ "max": 0.19947075714285717,
92
+ "count": 100
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4070896333333336,
96
+ "min": 1.3962953000000002,
97
+ "max": 2.677506533333333,
98
+ "count": 100
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 6.058959785714302e-05,
102
+ "min": 6.058959785714302e-05,
103
+ "max": 0.009947128638571428,
104
+ "count": 100
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0008482543700000023,
108
+ "min": 0.0008482543700000023,
109
+ "max": 0.12416863387000002,
110
+ "count": 100
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.007786216679960489,
114
+ "min": 0.007055687252432108,
115
+ "max": 0.49347636103630066,
116
+ "count": 100
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.10900703072547913,
120
+ "min": 0.1036483570933342,
121
+ "max": 3.4543344974517822,
122
+ "count": 100
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 232.61029411764707,
126
+ "min": 204.62142857142857,
127
+ "max": 999.0,
128
+ "count": 100
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 31635.0,
132
+ "min": 16532.0,
133
+ "max": 33809.0,
134
+ "count": 100
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.7232602783752715,
138
+ "min": -0.9998625526204705,
139
+ "max": 1.7953309267759323,
140
+ "count": 100
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 234.36339785903692,
144
+ "min": -31.995601683855057,
145
+ "max": 249.5509988218546,
146
+ "count": 100
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.7232602783752715,
150
+ "min": -0.9998625526204705,
151
+ "max": 1.7953309267759323,
152
+ "count": 100
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 234.36339785903692,
156
+ "min": -31.995601683855057,
157
+ "max": 249.5509988218546,
158
+ "count": 100
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.018693804626924677,
162
+ "min": 0.015408162045394734,
163
+ "max": 9.614438253290514,
164
+ "count": 100
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 2.542357429261756,
168
+ "min": 2.141734524309868,
169
+ "max": 163.44545030593872,
170
+ "count": 100
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 100
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 100
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1768550416",
188
+ "python_version": "3.10.19 (main, Oct 21 2025, 16:43:05) [GCC 11.2.0]",
189
+ "command_line_arguments": "/home/ninghang/anaconda3/envs/qxh_huggy_env/bin/mlagents-learn ./ml-agents/config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics",
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.8.0+cu128",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1768558905"
196
+ },
197
+ "total": 8489.217343541328,
198
+ "count": 1,
199
+ "self": 0.5256404294632375,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.042277988977730274,
203
+ "count": 1,
204
+ "self": 0.042277988977730274
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 8488.649425122887,
208
+ "count": 1,
209
+ "self": 2.8993346840143204,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 5.75547471921891,
213
+ "count": 1,
214
+ "self": 5.75547471921891
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 8479.920919189695,
218
+ "count": 194912,
219
+ "self": 3.004710135050118,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 6286.280644763727,
223
+ "count": 194912,
224
+ "self": 5900.9771484970115,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 383.55817039869726,
228
+ "count": 194912,
229
+ "self": 9.999258208088577,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 373.5589121906087,
233
+ "count": 187565,
234
+ "self": 373.5589121906087
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 1.7453258680179715,
240
+ "count": 194912,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 8478.26584891975,
245
+ "count": 194912,
246
+ "is_parallel": true,
247
+ "self": 2915.2074072700925,
248
+ "children": {
249
+ "run_training.setup": {
250
+ "total": 0.0,
251
+ "count": 0,
252
+ "is_parallel": true,
253
+ "self": 0.0,
254
+ "children": {
255
+ "steps_from_proto": {
256
+ "total": 0.0034880409948527813,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.0010593901388347149,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0024286508560180664,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0024286508560180664
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.040600516833364964,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0008473135530948639,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0007738666608929634,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0007738666608929634
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.03654577676206827,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.03654577676206827
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0024335598573088646,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.0005511930212378502,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0018823668360710144,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0018823668360710144
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 5563.058441649657,
307
+ "count": 194911,
308
+ "is_parallel": true,
309
+ "self": 149.22693460341543,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 103.57292680395767,
313
+ "count": 194911,
314
+ "is_parallel": true,
315
+ "self": 103.57292680395767
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 4892.346209367737,
319
+ "count": 194911,
320
+ "is_parallel": true,
321
+ "self": 4892.346209367737
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 417.91237087454647,
325
+ "count": 194911,
326
+ "is_parallel": true,
327
+ "self": 86.86643951525912,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 331.04593135928735,
331
+ "count": 1559288,
332
+ "is_parallel": true,
333
+ "self": 331.04593135928735
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 2190.6355642909184,
347
+ "count": 194912,
348
+ "self": 6.148625488393009,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 330.28213377436623,
352
+ "count": 194912,
353
+ "self": 329.8232858059928,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.45884796837344766,
357
+ "count": 6,
358
+ "self": 0.45884796837344766
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 1854.2048050281592,
364
+ "count": 1390,
365
+ "self": 877.7893710983917,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 976.4154339297675,
369
+ "count": 68439,
370
+ "self": 976.4154339297675
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 9.690411388874054e-07,
380
+ "count": 1,
381
+ "self": 9.690411388874054e-07
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.07369556091725826,
385
+ "count": 1,
386
+ "self": 0.0011517140083014965,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.07254384690895677,
390
+ "count": 1,
391
+ "self": 0.07254384690895677
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 1499986,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1499986.onnx",
7
+ "reward": 1.6485000029206276,
8
+ "creation_time": 1768554581.2502143,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-1499986.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999977,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1999977.onnx",
16
+ "reward": null,
17
+ "creation_time": 1768556014.265085,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-1999977.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499998,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2499998.onnx",
25
+ "reward": 1.5179999321699142,
26
+ "creation_time": 1768557481.7287257,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-2499998.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999965,
33
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2999965.onnx",
34
+ "reward": 1.7528181726282293,
35
+ "creation_time": 1768558904.8382502,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training/Pyramids/Pyramids-2999965.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000093,
42
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-3000093.onnx",
43
+ "reward": 1.7528181726282293,
44
+ "creation_time": 1768558904.9230697,
45
+ "auxillary_file_paths": [
46
+ "results/Pyramids Training/Pyramids/Pyramids-3000093.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000093,
52
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
53
+ "reward": 1.7528181726282293,
54
+ "creation_time": 1768558904.9230697,
55
+ "auxillary_file_paths": [
56
+ "results/Pyramids Training/Pyramids/Pyramids-3000093.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "1.2.0.dev0",
63
+ "torch_version": "2.8.0+cu128"
64
+ }
65
+ }