second commit
Browse files- Pyramids.onnx +2 -2
- Pyramids/Pyramids-2000103.onnx +3 -0
- Pyramids/Pyramids-2000103.pt +3 -0
- Pyramids/checkpoint.pt +2 -2
- Pyramids/{events.out.tfevents.1673856684.c9c677f41b73.22727.0 → events.out.tfevents.1673859769.c9c677f41b73.35572.0} +2 -2
- config.json +1 -1
- configuration.yaml +4 -4
- run_logs/Player-0.log +22 -25
- run_logs/timers.json +195 -195
- run_logs/training_status.json +9 -27
Pyramids.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b3f076df2e3b8cbec9311b2b8827eb264334f587a1e5e315340235b9057f583
|
3 |
+
size 2468409
|
Pyramids/Pyramids-2000103.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b3f076df2e3b8cbec9311b2b8827eb264334f587a1e5e315340235b9057f583
|
3 |
+
size 2468409
|
Pyramids/Pyramids-2000103.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cedb7d72a892b9a39494684cea6e039b16185d48ce77bfd1e9b7715c7000a3f4
|
3 |
+
size 14960218
|
Pyramids/checkpoint.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cedb7d72a892b9a39494684cea6e039b16185d48ce77bfd1e9b7715c7000a3f4
|
3 |
+
size 14960218
|
Pyramids/{events.out.tfevents.1673856684.c9c677f41b73.22727.0 → events.out.tfevents.1673859769.c9c677f41b73.35572.0}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88e1615cf04dbe34b94ba7e8da548408fc4fa27409663a070bf4c2dde6d23677
|
3 |
+
size 627988
|
config.json
CHANGED
@@ -1 +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, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers":
|
|
|
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, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 3, "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": 1, "checkpoint_interval": 500000, "max_steps": 2000000, "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": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
CHANGED
@@ -16,7 +16,7 @@ behaviors:
|
|
16 |
network_settings:
|
17 |
normalize: false
|
18 |
hidden_units: 512
|
19 |
-
num_layers:
|
20 |
vis_encode_type: simple
|
21 |
memory: null
|
22 |
goal_conditioning_type: hyper
|
@@ -47,9 +47,9 @@ behaviors:
|
|
47 |
learning_rate: 0.0001
|
48 |
encoding_size: null
|
49 |
init_path: null
|
50 |
-
keep_checkpoints:
|
51 |
checkpoint_interval: 500000
|
52 |
-
max_steps:
|
53 |
time_horizon: 128
|
54 |
summary_freq: 30000
|
55 |
threaded: false
|
@@ -79,7 +79,7 @@ checkpoint_settings:
|
|
79 |
initialize_from: null
|
80 |
load_model: false
|
81 |
resume: false
|
82 |
-
force:
|
83 |
train_model: false
|
84 |
inference: false
|
85 |
results_dir: results
|
|
|
16 |
network_settings:
|
17 |
normalize: false
|
18 |
hidden_units: 512
|
19 |
+
num_layers: 3
|
20 |
vis_encode_type: simple
|
21 |
memory: null
|
22 |
goal_conditioning_type: hyper
|
|
|
47 |
learning_rate: 0.0001
|
48 |
encoding_size: null
|
49 |
init_path: null
|
50 |
+
keep_checkpoints: 1
|
51 |
checkpoint_interval: 500000
|
52 |
+
max_steps: 2000000
|
53 |
time_horizon: 128
|
54 |
summary_freq: 30000
|
55 |
threaded: false
|
|
|
79 |
initialize_from: null
|
80 |
load_model: false
|
81 |
resume: false
|
82 |
+
force: true
|
83 |
train_model: false
|
84 |
inference: false
|
85 |
results_dir: results
|
run_logs/Player-0.log
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
Mono path[0] = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
|
2 |
Mono config path = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
|
3 |
Found 1 interfaces on host : 0) 172.28.0.2
|
4 |
-
Multi-casting "[IP] 172.28.0.2 [Port]
|
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 /content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
|
12 |
Forcing GfxDevice: Null
|
@@ -36,7 +33,7 @@ ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
|
|
36 |
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
37 |
FMOD initialized on nosound output
|
38 |
Begin MonoManager ReloadAssembly
|
39 |
-
- Completed reload, in 0.
|
40 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
41 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
42 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
@@ -68,7 +65,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
|
|
68 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
69 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
70 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
71 |
-
UnloadTime: 0.
|
72 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
73 |
requesting resize 84 x 84
|
74 |
Setting up 1 worker threads for Enlighten.
|
@@ -76,7 +73,7 @@ PlayerConnection::CleanupMemory Statistics:
|
|
76 |
[ALLOC_TEMP_TLS] TLS Allocator
|
77 |
StackAllocators :
|
78 |
[ALLOC_TEMP_MAIN]
|
79 |
-
Peak usage frame count: [16.0 KB-32.0 KB]:
|
80 |
Initial Block Size 4.0 MB
|
81 |
Current Block Size 4.0 MB
|
82 |
Peak Allocated Bytes 2.0 MB
|
@@ -126,7 +123,7 @@ PlayerConnection::CleanupMemory Statistics:
|
|
126 |
Current Block Size 64.0 KB
|
127 |
Peak Allocated Bytes 0 B
|
128 |
Overflow Count 0
|
129 |
-
[ALLOC_TEMP_Background Job.Worker
|
130 |
Initial Block Size 32.0 KB
|
131 |
Current Block Size 32.0 KB
|
132 |
Peak Allocated Bytes 0 B
|
@@ -136,7 +133,7 @@ PlayerConnection::CleanupMemory Statistics:
|
|
136 |
Current Block Size 32.0 KB
|
137 |
Peak Allocated Bytes 0 B
|
138 |
Overflow Count 0
|
139 |
-
[ALLOC_TEMP_Background Job.Worker
|
140 |
Initial Block Size 32.0 KB
|
141 |
Current Block Size 32.0 KB
|
142 |
Peak Allocated Bytes 0 B
|
@@ -186,12 +183,12 @@ PlayerConnection::CleanupMemory Statistics:
|
|
186 |
Current Block Size 256.0 KB
|
187 |
Peak Allocated Bytes 0.8 KB
|
188 |
Overflow Count 0
|
189 |
-
[ALLOC_TEMP_Background Job.Worker
|
190 |
Initial Block Size 32.0 KB
|
191 |
Current Block Size 32.0 KB
|
192 |
Peak Allocated Bytes 0 B
|
193 |
Overflow Count 0
|
194 |
-
[ALLOC_TEMP_Background Job.Worker
|
195 |
Initial Block Size 32.0 KB
|
196 |
Current Block Size 32.0 KB
|
197 |
Peak Allocated Bytes 0 B
|
@@ -207,28 +204,28 @@ PlayerConnection::CleanupMemory Statistics:
|
|
207 |
Peak Allocated Bytes 128 B
|
208 |
Overflow Count 0
|
209 |
[ALLOC_MEMORYPROFILER]
|
210 |
-
Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]:
|
211 |
Requested Block Size 1.0 MB
|
212 |
Peak Block count 2
|
213 |
Peak Allocated memory 1.6 MB
|
214 |
Peak Large allocation bytes 0 B
|
215 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
216 |
-
Peak main deferred allocation count
|
217 |
[ALLOC_BUCKET]
|
218 |
Large Block size 4.0 MB
|
219 |
Used Block count 1
|
220 |
Peak Allocated bytes 1.5 MB
|
221 |
[ALLOC_DEFAULT_MAIN]
|
222 |
-
Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]:
|
223 |
Requested Block Size 16.0 MB
|
224 |
Peak Block count 3
|
225 |
-
Peak Allocated memory
|
226 |
Peak Large allocation bytes 0 B
|
227 |
[ALLOC_DEFAULT_THREAD]
|
228 |
-
Peak usage frame count: [16.0 MB-32.0 MB]:
|
229 |
Requested Block Size 16.0 MB
|
230 |
Peak Block count 1
|
231 |
-
Peak Allocated memory
|
232 |
Peak Large allocation bytes 16.0 MB
|
233 |
[ALLOC_TEMP_JOB_1_FRAME]
|
234 |
Initial Block Size 2.0 MB
|
@@ -257,13 +254,13 @@ PlayerConnection::CleanupMemory Statistics:
|
|
257 |
Used Block count 1
|
258 |
Peak Allocated bytes 1.5 MB
|
259 |
[ALLOC_GFX_MAIN]
|
260 |
-
Peak usage frame count: [32.0 KB-64.0 KB]:
|
261 |
Requested Block Size 16.0 MB
|
262 |
Peak Block count 1
|
263 |
Peak Allocated memory 67.0 KB
|
264 |
Peak Large allocation bytes 0 B
|
265 |
[ALLOC_GFX_THREAD]
|
266 |
-
Peak usage frame count: [64.0 KB-128.0 KB]:
|
267 |
Requested Block Size 16.0 MB
|
268 |
Peak Block count 1
|
269 |
Peak Allocated memory 67.7 KB
|
@@ -275,13 +272,13 @@ PlayerConnection::CleanupMemory Statistics:
|
|
275 |
Used Block count 1
|
276 |
Peak Allocated bytes 1.5 MB
|
277 |
[ALLOC_CACHEOBJECTS_MAIN]
|
278 |
-
Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]:
|
279 |
Requested Block Size 4.0 MB
|
280 |
Peak Block count 1
|
281 |
Peak Allocated memory 1.4 MB
|
282 |
Peak Large allocation bytes 0 B
|
283 |
[ALLOC_CACHEOBJECTS_THREAD]
|
284 |
-
Peak usage frame count: [1.0 MB-2.0 MB]:
|
285 |
Requested Block Size 4.0 MB
|
286 |
Peak Block count 2
|
287 |
Peak Allocated memory 4.7 MB
|
@@ -293,19 +290,19 @@ PlayerConnection::CleanupMemory Statistics:
|
|
293 |
Used Block count 1
|
294 |
Peak Allocated bytes 1.5 MB
|
295 |
[ALLOC_TYPETREE_MAIN]
|
296 |
-
Peak usage frame count: [0-1.0 KB]:
|
297 |
Requested Block Size 2.0 MB
|
298 |
Peak Block count 1
|
299 |
Peak Allocated memory 1.0 KB
|
300 |
Peak Large allocation bytes 0 B
|
301 |
[ALLOC_TYPETREE_THREAD]
|
302 |
-
Peak usage frame count: [1.0 KB-2.0 KB]:
|
303 |
Requested Block Size 2.0 MB
|
304 |
Peak Block count 1
|
305 |
Peak Allocated memory 1.9 KB
|
306 |
Peak Large allocation bytes 0 B
|
307 |
[ALLOC_PROFILER]
|
308 |
-
Peak usage frame count: [16.0 KB-32.0 KB]:
|
309 |
Requested Block Size 16.0 MB
|
310 |
Peak Block count 1
|
311 |
Peak Allocated memory 29.2 KB
|
@@ -314,4 +311,4 @@ PlayerConnection::CleanupMemory Statistics:
|
|
314 |
Large Block size 4.0 MB
|
315 |
Used Block count 1
|
316 |
Peak Allocated bytes 396 B
|
317 |
-
##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":
|
|
|
1 |
Mono path[0] = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
|
2 |
Mono config path = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
|
3 |
Found 1 interfaces on host : 0) 172.28.0.2
|
4 |
+
Multi-casting "[IP] 172.28.0.2 [Port] 55025 [Flags] 2 [Guid] 430108206 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.28.0.2) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [225.0.0.222:54997]...
|
5 |
Preloaded 'lib_burst_generated.so'
|
6 |
Preloaded 'libgrpc_csharp_ext.x64.so'
|
|
|
|
|
|
|
7 |
Initialize engine version: 2021.3.5f1 (40eb3a945986)
|
8 |
[Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
|
9 |
Forcing GfxDevice: Null
|
|
|
33 |
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
34 |
FMOD initialized on nosound output
|
35 |
Begin MonoManager ReloadAssembly
|
36 |
+
- Completed reload, in 0.082 seconds
|
37 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
38 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
39 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
|
|
65 |
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
66 |
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
67 |
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
68 |
+
UnloadTime: 0.761957 ms
|
69 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
70 |
requesting resize 84 x 84
|
71 |
Setting up 1 worker threads for Enlighten.
|
|
|
73 |
[ALLOC_TEMP_TLS] TLS Allocator
|
74 |
StackAllocators :
|
75 |
[ALLOC_TEMP_MAIN]
|
76 |
+
Peak usage frame count: [16.0 KB-32.0 KB]: 3034 frames, [32.0 KB-64.0 KB]: 24542 frames, [64.0 KB-128.0 KB]: 9947 frames, [2.0 MB-4.0 MB]: 1 frames
|
77 |
Initial Block Size 4.0 MB
|
78 |
Current Block Size 4.0 MB
|
79 |
Peak Allocated Bytes 2.0 MB
|
|
|
123 |
Current Block Size 64.0 KB
|
124 |
Peak Allocated Bytes 0 B
|
125 |
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
127 |
Initial Block Size 32.0 KB
|
128 |
Current Block Size 32.0 KB
|
129 |
Peak Allocated Bytes 0 B
|
|
|
133 |
Current Block Size 32.0 KB
|
134 |
Peak Allocated Bytes 0 B
|
135 |
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
137 |
Initial Block Size 32.0 KB
|
138 |
Current Block Size 32.0 KB
|
139 |
Peak Allocated Bytes 0 B
|
|
|
183 |
Current Block Size 256.0 KB
|
184 |
Peak Allocated Bytes 0.8 KB
|
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_Background Job.Worker 14]
|
192 |
Initial Block Size 32.0 KB
|
193 |
Current Block Size 32.0 KB
|
194 |
Peak Allocated Bytes 0 B
|
|
|
204 |
Peak Allocated Bytes 128 B
|
205 |
Overflow Count 0
|
206 |
[ALLOC_MEMORYPROFILER]
|
207 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 37225 frames
|
208 |
Requested Block Size 1.0 MB
|
209 |
Peak Block count 2
|
210 |
Peak Allocated memory 1.6 MB
|
211 |
Peak Large allocation bytes 0 B
|
212 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
213 |
+
Peak main deferred allocation count 12170
|
214 |
[ALLOC_BUCKET]
|
215 |
Large Block size 4.0 MB
|
216 |
Used Block count 1
|
217 |
Peak Allocated bytes 1.5 MB
|
218 |
[ALLOC_DEFAULT_MAIN]
|
219 |
+
Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 37523 frames
|
220 |
Requested Block Size 16.0 MB
|
221 |
Peak Block count 3
|
222 |
+
Peak Allocated memory 29.7 MB
|
223 |
Peak Large allocation bytes 0 B
|
224 |
[ALLOC_DEFAULT_THREAD]
|
225 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 37524 frames
|
226 |
Requested Block Size 16.0 MB
|
227 |
Peak Block count 1
|
228 |
+
Peak Allocated memory 23.2 MB
|
229 |
Peak Large allocation bytes 16.0 MB
|
230 |
[ALLOC_TEMP_JOB_1_FRAME]
|
231 |
Initial Block Size 2.0 MB
|
|
|
254 |
Used Block count 1
|
255 |
Peak Allocated bytes 1.5 MB
|
256 |
[ALLOC_GFX_MAIN]
|
257 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 37523 frames, [64.0 KB-128.0 KB]: 1 frames
|
258 |
Requested Block Size 16.0 MB
|
259 |
Peak Block count 1
|
260 |
Peak Allocated memory 67.0 KB
|
261 |
Peak Large allocation bytes 0 B
|
262 |
[ALLOC_GFX_THREAD]
|
263 |
+
Peak usage frame count: [64.0 KB-128.0 KB]: 37524 frames
|
264 |
Requested Block Size 16.0 MB
|
265 |
Peak Block count 1
|
266 |
Peak Allocated memory 67.7 KB
|
|
|
272 |
Used Block count 1
|
273 |
Peak Allocated bytes 1.5 MB
|
274 |
[ALLOC_CACHEOBJECTS_MAIN]
|
275 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 37225 frames
|
276 |
Requested Block Size 4.0 MB
|
277 |
Peak Block count 1
|
278 |
Peak Allocated memory 1.4 MB
|
279 |
Peak Large allocation bytes 0 B
|
280 |
[ALLOC_CACHEOBJECTS_THREAD]
|
281 |
+
Peak usage frame count: [1.0 MB-2.0 MB]: 37523 frames, [4.0 MB-8.0 MB]: 1 frames
|
282 |
Requested Block Size 4.0 MB
|
283 |
Peak Block count 2
|
284 |
Peak Allocated memory 4.7 MB
|
|
|
290 |
Used Block count 1
|
291 |
Peak Allocated bytes 1.5 MB
|
292 |
[ALLOC_TYPETREE_MAIN]
|
293 |
+
Peak usage frame count: [0-1.0 KB]: 37524 frames
|
294 |
Requested Block Size 2.0 MB
|
295 |
Peak Block count 1
|
296 |
Peak Allocated memory 1.0 KB
|
297 |
Peak Large allocation bytes 0 B
|
298 |
[ALLOC_TYPETREE_THREAD]
|
299 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 37524 frames
|
300 |
Requested Block Size 2.0 MB
|
301 |
Peak Block count 1
|
302 |
Peak Allocated memory 1.9 KB
|
303 |
Peak Large allocation bytes 0 B
|
304 |
[ALLOC_PROFILER]
|
305 |
+
Peak usage frame count: [16.0 KB-32.0 KB]: 37524 frames
|
306 |
Requested Block Size 16.0 MB
|
307 |
Peak Block count 1
|
308 |
Peak Allocated memory 29.2 KB
|
|
|
311 |
Large Block size 4.0 MB
|
312 |
Used Block count 1
|
313 |
Peak Allocated bytes 396 B
|
314 |
+
##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1673864378162,"processId":35589,"allocatedMemory":1957332,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"Thread":34460},{"Manager":10603},{"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":3447},{"DynamicArray":30868},{"HashMap":7680},{"Utility":1360},{"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
CHANGED
@@ -2,256 +2,256 @@
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"Pyramids.Policy.Entropy.mean": {
|
5 |
-
"value": 0.
|
6 |
-
"min": 0.
|
7 |
-
"max": 1.
|
8 |
-
"count":
|
9 |
},
|
10 |
"Pyramids.Policy.Entropy.sum": {
|
11 |
-
"value":
|
12 |
-
"min":
|
13 |
-
"max":
|
14 |
-
"count":
|
15 |
},
|
16 |
"Pyramids.Step.mean": {
|
17 |
-
"value":
|
18 |
-
"min":
|
19 |
-
"max":
|
20 |
-
"count":
|
21 |
},
|
22 |
"Pyramids.Step.sum": {
|
23 |
-
"value":
|
24 |
-
"min":
|
25 |
-
"max":
|
26 |
-
"count":
|
27 |
},
|
28 |
"Pyramids.Policy.ExtrinsicValueEstimate.mean": {
|
29 |
-
"value":
|
30 |
-
"min": -0.
|
31 |
-
"max":
|
32 |
-
"count":
|
33 |
},
|
34 |
"Pyramids.Policy.ExtrinsicValueEstimate.sum": {
|
35 |
-
"value":
|
36 |
-
"min": -
|
37 |
-
"max":
|
38 |
-
"count":
|
39 |
},
|
40 |
"Pyramids.Policy.RndValueEstimate.mean": {
|
41 |
-
"value": 0.
|
42 |
-
"min": 0.
|
43 |
-
"max": 0.
|
44 |
-
"count":
|
45 |
},
|
46 |
"Pyramids.Policy.RndValueEstimate.sum": {
|
47 |
-
"value":
|
48 |
-
"min":
|
49 |
-
"max":
|
50 |
-
"count":
|
51 |
},
|
52 |
"Pyramids.Losses.PolicyLoss.mean": {
|
53 |
-
"value": 0.
|
54 |
-
"min": 0.
|
55 |
-
"max": 0.
|
56 |
-
"count":
|
57 |
},
|
58 |
"Pyramids.Losses.PolicyLoss.sum": {
|
59 |
-
"value": 0.
|
60 |
-
"min": 0.
|
61 |
-
"max": 1.
|
62 |
-
"count":
|
63 |
},
|
64 |
"Pyramids.Losses.ValueLoss.mean": {
|
65 |
-
"value": 0.
|
66 |
-
"min": 0.
|
67 |
-
"max": 0.
|
68 |
-
"count":
|
69 |
},
|
70 |
"Pyramids.Losses.ValueLoss.sum": {
|
71 |
-
"value": 0.
|
72 |
-
"min": 0.
|
73 |
-
"max": 0.
|
74 |
-
"count":
|
75 |
},
|
76 |
"Pyramids.Policy.LearningRate.mean": {
|
77 |
-
"value":
|
78 |
-
"min":
|
79 |
-
"max": 0.
|
80 |
-
"count":
|
81 |
},
|
82 |
"Pyramids.Policy.LearningRate.sum": {
|
83 |
-
"value":
|
84 |
-
"min":
|
85 |
-
"max": 0.
|
86 |
-
"count":
|
87 |
},
|
88 |
"Pyramids.Policy.Epsilon.mean": {
|
89 |
-
"value": 0.
|
90 |
-
"min": 0.
|
91 |
-
"max": 0.
|
92 |
-
"count":
|
93 |
},
|
94 |
"Pyramids.Policy.Epsilon.sum": {
|
95 |
-
"value": 1.
|
96 |
-
"min": 1.
|
97 |
-
"max": 2.
|
98 |
-
"count":
|
99 |
},
|
100 |
"Pyramids.Policy.Beta.mean": {
|
101 |
-
"value": 0.
|
102 |
-
"min": 0.
|
103 |
-
"max": 0.
|
104 |
-
"count":
|
105 |
},
|
106 |
"Pyramids.Policy.Beta.sum": {
|
107 |
-
"value": 0.
|
108 |
-
"min": 0.
|
109 |
-
"max": 0.
|
110 |
-
"count":
|
111 |
},
|
112 |
"Pyramids.Losses.RNDLoss.mean": {
|
113 |
-
"value": 0.
|
114 |
-
"min": 0.
|
115 |
-
"max": 0.
|
116 |
-
"count":
|
117 |
},
|
118 |
"Pyramids.Losses.RNDLoss.sum": {
|
119 |
-
"value":
|
120 |
-
"min":
|
121 |
-
"max":
|
122 |
-
"count":
|
123 |
},
|
124 |
"Pyramids.Environment.EpisodeLength.mean": {
|
125 |
-
"value":
|
126 |
-
"min":
|
127 |
-
"max":
|
128 |
-
"count":
|
129 |
},
|
130 |
"Pyramids.Environment.EpisodeLength.sum": {
|
131 |
-
"value":
|
132 |
-
"min":
|
133 |
-
"max":
|
134 |
-
"count":
|
135 |
},
|
136 |
"Pyramids.Environment.CumulativeReward.mean": {
|
137 |
-
"value":
|
138 |
-
"min": -0.
|
139 |
-
"max":
|
140 |
-
"count":
|
141 |
},
|
142 |
"Pyramids.Environment.CumulativeReward.sum": {
|
143 |
-
"value":
|
144 |
-
"min": -
|
145 |
-
"max":
|
146 |
-
"count":
|
147 |
},
|
148 |
"Pyramids.Policy.ExtrinsicReward.mean": {
|
149 |
-
"value":
|
150 |
-
"min": -0.
|
151 |
-
"max":
|
152 |
-
"count":
|
153 |
},
|
154 |
"Pyramids.Policy.ExtrinsicReward.sum": {
|
155 |
-
"value":
|
156 |
-
"min": -
|
157 |
-
"max":
|
158 |
-
"count":
|
159 |
},
|
160 |
"Pyramids.Policy.RndReward.mean": {
|
161 |
-
"value":
|
162 |
-
"min":
|
163 |
-
"max":
|
164 |
-
"count":
|
165 |
},
|
166 |
"Pyramids.Policy.RndReward.sum": {
|
167 |
-
"value":
|
168 |
-
"min":
|
169 |
-
"max":
|
170 |
-
"count":
|
171 |
},
|
172 |
"Pyramids.IsTraining.mean": {
|
173 |
"value": 1.0,
|
174 |
"min": 1.0,
|
175 |
"max": 1.0,
|
176 |
-
"count":
|
177 |
},
|
178 |
"Pyramids.IsTraining.sum": {
|
179 |
"value": 1.0,
|
180 |
"min": 1.0,
|
181 |
"max": 1.0,
|
182 |
-
"count":
|
183 |
}
|
184 |
},
|
185 |
"metadata": {
|
186 |
"timer_format_version": "0.1.0",
|
187 |
-
"start_time_seconds": "
|
188 |
"python_version": "3.8.16 (default, Dec 7 2022, 01:12:13) \n[GCC 7.5.0]",
|
189 |
-
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics",
|
190 |
"mlagents_version": "0.29.0.dev0",
|
191 |
"mlagents_envs_version": "0.29.0.dev0",
|
192 |
"communication_protocol_version": "1.5.0",
|
193 |
"pytorch_version": "1.8.1+cu102",
|
194 |
"numpy_version": "1.21.6",
|
195 |
-
"end_time_seconds": "
|
196 |
},
|
197 |
-
"total":
|
198 |
"count": 1,
|
199 |
-
"self": 0.
|
200 |
"children": {
|
201 |
"run_training.setup": {
|
202 |
-
"total": 0.
|
203 |
"count": 1,
|
204 |
-
"self": 0.
|
205 |
},
|
206 |
"TrainerController.start_learning": {
|
207 |
-
"total":
|
208 |
"count": 1,
|
209 |
-
"self":
|
210 |
"children": {
|
211 |
"TrainerController._reset_env": {
|
212 |
-
"total": 6.
|
213 |
"count": 1,
|
214 |
-
"self": 6.
|
215 |
},
|
216 |
"TrainerController.advance": {
|
217 |
-
"total":
|
218 |
-
"count":
|
219 |
-
"self":
|
220 |
"children": {
|
221 |
"env_step": {
|
222 |
-
"total":
|
223 |
-
"count":
|
224 |
-
"self":
|
225 |
"children": {
|
226 |
"SubprocessEnvManager._take_step": {
|
227 |
-
"total":
|
228 |
-
"count":
|
229 |
-
"self":
|
230 |
"children": {
|
231 |
"TorchPolicy.evaluate": {
|
232 |
-
"total":
|
233 |
-
"count":
|
234 |
-
"self":
|
235 |
"children": {
|
236 |
"TorchPolicy.sample_actions": {
|
237 |
-
"total":
|
238 |
-
"count":
|
239 |
-
"self":
|
240 |
}
|
241 |
}
|
242 |
}
|
243 |
}
|
244 |
},
|
245 |
"workers": {
|
246 |
-
"total":
|
247 |
-
"count":
|
248 |
"self": 0.0,
|
249 |
"children": {
|
250 |
"worker_root": {
|
251 |
-
"total":
|
252 |
-
"count":
|
253 |
"is_parallel": true,
|
254 |
-
"self":
|
255 |
"children": {
|
256 |
"run_training.setup": {
|
257 |
"total": 0.0,
|
@@ -260,48 +260,48 @@
|
|
260 |
"self": 0.0,
|
261 |
"children": {
|
262 |
"steps_from_proto": {
|
263 |
-
"total": 0.
|
264 |
"count": 1,
|
265 |
"is_parallel": true,
|
266 |
-
"self": 0.
|
267 |
"children": {
|
268 |
"_process_rank_one_or_two_observation": {
|
269 |
-
"total": 0.
|
270 |
"count": 8,
|
271 |
"is_parallel": true,
|
272 |
-
"self": 0.
|
273 |
}
|
274 |
}
|
275 |
},
|
276 |
"UnityEnvironment.step": {
|
277 |
-
"total": 0.
|
278 |
"count": 1,
|
279 |
"is_parallel": true,
|
280 |
-
"self": 0.
|
281 |
"children": {
|
282 |
"UnityEnvironment._generate_step_input": {
|
283 |
-
"total": 0.
|
284 |
"count": 1,
|
285 |
"is_parallel": true,
|
286 |
-
"self": 0.
|
287 |
},
|
288 |
"communicator.exchange": {
|
289 |
-
"total": 0.
|
290 |
"count": 1,
|
291 |
"is_parallel": true,
|
292 |
-
"self": 0.
|
293 |
},
|
294 |
"steps_from_proto": {
|
295 |
-
"total": 0.
|
296 |
"count": 1,
|
297 |
"is_parallel": true,
|
298 |
-
"self": 0.
|
299 |
"children": {
|
300 |
"_process_rank_one_or_two_observation": {
|
301 |
-
"total": 0.
|
302 |
"count": 8,
|
303 |
"is_parallel": true,
|
304 |
-
"self": 0.
|
305 |
}
|
306 |
}
|
307 |
}
|
@@ -310,34 +310,34 @@
|
|
310 |
}
|
311 |
},
|
312 |
"UnityEnvironment.step": {
|
313 |
-
"total":
|
314 |
-
"count":
|
315 |
"is_parallel": true,
|
316 |
-
"self":
|
317 |
"children": {
|
318 |
"UnityEnvironment._generate_step_input": {
|
319 |
-
"total":
|
320 |
-
"count":
|
321 |
"is_parallel": true,
|
322 |
-
"self":
|
323 |
},
|
324 |
"communicator.exchange": {
|
325 |
-
"total":
|
326 |
-
"count":
|
327 |
"is_parallel": true,
|
328 |
-
"self":
|
329 |
},
|
330 |
"steps_from_proto": {
|
331 |
-
"total":
|
332 |
-
"count":
|
333 |
"is_parallel": true,
|
334 |
-
"self":
|
335 |
"children": {
|
336 |
"_process_rank_one_or_two_observation": {
|
337 |
-
"total":
|
338 |
-
"count":
|
339 |
"is_parallel": true,
|
340 |
-
"self":
|
341 |
}
|
342 |
}
|
343 |
}
|
@@ -350,31 +350,31 @@
|
|
350 |
}
|
351 |
},
|
352 |
"trainer_advance": {
|
353 |
-
"total":
|
354 |
-
"count":
|
355 |
-
"self":
|
356 |
"children": {
|
357 |
"process_trajectory": {
|
358 |
-
"total":
|
359 |
-
"count":
|
360 |
-
"self":
|
361 |
"children": {
|
362 |
"RLTrainer._checkpoint": {
|
363 |
-
"total": 0.
|
364 |
-
"count":
|
365 |
-
"self": 0.
|
366 |
}
|
367 |
}
|
368 |
},
|
369 |
"_update_policy": {
|
370 |
-
"total":
|
371 |
-
"count":
|
372 |
-
"self":
|
373 |
"children": {
|
374 |
"TorchPPOOptimizer.update": {
|
375 |
-
"total":
|
376 |
-
"count":
|
377 |
-
"self":
|
378 |
}
|
379 |
}
|
380 |
}
|
@@ -383,19 +383,19 @@
|
|
383 |
}
|
384 |
},
|
385 |
"trainer_threads": {
|
386 |
-
"total": 9.
|
387 |
"count": 1,
|
388 |
-
"self": 9.
|
389 |
},
|
390 |
"TrainerController._save_models": {
|
391 |
-
"total": 0.
|
392 |
"count": 1,
|
393 |
-
"self": 0.
|
394 |
"children": {
|
395 |
"RLTrainer._checkpoint": {
|
396 |
-
"total": 0.
|
397 |
"count": 1,
|
398 |
-
"self": 0.
|
399 |
}
|
400 |
}
|
401 |
}
|
|
|
2 |
"name": "root",
|
3 |
"gauges": {
|
4 |
"Pyramids.Policy.Entropy.mean": {
|
5 |
+
"value": 0.17564757168293,
|
6 |
+
"min": 0.17199935019016266,
|
7 |
+
"max": 1.412055253982544,
|
8 |
+
"count": 66
|
9 |
},
|
10 |
"Pyramids.Policy.Entropy.sum": {
|
11 |
+
"value": 5235.70263671875,
|
12 |
+
"min": 5159.98046875,
|
13 |
+
"max": 42836.109375,
|
14 |
+
"count": 66
|
15 |
},
|
16 |
"Pyramids.Step.mean": {
|
17 |
+
"value": 1979962.0,
|
18 |
+
"min": 29895.0,
|
19 |
+
"max": 1979962.0,
|
20 |
+
"count": 66
|
21 |
},
|
22 |
"Pyramids.Step.sum": {
|
23 |
+
"value": 1979962.0,
|
24 |
+
"min": 29895.0,
|
25 |
+
"max": 1979962.0,
|
26 |
+
"count": 66
|
27 |
},
|
28 |
"Pyramids.Policy.ExtrinsicValueEstimate.mean": {
|
29 |
+
"value": 0.7302473783493042,
|
30 |
+
"min": -0.08650728315114975,
|
31 |
+
"max": 0.8179190158843994,
|
32 |
+
"count": 66
|
33 |
},
|
34 |
"Pyramids.Policy.ExtrinsicValueEstimate.sum": {
|
35 |
+
"value": 209.58099365234375,
|
36 |
+
"min": -20.848255157470703,
|
37 |
+
"max": 248.6473846435547,
|
38 |
+
"count": 66
|
39 |
},
|
40 |
"Pyramids.Policy.RndValueEstimate.mean": {
|
41 |
+
"value": 0.0018236269243061543,
|
42 |
+
"min": -0.013203675858676434,
|
43 |
+
"max": 0.2915990650653839,
|
44 |
+
"count": 66
|
45 |
},
|
46 |
"Pyramids.Policy.RndValueEstimate.sum": {
|
47 |
+
"value": 0.5233809351921082,
|
48 |
+
"min": -3.9875102043151855,
|
49 |
+
"max": 70.27537536621094,
|
50 |
+
"count": 66
|
51 |
},
|
52 |
"Pyramids.Losses.PolicyLoss.mean": {
|
53 |
+
"value": 0.06963876409110312,
|
54 |
+
"min": 0.06497480453219309,
|
55 |
+
"max": 0.07521226492166487,
|
56 |
+
"count": 66
|
57 |
},
|
58 |
"Pyramids.Losses.PolicyLoss.sum": {
|
59 |
+
"value": 0.9749426972754436,
|
60 |
+
"min": 0.49167414049379765,
|
61 |
+
"max": 1.0622349602453336,
|
62 |
+
"count": 66
|
63 |
},
|
64 |
"Pyramids.Losses.ValueLoss.mean": {
|
65 |
+
"value": 0.017084497623931466,
|
66 |
+
"min": 0.000786096035043501,
|
67 |
+
"max": 0.017084497623931466,
|
68 |
+
"count": 66
|
69 |
},
|
70 |
"Pyramids.Losses.ValueLoss.sum": {
|
71 |
+
"value": 0.23918296673504053,
|
72 |
+
"min": 0.011005344490609014,
|
73 |
+
"max": 0.23918296673504053,
|
74 |
+
"count": 66
|
75 |
},
|
76 |
"Pyramids.Policy.LearningRate.mean": {
|
77 |
+
"value": 5.377641064628573e-06,
|
78 |
+
"min": 5.377641064628573e-06,
|
79 |
+
"max": 0.0002975753150939428,
|
80 |
+
"count": 66
|
81 |
},
|
82 |
"Pyramids.Policy.LearningRate.sum": {
|
83 |
+
"value": 7.528697490480002e-05,
|
84 |
+
"min": 7.528697490480002e-05,
|
85 |
+
"max": 0.0039800220733259995,
|
86 |
+
"count": 66
|
87 |
},
|
88 |
"Pyramids.Policy.Epsilon.mean": {
|
89 |
+
"value": 0.1017925142857143,
|
90 |
+
"min": 0.1017925142857143,
|
91 |
+
"max": 0.19919177142857142,
|
92 |
+
"count": 66
|
93 |
},
|
94 |
"Pyramids.Policy.Epsilon.sum": {
|
95 |
+
"value": 1.4250952000000001,
|
96 |
+
"min": 1.3943424,
|
97 |
+
"max": 2.726674,
|
98 |
+
"count": 66
|
99 |
},
|
100 |
"Pyramids.Policy.Beta.mean": {
|
101 |
+
"value": 0.00018907217714285722,
|
102 |
+
"min": 0.00018907217714285722,
|
103 |
+
"max": 0.009919257965714285,
|
104 |
+
"count": 66
|
105 |
},
|
106 |
"Pyramids.Policy.Beta.sum": {
|
107 |
+
"value": 0.002647010480000001,
|
108 |
+
"min": 0.002647010480000001,
|
109 |
+
"max": 0.13267473259999998,
|
110 |
+
"count": 66
|
111 |
},
|
112 |
"Pyramids.Losses.RNDLoss.mean": {
|
113 |
+
"value": 0.007750507909804583,
|
114 |
+
"min": 0.0077226245775818825,
|
115 |
+
"max": 0.45741453766822815,
|
116 |
+
"count": 66
|
117 |
},
|
118 |
"Pyramids.Losses.RNDLoss.sum": {
|
119 |
+
"value": 0.10850711166858673,
|
120 |
+
"min": 0.1081167459487915,
|
121 |
+
"max": 3.20190167427063,
|
122 |
+
"count": 66
|
123 |
},
|
124 |
"Pyramids.Environment.EpisodeLength.mean": {
|
125 |
+
"value": 251.01666666666668,
|
126 |
+
"min": 217.61029411764707,
|
127 |
+
"max": 997.6451612903226,
|
128 |
+
"count": 66
|
129 |
},
|
130 |
"Pyramids.Environment.EpisodeLength.sum": {
|
131 |
+
"value": 30122.0,
|
132 |
+
"min": 16822.0,
|
133 |
+
"max": 33923.0,
|
134 |
+
"count": 66
|
135 |
},
|
136 |
"Pyramids.Environment.CumulativeReward.mean": {
|
137 |
+
"value": 1.715639984048903,
|
138 |
+
"min": -0.9340839227361064,
|
139 |
+
"max": 1.7820962852901883,
|
140 |
+
"count": 66
|
141 |
},
|
142 |
"Pyramids.Environment.CumulativeReward.sum": {
|
143 |
+
"value": 205.87679808586836,
|
144 |
+
"min": -28.956601604819298,
|
145 |
+
"max": 240.58299851417542,
|
146 |
+
"count": 66
|
147 |
},
|
148 |
"Pyramids.Policy.ExtrinsicReward.mean": {
|
149 |
+
"value": 1.715639984048903,
|
150 |
+
"min": -0.9340839227361064,
|
151 |
+
"max": 1.7820962852901883,
|
152 |
+
"count": 66
|
153 |
},
|
154 |
"Pyramids.Policy.ExtrinsicReward.sum": {
|
155 |
+
"value": 205.87679808586836,
|
156 |
+
"min": -28.956601604819298,
|
157 |
+
"max": 240.58299851417542,
|
158 |
+
"count": 66
|
159 |
},
|
160 |
"Pyramids.Policy.RndReward.mean": {
|
161 |
+
"value": 0.020352095427794363,
|
162 |
+
"min": 0.018926001367745575,
|
163 |
+
"max": 8.121869025861516,
|
164 |
+
"count": 66
|
165 |
},
|
166 |
"Pyramids.Policy.RndReward.sum": {
|
167 |
+
"value": 2.4422514513353235,
|
168 |
+
"min": 2.3590088674100116,
|
169 |
+
"max": 138.07177343964577,
|
170 |
+
"count": 66
|
171 |
},
|
172 |
"Pyramids.IsTraining.mean": {
|
173 |
"value": 1.0,
|
174 |
"min": 1.0,
|
175 |
"max": 1.0,
|
176 |
+
"count": 66
|
177 |
},
|
178 |
"Pyramids.IsTraining.sum": {
|
179 |
"value": 1.0,
|
180 |
"min": 1.0,
|
181 |
"max": 1.0,
|
182 |
+
"count": 66
|
183 |
}
|
184 |
},
|
185 |
"metadata": {
|
186 |
"timer_format_version": "0.1.0",
|
187 |
+
"start_time_seconds": "1673859766",
|
188 |
"python_version": "3.8.16 (default, Dec 7 2022, 01:12:13) \n[GCC 7.5.0]",
|
189 |
+
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics --force",
|
190 |
"mlagents_version": "0.29.0.dev0",
|
191 |
"mlagents_envs_version": "0.29.0.dev0",
|
192 |
"communication_protocol_version": "1.5.0",
|
193 |
"pytorch_version": "1.8.1+cu102",
|
194 |
"numpy_version": "1.21.6",
|
195 |
+
"end_time_seconds": "1673864378"
|
196 |
},
|
197 |
+
"total": 4612.17017888,
|
198 |
"count": 1,
|
199 |
+
"self": 0.636505007998494,
|
200 |
"children": {
|
201 |
"run_training.setup": {
|
202 |
+
"total": 0.10362446600083786,
|
203 |
"count": 1,
|
204 |
+
"self": 0.10362446600083786
|
205 |
},
|
206 |
"TrainerController.start_learning": {
|
207 |
+
"total": 4611.430049406001,
|
208 |
"count": 1,
|
209 |
+
"self": 2.6749275399597536,
|
210 |
"children": {
|
211 |
"TrainerController._reset_env": {
|
212 |
+
"total": 6.263961189000838,
|
213 |
"count": 1,
|
214 |
+
"self": 6.263961189000838
|
215 |
},
|
216 |
"TrainerController.advance": {
|
217 |
+
"total": 4602.35655740304,
|
218 |
+
"count": 129580,
|
219 |
+
"self": 2.676332468941837,
|
220 |
"children": {
|
221 |
"env_step": {
|
222 |
+
"total": 3230.596781056165,
|
223 |
+
"count": 129580,
|
224 |
+
"self": 3009.8477219878932,
|
225 |
"children": {
|
226 |
"SubprocessEnvManager._take_step": {
|
227 |
+
"total": 219.1618188794364,
|
228 |
+
"count": 129580,
|
229 |
+
"self": 8.642878000473502,
|
230 |
"children": {
|
231 |
"TorchPolicy.evaluate": {
|
232 |
+
"total": 210.5189408789629,
|
233 |
+
"count": 125077,
|
234 |
+
"self": 67.54842344763347,
|
235 |
"children": {
|
236 |
"TorchPolicy.sample_actions": {
|
237 |
+
"total": 142.97051743132943,
|
238 |
+
"count": 125077,
|
239 |
+
"self": 142.97051743132943
|
240 |
}
|
241 |
}
|
242 |
}
|
243 |
}
|
244 |
},
|
245 |
"workers": {
|
246 |
+
"total": 1.5872401888354943,
|
247 |
+
"count": 129580,
|
248 |
"self": 0.0,
|
249 |
"children": {
|
250 |
"worker_root": {
|
251 |
+
"total": 4601.900233721275,
|
252 |
+
"count": 129580,
|
253 |
"is_parallel": true,
|
254 |
+
"self": 1792.186563642068,
|
255 |
"children": {
|
256 |
"run_training.setup": {
|
257 |
"total": 0.0,
|
|
|
260 |
"self": 0.0,
|
261 |
"children": {
|
262 |
"steps_from_proto": {
|
263 |
+
"total": 0.0016839499985508155,
|
264 |
"count": 1,
|
265 |
"is_parallel": true,
|
266 |
+
"self": 0.0005945569973846432,
|
267 |
"children": {
|
268 |
"_process_rank_one_or_two_observation": {
|
269 |
+
"total": 0.0010893930011661723,
|
270 |
"count": 8,
|
271 |
"is_parallel": true,
|
272 |
+
"self": 0.0010893930011661723
|
273 |
}
|
274 |
}
|
275 |
},
|
276 |
"UnityEnvironment.step": {
|
277 |
+
"total": 0.04658760999882361,
|
278 |
"count": 1,
|
279 |
"is_parallel": true,
|
280 |
+
"self": 0.00047299099969677627,
|
281 |
"children": {
|
282 |
"UnityEnvironment._generate_step_input": {
|
283 |
+
"total": 0.0004753920002258383,
|
284 |
"count": 1,
|
285 |
"is_parallel": true,
|
286 |
+
"self": 0.0004753920002258383
|
287 |
},
|
288 |
"communicator.exchange": {
|
289 |
+
"total": 0.04406484199898841,
|
290 |
"count": 1,
|
291 |
"is_parallel": true,
|
292 |
+
"self": 0.04406484199898841
|
293 |
},
|
294 |
"steps_from_proto": {
|
295 |
+
"total": 0.0015743849999125814,
|
296 |
"count": 1,
|
297 |
"is_parallel": true,
|
298 |
+
"self": 0.0004062549978698371,
|
299 |
"children": {
|
300 |
"_process_rank_one_or_two_observation": {
|
301 |
+
"total": 0.0011681300020427443,
|
302 |
"count": 8,
|
303 |
"is_parallel": true,
|
304 |
+
"self": 0.0011681300020427443
|
305 |
}
|
306 |
}
|
307 |
}
|
|
|
310 |
}
|
311 |
},
|
312 |
"UnityEnvironment.step": {
|
313 |
+
"total": 2809.713670079207,
|
314 |
+
"count": 129579,
|
315 |
"is_parallel": true,
|
316 |
+
"self": 56.21503635393492,
|
317 |
"children": {
|
318 |
"UnityEnvironment._generate_step_input": {
|
319 |
+
"total": 43.74424101002296,
|
320 |
+
"count": 129579,
|
321 |
"is_parallel": true,
|
322 |
+
"self": 43.74424101002296
|
323 |
},
|
324 |
"communicator.exchange": {
|
325 |
+
"total": 2506.5505088333703,
|
326 |
+
"count": 129579,
|
327 |
"is_parallel": true,
|
328 |
+
"self": 2506.5505088333703
|
329 |
},
|
330 |
"steps_from_proto": {
|
331 |
+
"total": 203.20388388187894,
|
332 |
+
"count": 129579,
|
333 |
"is_parallel": true,
|
334 |
+
"self": 44.664562637542986,
|
335 |
"children": {
|
336 |
"_process_rank_one_or_two_observation": {
|
337 |
+
"total": 158.53932124433595,
|
338 |
+
"count": 1036632,
|
339 |
"is_parallel": true,
|
340 |
+
"self": 158.53932124433595
|
341 |
}
|
342 |
}
|
343 |
}
|
|
|
350 |
}
|
351 |
},
|
352 |
"trainer_advance": {
|
353 |
+
"total": 1369.083443877933,
|
354 |
+
"count": 129580,
|
355 |
+
"self": 5.22346910975466,
|
356 |
"children": {
|
357 |
"process_trajectory": {
|
358 |
+
"total": 295.9780959271702,
|
359 |
+
"count": 129580,
|
360 |
+
"self": 295.441841344169,
|
361 |
"children": {
|
362 |
"RLTrainer._checkpoint": {
|
363 |
+
"total": 0.5362545830012095,
|
364 |
+
"count": 4,
|
365 |
+
"self": 0.5362545830012095
|
366 |
}
|
367 |
}
|
368 |
},
|
369 |
"_update_policy": {
|
370 |
+
"total": 1067.881878841008,
|
371 |
+
"count": 930,
|
372 |
+
"self": 395.43516538512085,
|
373 |
"children": {
|
374 |
"TorchPPOOptimizer.update": {
|
375 |
+
"total": 672.4467134558872,
|
376 |
+
"count": 45546,
|
377 |
+
"self": 672.4467134558872
|
378 |
}
|
379 |
}
|
380 |
}
|
|
|
383 |
}
|
384 |
},
|
385 |
"trainer_threads": {
|
386 |
+
"total": 9.800005500437692e-07,
|
387 |
"count": 1,
|
388 |
+
"self": 9.800005500437692e-07
|
389 |
},
|
390 |
"TrainerController._save_models": {
|
391 |
+
"total": 0.13460229399970558,
|
392 |
"count": 1,
|
393 |
+
"self": 0.0027112980005767895,
|
394 |
"children": {
|
395 |
"RLTrainer._checkpoint": {
|
396 |
+
"total": 0.1318909959991288,
|
397 |
"count": 1,
|
398 |
+
"self": 0.1318909959991288
|
399 |
}
|
400 |
}
|
401 |
}
|
run_logs/training_status.json
CHANGED
@@ -2,40 +2,22 @@
|
|
2 |
"Pyramids": {
|
3 |
"checkpoints": [
|
4 |
{
|
5 |
-
"steps":
|
6 |
-
"file_path": "results/Pyramids Training/Pyramids/Pyramids-
|
7 |
-
"reward":
|
8 |
-
"creation_time":
|
9 |
"auxillary_file_paths": [
|
10 |
-
"results/Pyramids Training/Pyramids/Pyramids-
|
11 |
-
]
|
12 |
-
},
|
13 |
-
{
|
14 |
-
"steps": 999913,
|
15 |
-
"file_path": "results/Pyramids Training/Pyramids/Pyramids-999913.onnx",
|
16 |
-
"reward": null,
|
17 |
-
"creation_time": 1673858381.3184521,
|
18 |
-
"auxillary_file_paths": [
|
19 |
-
"results/Pyramids Training/Pyramids/Pyramids-999913.pt"
|
20 |
-
]
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"steps": 1000041,
|
24 |
-
"file_path": "results/Pyramids Training/Pyramids/Pyramids-1000041.onnx",
|
25 |
-
"reward": null,
|
26 |
-
"creation_time": 1673858381.4262464,
|
27 |
-
"auxillary_file_paths": [
|
28 |
-
"results/Pyramids Training/Pyramids/Pyramids-1000041.pt"
|
29 |
]
|
30 |
}
|
31 |
],
|
32 |
"final_checkpoint": {
|
33 |
-
"steps":
|
34 |
"file_path": "results/Pyramids Training/Pyramids.onnx",
|
35 |
-
"reward":
|
36 |
-
"creation_time":
|
37 |
"auxillary_file_paths": [
|
38 |
-
"results/Pyramids Training/Pyramids/Pyramids-
|
39 |
]
|
40 |
}
|
41 |
},
|
|
|
2 |
"Pyramids": {
|
3 |
"checkpoints": [
|
4 |
{
|
5 |
+
"steps": 2000103,
|
6 |
+
"file_path": "results/Pyramids Training/Pyramids/Pyramids-2000103.onnx",
|
7 |
+
"reward": 1.5759999801715214,
|
8 |
+
"creation_time": 1673864377.6135306,
|
9 |
"auxillary_file_paths": [
|
10 |
+
"results/Pyramids Training/Pyramids/Pyramids-2000103.pt"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
]
|
12 |
}
|
13 |
],
|
14 |
"final_checkpoint": {
|
15 |
+
"steps": 2000103,
|
16 |
"file_path": "results/Pyramids Training/Pyramids.onnx",
|
17 |
+
"reward": 1.5759999801715214,
|
18 |
+
"creation_time": 1673864377.6135306,
|
19 |
"auxillary_file_paths": [
|
20 |
+
"results/Pyramids Training/Pyramids/Pyramids-2000103.pt"
|
21 |
]
|
22 |
}
|
23 |
},
|