McCheng commited on
Commit
e1f3192
1 Parent(s): f9f7a2e

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc0786559a1c16fb61d0542fed75b2e82490b6fc4c792bb89b3ed814d9e0eea
3
+ size 1418184
Pyramids/Pyramids-1499997.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab194dfa50ae20a2426aab996ea50bf39aa3909e83b8f58bf57fa9d2da27da16
3
+ size 1418184
Pyramids/Pyramids-1499997.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:822d83e814bee7aca63c444916da04f940ce97963cb84ef4ca42485697ca3fe4
3
+ size 8650990
Pyramids/Pyramids-1999960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dfeaf0d145b77e9e04586ea8d11bbe5599abe9324b5ffbb327de19e3bc29559
3
+ size 1418184
Pyramids/Pyramids-1999960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdef8e248ff469b3f5cc9eeebda6fe49c7d48a363d57227dfbf3637fec40ff1b
3
+ size 8650990
Pyramids/Pyramids-2499922.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e5b2c648932fc2b955c6ba9fd687067cf8303c94307f06e938f2b96ef1fe9a
3
+ size 1418184
Pyramids/Pyramids-2499922.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba81e5e09bb344b029b99a54a8ca6b524f607132ef353c6ee826882ffe4bb8a3
3
+ size 8650990
Pyramids/Pyramids-2999968.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc0786559a1c16fb61d0542fed75b2e82490b6fc4c792bb89b3ed814d9e0eea
3
+ size 1418184
Pyramids/Pyramids-2999968.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf6c341b5cff2c75a29a7b0fd5cd93921e2ac5ec47433494592e6a9d7f72a8cb
3
+ size 8650990
Pyramids/Pyramids-3000039.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc0786559a1c16fb61d0542fed75b2e82490b6fc4c792bb89b3ed814d9e0eea
3
+ size 1418184
Pyramids/Pyramids-3000039.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d35e7a2471d4e472e4b89ca151f7569e7d421f6732b5b2d9641f45b64d9e6233
3
+ size 8650990
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d35e7a2471d4e472e4b89ca151f7569e7d421f6732b5b2d9641f45b64d9e6233
3
+ size 8650990
Pyramids/events.out.tfevents.1679295954.384bcee71759.1580.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc905dc007bf3b3fa633bd2097c268bcde535059dbb993bd445d767da7735629
3
+ size 924628
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
12
+
13
+ ## Usage (with ML-Agents)
14
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
15
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
16
+
17
+
18
+ ### Resume the training
19
+ ```
20
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
21
+ ```
22
+ ### Watch your Agent play
23
+ You can watch your agent **playing directly in your browser:**.
24
+
25
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
26
+ 2. Step 1: Find your model_id: McCheng/ppo-Pyramids
27
+ 3. Step 2: Select your *.nn /*.onnx file
28
+ 4. Click on Watch the agent play 👀
29
+
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, "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: 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
+ 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,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.17.0.4
4
+ Multi-casting "[IP] 172.17.0.4 [Port] 55346 [Flags] 2 [Guid] 927074438 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.17.0.4) [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: /root/.config/unity3d/Unity Technologies
8
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/UnityEnvironment
9
+ Unable to load player prefs
10
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
11
+ [Subsystems] Discovering subsystems at path /ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
12
+ Forcing GfxDevice: Null
13
+ GfxDevice: creating device client; threaded=0; jobified=0
14
+ NullGfxDevice:
15
+ Version: NULL 1.0 [1.0]
16
+ Renderer: Null Device
17
+ Vendor: Unity Technologies
18
+ FMOD initialized on nosound output
19
+ Begin MonoManager ReloadAssembly
20
+ - Completed reload, in 0.096 seconds
21
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
23
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
24
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
25
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
26
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
27
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
28
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
29
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
30
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
31
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
32
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
33
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
34
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
35
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
36
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
37
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
38
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
39
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
40
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
41
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
43
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
46
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
47
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
48
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
50
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
51
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
52
+ UnloadTime: 1.560153 ms
53
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ requesting resize 84 x 84
55
+ Setting up 10 worker threads for Enlighten.
56
+ PlayerConnection::CleanupMemory Statistics:
57
+ [ALLOC_TEMP_TLS] TLS Allocator
58
+ StackAllocators :
59
+ [ALLOC_TEMP_MAIN]
60
+ Peak usage frame count: [16.0 KB-32.0 KB]: 10790 frames, [32.0 KB-64.0 KB]: 29740 frames, [64.0 KB-128.0 KB]: 15732 frames, [2.0 MB-4.0 MB]: 1 frames
61
+ Initial Block Size 4.0 MB
62
+ Current Block Size 4.0 MB
63
+ Peak Allocated Bytes 2.0 MB
64
+ Overflow Count 0
65
+ [ALLOC_TEMP_Job.Worker 18]
66
+ Initial Block Size 256.0 KB
67
+ Current Block Size 256.0 KB
68
+ Peak Allocated Bytes 0 B
69
+ Overflow Count 0
70
+ [ALLOC_TEMP_Background Job.Worker 8]
71
+ Initial Block Size 32.0 KB
72
+ Current Block Size 32.0 KB
73
+ Peak Allocated Bytes 0 B
74
+ Overflow Count 0
75
+ [ALLOC_TEMP_Job.Worker 4]
76
+ Initial Block Size 256.0 KB
77
+ Current Block Size 256.0 KB
78
+ Peak Allocated Bytes 0 B
79
+ Overflow Count 0
80
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
81
+ Initial Block Size 64.0 KB
82
+ Current Block Size 64.0 KB
83
+ Peak Allocated Bytes 0 B
84
+ Overflow Count 0
85
+ [ALLOC_TEMP_Background Job.Worker 11]
86
+ Initial Block Size 32.0 KB
87
+ Current Block Size 32.0 KB
88
+ Peak Allocated Bytes 0 B
89
+ Overflow Count 0
90
+ [ALLOC_TEMP_Background Job.Worker 3]
91
+ Initial Block Size 32.0 KB
92
+ Current Block Size 32.0 KB
93
+ Peak Allocated Bytes 0 B
94
+ Overflow Count 0
95
+ [ALLOC_TEMP_BatchDeleteObjects]
96
+ Initial Block Size 64.0 KB
97
+ Current Block Size 64.0 KB
98
+ Peak Allocated Bytes 0 B
99
+ Overflow Count 0
100
+ [ALLOC_TEMP_Job.Worker 13]
101
+ Initial Block Size 256.0 KB
102
+ Current Block Size 256.0 KB
103
+ Peak Allocated Bytes 0 B
104
+ Overflow Count 0
105
+ [ALLOC_TEMP_Background Job.Worker 2]
106
+ Initial Block Size 32.0 KB
107
+ Current Block Size 32.0 KB
108
+ Peak Allocated Bytes 0 B
109
+ Overflow Count 0
110
+ [ALLOC_TEMP_Job.Worker 10]
111
+ Initial Block Size 256.0 KB
112
+ Current Block Size 256.0 KB
113
+ Peak Allocated Bytes 0 B
114
+ Overflow Count 0
115
+ [ALLOC_TEMP_Job.Worker 15]
116
+ Initial Block Size 256.0 KB
117
+ Current Block Size 256.0 KB
118
+ Peak Allocated Bytes 0 B
119
+ Overflow Count 0
120
+ [ALLOC_TEMP_Job.Worker 12]
121
+ Initial Block Size 256.0 KB
122
+ Current Block Size 256.0 KB
123
+ Peak Allocated Bytes 0 B
124
+ Overflow Count 0
125
+ [ALLOC_TEMP_Loading.PreloadManager]
126
+ Initial Block Size 256.0 KB
127
+ Current Block Size 320.0 KB
128
+ Peak Allocated Bytes 251.5 KB
129
+ Overflow Count 4
130
+ [ALLOC_TEMP_Profiler.Dispatcher]
131
+ Initial Block Size 64.0 KB
132
+ Current Block Size 64.0 KB
133
+ Peak Allocated Bytes 3.8 KB
134
+ Overflow Count 0
135
+ [ALLOC_TEMP_Job.Worker 17]
136
+ Initial Block Size 256.0 KB
137
+ Current Block Size 256.0 KB
138
+ Peak Allocated Bytes 0 B
139
+ Overflow Count 0
140
+ [ALLOC_TEMP_Job.Worker 3]
141
+ Initial Block Size 256.0 KB
142
+ Current Block Size 256.0 KB
143
+ Peak Allocated Bytes 0 B
144
+ Overflow Count 0
145
+ [ALLOC_TEMP_Job.Worker 14]
146
+ Initial Block Size 256.0 KB
147
+ Current Block Size 256.0 KB
148
+ Peak Allocated Bytes 0 B
149
+ Overflow Count 0
150
+ [ALLOC_TEMP_Background Job.Worker 5]
151
+ Initial Block Size 32.0 KB
152
+ Current Block Size 32.0 KB
153
+ Peak Allocated Bytes 0 B
154
+ Overflow Count 0
155
+ [ALLOC_TEMP_Background Job.Worker 13]
156
+ Initial Block Size 32.0 KB
157
+ Current Block Size 32.0 KB
158
+ Peak Allocated Bytes 0 B
159
+ Overflow Count 0
160
+ [ALLOC_TEMP_Job.Worker 2]
161
+ Initial Block Size 256.0 KB
162
+ Current Block Size 256.0 KB
163
+ Peak Allocated Bytes 0 B
164
+ Overflow Count 0
165
+ [ALLOC_TEMP_Job.Worker 11]
166
+ Initial Block Size 256.0 KB
167
+ Current Block Size 256.0 KB
168
+ Peak Allocated Bytes 0 B
169
+ Overflow Count 0
170
+ [ALLOC_TEMP_Job.Worker 0]
171
+ Initial Block Size 256.0 KB
172
+ Current Block Size 256.0 KB
173
+ Peak Allocated Bytes 0 B
174
+ Overflow Count 0
175
+ [ALLOC_TEMP_Job.Worker 6]
176
+ Initial Block Size 256.0 KB
177
+ Current Block Size 256.0 KB
178
+ Peak Allocated Bytes 0 B
179
+ Overflow Count 0
180
+ [ALLOC_TEMP_Job.Worker 5]
181
+ Initial Block Size 256.0 KB
182
+ Current Block Size 256.0 KB
183
+ Peak Allocated Bytes 0 B
184
+ Overflow Count 0
185
+ [ALLOC_TEMP_Background Job.Worker 9]
186
+ Initial Block Size 32.0 KB
187
+ Current Block Size 32.0 KB
188
+ Peak Allocated Bytes 0 B
189
+ Overflow Count 0
190
+ [ALLOC_TEMP_EnlightenWorker] x 10
191
+ Initial Block Size 64.0 KB
192
+ Current Block Size 64.0 KB
193
+ Peak Allocated Bytes 0 B
194
+ Overflow Count 0
195
+ [ALLOC_TEMP_Job.Worker 9]
196
+ Initial Block Size 256.0 KB
197
+ Current Block Size 256.0 KB
198
+ Peak Allocated Bytes 0 B
199
+ Overflow Count 0
200
+ [ALLOC_TEMP_Loading.AsyncRead]
201
+ Initial Block Size 64.0 KB
202
+ Current Block Size 64.0 KB
203
+ Peak Allocated Bytes 128 B
204
+ Overflow Count 0
205
+ [ALLOC_TEMP_Background Job.Worker 10]
206
+ Initial Block Size 32.0 KB
207
+ Current Block Size 32.0 KB
208
+ Peak Allocated Bytes 0 B
209
+ Overflow Count 0
210
+ [ALLOC_TEMP_Job.Worker 16]
211
+ Initial Block Size 256.0 KB
212
+ Current Block Size 256.0 KB
213
+ Peak Allocated Bytes 0 B
214
+ Overflow Count 0
215
+ [ALLOC_TEMP_Background Job.Worker 6]
216
+ Initial Block Size 32.0 KB
217
+ Current Block Size 32.0 KB
218
+ Peak Allocated Bytes 0 B
219
+ Overflow Count 0
220
+ [ALLOC_TEMP_Background Job.Worker 1]
221
+ Initial Block Size 32.0 KB
222
+ Current Block Size 32.0 KB
223
+ Peak Allocated Bytes 0 B
224
+ Overflow Count 0
225
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
226
+ Initial Block Size 64.0 KB
227
+ Current Block Size 64.0 KB
228
+ Peak Allocated Bytes 0 B
229
+ Overflow Count 0
230
+ [ALLOC_TEMP_Background Job.Worker 15]
231
+ Initial Block Size 32.0 KB
232
+ Current Block Size 32.0 KB
233
+ Peak Allocated Bytes 0 B
234
+ Overflow Count 0
235
+ [ALLOC_TEMP_Background Job.Worker 7]
236
+ Initial Block Size 32.0 KB
237
+ Current Block Size 32.0 KB
238
+ Peak Allocated Bytes 0 B
239
+ Overflow Count 0
240
+ [ALLOC_TEMP_Job.Worker 8]
241
+ Initial Block Size 256.0 KB
242
+ Current Block Size 256.0 KB
243
+ Peak Allocated Bytes 0.8 KB
244
+ Overflow Count 0
245
+ [ALLOC_TEMP_Job.Worker 1]
246
+ Initial Block Size 256.0 KB
247
+ Current Block Size 256.0 KB
248
+ Peak Allocated Bytes 0 B
249
+ Overflow Count 0
250
+ [ALLOC_TEMP_Background Job.Worker 12]
251
+ Initial Block Size 32.0 KB
252
+ Current Block Size 32.0 KB
253
+ Peak Allocated Bytes 0 B
254
+ Overflow Count 0
255
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 19
256
+ Initial Block Size 64.0 KB
257
+ Current Block Size 64.0 KB
258
+ Peak Allocated Bytes 0 B
259
+ Overflow Count 0
260
+ [ALLOC_TEMP_Background Job.Worker 0]
261
+ Initial Block Size 32.0 KB
262
+ Current Block Size 32.0 KB
263
+ Peak Allocated Bytes 0 B
264
+ Overflow Count 0
265
+ [ALLOC_TEMP_Background Job.Worker 4]
266
+ Initial Block Size 32.0 KB
267
+ Current Block Size 32.0 KB
268
+ Peak Allocated Bytes 0 B
269
+ Overflow Count 0
270
+ [ALLOC_TEMP_Background Job.Worker 14]
271
+ Initial Block Size 32.0 KB
272
+ Current Block Size 32.0 KB
273
+ Peak Allocated Bytes 0 B
274
+ Overflow Count 0
275
+ [ALLOC_TEMP_Job.Worker 7]
276
+ Initial Block Size 256.0 KB
277
+ Current Block Size 256.0 KB
278
+ Peak Allocated Bytes 0 B
279
+ Overflow Count 0
280
+ [ALLOC_MEMORYPROFILER]
281
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55964 frames
282
+ Requested Block Size 1.0 MB
283
+ Peak Block count 2
284
+ Peak Allocated memory 1.6 MB
285
+ Peak Large allocation bytes 0 B
286
+ [ALLOC_DEFAULT] Dual Thread Allocator
287
+ Peak main deferred allocation count 12069
288
+ [ALLOC_BUCKET]
289
+ Large Block size 4.0 MB
290
+ Used Block count 1
291
+ Peak Allocated bytes 1.7 MB
292
+ [ALLOC_DEFAULT_MAIN]
293
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 56262 frames
294
+ Requested Block Size 16.0 MB
295
+ Peak Block count 3
296
+ Peak Allocated memory 30.9 MB
297
+ Peak Large allocation bytes 0 B
298
+ [ALLOC_DEFAULT_THREAD]
299
+ Peak usage frame count: [16.0 MB-32.0 MB]: 56263 frames
300
+ Requested Block Size 16.0 MB
301
+ Peak Block count 1
302
+ Peak Allocated memory 30.0 MB
303
+ Peak Large allocation bytes 16.0 MB
304
+ [ALLOC_TEMP_JOB_1_FRAME]
305
+ Initial Block Size 2.0 MB
306
+ Used Block Count 1
307
+ Overflow Count (too large) 0
308
+ Overflow Count (full) 0
309
+ [ALLOC_TEMP_JOB_2_FRAMES]
310
+ Initial Block Size 2.0 MB
311
+ Used Block Count 1
312
+ Overflow Count (too large) 0
313
+ Overflow Count (full) 0
314
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
315
+ Initial Block Size 2.0 MB
316
+ Used Block Count 2
317
+ Overflow Count (too large) 0
318
+ Overflow Count (full) 0
319
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
320
+ Initial Block Size 1.0 MB
321
+ Used Block Count 3
322
+ Overflow Count (too large) 0
323
+ Overflow Count (full) 0
324
+ [ALLOC_GFX] Dual Thread Allocator
325
+ Peak main deferred allocation count 0
326
+ [ALLOC_BUCKET]
327
+ Large Block size 4.0 MB
328
+ Used Block count 1
329
+ Peak Allocated bytes 1.7 MB
330
+ [ALLOC_GFX_MAIN]
331
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56262 frames, [64.0 KB-128.0 KB]: 1 frames
332
+ Requested Block Size 16.0 MB
333
+ Peak Block count 1
334
+ Peak Allocated memory 67.0 KB
335
+ Peak Large allocation bytes 0 B
336
+ [ALLOC_GFX_THREAD]
337
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56263 frames
338
+ Requested Block Size 16.0 MB
339
+ Peak Block count 1
340
+ Peak Allocated memory 67.7 KB
341
+ Peak Large allocation bytes 0 B
342
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
343
+ Peak main deferred allocation count 1
344
+ [ALLOC_BUCKET]
345
+ Large Block size 4.0 MB
346
+ Used Block count 1
347
+ Peak Allocated bytes 1.7 MB
348
+ [ALLOC_CACHEOBJECTS_MAIN]
349
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55964 frames
350
+ Requested Block Size 4.0 MB
351
+ Peak Block count 1
352
+ Peak Allocated memory 1.4 MB
353
+ Peak Large allocation bytes 0 B
354
+ [ALLOC_CACHEOBJECTS_THREAD]
355
+ Peak usage frame count: [1.0 MB-2.0 MB]: 56262 frames, [4.0 MB-8.0 MB]: 1 frames
356
+ Requested Block Size 4.0 MB
357
+ Peak Block count 2
358
+ Peak Allocated memory 4.7 MB
359
+ Peak Large allocation bytes 0 B
360
+ [ALLOC_TYPETREE] Dual Thread Allocator
361
+ Peak main deferred allocation count 0
362
+ [ALLOC_BUCKET]
363
+ Large Block size 4.0 MB
364
+ Used Block count 1
365
+ Peak Allocated bytes 1.7 MB
366
+ [ALLOC_TYPETREE_MAIN]
367
+ Peak usage frame count: [0-1.0 KB]: 56263 frames
368
+ Requested Block Size 2.0 MB
369
+ Peak Block count 1
370
+ Peak Allocated memory 1.0 KB
371
+ Peak Large allocation bytes 0 B
372
+ [ALLOC_TYPETREE_THREAD]
373
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56263 frames
374
+ Requested Block Size 2.0 MB
375
+ Peak Block count 1
376
+ Peak Allocated memory 1.9 KB
377
+ Peak Large allocation bytes 0 B
378
+ [ALLOC_PROFILER]
379
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56263 frames
380
+ Requested Block Size 16.0 MB
381
+ Peak Block count 1
382
+ Peak Allocated memory 43.8 KB
383
+ Peak Large allocation bytes 0 B
384
+ [ALLOC_PROFILER_BUCKET]
385
+ Large Block size 4.0 MB
386
+ Used Block count 1
387
+ Peak Allocated bytes 396 B
388
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1679302586289,"processId":1648,"allocatedMemory":1994181,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34964},{"Manager":26827},{"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":3423},{"DynamicArray":30868},{"HashMap":7680},{"Utility":8704},{"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.17025338113307953,
6
+ "min": 0.14944949746131897,
7
+ "max": 1.386743187904358,
8
+ "count": 100
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 5044.9482421875,
12
+ "min": 4423.705078125,
13
+ "max": 42068.2421875,
14
+ "count": 100
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2999968.0,
18
+ "min": 29952.0,
19
+ "max": 2999968.0,
20
+ "count": 100
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2999968.0,
24
+ "min": 29952.0,
25
+ "max": 2999968.0,
26
+ "count": 100
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.8172018527984619,
30
+ "min": -0.13209950923919678,
31
+ "max": 0.8467546105384827,
32
+ "count": 100
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 241.89175415039062,
36
+ "min": -31.835981369018555,
37
+ "max": 256.9213562011719,
38
+ "count": 100
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.020818013697862625,
42
+ "min": -0.022503165528178215,
43
+ "max": 0.4203815460205078,
44
+ "count": 100
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 6.162132263183594,
48
+ "min": -6.458408355712891,
49
+ "max": 99.63042449951172,
50
+ "count": 100
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06577292206283245,
54
+ "min": 0.0636873666342336,
55
+ "max": 0.07395852262492379,
56
+ "count": 100
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9865938309424868,
60
+ "min": 0.5071982691034704,
61
+ "max": 1.0963826900115237,
62
+ "count": 100
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.01426170475056602,
66
+ "min": 0.000149989346062057,
67
+ "max": 0.017842259141616523,
68
+ "count": 100
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.21392557125849032,
72
+ "min": 0.001649882806682627,
73
+ "max": 0.24979162798263133,
74
+ "count": 100
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.4759728413755528e-06,
78
+ "min": 1.4759728413755528e-06,
79
+ "max": 0.00029838354339596195,
80
+ "count": 100
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 2.213959262063329e-05,
84
+ "min": 2.213959262063329e-05,
85
+ "max": 0.0038017656327448326,
86
+ "count": 100
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.1004919577777778,
90
+ "min": 0.1004919577777778,
91
+ "max": 0.19946118095238097,
92
+ "count": 100
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.5073793666666668,
96
+ "min": 1.3962282666666668,
97
+ "max": 2.7225542333333337,
98
+ "count": 100
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 5.914658199999991e-05,
102
+ "min": 5.914658199999991e-05,
103
+ "max": 0.009946171977142856,
104
+ "count": 100
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0008871987299999987,
108
+ "min": 0.0008871987299999987,
109
+ "max": 0.12673879115000003,
110
+ "count": 100
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.00632007559761405,
114
+ "min": 0.006142762023955584,
115
+ "max": 0.40981340408325195,
116
+ "count": 100
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.09480113536119461,
120
+ "min": 0.08599866926670074,
121
+ "max": 2.8686938285827637,
122
+ "count": 100
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 224.390625,
126
+ "min": 211.42857142857142,
127
+ "max": 999.0,
128
+ "count": 100
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 28722.0,
132
+ "min": 15984.0,
133
+ "max": 33251.0,
134
+ "count": 100
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.7752968621207401,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.789630117889953,
140
+ "count": 100
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 227.23799835145473,
144
+ "min": -30.999001622200012,
145
+ "max": 261.28599721193314,
146
+ "count": 100
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.7752968621207401,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.789630117889953,
152
+ "count": 100
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 227.23799835145473,
156
+ "min": -30.999001622200012,
157
+ "max": 261.28599721193314,
158
+ "count": 100
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.014845759210970755,
162
+ "min": 0.014325044185095802,
163
+ "max": 7.842225390486419,
164
+ "count": 100
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 1.9002571790042566,
168
+ "min": 1.8713174743461423,
169
+ "max": 125.47560624778271,
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": "1679295953",
188
+ "python_version": "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]",
189
+ "command_line_arguments": "/opt/conda/envs/ml2/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+cu115",
194
+ "numpy_version": "1.21.2",
195
+ "end_time_seconds": "1679302586"
196
+ },
197
+ "total": 6632.613298296994,
198
+ "count": 1,
199
+ "self": 0.5290249379977467,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.015625788997567724,
203
+ "count": 1,
204
+ "self": 0.015625788997567724
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 6632.068647569999,
208
+ "count": 1,
209
+ "self": 5.153155992193206,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 6.332068398995034,
213
+ "count": 1,
214
+ "self": 6.332068398995034
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 6620.427630555794,
218
+ "count": 194960,
219
+ "self": 5.296379827304918,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 4270.302283916091,
223
+ "count": 194960,
224
+ "self": 3481.912998950298,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 785.1104840326007,
228
+ "count": 194960,
229
+ "self": 16.8415160821678,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 768.2689679504329,
233
+ "count": 187543,
234
+ "self": 768.2689679504329
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 3.2788009331925423,
240
+ "count": 194960,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 6621.544129394875,
245
+ "count": 194960,
246
+ "is_parallel": true,
247
+ "self": 3452.1718441081684,
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.0012210179993417114,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.000425993996032048,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0007950240033096634,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0007950240033096634
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.049499485998239834,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0003418380001676269,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0006594250007765368,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0006594250007765368
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.047462796996114776,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.047462796996114776
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0010354260011808947,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.00035914600448450074,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0006762799966963939,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0006762799966963939
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 3169.3722852867068,
307
+ "count": 194959,
308
+ "is_parallel": true,
309
+ "self": 47.82474687942886,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 33.71205294635729,
313
+ "count": 194959,
314
+ "is_parallel": true,
315
+ "self": 33.71205294635729
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 2965.6195591329015,
319
+ "count": 194959,
320
+ "is_parallel": true,
321
+ "self": 2965.6195591329015
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 122.21592632801912,
325
+ "count": 194959,
326
+ "is_parallel": true,
327
+ "self": 31.40662391592923,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 90.80930241208989,
331
+ "count": 1559672,
332
+ "is_parallel": true,
333
+ "self": 90.80930241208989
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 2344.828966812398,
347
+ "count": 194960,
348
+ "self": 10.43267517080676,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 436.7336316047804,
352
+ "count": 194960,
353
+ "self": 435.89596089776023,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.8376707070201519,
357
+ "count": 6,
358
+ "self": 0.8376707070201519
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 1897.6626600368108,
364
+ "count": 1392,
365
+ "self": 937.7853251422348,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 959.877334894576,
369
+ "count": 68448,
370
+ "self": 959.877334894576
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 4.024012014269829e-06,
380
+ "count": 1,
381
+ "self": 4.024012014269829e-06
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.1557885990041541,
385
+ "count": 1,
386
+ "self": 0.005362676005461253,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.15042592299869284,
390
+ "count": 1,
391
+ "self": 0.15042592299869284
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": 1499997,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1499997.onnx",
7
+ "reward": null,
8
+ "creation_time": 1679299153.4494395,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-1499997.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999960,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1999960.onnx",
16
+ "reward": 1.8079999859134357,
17
+ "creation_time": 1679300320.0151918,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-1999960.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499922,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2499922.onnx",
25
+ "reward": 1.7555000074207783,
26
+ "creation_time": 1679301442.9423535,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-2499922.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999968,
33
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2999968.onnx",
34
+ "reward": null,
35
+ "creation_time": 1679302585.615762,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training/Pyramids/Pyramids-2999968.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000039,
42
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-3000039.onnx",
43
+ "reward": 1.673999935388565,
44
+ "creation_time": 1679302585.7785506,
45
+ "auxillary_file_paths": [
46
+ "results/Pyramids Training/Pyramids/Pyramids-3000039.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000039,
52
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
53
+ "reward": 1.673999935388565,
54
+ "creation_time": 1679302585.7785506,
55
+ "auxillary_file_paths": [
56
+ "results/Pyramids Training/Pyramids/Pyramids-3000039.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "0.31.0.dev0",
63
+ "torch_version": "1.11.0+cu115"
64
+ }
65
+ }