esperesa commited on
Commit
e3c8d5a
1 Parent(s): 5ed8ed0

ppo Pyramid 10**7 max_steps

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62e30651bb7c9235a814832a1ba44970af5a43e9667e0412b2aa4da57c88263
3
+ size 1420238
Pyramids/Pyramids-1499953.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3dfb8e3b1f0a3e66608ef7de5e7894edb1f646e6a046739e8cadc3d1d3b0fe9
3
+ size 1420238
Pyramids/Pyramids-1499953.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fb8f13ff85af14d5f44cf3e64a2ebd962b369d7dafcb726eae14ef722870c4
3
+ size 8656252
Pyramids/Pyramids-1999937.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87619ee387447796c59acf6bca6d84ab6c6052586fafb1a8f09bad6c14f8ae0d
3
+ size 1420238
Pyramids/Pyramids-1999937.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c304b5fab12bdbebb3bfc6c5824723f6ccea30cac455f887b36f664b410f58
3
+ size 8656252
Pyramids/Pyramids-2499942.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dcbd4fa40b970a5b8fcecb4a5c3ca60230b12b5bbb8aedec4dfa51683f722ca
3
+ size 1420238
Pyramids/Pyramids-2499942.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05669e5e82e071b16d6ad637de443f703fd50329fd97e3624d4b89a637468eb
3
+ size 8656252
Pyramids/Pyramids-2999962.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62e30651bb7c9235a814832a1ba44970af5a43e9667e0412b2aa4da57c88263
3
+ size 1420238
Pyramids/Pyramids-2999962.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7520947e53a4084e7632822593a988fb612b6a0721d753dc8f6474b82fce0f26
3
+ size 8656252
Pyramids/Pyramids-3000090.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62e30651bb7c9235a814832a1ba44970af5a43e9667e0412b2aa4da57c88263
3
+ size 1420238
Pyramids/Pyramids-3000090.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccab50fe4f5e62966177676912e7012800a24ce459a1cfb472fb17ac4ad18e07
3
+ size 8656252
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7094a748d83fa4e08c4df98f7827fd60e0e9d231bf4ca07e40ad67b173baee6
3
+ size 8655778
Pyramids/events.out.tfevents.1726656173.nczy-Super-Server.2575406.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1629c7fd82279937365f281a03414a28360f83e8283ceabfb75094ee2078c5e8
3
+ size 943486
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: esperesa/ppo-Pyramids
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 3000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "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,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ environment_parameters: null
80
+ checkpoint_settings:
81
+ run_id: Pyramids Training
82
+ initialize_from: null
83
+ load_model: false
84
+ resume: false
85
+ force: false
86
+ train_model: false
87
+ inference: false
88
+ results_dir: results
89
+ torch_settings:
90
+ device: null
91
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,764 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/luyang/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/luyang/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 2 interfaces on host : 0) 172.16.202.1 1) 169.254.3.1
4
+ Multi-casting "[IP] 172.16.202.1 [Port] 55285 [Flags] 2 [Guid] 272940325 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.16.202.1) [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 /home/luyang/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
+ Begin MonoManager ReloadAssembly
16
+ - Completed reload, in 0.071 seconds
17
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
18
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
21
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
22
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
23
+ ERROR: Shader Autodesk Interactive 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
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
28
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
29
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
30
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
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
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
35
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
36
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
37
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
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
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
42
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
43
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
44
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
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
+ UnloadTime: 0.668221 ms
49
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
50
+ requesting resize 84 x 84
51
+ Setting up 48 worker threads for Enlighten.
52
+ PlayerConnection::CleanupMemory Statistics:
53
+ [ALLOC_TEMP_TLS] TLS Allocator
54
+ StackAllocators :
55
+ [ALLOC_TEMP_MAIN]
56
+ Peak usage frame count: [16.0 KB-32.0 KB]: 5374 frames, [32.0 KB-64.0 KB]: 34104 frames, [64.0 KB-128.0 KB]: 16790 frames, [2.0 MB-4.0 MB]: 1 frames
57
+ Initial Block Size 4.0 MB
58
+ Current Block Size 4.0 MB
59
+ Peak Allocated Bytes 2.0 MB
60
+ Overflow Count 0
61
+ [ALLOC_TEMP_Job.Worker 44]
62
+ Initial Block Size 256.0 KB
63
+ Current Block Size 256.0 KB
64
+ Peak Allocated Bytes 0 B
65
+ Overflow Count 0
66
+ [ALLOC_TEMP_Job.Worker 58]
67
+ Initial Block Size 256.0 KB
68
+ Current Block Size 256.0 KB
69
+ Peak Allocated Bytes 0 B
70
+ Overflow Count 0
71
+ [ALLOC_TEMP_Job.Worker 4]
72
+ Initial Block Size 256.0 KB
73
+ Current Block Size 256.0 KB
74
+ Peak Allocated Bytes 0 B
75
+ Overflow Count 0
76
+ [ALLOC_TEMP_Job.Worker 27]
77
+ Initial Block Size 256.0 KB
78
+ Current Block Size 256.0 KB
79
+ Peak Allocated Bytes 0 B
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Background Job.Worker 11]
82
+ Initial Block Size 32.0 KB
83
+ Current Block Size 32.0 KB
84
+ Peak Allocated Bytes 0 B
85
+ Overflow Count 0
86
+ [ALLOC_TEMP_Job.Worker 43]
87
+ Initial Block Size 256.0 KB
88
+ Current Block Size 256.0 KB
89
+ Peak Allocated Bytes 0 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Job.Worker 86]
92
+ Initial Block Size 256.0 KB
93
+ Current Block Size 256.0 KB
94
+ Peak Allocated Bytes 0 B
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_Job.Worker 39]
97
+ Initial Block Size 256.0 KB
98
+ Current Block Size 256.0 KB
99
+ Peak Allocated Bytes 0 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Job.Worker 21]
102
+ Initial Block Size 256.0 KB
103
+ Current Block Size 256.0 KB
104
+ Peak Allocated Bytes 0 B
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_Job.Worker 76]
107
+ Initial Block Size 256.0 KB
108
+ Current Block Size 256.0 KB
109
+ Peak Allocated Bytes 0 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Job.Worker 22]
112
+ Initial Block Size 256.0 KB
113
+ Current Block Size 256.0 KB
114
+ Peak Allocated Bytes 0 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Job.Worker 32]
117
+ Initial Block Size 256.0 KB
118
+ Current Block Size 256.0 KB
119
+ Peak Allocated Bytes 0 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_Job.Worker 83]
122
+ Initial Block Size 256.0 KB
123
+ Current Block Size 256.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Background Job.Worker 5]
127
+ Initial Block Size 32.0 KB
128
+ Current Block Size 32.0 KB
129
+ Peak Allocated Bytes 0 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_Background Job.Worker 13]
132
+ Initial Block Size 32.0 KB
133
+ Current Block Size 32.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Job.Worker 62]
137
+ Initial Block Size 256.0 KB
138
+ Current Block Size 256.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Job.Worker 50]
142
+ Initial Block Size 256.0 KB
143
+ Current Block Size 256.0 KB
144
+ Peak Allocated Bytes 0 B
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Job.Worker 81]
147
+ Initial Block Size 256.0 KB
148
+ Current Block Size 256.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Job.Worker 0]
152
+ Initial Block Size 256.0 KB
153
+ Current Block Size 256.0 KB
154
+ Peak Allocated Bytes 0 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_Job.Worker 5]
157
+ Initial Block Size 256.0 KB
158
+ Current Block Size 256.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Job.Worker 34]
162
+ Initial Block Size 256.0 KB
163
+ Current Block Size 256.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_Job.Worker 57]
167
+ Initial Block Size 256.0 KB
168
+ Current Block Size 256.0 KB
169
+ Peak Allocated Bytes 0 B
170
+ Overflow Count 0
171
+ [ALLOC_TEMP_EnlightenWorker] x 48
172
+ Initial Block Size 64.0 KB
173
+ Current Block Size 64.0 KB
174
+ Peak Allocated Bytes 0 B
175
+ Overflow Count 0
176
+ [ALLOC_TEMP_Job.Worker 69]
177
+ Initial Block Size 256.0 KB
178
+ Current Block Size 256.0 KB
179
+ Peak Allocated Bytes 0 B
180
+ Overflow Count 0
181
+ [ALLOC_TEMP_Job.Worker 9]
182
+ Initial Block Size 256.0 KB
183
+ Current Block Size 256.0 KB
184
+ Peak Allocated Bytes 0 B
185
+ Overflow Count 0
186
+ [ALLOC_TEMP_Background Job.Worker 9]
187
+ Initial Block Size 32.0 KB
188
+ Current Block Size 32.0 KB
189
+ Peak Allocated Bytes 0 B
190
+ Overflow Count 0
191
+ [ALLOC_TEMP_Job.Worker 42]
192
+ Initial Block Size 256.0 KB
193
+ Current Block Size 256.0 KB
194
+ Peak Allocated Bytes 0 B
195
+ Overflow Count 0
196
+ [ALLOC_TEMP_Background Job.Worker 6]
197
+ Initial Block Size 32.0 KB
198
+ Current Block Size 32.0 KB
199
+ Peak Allocated Bytes 0 B
200
+ Overflow Count 0
201
+ [ALLOC_TEMP_Job.Worker 70]
202
+ Initial Block Size 256.0 KB
203
+ Current Block Size 256.0 KB
204
+ Peak Allocated Bytes 0 B
205
+ Overflow Count 0
206
+ [ALLOC_TEMP_Job.Worker 66]
207
+ Initial Block Size 256.0 KB
208
+ Current Block Size 256.0 KB
209
+ Peak Allocated Bytes 0 B
210
+ Overflow Count 0
211
+ [ALLOC_TEMP_Job.Worker 51]
212
+ Initial Block Size 256.0 KB
213
+ Current Block Size 256.0 KB
214
+ Peak Allocated Bytes 0 B
215
+ Overflow Count 0
216
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
217
+ Initial Block Size 64.0 KB
218
+ Current Block Size 64.0 KB
219
+ Peak Allocated Bytes 0 B
220
+ Overflow Count 0
221
+ [ALLOC_TEMP_Job.Worker 30]
222
+ Initial Block Size 256.0 KB
223
+ Current Block Size 256.0 KB
224
+ Peak Allocated Bytes 0 B
225
+ Overflow Count 0
226
+ [ALLOC_TEMP_Job.Worker 92]
227
+ Initial Block Size 256.0 KB
228
+ Current Block Size 256.0 KB
229
+ Peak Allocated Bytes 0 B
230
+ Overflow Count 0
231
+ [ALLOC_TEMP_Job.Worker 31]
232
+ Initial Block Size 256.0 KB
233
+ Current Block Size 256.0 KB
234
+ Peak Allocated Bytes 0 B
235
+ Overflow Count 0
236
+ [ALLOC_TEMP_Job.Worker 29]
237
+ Initial Block Size 256.0 KB
238
+ Current Block Size 256.0 KB
239
+ Peak Allocated Bytes 0 B
240
+ Overflow Count 0
241
+ [ALLOC_TEMP_Background Job.Worker 15]
242
+ Initial Block Size 32.0 KB
243
+ Current Block Size 32.0 KB
244
+ Peak Allocated Bytes 0 B
245
+ Overflow Count 0
246
+ [ALLOC_TEMP_Job.Worker 26]
247
+ Initial Block Size 256.0 KB
248
+ Current Block Size 256.0 KB
249
+ Peak Allocated Bytes 0 B
250
+ Overflow Count 0
251
+ [ALLOC_TEMP_Job.Worker 80]
252
+ Initial Block Size 256.0 KB
253
+ Current Block Size 256.0 KB
254
+ Peak Allocated Bytes 0 B
255
+ Overflow Count 0
256
+ [ALLOC_TEMP_Job.Worker 8]
257
+ Initial Block Size 256.0 KB
258
+ Current Block Size 256.0 KB
259
+ Peak Allocated Bytes 0 B
260
+ Overflow Count 0
261
+ [ALLOC_TEMP_Background Job.Worker 7]
262
+ Initial Block Size 32.0 KB
263
+ Current Block Size 32.0 KB
264
+ Peak Allocated Bytes 0 B
265
+ Overflow Count 0
266
+ [ALLOC_TEMP_Job.Worker 1]
267
+ Initial Block Size 256.0 KB
268
+ Current Block Size 256.0 KB
269
+ Peak Allocated Bytes 0 B
270
+ Overflow Count 0
271
+ [ALLOC_TEMP_Job.Worker 90]
272
+ Initial Block Size 256.0 KB
273
+ Current Block Size 256.0 KB
274
+ Peak Allocated Bytes 0.8 KB
275
+ Overflow Count 0
276
+ [ALLOC_TEMP_Job.Worker 33]
277
+ Initial Block Size 256.0 KB
278
+ Current Block Size 256.0 KB
279
+ Peak Allocated Bytes 0 B
280
+ Overflow Count 0
281
+ [ALLOC_TEMP_Job.Worker 23]
282
+ Initial Block Size 256.0 KB
283
+ Current Block Size 256.0 KB
284
+ Peak Allocated Bytes 0 B
285
+ Overflow Count 0
286
+ [ALLOC_TEMP_Job.Worker 87]
287
+ Initial Block Size 256.0 KB
288
+ Current Block Size 256.0 KB
289
+ Peak Allocated Bytes 0 B
290
+ Overflow Count 0
291
+ [ALLOC_TEMP_Job.Worker 88]
292
+ Initial Block Size 256.0 KB
293
+ Current Block Size 256.0 KB
294
+ Peak Allocated Bytes 0 B
295
+ Overflow Count 0
296
+ [ALLOC_TEMP_Job.Worker 94]
297
+ Initial Block Size 256.0 KB
298
+ Current Block Size 256.0 KB
299
+ Peak Allocated Bytes 0 B
300
+ Overflow Count 0
301
+ [ALLOC_TEMP_Job.Worker 41]
302
+ Initial Block Size 256.0 KB
303
+ Current Block Size 256.0 KB
304
+ Peak Allocated Bytes 0 B
305
+ Overflow Count 0
306
+ [ALLOC_TEMP_Background Job.Worker 4]
307
+ Initial Block Size 32.0 KB
308
+ Current Block Size 32.0 KB
309
+ Peak Allocated Bytes 0 B
310
+ Overflow Count 0
311
+ [ALLOC_TEMP_Job.Worker 64]
312
+ Initial Block Size 256.0 KB
313
+ Current Block Size 256.0 KB
314
+ Peak Allocated Bytes 0 B
315
+ Overflow Count 0
316
+ [ALLOC_TEMP_Job.Worker 68]
317
+ Initial Block Size 256.0 KB
318
+ Current Block Size 256.0 KB
319
+ Peak Allocated Bytes 0 B
320
+ Overflow Count 0
321
+ [ALLOC_TEMP_Job.Worker 72]
322
+ Initial Block Size 256.0 KB
323
+ Current Block Size 256.0 KB
324
+ Peak Allocated Bytes 0 B
325
+ Overflow Count 0
326
+ [ALLOC_TEMP_Job.Worker 28]
327
+ Initial Block Size 256.0 KB
328
+ Current Block Size 256.0 KB
329
+ Peak Allocated Bytes 0 B
330
+ Overflow Count 0
331
+ [ALLOC_TEMP_Job.Worker 48]
332
+ Initial Block Size 256.0 KB
333
+ Current Block Size 256.0 KB
334
+ Peak Allocated Bytes 0 B
335
+ Overflow Count 0
336
+ [ALLOC_TEMP_Job.Worker 7]
337
+ Initial Block Size 256.0 KB
338
+ Current Block Size 256.0 KB
339
+ Peak Allocated Bytes 0 B
340
+ Overflow Count 0
341
+ [ALLOC_TEMP_Job.Worker 45]
342
+ Initial Block Size 256.0 KB
343
+ Current Block Size 256.0 KB
344
+ Peak Allocated Bytes 0 B
345
+ Overflow Count 0
346
+ [ALLOC_TEMP_Job.Worker 18]
347
+ Initial Block Size 256.0 KB
348
+ Current Block Size 256.0 KB
349
+ Peak Allocated Bytes 0 B
350
+ Overflow Count 0
351
+ [ALLOC_TEMP_Job.Worker 73]
352
+ Initial Block Size 256.0 KB
353
+ Current Block Size 256.0 KB
354
+ Peak Allocated Bytes 0 B
355
+ Overflow Count 0
356
+ [ALLOC_TEMP_Background Job.Worker 8]
357
+ Initial Block Size 32.0 KB
358
+ Current Block Size 32.0 KB
359
+ Peak Allocated Bytes 0 B
360
+ Overflow Count 0
361
+ [ALLOC_TEMP_Job.Worker 60]
362
+ Initial Block Size 256.0 KB
363
+ Current Block Size 256.0 KB
364
+ Peak Allocated Bytes 0 B
365
+ Overflow Count 0
366
+ [ALLOC_TEMP_Job.Worker 85]
367
+ Initial Block Size 256.0 KB
368
+ Current Block Size 256.0 KB
369
+ Peak Allocated Bytes 0 B
370
+ Overflow Count 0
371
+ [ALLOC_TEMP_Job.Worker 78]
372
+ Initial Block Size 256.0 KB
373
+ Current Block Size 256.0 KB
374
+ Peak Allocated Bytes 0 B
375
+ Overflow Count 0
376
+ [ALLOC_TEMP_Background Job.Worker 3]
377
+ Initial Block Size 32.0 KB
378
+ Current Block Size 32.0 KB
379
+ Peak Allocated Bytes 0 B
380
+ Overflow Count 0
381
+ [ALLOC_TEMP_Job.Worker 46]
382
+ Initial Block Size 256.0 KB
383
+ Current Block Size 256.0 KB
384
+ Peak Allocated Bytes 0 B
385
+ Overflow Count 0
386
+ [ALLOC_TEMP_BatchDeleteObjects]
387
+ Initial Block Size 64.0 KB
388
+ Current Block Size 64.0 KB
389
+ Peak Allocated Bytes 0 B
390
+ Overflow Count 0
391
+ [ALLOC_TEMP_Job.Worker 63]
392
+ Initial Block Size 256.0 KB
393
+ Current Block Size 256.0 KB
394
+ Peak Allocated Bytes 0 B
395
+ Overflow Count 0
396
+ [ALLOC_TEMP_Job.Worker 25]
397
+ Initial Block Size 256.0 KB
398
+ Current Block Size 256.0 KB
399
+ Peak Allocated Bytes 0 B
400
+ Overflow Count 0
401
+ [ALLOC_TEMP_Job.Worker 71]
402
+ Initial Block Size 256.0 KB
403
+ Current Block Size 256.0 KB
404
+ Peak Allocated Bytes 0 B
405
+ Overflow Count 0
406
+ [ALLOC_TEMP_Job.Worker 13]
407
+ Initial Block Size 256.0 KB
408
+ Current Block Size 256.0 KB
409
+ Peak Allocated Bytes 0 B
410
+ Overflow Count 0
411
+ [ALLOC_TEMP_Job.Worker 55]
412
+ Initial Block Size 256.0 KB
413
+ Current Block Size 256.0 KB
414
+ Peak Allocated Bytes 0 B
415
+ Overflow Count 0
416
+ [ALLOC_TEMP_Background Job.Worker 2]
417
+ Initial Block Size 32.0 KB
418
+ Current Block Size 32.0 KB
419
+ Peak Allocated Bytes 0 B
420
+ Overflow Count 0
421
+ [ALLOC_TEMP_Job.Worker 75]
422
+ Initial Block Size 256.0 KB
423
+ Current Block Size 256.0 KB
424
+ Peak Allocated Bytes 0 B
425
+ Overflow Count 0
426
+ [ALLOC_TEMP_Job.Worker 35]
427
+ Initial Block Size 256.0 KB
428
+ Current Block Size 256.0 KB
429
+ Peak Allocated Bytes 0 B
430
+ Overflow Count 0
431
+ [ALLOC_TEMP_Job.Worker 59]
432
+ Initial Block Size 256.0 KB
433
+ Current Block Size 256.0 KB
434
+ Peak Allocated Bytes 0 B
435
+ Overflow Count 0
436
+ [ALLOC_TEMP_Job.Worker 10]
437
+ Initial Block Size 256.0 KB
438
+ Current Block Size 256.0 KB
439
+ Peak Allocated Bytes 0 B
440
+ Overflow Count 0
441
+ [ALLOC_TEMP_Job.Worker 15]
442
+ Initial Block Size 256.0 KB
443
+ Current Block Size 256.0 KB
444
+ Peak Allocated Bytes 0 B
445
+ Overflow Count 0
446
+ [ALLOC_TEMP_Job.Worker 12]
447
+ Initial Block Size 256.0 KB
448
+ Current Block Size 256.0 KB
449
+ Peak Allocated Bytes 0 B
450
+ Overflow Count 0
451
+ [ALLOC_TEMP_Loading.PreloadManager]
452
+ Initial Block Size 256.0 KB
453
+ Current Block Size 320.0 KB
454
+ Peak Allocated Bytes 251.6 KB
455
+ Overflow Count 4
456
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
457
+ Initial Block Size 64.0 KB
458
+ Current Block Size 64.0 KB
459
+ Peak Allocated Bytes 0 B
460
+ Overflow Count 0
461
+ [ALLOC_TEMP_Job.Worker 17]
462
+ Initial Block Size 256.0 KB
463
+ Current Block Size 256.0 KB
464
+ Peak Allocated Bytes 0 B
465
+ Overflow Count 0
466
+ [ALLOC_TEMP_Job.Worker 14]
467
+ Initial Block Size 256.0 KB
468
+ Current Block Size 256.0 KB
469
+ Peak Allocated Bytes 0 B
470
+ Overflow Count 0
471
+ [ALLOC_TEMP_Job.Worker 3]
472
+ Initial Block Size 256.0 KB
473
+ Current Block Size 256.0 KB
474
+ Peak Allocated Bytes 0 B
475
+ Overflow Count 0
476
+ [ALLOC_TEMP_Profiler.Dispatcher]
477
+ Initial Block Size 64.0 KB
478
+ Current Block Size 64.0 KB
479
+ Peak Allocated Bytes 15.0 KB
480
+ Overflow Count 0
481
+ [ALLOC_TEMP_Job.Worker 37]
482
+ Initial Block Size 256.0 KB
483
+ Current Block Size 256.0 KB
484
+ Peak Allocated Bytes 0 B
485
+ Overflow Count 0
486
+ [ALLOC_TEMP_Job.Worker 2]
487
+ Initial Block Size 256.0 KB
488
+ Current Block Size 256.0 KB
489
+ Peak Allocated Bytes 0 B
490
+ Overflow Count 0
491
+ [ALLOC_TEMP_Job.Worker 11]
492
+ Initial Block Size 256.0 KB
493
+ Current Block Size 256.0 KB
494
+ Peak Allocated Bytes 0 B
495
+ Overflow Count 0
496
+ [ALLOC_TEMP_Job.Worker 6]
497
+ Initial Block Size 256.0 KB
498
+ Current Block Size 256.0 KB
499
+ Peak Allocated Bytes 0 B
500
+ Overflow Count 0
501
+ [ALLOC_TEMP_Job.Worker 91]
502
+ Initial Block Size 256.0 KB
503
+ Current Block Size 256.0 KB
504
+ Peak Allocated Bytes 0 B
505
+ Overflow Count 0
506
+ [ALLOC_TEMP_Job.Worker 89]
507
+ Initial Block Size 256.0 KB
508
+ Current Block Size 256.0 KB
509
+ Peak Allocated Bytes 0 B
510
+ Overflow Count 0
511
+ [ALLOC_TEMP_Job.Worker 93]
512
+ Initial Block Size 256.0 KB
513
+ Current Block Size 256.0 KB
514
+ Peak Allocated Bytes 0 B
515
+ Overflow Count 0
516
+ [ALLOC_TEMP_Loading.AsyncRead]
517
+ Initial Block Size 64.0 KB
518
+ Current Block Size 64.0 KB
519
+ Peak Allocated Bytes 128 B
520
+ Overflow Count 0
521
+ [ALLOC_TEMP_Job.Worker 40]
522
+ Initial Block Size 256.0 KB
523
+ Current Block Size 256.0 KB
524
+ Peak Allocated Bytes 0 B
525
+ Overflow Count 0
526
+ [ALLOC_TEMP_Job.Worker 77]
527
+ Initial Block Size 256.0 KB
528
+ Current Block Size 256.0 KB
529
+ Peak Allocated Bytes 0 B
530
+ Overflow Count 0
531
+ [ALLOC_TEMP_Job.Worker 16]
532
+ Initial Block Size 256.0 KB
533
+ Current Block Size 256.0 KB
534
+ Peak Allocated Bytes 0 B
535
+ Overflow Count 0
536
+ [ALLOC_TEMP_Job.Worker 36]
537
+ Initial Block Size 256.0 KB
538
+ Current Block Size 256.0 KB
539
+ Peak Allocated Bytes 0 B
540
+ Overflow Count 0
541
+ [ALLOC_TEMP_Job.Worker 52]
542
+ Initial Block Size 256.0 KB
543
+ Current Block Size 256.0 KB
544
+ Peak Allocated Bytes 0 B
545
+ Overflow Count 0
546
+ [ALLOC_TEMP_Job.Worker 79]
547
+ Initial Block Size 256.0 KB
548
+ Current Block Size 256.0 KB
549
+ Peak Allocated Bytes 0 B
550
+ Overflow Count 0
551
+ [ALLOC_TEMP_Background Job.Worker 10]
552
+ Initial Block Size 32.0 KB
553
+ Current Block Size 32.0 KB
554
+ Peak Allocated Bytes 0 B
555
+ Overflow Count 0
556
+ [ALLOC_TEMP_Job.Worker 74]
557
+ Initial Block Size 256.0 KB
558
+ Current Block Size 256.0 KB
559
+ Peak Allocated Bytes 0 B
560
+ Overflow Count 0
561
+ [ALLOC_TEMP_Job.Worker 53]
562
+ Initial Block Size 256.0 KB
563
+ Current Block Size 256.0 KB
564
+ Peak Allocated Bytes 0 B
565
+ Overflow Count 0
566
+ [ALLOC_TEMP_Job.Worker 38]
567
+ Initial Block Size 256.0 KB
568
+ Current Block Size 256.0 KB
569
+ Peak Allocated Bytes 0 B
570
+ Overflow Count 0
571
+ [ALLOC_TEMP_Background Job.Worker 1]
572
+ Initial Block Size 32.0 KB
573
+ Current Block Size 32.0 KB
574
+ Peak Allocated Bytes 0 B
575
+ Overflow Count 0
576
+ [ALLOC_TEMP_Job.Worker 20]
577
+ Initial Block Size 256.0 KB
578
+ Current Block Size 256.0 KB
579
+ Peak Allocated Bytes 0 B
580
+ Overflow Count 0
581
+ [ALLOC_TEMP_Job.Worker 82]
582
+ Initial Block Size 256.0 KB
583
+ Current Block Size 256.0 KB
584
+ Peak Allocated Bytes 0 B
585
+ Overflow Count 0
586
+ [ALLOC_TEMP_Job.Worker 47]
587
+ Initial Block Size 256.0 KB
588
+ Current Block Size 256.0 KB
589
+ Peak Allocated Bytes 0 B
590
+ Overflow Count 0
591
+ [ALLOC_TEMP_Job.Worker 67]
592
+ Initial Block Size 256.0 KB
593
+ Current Block Size 256.0 KB
594
+ Peak Allocated Bytes 0 B
595
+ Overflow Count 0
596
+ [ALLOC_TEMP_Job.Worker 49]
597
+ Initial Block Size 256.0 KB
598
+ Current Block Size 256.0 KB
599
+ Peak Allocated Bytes 0 B
600
+ Overflow Count 0
601
+ [ALLOC_TEMP_Job.Worker 24]
602
+ Initial Block Size 256.0 KB
603
+ Current Block Size 256.0 KB
604
+ Peak Allocated Bytes 0 B
605
+ Overflow Count 0
606
+ [ALLOC_TEMP_Job.Worker 65]
607
+ Initial Block Size 256.0 KB
608
+ Current Block Size 256.0 KB
609
+ Peak Allocated Bytes 0 B
610
+ Overflow Count 0
611
+ [ALLOC_TEMP_Background Job.Worker 12]
612
+ Initial Block Size 32.0 KB
613
+ Current Block Size 32.0 KB
614
+ Peak Allocated Bytes 0 B
615
+ Overflow Count 0
616
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 95
617
+ Initial Block Size 64.0 KB
618
+ Current Block Size 64.0 KB
619
+ Peak Allocated Bytes 0 B
620
+ Overflow Count 0
621
+ [ALLOC_TEMP_Job.Worker 56]
622
+ Initial Block Size 256.0 KB
623
+ Current Block Size 256.0 KB
624
+ Peak Allocated Bytes 0 B
625
+ Overflow Count 0
626
+ [ALLOC_TEMP_Job.Worker 84]
627
+ Initial Block Size 256.0 KB
628
+ Current Block Size 256.0 KB
629
+ Peak Allocated Bytes 0 B
630
+ Overflow Count 0
631
+ [ALLOC_TEMP_Job.Worker 54]
632
+ Initial Block Size 256.0 KB
633
+ Current Block Size 256.0 KB
634
+ Peak Allocated Bytes 0 B
635
+ Overflow Count 0
636
+ [ALLOC_TEMP_Background Job.Worker 0]
637
+ Initial Block Size 32.0 KB
638
+ Current Block Size 32.0 KB
639
+ Peak Allocated Bytes 0 B
640
+ Overflow Count 0
641
+ [ALLOC_TEMP_Background Job.Worker 14]
642
+ Initial Block Size 32.0 KB
643
+ Current Block Size 32.0 KB
644
+ Peak Allocated Bytes 0 B
645
+ Overflow Count 0
646
+ [ALLOC_TEMP_Job.Worker 61]
647
+ Initial Block Size 256.0 KB
648
+ Current Block Size 256.0 KB
649
+ Peak Allocated Bytes 0 B
650
+ Overflow Count 0
651
+ [ALLOC_TEMP_Job.Worker 19]
652
+ Initial Block Size 256.0 KB
653
+ Current Block Size 256.0 KB
654
+ Peak Allocated Bytes 0 B
655
+ Overflow Count 0
656
+ [ALLOC_MEMORYPROFILER]
657
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55970 frames
658
+ Requested Block Size 1.0 MB
659
+ Peak Block count 2
660
+ Peak Allocated memory 1.6 MB
661
+ Peak Large allocation bytes 0 B
662
+ [ALLOC_DEFAULT] Dual Thread Allocator
663
+ Peak main deferred allocation count 12451
664
+ [ALLOC_BUCKET]
665
+ Large Block size 4.0 MB
666
+ Used Block count 1
667
+ Peak Allocated bytes 1.7 MB
668
+ [ALLOC_DEFAULT_MAIN]
669
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 56268 frames
670
+ Requested Block Size 16.0 MB
671
+ Peak Block count 3
672
+ Peak Allocated memory 30.2 MB
673
+ Peak Large allocation bytes 0 B
674
+ [ALLOC_DEFAULT_THREAD]
675
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames, [32.0 MB-64.0 MB]: 56268 frames
676
+ Requested Block Size 16.0 MB
677
+ Peak Block count 2
678
+ Peak Allocated memory 40.2 MB
679
+ Peak Large allocation bytes 16.0 MB
680
+ [ALLOC_TEMP_JOB_1_FRAME]
681
+ Initial Block Size 2.0 MB
682
+ Used Block Count 1
683
+ Overflow Count (too large) 0
684
+ Overflow Count (full) 0
685
+ [ALLOC_TEMP_JOB_2_FRAMES]
686
+ Initial Block Size 2.0 MB
687
+ Used Block Count 1
688
+ Overflow Count (too large) 0
689
+ Overflow Count (full) 0
690
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
691
+ Initial Block Size 2.0 MB
692
+ Used Block Count 2
693
+ Overflow Count (too large) 0
694
+ Overflow Count (full) 0
695
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
696
+ Initial Block Size 1.0 MB
697
+ Used Block Count 3
698
+ Overflow Count (too large) 0
699
+ Overflow Count (full) 0
700
+ [ALLOC_GFX] Dual Thread Allocator
701
+ Peak main deferred allocation count 0
702
+ [ALLOC_BUCKET]
703
+ Large Block size 4.0 MB
704
+ Used Block count 1
705
+ Peak Allocated bytes 1.7 MB
706
+ [ALLOC_GFX_MAIN]
707
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56268 frames, [64.0 KB-128.0 KB]: 1 frames
708
+ Requested Block Size 16.0 MB
709
+ Peak Block count 1
710
+ Peak Allocated memory 67.0 KB
711
+ Peak Large allocation bytes 0 B
712
+ [ALLOC_GFX_THREAD]
713
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56269 frames
714
+ Requested Block Size 16.0 MB
715
+ Peak Block count 1
716
+ Peak Allocated memory 67.7 KB
717
+ Peak Large allocation bytes 0 B
718
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
719
+ Peak main deferred allocation count 1
720
+ [ALLOC_BUCKET]
721
+ Large Block size 4.0 MB
722
+ Used Block count 1
723
+ Peak Allocated bytes 1.7 MB
724
+ [ALLOC_CACHEOBJECTS_MAIN]
725
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55970 frames
726
+ Requested Block Size 4.0 MB
727
+ Peak Block count 1
728
+ Peak Allocated memory 1.4 MB
729
+ Peak Large allocation bytes 0 B
730
+ [ALLOC_CACHEOBJECTS_THREAD]
731
+ Peak usage frame count: [1.0 MB-2.0 MB]: 56268 frames, [2.0 MB-4.0 MB]: 1 frames
732
+ Requested Block Size 4.0 MB
733
+ Peak Block count 1
734
+ Peak Allocated memory 3.9 MB
735
+ Peak Large allocation bytes 0 B
736
+ [ALLOC_TYPETREE] Dual Thread Allocator
737
+ Peak main deferred allocation count 0
738
+ [ALLOC_BUCKET]
739
+ Large Block size 4.0 MB
740
+ Used Block count 1
741
+ Peak Allocated bytes 1.7 MB
742
+ [ALLOC_TYPETREE_MAIN]
743
+ Peak usage frame count: [0-1.0 KB]: 56269 frames
744
+ Requested Block Size 2.0 MB
745
+ Peak Block count 1
746
+ Peak Allocated memory 1.0 KB
747
+ Peak Large allocation bytes 0 B
748
+ [ALLOC_TYPETREE_THREAD]
749
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56269 frames
750
+ Requested Block Size 2.0 MB
751
+ Peak Block count 1
752
+ Peak Allocated memory 1.9 KB
753
+ Peak Large allocation bytes 0 B
754
+ [ALLOC_PROFILER]
755
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56269 frames
756
+ Requested Block Size 16.0 MB
757
+ Peak Block count 1
758
+ Peak Allocated memory 121.6 KB
759
+ Peak Large allocation bytes 0 B
760
+ [ALLOC_PROFILER_BUCKET]
761
+ Large Block size 4.0 MB
762
+ Used Block count 1
763
+ Peak Allocated bytes 396 B
764
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1726660079473,"processId":2575544,"allocatedMemory":2082271,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":37092},{"Manager":81679},{"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":3525},{"DynamicArray":30868},{"HashMap":7680},{"Utility":39712},{"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.1431940644979477,
6
+ "min": 0.136269211769104,
7
+ "max": 1.4233496189117432,
8
+ "count": 100
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 4325.6064453125,
12
+ "min": 4088.076171875,
13
+ "max": 43178.734375,
14
+ "count": 100
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2999962.0,
18
+ "min": 29952.0,
19
+ "max": 2999962.0,
20
+ "count": 100
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2999962.0,
24
+ "min": 29952.0,
25
+ "max": 2999962.0,
26
+ "count": 100
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.883109986782074,
30
+ "min": -0.10364475101232529,
31
+ "max": 0.883109986782074,
32
+ "count": 100
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 269.3485412597656,
36
+ "min": -25.082029342651367,
37
+ "max": 269.3485412597656,
38
+ "count": 100
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.019995277747511864,
42
+ "min": -0.008959994651377201,
43
+ "max": 0.41586658358573914,
44
+ "count": 100
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 6.098559856414795,
48
+ "min": -2.6252784729003906,
49
+ "max": 98.56037902832031,
50
+ "count": 100
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06838292476216641,
54
+ "min": 0.06265017520178974,
55
+ "max": 0.07309944397334209,
56
+ "count": 100
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9573609466703297,
60
+ "min": 0.48289006610431756,
61
+ "max": 1.072455623342345,
62
+ "count": 100
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.015208839785329822,
66
+ "min": 0.000791349567126584,
67
+ "max": 0.017941483393344438,
68
+ "count": 100
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.21292375699461752,
72
+ "min": 0.00791349567126584,
73
+ "max": 0.2511807675068221,
74
+ "count": 100
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.559328051685713e-06,
78
+ "min": 1.559328051685713e-06,
79
+ "max": 0.00029838354339596195,
80
+ "count": 100
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 2.183059272359998e-05,
84
+ "min": 2.183059272359998e-05,
85
+ "max": 0.0041624059125313995,
86
+ "count": 100
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10051974285714287,
90
+ "min": 0.10051974285714287,
91
+ "max": 0.19946118095238097,
92
+ "count": 100
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4072764000000002,
96
+ "min": 1.3962282666666668,
97
+ "max": 2.8874686000000005,
98
+ "count": 100
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 6.19223114285714e-05,
102
+ "min": 6.19223114285714e-05,
103
+ "max": 0.009946171977142856,
104
+ "count": 100
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0008669123599999996,
108
+ "min": 0.0008669123599999996,
109
+ "max": 0.13875811314000003,
110
+ "count": 100
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.00839836336672306,
114
+ "min": 0.008222555741667747,
115
+ "max": 0.44017571210861206,
116
+ "count": 100
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.11757709085941315,
120
+ "min": 0.11511578410863876,
121
+ "max": 3.0812299251556396,
122
+ "count": 100
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 197.08724832214764,
126
+ "min": 197.08724832214764,
127
+ "max": 999.0,
128
+ "count": 100
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 29366.0,
132
+ "min": 15984.0,
133
+ "max": 33765.0,
134
+ "count": 100
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.8034599860509237,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.8034599860509237,
140
+ "count": 100
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 270.51899790763855,
144
+ "min": -29.581601694226265,
145
+ "max": 270.51899790763855,
146
+ "count": 100
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.8034599860509237,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.8034599860509237,
152
+ "count": 100
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 270.51899790763855,
156
+ "min": -29.581601694226265,
157
+ "max": 270.51899790763855,
158
+ "count": 100
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.017101739778202802,
162
+ "min": 0.017101739778202802,
163
+ "max": 9.04960155673325,
164
+ "count": 100
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 2.5652609667304205,
168
+ "min": 2.5147932650870644,
169
+ "max": 144.793624907732,
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": "1726656173",
188
+ "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
189
+ "command_line_arguments": "/home/luyang/miniconda3/envs/rl/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics",
190
+ "mlagents_version": "1.0.0",
191
+ "mlagents_envs_version": "1.0.0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "2.4.1+cu121",
194
+ "numpy_version": "1.21.2",
195
+ "end_time_seconds": "1726660079"
196
+ },
197
+ "total": 3906.2367867449066,
198
+ "count": 1,
199
+ "self": 0.3210822929395363,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.021957542980089784,
203
+ "count": 1,
204
+ "self": 0.021957542980089784
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 3905.893746908987,
208
+ "count": 1,
209
+ "self": 2.245244466001168,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 1.1484115199418738,
213
+ "count": 1,
214
+ "self": 1.1484115199418738
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 3902.430249945959,
218
+ "count": 195559,
219
+ "self": 2.325944616110064,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 2613.806921027368,
223
+ "count": 195559,
224
+ "self": 2399.569757319987,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 212.79041183146182,
228
+ "count": 195559,
229
+ "self": 7.722032254678197,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 205.06837957678363,
233
+ "count": 187561,
234
+ "self": 205.06837957678363
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 1.4467518759192899,
240
+ "count": 195559,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 3901.436869927915,
245
+ "count": 195559,
246
+ "is_parallel": true,
247
+ "self": 1689.2064201639732,
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.0013544479152187705,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.00042505015153437853,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.000929397763684392,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.000929397763684392
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.027204854995943606,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.00041354901622980833,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.00036475900560617447,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.00036475900560617447
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.02515622298233211,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.02515622298233211
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0012703239917755127,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.0002702149795368314,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0010001090122386813,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0010001090122386813
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 2212.2304497639416,
307
+ "count": 195558,
308
+ "is_parallel": true,
309
+ "self": 46.83358397183474,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 32.7213736732956,
313
+ "count": 195558,
314
+ "is_parallel": true,
315
+ "self": 32.7213736732956
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 1985.451662497595,
319
+ "count": 195558,
320
+ "is_parallel": true,
321
+ "self": 1985.451662497595
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 147.22382962121628,
325
+ "count": 195558,
326
+ "is_parallel": true,
327
+ "self": 31.5822084271349,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 115.64162119408138,
331
+ "count": 1564464,
332
+ "is_parallel": true,
333
+ "self": 115.64162119408138
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 1286.297384302481,
347
+ "count": 195559,
348
+ "self": 4.0713632385013625,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 210.72980849759188,
352
+ "count": 195559,
353
+ "self": 210.34283535170835,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.3869731458835304,
357
+ "count": 6,
358
+ "self": 0.3869731458835304
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 1071.4962125663878,
364
+ "count": 1397,
365
+ "self": 621.4386437274516,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 450.0575688389363,
369
+ "count": 68322,
370
+ "self": 450.0575688389363
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 7.50063918530941e-07,
380
+ "count": 1,
381
+ "self": 7.50063918530941e-07
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.06984022702090442,
385
+ "count": 1,
386
+ "self": 0.001187948975712061,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.06865227804519236,
390
+ "count": 1,
391
+ "self": 0.06865227804519236
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": 1499953,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1499953.onnx",
7
+ "reward": 1.6919999818007152,
8
+ "creation_time": 1726658064.3242934,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-1499953.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999937,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1999937.onnx",
16
+ "reward": null,
17
+ "creation_time": 1726658726.687046,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-1999937.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499942,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2499942.onnx",
25
+ "reward": 1.4453142498220717,
26
+ "creation_time": 1726659400.8969479,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-2499942.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999962,
33
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2999962.onnx",
34
+ "reward": 1.808181788433682,
35
+ "creation_time": 1726660079.129796,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training/Pyramids/Pyramids-2999962.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000090,
42
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-3000090.onnx",
43
+ "reward": 1.808181788433682,
44
+ "creation_time": 1726660079.2063267,
45
+ "auxillary_file_paths": [
46
+ "results/Pyramids Training/Pyramids/Pyramids-3000090.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000090,
52
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
53
+ "reward": 1.808181788433682,
54
+ "creation_time": 1726660079.2063267,
55
+ "auxillary_file_paths": [
56
+ "results/Pyramids Training/Pyramids/Pyramids-3000090.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "1.0.0",
63
+ "torch_version": "2.4.1+cu121"
64
+ }
65
+ }