arrandi commited on
Commit
615722c
·
1 Parent(s): 7108053

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c400c487b1c0aa00fb22ceff43c83708b65fb8b6e78188490d11c6c0fb2f5f0f
3
+ size 1418184
Pyramids/Pyramids-1000111.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c400c487b1c0aa00fb22ceff43c83708b65fb8b6e78188490d11c6c0fb2f5f0f
3
+ size 1418184
Pyramids/Pyramids-1000111.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eeec86758094b50ea3a7bf06060d8bf1ebf14aa6a98b5f94597ce7ea6e7da7f
3
+ size 8650990
Pyramids/Pyramids-499875.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ccc97feb979a87ef6f34589ec0985276df6d2230dcba304d1c58ae17adbc84a
3
+ size 1418184
Pyramids/Pyramids-499875.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4efa1386578c31ee28f5b1d60037ed7d7c627cc75c9de22695a82d90de68f53e
3
+ size 8650990
Pyramids/Pyramids-999983.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c400c487b1c0aa00fb22ceff43c83708b65fb8b6e78188490d11c6c0fb2f5f0f
3
+ size 1418184
Pyramids/Pyramids-999983.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d59e5600cd2bc8930df98f184b48378d843014693d4e55fc2fff0fa83564571
3
+ size 8650990
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eeec86758094b50ea3a7bf06060d8bf1ebf14aa6a98b5f94597ce7ea6e7da7f
3
+ size 8650990
Pyramids/events.out.tfevents.1679485095.azken-ESC4000-G4.667116.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2697ea4b598185e244a1280930a98670d8ed75c99265e03a1ab93c737e8fc32
3
+ size 304708
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - unity-ml-agents
5
+ - ml-agents
6
+ - deep-reinforcement-learning
7
+ - reinforcement-learning
8
+ - ML-Agents-Pyramids
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **Pyramids**
13
+ This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
14
+
15
+ ## Usage (with ML-Agents)
16
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+
19
+
20
+ ### Resume the training
21
+ ```
22
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
23
+ ```
24
+ ### Watch your Agent play
25
+ You can watch your agent **playing directly in your browser:**.
26
+
27
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
28
+ 2. Step 1: Write your model_id: arrandi/PyramidTraining
29
+ 3. Step 2: Select your *.nn /*.onnx file
30
+ 4. Click on Watch the agent play 👀
31
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 1000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "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,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 500000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 512
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ rnd:
39
+ gamma: 0.99
40
+ strength: 0.01
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 64
44
+ num_layers: 3
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0001
50
+ encoding_size: null
51
+ init_path: null
52
+ keep_checkpoints: 5
53
+ even_checkpoints: false
54
+ max_steps: 1000000
55
+ time_horizon: 128
56
+ summary_freq: 30000
57
+ threaded: false
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ seed: -1
67
+ max_lifetime_restarts: 10
68
+ restarts_rate_limit_n: 1
69
+ restarts_rate_limit_period_s: 60
70
+ engine_settings:
71
+ width: 84
72
+ height: 84
73
+ quality_level: 5
74
+ time_scale: 20
75
+ target_frame_rate: -1
76
+ capture_frame_rate: 60
77
+ no_graphics: true
78
+ environment_parameters: null
79
+ checkpoint_settings:
80
+ run_id: Pyramids Training
81
+ initialize_from: null
82
+ load_model: false
83
+ resume: false
84
+ force: false
85
+ train_model: false
86
+ inference: false
87
+ results_dir: results
88
+ torch_settings:
89
+ device: null
90
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,506 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/aarriandiaga/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/aarriandiaga/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 4 interfaces on host : 0) 10.32.8.186 1) 172.17.0.1 2) 172.18.0.1 3) 172.19.0.1
4
+ Multi-casting "[IP] 10.32.8.186 [Port] 55133 [Flags] 2 [Guid] 305328163 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,10.32.8.186) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [225.0.0.222:54997]...
5
+ Preloaded 'lib_burst_generated.so'
6
+ Preloaded 'libgrpc_csharp_ext.x64.so'
7
+ PlayerPrefs - Creating folder: /home/aarriandiaga/.config/unity3d/Unity Technologies/UnityEnvironment
8
+ Unable to load player prefs
9
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
10
+ [Subsystems] Discovering subsystems at path /home/aarriandiaga/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
11
+ Forcing GfxDevice: Null
12
+ GfxDevice: creating device client; threaded=0; jobified=0
13
+ NullGfxDevice:
14
+ Version: NULL 1.0 [1.0]
15
+ Renderer: Null Device
16
+ Vendor: Unity Technologies
17
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
18
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
19
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
20
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
21
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
22
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
23
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
24
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
25
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
26
+ Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
27
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
28
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
29
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
30
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
31
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
32
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
33
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
34
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
35
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
36
+ FMOD initialized on nosound output
37
+ Begin MonoManager ReloadAssembly
38
+ - Completed reload, in 0.135 seconds
39
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
46
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
50
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
51
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
52
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
53
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
54
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
55
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
56
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
57
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
58
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
59
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
60
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
61
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
62
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
63
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
64
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
65
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
66
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
67
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
68
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
69
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
70
+ UnloadTime: 1.472216 ms
71
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
72
+ requesting resize 84 x 84
73
+ Setting up 20 worker threads for Enlighten.
74
+ PlayerConnection::CleanupMemory Statistics:
75
+ [ALLOC_TEMP_TLS] TLS Allocator
76
+ StackAllocators :
77
+ [ALLOC_TEMP_MAIN]
78
+ Peak usage frame count: [16.0 KB-32.0 KB]: 6314 frames, [32.0 KB-64.0 KB]: 10038 frames, [64.0 KB-128.0 KB]: 2420 frames, [2.0 MB-4.0 MB]: 1 frames
79
+ Initial Block Size 4.0 MB
80
+ Current Block Size 4.0 MB
81
+ Peak Allocated Bytes 2.0 MB
82
+ Overflow Count 0
83
+ [ALLOC_TEMP_Job.Worker 18]
84
+ Initial Block Size 256.0 KB
85
+ Current Block Size 256.0 KB
86
+ Peak Allocated Bytes 0 B
87
+ Overflow Count 0
88
+ [ALLOC_TEMP_Background Job.Worker 8]
89
+ Initial Block Size 32.0 KB
90
+ Current Block Size 32.0 KB
91
+ Peak Allocated Bytes 0 B
92
+ Overflow Count 0
93
+ [ALLOC_TEMP_Job.Worker 4]
94
+ Initial Block Size 256.0 KB
95
+ Current Block Size 256.0 KB
96
+ Peak Allocated Bytes 0 B
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_Job.Worker 27]
99
+ Initial Block Size 256.0 KB
100
+ Current Block Size 256.0 KB
101
+ Peak Allocated Bytes 0 B
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
104
+ Initial Block Size 64.0 KB
105
+ Current Block Size 64.0 KB
106
+ Peak Allocated Bytes 0 B
107
+ Overflow Count 0
108
+ [ALLOC_TEMP_Background Job.Worker 11]
109
+ Initial Block Size 32.0 KB
110
+ Current Block Size 32.0 KB
111
+ Peak Allocated Bytes 0 B
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Background Job.Worker 3]
114
+ Initial Block Size 32.0 KB
115
+ Current Block Size 32.0 KB
116
+ Peak Allocated Bytes 0 B
117
+ Overflow Count 0
118
+ [ALLOC_TEMP_BatchDeleteObjects]
119
+ Initial Block Size 64.0 KB
120
+ Current Block Size 64.0 KB
121
+ Peak Allocated Bytes 0 B
122
+ Overflow Count 0
123
+ [ALLOC_TEMP_Job.Worker 21]
124
+ Initial Block Size 256.0 KB
125
+ Current Block Size 256.0 KB
126
+ Peak Allocated Bytes 0 B
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_Job.Worker 25]
129
+ Initial Block Size 256.0 KB
130
+ Current Block Size 256.0 KB
131
+ Peak Allocated Bytes 0 B
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Job.Worker 13]
134
+ Initial Block Size 256.0 KB
135
+ Current Block Size 256.0 KB
136
+ Peak Allocated Bytes 0.8 KB
137
+ Overflow Count 0
138
+ [ALLOC_TEMP_Background Job.Worker 2]
139
+ Initial Block Size 32.0 KB
140
+ Current Block Size 32.0 KB
141
+ Peak Allocated Bytes 0 B
142
+ Overflow Count 0
143
+ [ALLOC_TEMP_Job.Worker 22]
144
+ Initial Block Size 256.0 KB
145
+ Current Block Size 256.0 KB
146
+ Peak Allocated Bytes 0 B
147
+ Overflow Count 0
148
+ [ALLOC_TEMP_Job.Worker 35]
149
+ Initial Block Size 256.0 KB
150
+ Current Block Size 256.0 KB
151
+ Peak Allocated Bytes 0 B
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Job.Worker 32]
154
+ Initial Block Size 256.0 KB
155
+ Current Block Size 256.0 KB
156
+ Peak Allocated Bytes 0 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Job.Worker 10]
159
+ Initial Block Size 256.0 KB
160
+ Current Block Size 256.0 KB
161
+ Peak Allocated Bytes 0 B
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_Job.Worker 15]
164
+ Initial Block Size 256.0 KB
165
+ Current Block Size 256.0 KB
166
+ Peak Allocated Bytes 0 B
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Job.Worker 12]
169
+ Initial Block Size 256.0 KB
170
+ Current Block Size 256.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_Loading.PreloadManager]
174
+ Initial Block Size 256.0 KB
175
+ Current Block Size 320.0 KB
176
+ Peak Allocated Bytes 251.5 KB
177
+ Overflow Count 4
178
+ [ALLOC_TEMP_Profiler.Dispatcher]
179
+ Initial Block Size 64.0 KB
180
+ Current Block Size 64.0 KB
181
+ Peak Allocated Bytes 136 B
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_Job.Worker 17]
184
+ Initial Block Size 256.0 KB
185
+ Current Block Size 256.0 KB
186
+ Peak Allocated Bytes 0 B
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_Job.Worker 3]
189
+ Initial Block Size 256.0 KB
190
+ Current Block Size 256.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Job.Worker 14]
194
+ Initial Block Size 256.0 KB
195
+ Current Block Size 256.0 KB
196
+ Peak Allocated Bytes 0 B
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_Background Job.Worker 5]
199
+ Initial Block Size 32.0 KB
200
+ Current Block Size 32.0 KB
201
+ Peak Allocated Bytes 0 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Background Job.Worker 13]
204
+ Initial Block Size 32.0 KB
205
+ Current Block Size 32.0 KB
206
+ Peak Allocated Bytes 0 B
207
+ Overflow Count 0
208
+ [ALLOC_TEMP_Job.Worker 37]
209
+ Initial Block Size 256.0 KB
210
+ Current Block Size 256.0 KB
211
+ Peak Allocated Bytes 0 B
212
+ Overflow Count 0
213
+ [ALLOC_TEMP_Job.Worker 2]
214
+ Initial Block Size 256.0 KB
215
+ Current Block Size 256.0 KB
216
+ Peak Allocated Bytes 0 B
217
+ Overflow Count 0
218
+ [ALLOC_TEMP_Job.Worker 11]
219
+ Initial Block Size 256.0 KB
220
+ Current Block Size 256.0 KB
221
+ Peak Allocated Bytes 0 B
222
+ Overflow Count 0
223
+ [ALLOC_TEMP_Job.Worker 6]
224
+ Initial Block Size 256.0 KB
225
+ Current Block Size 256.0 KB
226
+ Peak Allocated Bytes 0 B
227
+ Overflow Count 0
228
+ [ALLOC_TEMP_Job.Worker 0]
229
+ Initial Block Size 256.0 KB
230
+ Current Block Size 256.0 KB
231
+ Peak Allocated Bytes 0 B
232
+ Overflow Count 0
233
+ [ALLOC_TEMP_Job.Worker 5]
234
+ Initial Block Size 256.0 KB
235
+ Current Block Size 256.0 KB
236
+ Peak Allocated Bytes 0 B
237
+ Overflow Count 0
238
+ [ALLOC_TEMP_Job.Worker 34]
239
+ Initial Block Size 256.0 KB
240
+ Current Block Size 256.0 KB
241
+ Peak Allocated Bytes 0 B
242
+ Overflow Count 0
243
+ [ALLOC_TEMP_EnlightenWorker] x 20
244
+ Initial Block Size 64.0 KB
245
+ Current Block Size 64.0 KB
246
+ Peak Allocated Bytes 0 B
247
+ Overflow Count 0
248
+ [ALLOC_TEMP_Job.Worker 9]
249
+ Initial Block Size 256.0 KB
250
+ Current Block Size 256.0 KB
251
+ Peak Allocated Bytes 0 B
252
+ Overflow Count 0
253
+ [ALLOC_TEMP_Background Job.Worker 9]
254
+ Initial Block Size 32.0 KB
255
+ Current Block Size 32.0 KB
256
+ Peak Allocated Bytes 0 B
257
+ Overflow Count 0
258
+ [ALLOC_TEMP_Loading.AsyncRead]
259
+ Initial Block Size 64.0 KB
260
+ Current Block Size 64.0 KB
261
+ Peak Allocated Bytes 128 B
262
+ Overflow Count 0
263
+ [ALLOC_TEMP_Job.Worker 36]
264
+ Initial Block Size 256.0 KB
265
+ Current Block Size 256.0 KB
266
+ Peak Allocated Bytes 0 B
267
+ Overflow Count 0
268
+ [ALLOC_TEMP_Job.Worker 16]
269
+ Initial Block Size 256.0 KB
270
+ Current Block Size 256.0 KB
271
+ Peak Allocated Bytes 0 B
272
+ Overflow Count 0
273
+ [ALLOC_TEMP_Background Job.Worker 6]
274
+ Initial Block Size 32.0 KB
275
+ Current Block Size 32.0 KB
276
+ Peak Allocated Bytes 0 B
277
+ Overflow Count 0
278
+ [ALLOC_TEMP_Background Job.Worker 10]
279
+ Initial Block Size 32.0 KB
280
+ Current Block Size 32.0 KB
281
+ Peak Allocated Bytes 0 B
282
+ Overflow Count 0
283
+ [ALLOC_TEMP_Background Job.Worker 1]
284
+ Initial Block Size 32.0 KB
285
+ Current Block Size 32.0 KB
286
+ Peak Allocated Bytes 0 B
287
+ Overflow Count 0
288
+ [ALLOC_TEMP_Job.Worker 38]
289
+ Initial Block Size 256.0 KB
290
+ Current Block Size 256.0 KB
291
+ Peak Allocated Bytes 0 B
292
+ Overflow Count 0
293
+ [ALLOC_TEMP_Job.Worker 20]
294
+ Initial Block Size 256.0 KB
295
+ Current Block Size 256.0 KB
296
+ Peak Allocated Bytes 0 B
297
+ Overflow Count 0
298
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
299
+ Initial Block Size 64.0 KB
300
+ Current Block Size 64.0 KB
301
+ Peak Allocated Bytes 0 B
302
+ Overflow Count 0
303
+ [ALLOC_TEMP_Job.Worker 26]
304
+ Initial Block Size 256.0 KB
305
+ Current Block Size 256.0 KB
306
+ Peak Allocated Bytes 0 B
307
+ Overflow Count 0
308
+ [ALLOC_TEMP_Job.Worker 31]
309
+ Initial Block Size 256.0 KB
310
+ Current Block Size 256.0 KB
311
+ Peak Allocated Bytes 0 B
312
+ Overflow Count 0
313
+ [ALLOC_TEMP_Job.Worker 29]
314
+ Initial Block Size 256.0 KB
315
+ Current Block Size 256.0 KB
316
+ Peak Allocated Bytes 0 B
317
+ Overflow Count 0
318
+ [ALLOC_TEMP_Job.Worker 30]
319
+ Initial Block Size 256.0 KB
320
+ Current Block Size 256.0 KB
321
+ Peak Allocated Bytes 0 B
322
+ Overflow Count 0
323
+ [ALLOC_TEMP_Background Job.Worker 7]
324
+ Initial Block Size 32.0 KB
325
+ Current Block Size 32.0 KB
326
+ Peak Allocated Bytes 0 B
327
+ Overflow Count 0
328
+ [ALLOC_TEMP_Job.Worker 8]
329
+ Initial Block Size 256.0 KB
330
+ Current Block Size 256.0 KB
331
+ Peak Allocated Bytes 0 B
332
+ Overflow Count 0
333
+ [ALLOC_TEMP_Job.Worker 23]
334
+ Initial Block Size 256.0 KB
335
+ Current Block Size 256.0 KB
336
+ Peak Allocated Bytes 0 B
337
+ Overflow Count 0
338
+ [ALLOC_TEMP_Job.Worker 1]
339
+ Initial Block Size 256.0 KB
340
+ Current Block Size 256.0 KB
341
+ Peak Allocated Bytes 0 B
342
+ Overflow Count 0
343
+ [ALLOC_TEMP_Job.Worker 24]
344
+ Initial Block Size 256.0 KB
345
+ Current Block Size 256.0 KB
346
+ Peak Allocated Bytes 0 B
347
+ Overflow Count 0
348
+ [ALLOC_TEMP_Job.Worker 33]
349
+ Initial Block Size 256.0 KB
350
+ Current Block Size 256.0 KB
351
+ Peak Allocated Bytes 0 B
352
+ Overflow Count 0
353
+ [ALLOC_TEMP_Background Job.Worker 15]
354
+ Initial Block Size 32.0 KB
355
+ Current Block Size 32.0 KB
356
+ Peak Allocated Bytes 0 B
357
+ Overflow Count 0
358
+ [ALLOC_TEMP_Background Job.Worker 12]
359
+ Initial Block Size 32.0 KB
360
+ Current Block Size 32.0 KB
361
+ Peak Allocated Bytes 0 B
362
+ Overflow Count 0
363
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 39
364
+ Initial Block Size 64.0 KB
365
+ Current Block Size 64.0 KB
366
+ Peak Allocated Bytes 0 B
367
+ Overflow Count 0
368
+ [ALLOC_TEMP_Background Job.Worker 0]
369
+ Initial Block Size 32.0 KB
370
+ Current Block Size 32.0 KB
371
+ Peak Allocated Bytes 0 B
372
+ Overflow Count 0
373
+ [ALLOC_TEMP_Background Job.Worker 4]
374
+ Initial Block Size 32.0 KB
375
+ Current Block Size 32.0 KB
376
+ Peak Allocated Bytes 0 B
377
+ Overflow Count 0
378
+ [ALLOC_TEMP_Background Job.Worker 14]
379
+ Initial Block Size 32.0 KB
380
+ Current Block Size 32.0 KB
381
+ Peak Allocated Bytes 0 B
382
+ Overflow Count 0
383
+ [ALLOC_TEMP_Job.Worker 28]
384
+ Initial Block Size 256.0 KB
385
+ Current Block Size 256.0 KB
386
+ Peak Allocated Bytes 0 B
387
+ Overflow Count 0
388
+ [ALLOC_TEMP_Job.Worker 7]
389
+ Initial Block Size 256.0 KB
390
+ Current Block Size 256.0 KB
391
+ Peak Allocated Bytes 0 B
392
+ Overflow Count 0
393
+ [ALLOC_TEMP_Job.Worker 19]
394
+ Initial Block Size 256.0 KB
395
+ Current Block Size 256.0 KB
396
+ Peak Allocated Bytes 0 B
397
+ Overflow Count 0
398
+ [ALLOC_MEMORYPROFILER]
399
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18474 frames
400
+ Requested Block Size 1.0 MB
401
+ Peak Block count 2
402
+ Peak Allocated memory 1.6 MB
403
+ Peak Large allocation bytes 0 B
404
+ [ALLOC_DEFAULT] Dual Thread Allocator
405
+ Peak main deferred allocation count 13485
406
+ [ALLOC_BUCKET]
407
+ Large Block size 4.0 MB
408
+ Used Block count 1
409
+ Peak Allocated bytes 1.8 MB
410
+ [ALLOC_DEFAULT_MAIN]
411
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 18772 frames
412
+ Requested Block Size 16.0 MB
413
+ Peak Block count 3
414
+ Peak Allocated memory 30.8 MB
415
+ Peak Large allocation bytes 0 B
416
+ [ALLOC_DEFAULT_THREAD]
417
+ Peak usage frame count: [16.0 MB-32.0 MB]: 4026 frames, [32.0 MB-64.0 MB]: 14747 frames
418
+ Requested Block Size 16.0 MB
419
+ Peak Block count 2
420
+ Peak Allocated memory 32.3 MB
421
+ Peak Large allocation bytes 16.0 MB
422
+ [ALLOC_TEMP_JOB_1_FRAME]
423
+ Initial Block Size 2.0 MB
424
+ Used Block Count 1
425
+ Overflow Count (too large) 0
426
+ Overflow Count (full) 0
427
+ [ALLOC_TEMP_JOB_2_FRAMES]
428
+ Initial Block Size 2.0 MB
429
+ Used Block Count 1
430
+ Overflow Count (too large) 0
431
+ Overflow Count (full) 0
432
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
433
+ Initial Block Size 2.0 MB
434
+ Used Block Count 2
435
+ Overflow Count (too large) 0
436
+ Overflow Count (full) 0
437
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
438
+ Initial Block Size 1.0 MB
439
+ Used Block Count 3
440
+ Overflow Count (too large) 0
441
+ Overflow Count (full) 0
442
+ [ALLOC_GFX] Dual Thread Allocator
443
+ Peak main deferred allocation count 0
444
+ [ALLOC_BUCKET]
445
+ Large Block size 4.0 MB
446
+ Used Block count 1
447
+ Peak Allocated bytes 1.8 MB
448
+ [ALLOC_GFX_MAIN]
449
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18772 frames, [64.0 KB-128.0 KB]: 1 frames
450
+ Requested Block Size 16.0 MB
451
+ Peak Block count 1
452
+ Peak Allocated memory 67.0 KB
453
+ Peak Large allocation bytes 0 B
454
+ [ALLOC_GFX_THREAD]
455
+ Peak usage frame count: [64.0 KB-128.0 KB]: 18773 frames
456
+ Requested Block Size 16.0 MB
457
+ Peak Block count 1
458
+ Peak Allocated memory 67.7 KB
459
+ Peak Large allocation bytes 0 B
460
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
461
+ Peak main deferred allocation count 1
462
+ [ALLOC_BUCKET]
463
+ Large Block size 4.0 MB
464
+ Used Block count 1
465
+ Peak Allocated bytes 1.8 MB
466
+ [ALLOC_CACHEOBJECTS_MAIN]
467
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18474 frames
468
+ Requested Block Size 4.0 MB
469
+ Peak Block count 1
470
+ Peak Allocated memory 1.4 MB
471
+ Peak Large allocation bytes 0 B
472
+ [ALLOC_CACHEOBJECTS_THREAD]
473
+ Peak usage frame count: [1.0 MB-2.0 MB]: 18772 frames, [4.0 MB-8.0 MB]: 1 frames
474
+ Requested Block Size 4.0 MB
475
+ Peak Block count 2
476
+ Peak Allocated memory 4.7 MB
477
+ Peak Large allocation bytes 0 B
478
+ [ALLOC_TYPETREE] Dual Thread Allocator
479
+ Peak main deferred allocation count 0
480
+ [ALLOC_BUCKET]
481
+ Large Block size 4.0 MB
482
+ Used Block count 1
483
+ Peak Allocated bytes 1.8 MB
484
+ [ALLOC_TYPETREE_MAIN]
485
+ Peak usage frame count: [0-1.0 KB]: 18773 frames
486
+ Requested Block Size 2.0 MB
487
+ Peak Block count 1
488
+ Peak Allocated memory 1.0 KB
489
+ Peak Large allocation bytes 0 B
490
+ [ALLOC_TYPETREE_THREAD]
491
+ Peak usage frame count: [1.0 KB-2.0 KB]: 18773 frames
492
+ Requested Block Size 2.0 MB
493
+ Peak Block count 1
494
+ Peak Allocated memory 1.9 KB
495
+ Peak Large allocation bytes 0 B
496
+ [ALLOC_PROFILER]
497
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18773 frames
498
+ Requested Block Size 16.0 MB
499
+ Peak Block count 1
500
+ Peak Allocated memory 60.3 KB
501
+ Peak Large allocation bytes 0 B
502
+ [ALLOC_PROFILER_BUCKET]
503
+ Large Block size 4.0 MB
504
+ Used Block count 1
505
+ Peak Allocated bytes 396 B
506
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1679487331045,"processId":667211,"allocatedMemory":2147090,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":144708},{"Thread":35524},{"Manager":38027},{"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":4505},{"DynamicArray":30868},{"HashMap":7680},{"Utility":16864},{"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.48316624760627747,
6
+ "min": 0.46158719062805176,
7
+ "max": 1.536176323890686,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 14479.5263671875,
12
+ "min": 13862.38671875,
13
+ "max": 46601.4453125,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989928.0,
18
+ "min": 29952.0,
19
+ "max": 989928.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989928.0,
24
+ "min": 29952.0,
25
+ "max": 989928.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.450664222240448,
30
+ "min": -0.1778678447008133,
31
+ "max": 0.5172435641288757,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 123.93266296386719,
36
+ "min": -42.15467834472656,
37
+ "max": 142.75921630859375,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.026660582050681114,
42
+ "min": 0.008024522103369236,
43
+ "max": 0.19899135828018188,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 7.331660270690918,
48
+ "min": 2.014155149459839,
49
+ "max": 47.75792694091797,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06939801706596174,
54
+ "min": 0.0651353574775734,
55
+ "max": 0.07292570924389823,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 1.040970255989426,
60
+ "min": 0.4844879845816953,
61
+ "max": 1.0619872919895559,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.017058044473459533,
66
+ "min": 0.00022055281044107425,
67
+ "max": 0.017058044473459533,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.255870667101893,
72
+ "min": 0.0015438696730875198,
73
+ "max": 0.255870667101893,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.555537481520004e-06,
78
+ "min": 7.555537481520004e-06,
79
+ "max": 0.00029515063018788575,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.00011333306222280007,
84
+ "min": 0.00011333306222280007,
85
+ "max": 0.0030221321926227,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10251848000000001,
90
+ "min": 0.10251848000000001,
91
+ "max": 0.19838354285714285,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.5377772,
96
+ "min": 1.327104,
97
+ "max": 2.3595074,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.0002615961520000002,
102
+ "min": 0.0002615961520000002,
103
+ "max": 0.00983851593142857,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.003923942280000003,
108
+ "min": 0.003923942280000003,
109
+ "max": 0.10076699226999998,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.011759220622479916,
114
+ "min": 0.011397404596209526,
115
+ "max": 0.30264565348625183,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.17638830840587616,
120
+ "min": 0.15956366062164307,
121
+ "max": 2.1185195446014404,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 391.44871794871796,
126
+ "min": 364.7951807228916,
127
+ "max": 999.0,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 30533.0,
132
+ "min": 15984.0,
133
+ "max": 32590.0,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.4546666471048808,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.5628867231040116,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 113.4639984741807,
144
+ "min": -32.000001668930054,
145
+ "max": 129.71959801763296,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.4546666471048808,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.5628867231040116,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 113.4639984741807,
156
+ "min": -32.000001668930054,
157
+ "max": 129.71959801763296,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.04763805696692986,
162
+ "min": 0.043909484965176916,
163
+ "max": 5.7657929877750576,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 3.7157684434205294,
168
+ "min": 3.5283234392118175,
169
+ "max": 92.25268780440092,
170
+ "count": 33
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 33
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 33
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1679485093",
188
+ "python_version": "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]",
189
+ "command_line_arguments": "/home/aarriandiaga/anaconda3/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": "0.31.0.dev0",
191
+ "mlagents_envs_version": "0.31.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "1.11.0",
194
+ "numpy_version": "1.21.2",
195
+ "end_time_seconds": "1679487331"
196
+ },
197
+ "total": 2237.689590997994,
198
+ "count": 1,
199
+ "self": 0.5768418349325657,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.013511080294847488,
203
+ "count": 1,
204
+ "self": 0.013511080294847488
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 2237.0992380827665,
208
+ "count": 1,
209
+ "self": 1.7175821512937546,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 7.363319288939238,
213
+ "count": 1,
214
+ "self": 7.363319288939238
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 2227.8724238947034,
218
+ "count": 63576,
219
+ "self": 1.5774700865149498,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 1559.9401970617473,
223
+ "count": 63576,
224
+ "self": 1424.7582129463553,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 134.15467617288232,
228
+ "count": 63576,
229
+ "self": 6.101937722414732,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 128.0527384504676,
233
+ "count": 62576,
234
+ "self": 128.0527384504676
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 1.0273079425096512,
240
+ "count": 63576,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 2233.3103634379804,
245
+ "count": 63576,
246
+ "is_parallel": true,
247
+ "self": 929.4069621525705,
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.0027832016348838806,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.0007379241287708282,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0020452775061130524,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0020452775061130524
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.052181269973516464,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0005972497165203094,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0005339980125427246,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0005339980125427246
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.04904080554842949,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.04904080554842949
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.002009216696023941,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.0004444420337677002,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0015647746622562408,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0015647746622562408
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 1303.90340128541,
307
+ "count": 63575,
308
+ "is_parallel": true,
309
+ "self": 37.10331588983536,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 23.461123514920473,
313
+ "count": 63575,
314
+ "is_parallel": true,
315
+ "self": 23.461123514920473
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 1130.824714563787,
319
+ "count": 63575,
320
+ "is_parallel": true,
321
+ "self": 1130.824714563787
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 112.51424731686711,
325
+ "count": 63575,
326
+ "is_parallel": true,
327
+ "self": 24.162193592637777,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 88.35205372422934,
331
+ "count": 508600,
332
+ "is_parallel": true,
333
+ "self": 88.35205372422934
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 666.3547567464411,
347
+ "count": 63576,
348
+ "self": 3.2264714054763317,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 107.26819369569421,
352
+ "count": 63576,
353
+ "self": 106.99215091392398,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.27604278177022934,
357
+ "count": 2,
358
+ "self": 0.27604278177022934
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 555.8600916452706,
364
+ "count": 428,
365
+ "self": 315.781774636358,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 240.07831700891256,
369
+ "count": 22863,
370
+ "self": 240.07831700891256
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 1.4863908290863037e-06,
380
+ "count": 1,
381
+ "self": 1.4863908290863037e-06
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.14591126143932343,
385
+ "count": 1,
386
+ "self": 0.0020628757774829865,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.14384838566184044,
390
+ "count": 1,
391
+ "self": 0.14384838566184044
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499875,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-499875.onnx",
7
+ "reward": -0.9996000503500303,
8
+ "creation_time": 1679486176.376411,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-499875.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999983,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-999983.onnx",
16
+ "reward": 1.6613749880343676,
17
+ "creation_time": 1679487330.3850489,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-999983.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000111,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000111.onnx",
25
+ "reward": 1.6613749880343676,
26
+ "creation_time": 1679487330.5466764,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-1000111.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000111,
34
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
35
+ "reward": 1.6613749880343676,
36
+ "creation_time": 1679487330.5466764,
37
+ "auxillary_file_paths": [
38
+ "results/Pyramids Training/Pyramids/Pyramids-1000111.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.31.0.dev0",
45
+ "torch_version": "1.11.0"
46
+ }
47
+ }