PinchuPanda commited on
Commit
b7d5356
·
verified ·
1 Parent(s): b69ed3c

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cf223338e488a90099d7119eb123af73ec545d14012692a6fc61f9ea60917ae
3
+ size 1420238
Pyramids/Pyramids-499944.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305838ffcf4a125408ff3bfa8df764659a361b70d3e23dbbf6b2209711572cec
3
+ size 1420238
Pyramids/Pyramids-499944.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be1231e21e56b2627459811ba9565f200cc8acc18ebbd9a7b9becb9730ad275
3
+ size 8656000
Pyramids/Pyramids-900028.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cf223338e488a90099d7119eb123af73ec545d14012692a6fc61f9ea60917ae
3
+ size 1420238
Pyramids/Pyramids-900028.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2660fb9bfd51d4d71b1c71c80ccdd76bfece3067283de7761dac7720bb1d0f3d
3
+ size 8656000
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bacd0a3ec6d18b8a063b9b8c187b85b563b21ca30d36bc5b5de94c0db2bf56c0
3
+ size 8655605
Pyramids/events.out.tfevents.1768633215.d62bf3de39a1.7414.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa736091fda2c8882b619c5a6eb5bc6dce47d57192c141b1d5852c5077965fd1
3
+ size 731681
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: PinchuPanda/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": 900000, "time_horizon": 128, "summary_freq": 10000, "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": "PyramidsTraining3", "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: 900000
55
+ time_horizon: 128
56
+ summary_freq: 10000
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: PyramidsTraining3
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,850 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.24.0.2
4
+ Multi-casting "[IP] 172.24.0.2 [Port] 55198 [Flags] 2 [Guid] 1559355384 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.24.0.2) [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 /workspace/ml-agents/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
+ FMOD initialized on nosound output
16
+ Begin MonoManager ReloadAssembly
17
+ - Completed reload, in 1.446 seconds
18
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
22
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
23
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
24
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
25
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
26
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
27
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
28
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
32
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
33
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
34
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
35
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - 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
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
40
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
41
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
42
+ WARNING: Shader Unsupported: 'Standard' - 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
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
46
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
47
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
48
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
49
+ UnloadTime: 1.590863 ms
50
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ requesting resize 84 x 84
52
+ Setting up 64 worker threads for Enlighten.
53
+ PlayerConnection::CleanupMemory Statistics:
54
+ [ALLOC_TEMP_TLS] TLS Allocator
55
+ StackAllocators :
56
+ [ALLOC_TEMP_MAIN]
57
+ Peak usage frame count: [16.0 KB-32.0 KB]: 4407 frames, [32.0 KB-64.0 KB]: 10751 frames, [64.0 KB-128.0 KB]: 1732 frames, [2.0 MB-4.0 MB]: 1 frames
58
+ Initial Block Size 4.0 MB
59
+ Current Block Size 4.0 MB
60
+ Peak Allocated Bytes 2.0 MB
61
+ Overflow Count 0
62
+ [ALLOC_TEMP_Job.Worker 44]
63
+ Initial Block Size 256.0 KB
64
+ Current Block Size 256.0 KB
65
+ Peak Allocated Bytes 0 B
66
+ Overflow Count 0
67
+ [ALLOC_TEMP_Job.Worker 58]
68
+ Initial Block Size 256.0 KB
69
+ Current Block Size 256.0 KB
70
+ Peak Allocated Bytes 0 B
71
+ Overflow Count 0
72
+ [ALLOC_TEMP_Job.Worker 4]
73
+ Initial Block Size 256.0 KB
74
+ Current Block Size 256.0 KB
75
+ Peak Allocated Bytes 0 B
76
+ Overflow Count 0
77
+ [ALLOC_TEMP_Job.Worker 27]
78
+ Initial Block Size 256.0 KB
79
+ Current Block Size 256.0 KB
80
+ Peak Allocated Bytes 0 B
81
+ Overflow Count 0
82
+ [ALLOC_TEMP_Job.Worker 103]
83
+ Initial Block Size 256.0 KB
84
+ Current Block Size 256.0 KB
85
+ Peak Allocated Bytes 0 B
86
+ Overflow Count 0
87
+ [ALLOC_TEMP_Background Job.Worker 11]
88
+ Initial Block Size 32.0 KB
89
+ Current Block Size 32.0 KB
90
+ Peak Allocated Bytes 0 B
91
+ Overflow Count 0
92
+ [ALLOC_TEMP_Job.Worker 43]
93
+ Initial Block Size 256.0 KB
94
+ Current Block Size 256.0 KB
95
+ Peak Allocated Bytes 0 B
96
+ Overflow Count 0
97
+ [ALLOC_TEMP_Job.Worker 106]
98
+ Initial Block Size 256.0 KB
99
+ Current Block Size 256.0 KB
100
+ Peak Allocated Bytes 0 B
101
+ Overflow Count 0
102
+ [ALLOC_TEMP_Job.Worker 86]
103
+ Initial Block Size 256.0 KB
104
+ Current Block Size 256.0 KB
105
+ Peak Allocated Bytes 0 B
106
+ Overflow Count 0
107
+ [ALLOC_TEMP_Job.Worker 39]
108
+ Initial Block Size 256.0 KB
109
+ Current Block Size 256.0 KB
110
+ Peak Allocated Bytes 0 B
111
+ Overflow Count 0
112
+ [ALLOC_TEMP_Job.Worker 21]
113
+ Initial Block Size 256.0 KB
114
+ Current Block Size 256.0 KB
115
+ Peak Allocated Bytes 0 B
116
+ Overflow Count 0
117
+ [ALLOC_TEMP_Job.Worker 76]
118
+ Initial Block Size 256.0 KB
119
+ Current Block Size 256.0 KB
120
+ Peak Allocated Bytes 0 B
121
+ Overflow Count 0
122
+ [ALLOC_TEMP_Job.Worker 98]
123
+ Initial Block Size 256.0 KB
124
+ Current Block Size 256.0 KB
125
+ Peak Allocated Bytes 0 B
126
+ Overflow Count 0
127
+ [ALLOC_TEMP_Job.Worker 22]
128
+ Initial Block Size 256.0 KB
129
+ Current Block Size 256.0 KB
130
+ Peak Allocated Bytes 0 B
131
+ Overflow Count 0
132
+ [ALLOC_TEMP_Job.Worker 32]
133
+ Initial Block Size 256.0 KB
134
+ Current Block Size 256.0 KB
135
+ Peak Allocated Bytes 0 B
136
+ Overflow Count 0
137
+ [ALLOC_TEMP_Job.Worker 83]
138
+ Initial Block Size 256.0 KB
139
+ Current Block Size 256.0 KB
140
+ Peak Allocated Bytes 0 B
141
+ Overflow Count 0
142
+ [ALLOC_TEMP_Job.Worker 109]
143
+ Initial Block Size 256.0 KB
144
+ Current Block Size 256.0 KB
145
+ Peak Allocated Bytes 0 B
146
+ Overflow Count 0
147
+ [ALLOC_TEMP_Job.Worker 97]
148
+ Initial Block Size 256.0 KB
149
+ Current Block Size 256.0 KB
150
+ Peak Allocated Bytes 0 B
151
+ Overflow Count 0
152
+ [ALLOC_TEMP_Background Job.Worker 5]
153
+ Initial Block Size 32.0 KB
154
+ Current Block Size 32.0 KB
155
+ Peak Allocated Bytes 0 B
156
+ Overflow Count 0
157
+ [ALLOC_TEMP_Background Job.Worker 13]
158
+ Initial Block Size 32.0 KB
159
+ Current Block Size 32.0 KB
160
+ Peak Allocated Bytes 0 B
161
+ Overflow Count 0
162
+ [ALLOC_TEMP_Job.Worker 62]
163
+ Initial Block Size 256.0 KB
164
+ Current Block Size 256.0 KB
165
+ Peak Allocated Bytes 0 B
166
+ Overflow Count 0
167
+ [ALLOC_TEMP_Job.Worker 50]
168
+ Initial Block Size 256.0 KB
169
+ Current Block Size 256.0 KB
170
+ Peak Allocated Bytes 0 B
171
+ Overflow Count 0
172
+ [ALLOC_TEMP_Job.Worker 81]
173
+ Initial Block Size 256.0 KB
174
+ Current Block Size 256.0 KB
175
+ Peak Allocated Bytes 0 B
176
+ Overflow Count 0
177
+ [ALLOC_TEMP_Job.Worker 0]
178
+ Initial Block Size 256.0 KB
179
+ Current Block Size 256.0 KB
180
+ Peak Allocated Bytes 0 B
181
+ Overflow Count 0
182
+ [ALLOC_TEMP_Job.Worker 5]
183
+ Initial Block Size 256.0 KB
184
+ Current Block Size 256.0 KB
185
+ Peak Allocated Bytes 0 B
186
+ Overflow Count 0
187
+ [ALLOC_TEMP_Job.Worker 57]
188
+ Initial Block Size 256.0 KB
189
+ Current Block Size 256.0 KB
190
+ Peak Allocated Bytes 0 B
191
+ Overflow Count 0
192
+ [ALLOC_TEMP_Job.Worker 34]
193
+ Initial Block Size 256.0 KB
194
+ Current Block Size 256.0 KB
195
+ Peak Allocated Bytes 0 B
196
+ Overflow Count 0
197
+ [ALLOC_TEMP_EnlightenWorker] x 64
198
+ Initial Block Size 64.0 KB
199
+ Current Block Size 64.0 KB
200
+ Peak Allocated Bytes 0 B
201
+ Overflow Count 0
202
+ [ALLOC_TEMP_Job.Worker 69]
203
+ Initial Block Size 256.0 KB
204
+ Current Block Size 256.0 KB
205
+ Peak Allocated Bytes 0 B
206
+ Overflow Count 0
207
+ [ALLOC_TEMP_Job.Worker 9]
208
+ Initial Block Size 256.0 KB
209
+ Current Block Size 256.0 KB
210
+ Peak Allocated Bytes 0 B
211
+ Overflow Count 0
212
+ [ALLOC_TEMP_Background Job.Worker 9]
213
+ Initial Block Size 32.0 KB
214
+ Current Block Size 32.0 KB
215
+ Peak Allocated Bytes 0 B
216
+ Overflow Count 0
217
+ [ALLOC_TEMP_Job.Worker 105]
218
+ Initial Block Size 256.0 KB
219
+ Current Block Size 256.0 KB
220
+ Peak Allocated Bytes 0 B
221
+ Overflow Count 0
222
+ [ALLOC_TEMP_Job.Worker 42]
223
+ Initial Block Size 256.0 KB
224
+ Current Block Size 256.0 KB
225
+ Peak Allocated Bytes 0 B
226
+ Overflow Count 0
227
+ [ALLOC_TEMP_Background Job.Worker 6]
228
+ Initial Block Size 32.0 KB
229
+ Current Block Size 32.0 KB
230
+ Peak Allocated Bytes 0 B
231
+ Overflow Count 0
232
+ [ALLOC_TEMP_Job.Worker 110]
233
+ Initial Block Size 256.0 KB
234
+ Current Block Size 256.0 KB
235
+ Peak Allocated Bytes 0 B
236
+ Overflow Count 0
237
+ [ALLOC_TEMP_Job.Worker 70]
238
+ Initial Block Size 256.0 KB
239
+ Current Block Size 256.0 KB
240
+ Peak Allocated Bytes 0 B
241
+ Overflow Count 0
242
+ [ALLOC_TEMP_Job.Worker 66]
243
+ Initial Block Size 256.0 KB
244
+ Current Block Size 256.0 KB
245
+ Peak Allocated Bytes 0 B
246
+ Overflow Count 0
247
+ [ALLOC_TEMP_Job.Worker 96]
248
+ Initial Block Size 256.0 KB
249
+ Current Block Size 256.0 KB
250
+ Peak Allocated Bytes 0 B
251
+ Overflow Count 0
252
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
253
+ Initial Block Size 64.0 KB
254
+ Current Block Size 64.0 KB
255
+ Peak Allocated Bytes 0 B
256
+ Overflow Count 0
257
+ [ALLOC_TEMP_Job.Worker 26]
258
+ Initial Block Size 256.0 KB
259
+ Current Block Size 256.0 KB
260
+ Peak Allocated Bytes 0 B
261
+ Overflow Count 0
262
+ [ALLOC_TEMP_Job.Worker 100]
263
+ Initial Block Size 256.0 KB
264
+ Current Block Size 256.0 KB
265
+ Peak Allocated Bytes 0 B
266
+ Overflow Count 0
267
+ [ALLOC_TEMP_Job.Worker 111]
268
+ Initial Block Size 256.0 KB
269
+ Current Block Size 256.0 KB
270
+ Peak Allocated Bytes 0 B
271
+ Overflow Count 0
272
+ [ALLOC_TEMP_Job.Worker 31]
273
+ Initial Block Size 256.0 KB
274
+ Current Block Size 256.0 KB
275
+ Peak Allocated Bytes 0 B
276
+ Overflow Count 0
277
+ [ALLOC_TEMP_Job.Worker 51]
278
+ Initial Block Size 256.0 KB
279
+ Current Block Size 256.0 KB
280
+ Peak Allocated Bytes 0 B
281
+ Overflow Count 0
282
+ [ALLOC_TEMP_Job.Worker 30]
283
+ Initial Block Size 256.0 KB
284
+ Current Block Size 256.0 KB
285
+ Peak Allocated Bytes 0 B
286
+ Overflow Count 0
287
+ [ALLOC_TEMP_Job.Worker 29]
288
+ Initial Block Size 256.0 KB
289
+ Current Block Size 256.0 KB
290
+ Peak Allocated Bytes 0 B
291
+ Overflow Count 0
292
+ [ALLOC_TEMP_Job.Worker 80]
293
+ Initial Block Size 256.0 KB
294
+ Current Block Size 256.0 KB
295
+ Peak Allocated Bytes 0 B
296
+ Overflow Count 0
297
+ [ALLOC_TEMP_Job.Worker 8]
298
+ Initial Block Size 256.0 KB
299
+ Current Block Size 256.0 KB
300
+ Peak Allocated Bytes 0 B
301
+ Overflow Count 0
302
+ [ALLOC_TEMP_Background Job.Worker 7]
303
+ Initial Block Size 32.0 KB
304
+ Current Block Size 32.0 KB
305
+ Peak Allocated Bytes 0 B
306
+ Overflow Count 0
307
+ [ALLOC_TEMP_Job.Worker 23]
308
+ Initial Block Size 256.0 KB
309
+ Current Block Size 256.0 KB
310
+ Peak Allocated Bytes 0 B
311
+ Overflow Count 0
312
+ [ALLOC_TEMP_Job.Worker 33]
313
+ Initial Block Size 256.0 KB
314
+ Current Block Size 256.0 KB
315
+ Peak Allocated Bytes 0 B
316
+ Overflow Count 0
317
+ [ALLOC_TEMP_Job.Worker 1]
318
+ Initial Block Size 256.0 KB
319
+ Current Block Size 256.0 KB
320
+ Peak Allocated Bytes 0 B
321
+ Overflow Count 0
322
+ [ALLOC_TEMP_Job.Worker 107]
323
+ Initial Block Size 256.0 KB
324
+ Current Block Size 256.0 KB
325
+ Peak Allocated Bytes 0 B
326
+ Overflow Count 0
327
+ [ALLOC_TEMP_Job.Worker 87]
328
+ Initial Block Size 256.0 KB
329
+ Current Block Size 256.0 KB
330
+ Peak Allocated Bytes 0 B
331
+ Overflow Count 0
332
+ [ALLOC_TEMP_Job.Worker 90]
333
+ Initial Block Size 256.0 KB
334
+ Current Block Size 256.0 KB
335
+ Peak Allocated Bytes 0 B
336
+ Overflow Count 0
337
+ [ALLOC_TEMP_Job.Worker 108]
338
+ Initial Block Size 256.0 KB
339
+ Current Block Size 256.0 KB
340
+ Peak Allocated Bytes 0 B
341
+ Overflow Count 0
342
+ [ALLOC_TEMP_Background Job.Worker 15]
343
+ Initial Block Size 32.0 KB
344
+ Current Block Size 32.0 KB
345
+ Peak Allocated Bytes 0 B
346
+ Overflow Count 0
347
+ [ALLOC_TEMP_Job.Worker 92]
348
+ Initial Block Size 256.0 KB
349
+ Current Block Size 256.0 KB
350
+ Peak Allocated Bytes 0 B
351
+ Overflow Count 0
352
+ [ALLOC_TEMP_Job.Worker 88]
353
+ Initial Block Size 256.0 KB
354
+ Current Block Size 256.0 KB
355
+ Peak Allocated Bytes 0 B
356
+ Overflow Count 0
357
+ [ALLOC_TEMP_Job.Worker 94]
358
+ Initial Block Size 256.0 KB
359
+ Current Block Size 256.0 KB
360
+ Peak Allocated Bytes 0 B
361
+ Overflow Count 0
362
+ [ALLOC_TEMP_Job.Worker 41]
363
+ Initial Block Size 256.0 KB
364
+ Current Block Size 256.0 KB
365
+ Peak Allocated Bytes 0 B
366
+ Overflow Count 0
367
+ [ALLOC_TEMP_Background Job.Worker 4]
368
+ Initial Block Size 32.0 KB
369
+ Current Block Size 32.0 KB
370
+ Peak Allocated Bytes 0 B
371
+ Overflow Count 0
372
+ [ALLOC_TEMP_Job.Worker 64]
373
+ Initial Block Size 256.0 KB
374
+ Current Block Size 256.0 KB
375
+ Peak Allocated Bytes 0 B
376
+ Overflow Count 0
377
+ [ALLOC_TEMP_Job.Worker 68]
378
+ Initial Block Size 256.0 KB
379
+ Current Block Size 256.0 KB
380
+ Peak Allocated Bytes 0 B
381
+ Overflow Count 0
382
+ [ALLOC_TEMP_Job.Worker 72]
383
+ Initial Block Size 256.0 KB
384
+ Current Block Size 256.0 KB
385
+ Peak Allocated Bytes 0 B
386
+ Overflow Count 0
387
+ [ALLOC_TEMP_Job.Worker 28]
388
+ Initial Block Size 256.0 KB
389
+ Current Block Size 256.0 KB
390
+ Peak Allocated Bytes 0 B
391
+ Overflow Count 0
392
+ [ALLOC_TEMP_Job.Worker 102]
393
+ Initial Block Size 256.0 KB
394
+ Current Block Size 256.0 KB
395
+ Peak Allocated Bytes 0 B
396
+ Overflow Count 0
397
+ [ALLOC_TEMP_Job.Worker 48]
398
+ Initial Block Size 256.0 KB
399
+ Current Block Size 256.0 KB
400
+ Peak Allocated Bytes 0 B
401
+ Overflow Count 0
402
+ [ALLOC_TEMP_Job.Worker 7]
403
+ Initial Block Size 256.0 KB
404
+ Current Block Size 256.0 KB
405
+ Peak Allocated Bytes 0 B
406
+ Overflow Count 0
407
+ [ALLOC_TEMP_Job.Worker 45]
408
+ Initial Block Size 256.0 KB
409
+ Current Block Size 256.0 KB
410
+ Peak Allocated Bytes 0 B
411
+ Overflow Count 0
412
+ [ALLOC_TEMP_Job.Worker 18]
413
+ Initial Block Size 256.0 KB
414
+ Current Block Size 256.0 KB
415
+ Peak Allocated Bytes 0 B
416
+ Overflow Count 0
417
+ [ALLOC_TEMP_Job.Worker 73]
418
+ Initial Block Size 256.0 KB
419
+ Current Block Size 256.0 KB
420
+ Peak Allocated Bytes 0 B
421
+ Overflow Count 0
422
+ [ALLOC_TEMP_Background Job.Worker 8]
423
+ Initial Block Size 32.0 KB
424
+ Current Block Size 32.0 KB
425
+ Peak Allocated Bytes 0 B
426
+ Overflow Count 0
427
+ [ALLOC_TEMP_Job.Worker 60]
428
+ Initial Block Size 256.0 KB
429
+ Current Block Size 256.0 KB
430
+ Peak Allocated Bytes 0 B
431
+ Overflow Count 0
432
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
433
+ Initial Block Size 64.0 KB
434
+ Current Block Size 64.0 KB
435
+ Peak Allocated Bytes 0 B
436
+ Overflow Count 0
437
+ [ALLOC_TEMP_Job.Worker 85]
438
+ Initial Block Size 256.0 KB
439
+ Current Block Size 256.0 KB
440
+ Peak Allocated Bytes 0 B
441
+ Overflow Count 0
442
+ [ALLOC_TEMP_Job.Worker 78]
443
+ Initial Block Size 256.0 KB
444
+ Current Block Size 256.0 KB
445
+ Peak Allocated Bytes 0 B
446
+ Overflow Count 0
447
+ [ALLOC_TEMP_Job.Worker 101]
448
+ Initial Block Size 256.0 KB
449
+ Current Block Size 256.0 KB
450
+ Peak Allocated Bytes 0 B
451
+ Overflow Count 0
452
+ [ALLOC_TEMP_Background Job.Worker 3]
453
+ Initial Block Size 32.0 KB
454
+ Current Block Size 32.0 KB
455
+ Peak Allocated Bytes 0 B
456
+ Overflow Count 0
457
+ [ALLOC_TEMP_Job.Worker 46]
458
+ Initial Block Size 256.0 KB
459
+ Current Block Size 256.0 KB
460
+ Peak Allocated Bytes 0 B
461
+ Overflow Count 0
462
+ [ALLOC_TEMP_BatchDeleteObjects]
463
+ Initial Block Size 64.0 KB
464
+ Current Block Size 64.0 KB
465
+ Peak Allocated Bytes 0 B
466
+ Overflow Count 0
467
+ [ALLOC_TEMP_Job.Worker 63]
468
+ Initial Block Size 256.0 KB
469
+ Current Block Size 256.0 KB
470
+ Peak Allocated Bytes 0 B
471
+ Overflow Count 0
472
+ [ALLOC_TEMP_Job.Worker 25]
473
+ Initial Block Size 256.0 KB
474
+ Current Block Size 256.0 KB
475
+ Peak Allocated Bytes 0 B
476
+ Overflow Count 0
477
+ [ALLOC_TEMP_Job.Worker 71]
478
+ Initial Block Size 256.0 KB
479
+ Current Block Size 256.0 KB
480
+ Peak Allocated Bytes 0 B
481
+ Overflow Count 0
482
+ [ALLOC_TEMP_Job.Worker 13]
483
+ Initial Block Size 256.0 KB
484
+ Current Block Size 256.0 KB
485
+ Peak Allocated Bytes 0 B
486
+ Overflow Count 0
487
+ [ALLOC_TEMP_Job.Worker 55]
488
+ Initial Block Size 256.0 KB
489
+ Current Block Size 256.0 KB
490
+ Peak Allocated Bytes 0 B
491
+ Overflow Count 0
492
+ [ALLOC_TEMP_Background Job.Worker 2]
493
+ Initial Block Size 32.0 KB
494
+ Current Block Size 32.0 KB
495
+ Peak Allocated Bytes 0 B
496
+ Overflow Count 0
497
+ [ALLOC_TEMP_Job.Worker 75]
498
+ Initial Block Size 256.0 KB
499
+ Current Block Size 256.0 KB
500
+ Peak Allocated Bytes 0 B
501
+ Overflow Count 0
502
+ [ALLOC_TEMP_Job.Worker 35]
503
+ Initial Block Size 256.0 KB
504
+ Current Block Size 256.0 KB
505
+ Peak Allocated Bytes 0 B
506
+ Overflow Count 0
507
+ [ALLOC_TEMP_Job.Worker 59]
508
+ Initial Block Size 256.0 KB
509
+ Current Block Size 256.0 KB
510
+ Peak Allocated Bytes 0 B
511
+ Overflow Count 0
512
+ [ALLOC_TEMP_Job.Worker 10]
513
+ Initial Block Size 256.0 KB
514
+ Current Block Size 256.0 KB
515
+ Peak Allocated Bytes 0 B
516
+ Overflow Count 0
517
+ [ALLOC_TEMP_Job.Worker 15]
518
+ Initial Block Size 256.0 KB
519
+ Current Block Size 256.0 KB
520
+ Peak Allocated Bytes 0 B
521
+ Overflow Count 0
522
+ [ALLOC_TEMP_Job.Worker 12]
523
+ Initial Block Size 256.0 KB
524
+ Current Block Size 256.0 KB
525
+ Peak Allocated Bytes 0 B
526
+ Overflow Count 0
527
+ [ALLOC_TEMP_Loading.PreloadManager]
528
+ Initial Block Size 256.0 KB
529
+ Current Block Size 320.0 KB
530
+ Peak Allocated Bytes 251.5 KB
531
+ Overflow Count 4
532
+ [ALLOC_TEMP_Job.Worker 99]
533
+ Initial Block Size 256.0 KB
534
+ Current Block Size 256.0 KB
535
+ Peak Allocated Bytes 0 B
536
+ Overflow Count 0
537
+ [ALLOC_TEMP_Profiler.Dispatcher]
538
+ Initial Block Size 64.0 KB
539
+ Current Block Size 64.0 KB
540
+ Peak Allocated Bytes 0 B
541
+ Overflow Count 0
542
+ [ALLOC_TEMP_Job.Worker 17]
543
+ Initial Block Size 256.0 KB
544
+ Current Block Size 256.0 KB
545
+ Peak Allocated Bytes 0 B
546
+ Overflow Count 0
547
+ [ALLOC_TEMP_Job.Worker 3]
548
+ Initial Block Size 256.0 KB
549
+ Current Block Size 256.0 KB
550
+ Peak Allocated Bytes 0 B
551
+ Overflow Count 0
552
+ [ALLOC_TEMP_Job.Worker 14]
553
+ Initial Block Size 256.0 KB
554
+ Current Block Size 256.0 KB
555
+ Peak Allocated Bytes 0 B
556
+ Overflow Count 0
557
+ [ALLOC_TEMP_Job.Worker 37]
558
+ Initial Block Size 256.0 KB
559
+ Current Block Size 256.0 KB
560
+ Peak Allocated Bytes 0 B
561
+ Overflow Count 0
562
+ [ALLOC_TEMP_Job.Worker 2]
563
+ Initial Block Size 256.0 KB
564
+ Current Block Size 256.0 KB
565
+ Peak Allocated Bytes 0 B
566
+ Overflow Count 0
567
+ [ALLOC_TEMP_Job.Worker 11]
568
+ Initial Block Size 256.0 KB
569
+ Current Block Size 256.0 KB
570
+ Peak Allocated Bytes 0 B
571
+ Overflow Count 0
572
+ [ALLOC_TEMP_Job.Worker 6]
573
+ Initial Block Size 256.0 KB
574
+ Current Block Size 256.0 KB
575
+ Peak Allocated Bytes 0 B
576
+ Overflow Count 0
577
+ [ALLOC_TEMP_Job.Worker 91]
578
+ Initial Block Size 256.0 KB
579
+ Current Block Size 256.0 KB
580
+ Peak Allocated Bytes 0 B
581
+ Overflow Count 0
582
+ [ALLOC_TEMP_Job.Worker 89]
583
+ Initial Block Size 256.0 KB
584
+ Current Block Size 256.0 KB
585
+ Peak Allocated Bytes 0 B
586
+ Overflow Count 0
587
+ [ALLOC_TEMP_Job.Worker 93]
588
+ Initial Block Size 256.0 KB
589
+ Current Block Size 256.0 KB
590
+ Peak Allocated Bytes 0 B
591
+ Overflow Count 0
592
+ [ALLOC_TEMP_Loading.AsyncRead]
593
+ Initial Block Size 64.0 KB
594
+ Current Block Size 64.0 KB
595
+ Peak Allocated Bytes 128 B
596
+ Overflow Count 0
597
+ [ALLOC_TEMP_Job.Worker 36]
598
+ Initial Block Size 256.0 KB
599
+ Current Block Size 256.0 KB
600
+ Peak Allocated Bytes 0 B
601
+ Overflow Count 0
602
+ [ALLOC_TEMP_Job.Worker 40]
603
+ Initial Block Size 256.0 KB
604
+ Current Block Size 256.0 KB
605
+ Peak Allocated Bytes 0 B
606
+ Overflow Count 0
607
+ [ALLOC_TEMP_Job.Worker 77]
608
+ Initial Block Size 256.0 KB
609
+ Current Block Size 256.0 KB
610
+ Peak Allocated Bytes 0 B
611
+ Overflow Count 0
612
+ [ALLOC_TEMP_Background Job.Worker 10]
613
+ Initial Block Size 32.0 KB
614
+ Current Block Size 32.0 KB
615
+ Peak Allocated Bytes 0 B
616
+ Overflow Count 0
617
+ [ALLOC_TEMP_Job.Worker 52]
618
+ Initial Block Size 256.0 KB
619
+ Current Block Size 256.0 KB
620
+ Peak Allocated Bytes 0 B
621
+ Overflow Count 0
622
+ [ALLOC_TEMP_Job.Worker 79]
623
+ Initial Block Size 256.0 KB
624
+ Current Block Size 256.0 KB
625
+ Peak Allocated Bytes 0.8 KB
626
+ Overflow Count 0
627
+ [ALLOC_TEMP_Background Job.Worker 1]
628
+ Initial Block Size 32.0 KB
629
+ Current Block Size 32.0 KB
630
+ Peak Allocated Bytes 0 B
631
+ Overflow Count 0
632
+ [ALLOC_TEMP_Job.Worker 16]
633
+ Initial Block Size 256.0 KB
634
+ Current Block Size 256.0 KB
635
+ Peak Allocated Bytes 0 B
636
+ Overflow Count 0
637
+ [ALLOC_TEMP_Job.Worker 74]
638
+ Initial Block Size 256.0 KB
639
+ Current Block Size 256.0 KB
640
+ Peak Allocated Bytes 0 B
641
+ Overflow Count 0
642
+ [ALLOC_TEMP_Job.Worker 53]
643
+ Initial Block Size 256.0 KB
644
+ Current Block Size 256.0 KB
645
+ Peak Allocated Bytes 0 B
646
+ Overflow Count 0
647
+ [ALLOC_TEMP_Job.Worker 38]
648
+ Initial Block Size 256.0 KB
649
+ Current Block Size 256.0 KB
650
+ Peak Allocated Bytes 0 B
651
+ Overflow Count 0
652
+ [ALLOC_TEMP_Job.Worker 20]
653
+ Initial Block Size 256.0 KB
654
+ Current Block Size 256.0 KB
655
+ Peak Allocated Bytes 0 B
656
+ Overflow Count 0
657
+ [ALLOC_TEMP_Job.Worker 82]
658
+ Initial Block Size 256.0 KB
659
+ Current Block Size 256.0 KB
660
+ Peak Allocated Bytes 0 B
661
+ Overflow Count 0
662
+ [ALLOC_TEMP_Job.Worker 47]
663
+ Initial Block Size 256.0 KB
664
+ Current Block Size 256.0 KB
665
+ Peak Allocated Bytes 0 B
666
+ Overflow Count 0
667
+ [ALLOC_TEMP_Job.Worker 67]
668
+ Initial Block Size 256.0 KB
669
+ Current Block Size 256.0 KB
670
+ Peak Allocated Bytes 0 B
671
+ Overflow Count 0
672
+ [ALLOC_TEMP_Job.Worker 49]
673
+ Initial Block Size 256.0 KB
674
+ Current Block Size 256.0 KB
675
+ Peak Allocated Bytes 0 B
676
+ Overflow Count 0
677
+ [ALLOC_TEMP_Job.Worker 24]
678
+ Initial Block Size 256.0 KB
679
+ Current Block Size 256.0 KB
680
+ Peak Allocated Bytes 0 B
681
+ Overflow Count 0
682
+ [ALLOC_TEMP_Job.Worker 65]
683
+ Initial Block Size 256.0 KB
684
+ Current Block Size 256.0 KB
685
+ Peak Allocated Bytes 0 B
686
+ Overflow Count 0
687
+ [ALLOC_TEMP_Background Job.Worker 12]
688
+ Initial Block Size 32.0 KB
689
+ Current Block Size 32.0 KB
690
+ Peak Allocated Bytes 0 B
691
+ Overflow Count 0
692
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 127
693
+ Initial Block Size 64.0 KB
694
+ Current Block Size 64.0 KB
695
+ Peak Allocated Bytes 0 B
696
+ Overflow Count 0
697
+ [ALLOC_TEMP_Job.Worker 56]
698
+ Initial Block Size 256.0 KB
699
+ Current Block Size 256.0 KB
700
+ Peak Allocated Bytes 0 B
701
+ Overflow Count 0
702
+ [ALLOC_TEMP_Job.Worker 84]
703
+ Initial Block Size 256.0 KB
704
+ Current Block Size 256.0 KB
705
+ Peak Allocated Bytes 0 B
706
+ Overflow Count 0
707
+ [ALLOC_TEMP_Job.Worker 54]
708
+ Initial Block Size 256.0 KB
709
+ Current Block Size 256.0 KB
710
+ Peak Allocated Bytes 0 B
711
+ Overflow Count 0
712
+ [ALLOC_TEMP_Background Job.Worker 0]
713
+ Initial Block Size 32.0 KB
714
+ Current Block Size 32.0 KB
715
+ Peak Allocated Bytes 0 B
716
+ Overflow Count 0
717
+ [ALLOC_TEMP_Background Job.Worker 14]
718
+ Initial Block Size 32.0 KB
719
+ Current Block Size 32.0 KB
720
+ Peak Allocated Bytes 0 B
721
+ Overflow Count 0
722
+ [ALLOC_TEMP_Job.Worker 95]
723
+ Initial Block Size 256.0 KB
724
+ Current Block Size 256.0 KB
725
+ Peak Allocated Bytes 0 B
726
+ Overflow Count 0
727
+ [ALLOC_TEMP_Job.Worker 104]
728
+ Initial Block Size 256.0 KB
729
+ Current Block Size 256.0 KB
730
+ Peak Allocated Bytes 0 B
731
+ Overflow Count 0
732
+ [ALLOC_TEMP_Job.Worker 61]
733
+ Initial Block Size 256.0 KB
734
+ Current Block Size 256.0 KB
735
+ Peak Allocated Bytes 0 B
736
+ Overflow Count 0
737
+ [ALLOC_TEMP_Job.Worker 19]
738
+ Initial Block Size 256.0 KB
739
+ Current Block Size 256.0 KB
740
+ Peak Allocated Bytes 0 B
741
+ Overflow Count 0
742
+ [ALLOC_MEMORYPROFILER]
743
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 16592 frames
744
+ Requested Block Size 1.0 MB
745
+ Peak Block count 2
746
+ Peak Allocated memory 1.6 MB
747
+ Peak Large allocation bytes 0 B
748
+ [ALLOC_DEFAULT] Dual Thread Allocator
749
+ Peak main deferred allocation count 11949
750
+ [ALLOC_BUCKET]
751
+ Large Block size 4.0 MB
752
+ Used Block count 1
753
+ Peak Allocated bytes 1.7 MB
754
+ [ALLOC_DEFAULT_MAIN]
755
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 16890 frames
756
+ Requested Block Size 16.0 MB
757
+ Peak Block count 3
758
+ Peak Allocated memory 30.9 MB
759
+ Peak Large allocation bytes 0 B
760
+ [ALLOC_DEFAULT_THREAD]
761
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames, [32.0 MB-64.0 MB]: 16890 frames
762
+ Requested Block Size 16.0 MB
763
+ Peak Block count 2
764
+ Peak Allocated memory 42.3 MB
765
+ Peak Large allocation bytes 16.0 MB
766
+ [ALLOC_TEMP_JOB_1_FRAME]
767
+ Initial Block Size 2.0 MB
768
+ Used Block Count 1
769
+ Overflow Count (too large) 0
770
+ Overflow Count (full) 0
771
+ [ALLOC_TEMP_JOB_2_FRAMES]
772
+ Initial Block Size 2.0 MB
773
+ Used Block Count 1
774
+ Overflow Count (too large) 0
775
+ Overflow Count (full) 0
776
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
777
+ Initial Block Size 2.0 MB
778
+ Used Block Count 2
779
+ Overflow Count (too large) 0
780
+ Overflow Count (full) 0
781
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
782
+ Initial Block Size 1.0 MB
783
+ Used Block Count 3
784
+ Overflow Count (too large) 0
785
+ Overflow Count (full) 0
786
+ [ALLOC_GFX] Dual Thread Allocator
787
+ Peak main deferred allocation count 0
788
+ [ALLOC_BUCKET]
789
+ Large Block size 4.0 MB
790
+ Used Block count 1
791
+ Peak Allocated bytes 1.7 MB
792
+ [ALLOC_GFX_MAIN]
793
+ Peak usage frame count: [32.0 KB-64.0 KB]: 16890 frames, [64.0 KB-128.0 KB]: 1 frames
794
+ Requested Block Size 16.0 MB
795
+ Peak Block count 1
796
+ Peak Allocated memory 67.0 KB
797
+ Peak Large allocation bytes 0 B
798
+ [ALLOC_GFX_THREAD]
799
+ Peak usage frame count: [64.0 KB-128.0 KB]: 16891 frames
800
+ Requested Block Size 16.0 MB
801
+ Peak Block count 1
802
+ Peak Allocated memory 67.7 KB
803
+ Peak Large allocation bytes 0 B
804
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
805
+ Peak main deferred allocation count 1
806
+ [ALLOC_BUCKET]
807
+ Large Block size 4.0 MB
808
+ Used Block count 1
809
+ Peak Allocated bytes 1.7 MB
810
+ [ALLOC_CACHEOBJECTS_MAIN]
811
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 16592 frames
812
+ Requested Block Size 4.0 MB
813
+ Peak Block count 1
814
+ Peak Allocated memory 1.4 MB
815
+ Peak Large allocation bytes 0 B
816
+ [ALLOC_CACHEOBJECTS_THREAD]
817
+ Peak usage frame count: [1.0 MB-2.0 MB]: 16890 frames, [2.0 MB-4.0 MB]: 1 frames
818
+ Requested Block Size 4.0 MB
819
+ Peak Block count 1
820
+ Peak Allocated memory 3.9 MB
821
+ Peak Large allocation bytes 0 B
822
+ [ALLOC_TYPETREE] Dual Thread Allocator
823
+ Peak main deferred allocation count 0
824
+ [ALLOC_BUCKET]
825
+ Large Block size 4.0 MB
826
+ Used Block count 1
827
+ Peak Allocated bytes 1.7 MB
828
+ [ALLOC_TYPETREE_MAIN]
829
+ Peak usage frame count: [0-1.0 KB]: 16891 frames
830
+ Requested Block Size 2.0 MB
831
+ Peak Block count 1
832
+ Peak Allocated memory 1.0 KB
833
+ Peak Large allocation bytes 0 B
834
+ [ALLOC_TYPETREE_THREAD]
835
+ Peak usage frame count: [1.0 KB-2.0 KB]: 16891 frames
836
+ Requested Block Size 2.0 MB
837
+ Peak Block count 1
838
+ Peak Allocated memory 1.9 KB
839
+ Peak Large allocation bytes 0 B
840
+ [ALLOC_PROFILER]
841
+ Peak usage frame count: [128.0 KB-256.0 KB]: 16891 frames
842
+ Requested Block Size 16.0 MB
843
+ Peak Block count 1
844
+ Peak Allocated memory 136.0 KB
845
+ Peak Large allocation bytes 0 B
846
+ [ALLOC_PROFILER_BUCKET]
847
+ Large Block size 4.0 MB
848
+ Used Block count 1
849
+ Peak Allocated bytes 396 B
850
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1768635017309,"processId":7525,"allocatedMemory":2113899,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":37988},{"Manager":99427},{"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":3453},{"DynamicArray":30868},{"HashMap":7680},{"Utility":52768},{"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.5382451415061951,
6
+ "min": 0.4699043929576874,
7
+ "max": 1.5895313024520874,
8
+ "count": 90
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 5304.9443359375,
12
+ "min": 4744.15478515625,
13
+ "max": 16276.80078125,
14
+ "count": 90
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 899900.0,
18
+ "min": 9984.0,
19
+ "max": 899900.0,
20
+ "count": 90
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 899900.0,
24
+ "min": 9984.0,
25
+ "max": 899900.0,
26
+ "count": 90
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.3402210474014282,
30
+ "min": -0.09598982334136963,
31
+ "max": 0.3596717417240143,
32
+ "count": 90
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 29.939453125,
36
+ "min": -7.77517557144165,
37
+ "max": 32.37045669555664,
38
+ "count": 90
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.04390262812376022,
42
+ "min": 0.0006706297281198204,
43
+ "max": 0.41171517968177795,
44
+ "count": 90
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 3.863431215286255,
48
+ "min": 0.05499163642525673,
49
+ "max": 33.34893035888672,
50
+ "count": 90
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.0711246652683864,
54
+ "min": 0.06088816036935896,
55
+ "max": 0.07885641973196328,
56
+ "count": 90
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.355623326341932,
60
+ "min": 0.13404133576356497,
61
+ "max": 0.3839132064992252,
62
+ "count": 90
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.015882654131079713,
66
+ "min": 7.877204982352506e-05,
67
+ "max": 0.015882654131079713,
68
+ "count": 90
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.07941327065539856,
72
+ "min": 0.0003938602491176253,
73
+ "max": 0.07941327065539856,
74
+ "count": 90
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.5905661365111122e-06,
78
+ "min": 1.5905661365111122e-06,
79
+ "max": 0.0002979520006826667,
80
+ "count": 90
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 7.952830682555561e-06,
84
+ "min": 7.952830682555561e-06,
85
+ "max": 0.0013418060527313333,
86
+ "count": 90
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10053015555555556,
90
+ "min": 0.10053015555555556,
91
+ "max": 0.19931733333333335,
92
+ "count": 90
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 0.5026507777777778,
96
+ "min": 0.387968,
97
+ "max": 0.9472686666666666,
98
+ "count": 90
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 6.296254000000005e-05,
102
+ "min": 6.296254000000005e-05,
103
+ "max": 0.009931801600000002,
104
+ "count": 90
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0003148127000000002,
108
+ "min": 0.0003148127000000002,
109
+ "max": 0.0447321398,
110
+ "count": 90
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.01634393073618412,
114
+ "min": 0.015565944835543633,
115
+ "max": 0.7130684852600098,
116
+ "count": 90
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.08171965181827545,
120
+ "min": 0.06226377934217453,
121
+ "max": 1.4261369705200195,
122
+ "count": 90
123
+ },
124
+ "Pyramids.IsTraining.mean": {
125
+ "value": 1.0,
126
+ "min": 1.0,
127
+ "max": 1.0,
128
+ "count": 90
129
+ },
130
+ "Pyramids.IsTraining.sum": {
131
+ "value": 1.0,
132
+ "min": 1.0,
133
+ "max": 1.0,
134
+ "count": 90
135
+ },
136
+ "Pyramids.Environment.EpisodeLength.mean": {
137
+ "value": 470.5217391304348,
138
+ "min": 470.1904761904762,
139
+ "max": 999.0,
140
+ "count": 87
141
+ },
142
+ "Pyramids.Environment.EpisodeLength.sum": {
143
+ "value": 10822.0,
144
+ "min": 999.0,
145
+ "max": 16331.0,
146
+ "count": 87
147
+ },
148
+ "Pyramids.Environment.CumulativeReward.mean": {
149
+ "value": 1.3554956333144852,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.4332545284520497,
152
+ "count": 87
153
+ },
154
+ "Pyramids.Environment.CumulativeReward.sum": {
155
+ "value": 31.176399566233158,
156
+ "min": -16.000000834465027,
157
+ "max": 31.53159962594509,
158
+ "count": 87
159
+ },
160
+ "Pyramids.Policy.ExtrinsicReward.mean": {
161
+ "value": 1.3554956333144852,
162
+ "min": -1.0000000521540642,
163
+ "max": 1.4332545284520497,
164
+ "count": 87
165
+ },
166
+ "Pyramids.Policy.ExtrinsicReward.sum": {
167
+ "value": 31.176399566233158,
168
+ "min": -16.000000834465027,
169
+ "max": 31.53159962594509,
170
+ "count": 87
171
+ },
172
+ "Pyramids.Policy.RndReward.mean": {
173
+ "value": 0.07993838464481877,
174
+ "min": 0.07993838464481877,
175
+ "max": 7.421933939680457,
176
+ "count": 87
177
+ },
178
+ "Pyramids.Policy.RndReward.sum": {
179
+ "value": 1.8385828468308318,
180
+ "min": 0.8453424647450447,
181
+ "max": 118.75094303488731,
182
+ "count": 87
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1768633213",
188
+ "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
189
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=PyramidsTraining3 --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": "1768635017"
196
+ },
197
+ "total": 1803.9394822232425,
198
+ "count": 1,
199
+ "self": 0.5785532966256142,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.0617782287299633,
203
+ "count": 1,
204
+ "self": 0.0617782287299633
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 1803.299150697887,
208
+ "count": 1,
209
+ "self": 0.6689807325601578,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 3.833338249474764,
213
+ "count": 1,
214
+ "self": 3.833338249474764
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 1798.5120954178274,
218
+ "count": 56959,
219
+ "self": 0.6877344958484173,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 1226.179904911667,
223
+ "count": 56959,
224
+ "self": 1142.1497384905815,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 83.59406845271587,
228
+ "count": 56959,
229
+ "self": 2.3246328830718994,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 81.26943556964397,
233
+ "count": 56303,
234
+ "self": 81.26943556964397
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.43609796836972237,
240
+ "count": 56959,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 1801.0042517594993,
245
+ "count": 56959,
246
+ "is_parallel": true,
247
+ "self": 729.0773673132062,
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.0028846152126789093,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.0008390657603740692,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.00204554945230484,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.00204554945230484
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.04443683475255966,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0005918778479099274,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.000521976500749588,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.000521976500749588
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.04157690703868866,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.04157690703868866
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0017460733652114868,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.00036179274320602417,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0013842806220054626,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0013842806220054626
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 1071.9268844462931,
307
+ "count": 56958,
308
+ "is_parallel": true,
309
+ "self": 31.503557574003935,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 22.295599069446325,
313
+ "count": 56958,
314
+ "is_parallel": true,
315
+ "self": 22.295599069446325
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 932.8818535469472,
319
+ "count": 56958,
320
+ "is_parallel": true,
321
+ "self": 932.8818535469472
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 85.24587425589561,
325
+ "count": 56958,
326
+ "is_parallel": true,
327
+ "self": 15.251986850053072,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 69.99388740584254,
331
+ "count": 455664,
332
+ "is_parallel": true,
333
+ "self": 69.99388740584254
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 571.6444560103118,
347
+ "count": 56959,
348
+ "self": 1.4138935543596745,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 84.25038577988744,
352
+ "count": 56959,
353
+ "self": 83.95630147308111,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.2940843068063259,
357
+ "count": 1,
358
+ "self": 0.2940843068063259
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 485.98017667606473,
364
+ "count": 403,
365
+ "self": 241.60718811303377,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 244.37298856303096,
369
+ "count": 20511,
370
+ "self": 244.37298856303096
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 1.3932585716247559e-06,
380
+ "count": 1,
381
+ "self": 1.3932585716247559e-06
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.28473490476608276,
385
+ "count": 1,
386
+ "self": 0.0339621976017952,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.25077270716428757,
390
+ "count": 1,
391
+ "self": 0.25077270716428757
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499944,
6
+ "file_path": "results/PyramidsTraining3/Pyramids/Pyramids-499944.onnx",
7
+ "reward": 1.3204999640583992,
8
+ "creation_time": 1768634197.3105924,
9
+ "auxillary_file_paths": [
10
+ "results/PyramidsTraining3/Pyramids/Pyramids-499944.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 900028,
15
+ "file_path": "results/PyramidsTraining3/Pyramids/Pyramids-900028.onnx",
16
+ "reward": null,
17
+ "creation_time": 1768635016.7693324,
18
+ "auxillary_file_paths": [
19
+ "results/PyramidsTraining3/Pyramids/Pyramids-900028.pt"
20
+ ]
21
+ }
22
+ ],
23
+ "final_checkpoint": {
24
+ "steps": 900028,
25
+ "file_path": "results/PyramidsTraining3/Pyramids.onnx",
26
+ "reward": null,
27
+ "creation_time": 1768635016.7693324,
28
+ "auxillary_file_paths": [
29
+ "results/PyramidsTraining3/Pyramids/Pyramids-900028.pt"
30
+ ]
31
+ }
32
+ },
33
+ "metadata": {
34
+ "stats_format_version": "0.3.0",
35
+ "mlagents_version": "1.2.0.dev0",
36
+ "torch_version": "2.8.0+cu128"
37
+ }
38
+ }