atorre commited on
Commit
f02fdbf
1 Parent(s): 63d5a65

First training of PPO agent on Pyramids environment.

Browse files
Pyramids.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7f6b5593ad7fb701e9e8d73427cce4d9071aabf2e3fd844bf6998a6e247c875
3
  size 1417437
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fb6ae696d9c928e6cd05bedca981176d36eb7e2cdaa791ea8d08bf4b26f2c4
3
  size 1417437
Pyramids/Pyramids-1000079.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fb6ae696d9c928e6cd05bedca981176d36eb7e2cdaa791ea8d08bf4b26f2c4
3
+ size 1417437
Pyramids/Pyramids-1000079.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40c63024c840e53f0d6c12d33ebe854c377f23eb592ac6dfc4c263ae474ecf8
3
+ size 8651427
Pyramids/Pyramids-999951.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fb6ae696d9c928e6cd05bedca981176d36eb7e2cdaa791ea8d08bf4b26f2c4
3
+ size 1417437
Pyramids/Pyramids-999951.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f0b9855a5106f92087d00567b2f9e8548203117dcf880aef90f10f960a5db84
3
+ size 8651427
Pyramids/checkpoint.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcdbb1beaacef82ccc7328edb200fd1ee6d2ea064c014d896c9d29280dbd3321
3
  size 8651427
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40c63024c840e53f0d6c12d33ebe854c377f23eb592ac6dfc4c263ae474ecf8
3
  size 8651427
Pyramids/events.out.tfevents.1673946854.2694b56eafa7.33402.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58be618d8e6fb728d4d1de68f5fad87c37b7093d33175ee341e21479cddb0799
3
+ size 55097
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": 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, "checkpoint_interval": 500000, "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}
 
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": 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, "checkpoint_interval": 500000, "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": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml CHANGED
@@ -78,7 +78,7 @@ checkpoint_settings:
78
  run_id: Pyramids Training
79
  initialize_from: null
80
  load_model: false
81
- resume: false
82
  force: false
83
  train_model: false
84
  inference: false
 
78
  run_id: Pyramids Training
79
  initialize_from: null
80
  load_model: false
81
+ resume: true
82
  force: false
83
  train_model: false
84
  inference: false
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] 55227 [Flags] 2 [Guid] 4117401756 [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
- 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
@@ -15,6 +12,7 @@ NullGfxDevice:
15
  Version: NULL 1.0 [1.0]
16
  Renderer: Null Device
17
  Vendor: Unity Technologies
 
18
  ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
19
  ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
20
  ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
@@ -24,6 +22,7 @@ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned err
24
  ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
25
  ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
26
  FMOD failed to initialize the output device.: "Error initializing output device. " (60)
 
27
  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
28
  ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
29
  ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
@@ -36,7 +35,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.127 seconds
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,9 +67,250 @@ 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: 1.312864 ms
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.
75
- PlayerConnection::CleanupXIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
76
- after 234 requests (234 known processed) with 0 events remaining.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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] 55272 [Flags] 2 [Guid] 3621104877 [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
 
12
  Version: NULL 1.0 [1.0]
13
  Renderer: Null Device
14
  Vendor: Unity Technologies
15
+ xcb_connection_has_error() returned true
16
  ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
17
  ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
18
  ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
 
22
  ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
23
  ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
24
  FMOD failed to initialize the output device.: "Error initializing output device. " (60)
25
+ xcb_connection_has_error() returned true
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:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
 
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)
 
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.267287 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 1 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]: 348 frames, [32.0 KB-64.0 KB]: 2567 frames, [64.0 KB-128.0 KB]: 1212 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_Background Job.Worker 8]
84
+ Initial Block Size 32.0 KB
85
+ Current Block Size 32.0 KB
86
+ Peak Allocated Bytes 0 B
87
+ Overflow Count 0
88
+ [ALLOC_TEMP_Background Job.Worker 10]
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_Background Job.Worker 6]
94
+ Initial Block Size 32.0 KB
95
+ Current Block Size 32.0 KB
96
+ Peak Allocated Bytes 0 B
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
99
+ Initial Block Size 64.0 KB
100
+ Current Block Size 64.0 KB
101
+ Peak Allocated Bytes 0 B
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_Background Job.Worker 1]
104
+ Initial Block Size 32.0 KB
105
+ Current Block Size 32.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_AUDIO_FMOD stream thread]
124
+ Initial Block Size 64.0 KB
125
+ Current Block Size 64.0 KB
126
+ Peak Allocated Bytes 0 B
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_Background Job.Worker 15]
129
+ Initial Block Size 32.0 KB
130
+ Current Block Size 32.0 KB
131
+ Peak Allocated Bytes 0 B
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Background Job.Worker 7]
134
+ Initial Block Size 32.0 KB
135
+ Current Block Size 32.0 KB
136
+ Peak Allocated Bytes 0 B
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_Loading.PreloadManager]
144
+ Initial Block Size 256.0 KB
145
+ Current Block Size 320.0 KB
146
+ Peak Allocated Bytes 251.5 KB
147
+ Overflow Count 4
148
+ [ALLOC_TEMP_Profiler.Dispatcher]
149
+ Initial Block Size 64.0 KB
150
+ Current Block Size 64.0 KB
151
+ Peak Allocated Bytes 240 B
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Background Job.Worker 12]
154
+ Initial Block Size 32.0 KB
155
+ Current Block Size 32.0 KB
156
+ Peak Allocated Bytes 0 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
159
+ Initial Block Size 64.0 KB
160
+ Current Block Size 64.0 KB
161
+ Peak Allocated Bytes 0 B
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_Background Job.Worker 5]
164
+ Initial Block Size 32.0 KB
165
+ Current Block Size 32.0 KB
166
+ Peak Allocated Bytes 0 B
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Background Job.Worker 13]
169
+ Initial Block Size 32.0 KB
170
+ Current Block Size 32.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_Background Job.Worker 0]
174
+ Initial Block Size 32.0 KB
175
+ Current Block Size 32.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Background Job.Worker 4]
179
+ Initial Block Size 32.0 KB
180
+ Current Block Size 32.0 KB
181
+ Peak Allocated Bytes 0 B
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_Job.Worker 0]
184
+ Initial Block Size 256.0 KB
185
+ Current Block Size 256.0 KB
186
+ Peak Allocated Bytes 0.8 KB
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_Background Job.Worker 9]
189
+ Initial Block Size 32.0 KB
190
+ Current Block Size 32.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Background Job.Worker 14]
194
+ Initial Block Size 32.0 KB
195
+ Current Block Size 32.0 KB
196
+ Peak Allocated Bytes 0 B
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_EnlightenWorker]
199
+ Initial Block Size 64.0 KB
200
+ Current Block Size 64.0 KB
201
+ Peak Allocated Bytes 0 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Loading.AsyncRead]
204
+ Initial Block Size 64.0 KB
205
+ Current Block Size 64.0 KB
206
+ Peak Allocated Bytes 128 B
207
+ Overflow Count 0
208
+ [ALLOC_MEMORYPROFILER]
209
+ Peak usage frame count: [0.5 MB-1.0 MB]: 37 frames, [1.0 MB-2.0 MB]: 4091 frames
210
+ Requested Block Size 1.0 MB
211
+ Peak Block count 2
212
+ Peak Allocated memory 1.1 MB
213
+ Peak Large allocation bytes 0 B
214
+ [ALLOC_DEFAULT] Dual Thread Allocator
215
+ Peak main deferred allocation count 11822
216
+ [ALLOC_BUCKET]
217
+ Large Block size 4.0 MB
218
+ Used Block count 1
219
+ Peak Allocated bytes 1.2 MB
220
+ [ALLOC_DEFAULT_MAIN]
221
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 4127 frames
222
+ Requested Block Size 16.0 MB
223
+ Peak Block count 2
224
+ Peak Allocated memory 25.2 MB
225
+ Peak Large allocation bytes 0 B
226
+ [ALLOC_DEFAULT_THREAD]
227
+ Peak usage frame count: [16.0 MB-32.0 MB]: 4128 frames
228
+ Requested Block Size 16.0 MB
229
+ Peak Block count 1
230
+ Peak Allocated memory 21.7 MB
231
+ Peak Large allocation bytes 16.0 MB
232
+ [ALLOC_TEMP_JOB_1_FRAME]
233
+ Initial Block Size 2.0 MB
234
+ Used Block Count 1
235
+ Overflow Count (too large) 0
236
+ Overflow Count (full) 0
237
+ [ALLOC_TEMP_JOB_2_FRAMES]
238
+ Initial Block Size 2.0 MB
239
+ Used Block Count 1
240
+ Overflow Count (too large) 0
241
+ Overflow Count (full) 0
242
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
243
+ Initial Block Size 2.0 MB
244
+ Used Block Count 2
245
+ Overflow Count (too large) 0
246
+ Overflow Count (full) 0
247
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
248
+ Initial Block Size 1.0 MB
249
+ Used Block Count 3
250
+ Overflow Count (too large) 0
251
+ Overflow Count (full) 0
252
+ [ALLOC_GFX] Dual Thread Allocator
253
+ Peak main deferred allocation count 0
254
+ [ALLOC_BUCKET]
255
+ Large Block size 4.0 MB
256
+ Used Block count 1
257
+ Peak Allocated bytes 1.2 MB
258
+ [ALLOC_GFX_MAIN]
259
+ Peak usage frame count: [32.0 KB-64.0 KB]: 4127 frames, [64.0 KB-128.0 KB]: 1 frames
260
+ Requested Block Size 16.0 MB
261
+ Peak Block count 1
262
+ Peak Allocated memory 67.0 KB
263
+ Peak Large allocation bytes 0 B
264
+ [ALLOC_GFX_THREAD]
265
+ Peak usage frame count: [64.0 KB-128.0 KB]: 4128 frames
266
+ Requested Block Size 16.0 MB
267
+ Peak Block count 1
268
+ Peak Allocated memory 67.7 KB
269
+ Peak Large allocation bytes 0 B
270
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
271
+ Peak main deferred allocation count 1
272
+ [ALLOC_BUCKET]
273
+ Large Block size 4.0 MB
274
+ Used Block count 1
275
+ Peak Allocated bytes 1.2 MB
276
+ [ALLOC_CACHEOBJECTS_MAIN]
277
+ Peak usage frame count: [0.5 MB-1.0 MB]: 57 frames, [1.0 MB-2.0 MB]: 4071 frames
278
+ Requested Block Size 4.0 MB
279
+ Peak Block count 1
280
+ Peak Allocated memory 1.4 MB
281
+ Peak Large allocation bytes 0 B
282
+ [ALLOC_CACHEOBJECTS_THREAD]
283
+ Peak usage frame count: [1.0 MB-2.0 MB]: 4127 frames, [4.0 MB-8.0 MB]: 1 frames
284
+ Requested Block Size 4.0 MB
285
+ Peak Block count 2
286
+ Peak Allocated memory 4.7 MB
287
+ Peak Large allocation bytes 0 B
288
+ [ALLOC_TYPETREE] Dual Thread Allocator
289
+ Peak main deferred allocation count 0
290
+ [ALLOC_BUCKET]
291
+ Large Block size 4.0 MB
292
+ Used Block count 1
293
+ Peak Allocated bytes 1.2 MB
294
+ [ALLOC_TYPETREE_MAIN]
295
+ Peak usage frame count: [0-1.0 KB]: 4128 frames
296
+ Requested Block Size 2.0 MB
297
+ Peak Block count 1
298
+ Peak Allocated memory 1.0 KB
299
+ Peak Large allocation bytes 0 B
300
+ [ALLOC_TYPETREE_THREAD]
301
+ Peak usage frame count: [1.0 KB-2.0 KB]: 4128 frames
302
+ Requested Block Size 2.0 MB
303
+ Peak Block count 1
304
+ Peak Allocated memory 1.9 KB
305
+ Peak Large allocation bytes 0 B
306
+ [ALLOC_PROFILER]
307
+ Peak usage frame count: [16.0 KB-32.0 KB]: 4128 frames
308
+ Requested Block Size 16.0 MB
309
+ Peak Block count 1
310
+ Peak Allocated memory 27.4 KB
311
+ Peak Large allocation bytes 0 B
312
+ [ALLOC_PROFILER_BUCKET]
313
+ Large Block size 4.0 MB
314
+ Used Block count 1
315
+ Peak Allocated bytes 396 B
316
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1673947632117,"processId":33434,"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.4624595046043396,
6
- "min": 0.4624595046043396,
7
- "max": 1.3868093490600586,
8
- "count": 26
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
- "value": 13947.7783203125,
12
- "min": 13947.7783203125,
13
- "max": 42070.25,
14
- "count": 26
 
 
 
 
 
 
 
 
 
 
 
 
15
  },
16
  "Pyramids.Step.mean": {
17
- "value": 779972.0,
18
- "min": 29952.0,
19
- "max": 779972.0,
20
- "count": 26
21
  },
22
  "Pyramids.Step.sum": {
23
- "value": 779972.0,
24
- "min": 29952.0,
25
- "max": 779972.0,
26
- "count": 26
27
  },
28
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
- "value": 0.568676233291626,
30
- "min": -0.14658166468143463,
31
- "max": 0.568676233291626,
32
- "count": 26
33
  },
34
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
- "value": 155.81729125976562,
36
- "min": -34.73985290527344,
37
- "max": 155.81729125976562,
38
- "count": 26
39
  },
40
  "Pyramids.Policy.RndValueEstimate.mean": {
41
- "value": 0.015208727680146694,
42
- "min": 0.0010243135038763285,
43
- "max": 0.271362841129303,
44
- "count": 26
45
  },
46
  "Pyramids.Policy.RndValueEstimate.sum": {
47
- "value": 4.167191505432129,
48
- "min": 0.27144306898117065,
49
- "max": 65.39844512939453,
50
- "count": 26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  },
52
  "Pyramids.Losses.PolicyLoss.mean": {
53
- "value": 0.06873180995139086,
54
- "min": 0.06573921082911381,
55
- "max": 0.07225488690293141,
56
- "count": 26
57
  },
58
  "Pyramids.Losses.PolicyLoss.sum": {
59
- "value": 1.0309771492708628,
60
- "min": 0.4892529376180998,
61
- "max": 1.060590602826172,
62
- "count": 26
63
  },
64
  "Pyramids.Losses.ValueLoss.mean": {
65
- "value": 0.014059386240680595,
66
- "min": 0.0009458740503079729,
67
- "max": 0.015242839636768965,
68
- "count": 26
69
  },
70
  "Pyramids.Losses.ValueLoss.sum": {
71
- "value": 0.21089079361020893,
72
- "min": 0.010317290585335015,
73
- "max": 0.2133997549147655,
74
- "count": 26
75
  },
76
  "Pyramids.Policy.LearningRate.mean": {
77
- "value": 7.055377648209996e-05,
78
- "min": 7.055377648209996e-05,
79
- "max": 0.00029515063018788575,
80
- "count": 26
81
  },
82
  "Pyramids.Policy.LearningRate.sum": {
83
- "value": 0.0010583066472314995,
84
- "min": 0.0010583066472314995,
85
- "max": 0.0033750247749918,
86
- "count": 26
87
  },
88
  "Pyramids.Policy.Epsilon.mean": {
89
- "value": 0.12351789999999999,
90
- "min": 0.12351789999999999,
91
- "max": 0.19838354285714285,
92
- "count": 26
93
  },
94
  "Pyramids.Policy.Epsilon.sum": {
95
- "value": 1.8527684999999998,
96
- "min": 1.3886848,
97
- "max": 2.4432375,
98
- "count": 26
99
  },
100
  "Pyramids.Policy.Beta.mean": {
101
- "value": 0.00235943821,
102
- "min": 0.00235943821,
103
- "max": 0.00983851593142857,
104
- "count": 26
105
  },
106
  "Pyramids.Policy.Beta.sum": {
107
- "value": 0.03539157315,
108
- "min": 0.03539157315,
109
- "max": 0.11251831918,
110
- "count": 26
111
  },
112
  "Pyramids.Losses.RNDLoss.mean": {
113
- "value": 0.011437034234404564,
114
- "min": 0.011437034234404564,
115
- "max": 0.39684292674064636,
116
- "count": 26
117
  },
118
  "Pyramids.Losses.RNDLoss.sum": {
119
- "value": 0.1715555191040039,
120
- "min": 0.1683458536863327,
121
- "max": 2.777900457382202,
122
- "count": 26
123
- },
124
- "Pyramids.Environment.EpisodeLength.mean": {
125
- "value": 349.3448275862069,
126
- "min": 332.43956043956047,
127
- "max": 999.0,
128
- "count": 26
129
- },
130
- "Pyramids.Environment.EpisodeLength.sum": {
131
- "value": 30393.0,
132
- "min": 15984.0,
133
- "max": 34041.0,
134
- "count": 26
135
- },
136
- "Pyramids.Environment.CumulativeReward.mean": {
137
- "value": 1.5613454385575922,
138
- "min": -1.0000000521540642,
139
- "max": 1.6216955381962987,
140
- "count": 26
141
- },
142
- "Pyramids.Environment.CumulativeReward.sum": {
143
- "value": 137.39839859306812,
144
- "min": -30.676601640880108,
145
- "max": 145.9525984376669,
146
- "count": 26
147
- },
148
- "Pyramids.Policy.ExtrinsicReward.mean": {
149
- "value": 1.5613454385575922,
150
- "min": -1.0000000521540642,
151
- "max": 1.6216955381962987,
152
- "count": 26
153
- },
154
- "Pyramids.Policy.ExtrinsicReward.sum": {
155
- "value": 137.39839859306812,
156
- "min": -30.676601640880108,
157
- "max": 145.9525984376669,
158
- "count": 26
159
- },
160
- "Pyramids.Policy.RndReward.mean": {
161
- "value": 0.04159902990431874,
162
- "min": 0.04159902990431874,
163
- "max": 7.765137803740799,
164
- "count": 26
165
- },
166
- "Pyramids.Policy.RndReward.sum": {
167
- "value": 3.660714631580049,
168
- "min": 3.660714631580049,
169
- "max": 124.24220485985279,
170
- "count": 26
171
  },
172
  "Pyramids.IsTraining.mean": {
173
  "value": 1.0,
174
  "min": 1.0,
175
  "max": 1.0,
176
- "count": 26
177
  },
178
  "Pyramids.IsTraining.sum": {
179
  "value": 1.0,
180
  "min": 1.0,
181
  "max": 1.0,
182
- "count": 26
183
  }
184
  },
185
  "metadata": {
186
  "timer_format_version": "0.1.0",
187
- "start_time_seconds": "1673944417",
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": "1673946819"
196
  },
197
- "total": 2401.6863892289994,
198
  "count": 1,
199
- "self": 0.39779570499922556,
200
  "children": {
201
  "run_training.setup": {
202
- "total": 0.14710872799969366,
203
  "count": 1,
204
- "self": 0.14710872799969366
205
  },
206
  "TrainerController.start_learning": {
207
- "total": 2401.1414847960004,
208
  "count": 1,
209
- "self": 1.5874755200247819,
210
  "children": {
211
  "TrainerController._reset_env": {
212
- "total": 4.51566898100009,
213
  "count": 1,
214
- "self": 4.51566898100009
215
  },
216
  "TrainerController.advance": {
217
- "total": 2394.855636035976,
218
- "count": 49824,
219
- "self": 1.853121960093631,
220
  "children": {
221
  "env_step": {
222
- "total": 1494.0950928778411,
223
- "count": 49824,
224
- "self": 1391.7245817680168,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
- "total": 101.23936362989662,
228
- "count": 49824,
229
- "self": 4.87605545005772,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
- "total": 96.3633081798389,
233
- "count": 48876,
234
- "self": 21.483079906790408,
235
  "children": {
236
  "TorchPolicy.sample_actions": {
237
- "total": 74.88022827304849,
238
- "count": 48876,
239
- "self": 74.88022827304849
240
  }
241
  }
242
  }
243
  }
244
  },
245
  "workers": {
246
- "total": 1.1311474799276766,
247
- "count": 49823,
248
  "self": 0.0,
249
  "children": {
250
  "worker_root": {
251
- "total": 2396.88050856301,
252
- "count": 49823,
253
  "is_parallel": true,
254
- "self": 1122.0686625541803,
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.002752772999883746,
264
  "count": 1,
265
  "is_parallel": true,
266
- "self": 0.001033865998579131,
267
  "children": {
268
  "_process_rank_one_or_two_observation": {
269
- "total": 0.0017189070013046148,
270
  "count": 8,
271
  "is_parallel": true,
272
- "self": 0.0017189070013046148
273
  }
274
  }
275
  },
276
  "UnityEnvironment.step": {
277
- "total": 0.0615624010006286,
278
  "count": 1,
279
  "is_parallel": true,
280
- "self": 0.0005867099998795311,
281
  "children": {
282
  "UnityEnvironment._generate_step_input": {
283
- "total": 0.0005159009997441899,
284
  "count": 1,
285
  "is_parallel": true,
286
- "self": 0.0005159009997441899
287
  },
288
  "communicator.exchange": {
289
- "total": 0.0584847690006427,
290
  "count": 1,
291
  "is_parallel": true,
292
- "self": 0.0584847690006427
293
  },
294
  "steps_from_proto": {
295
- "total": 0.001975021000362176,
296
  "count": 1,
297
  "is_parallel": true,
298
- "self": 0.0004616490004991647,
299
  "children": {
300
  "_process_rank_one_or_two_observation": {
301
- "total": 0.0015133719998630113,
302
  "count": 8,
303
  "is_parallel": true,
304
- "self": 0.0015133719998630113
305
  }
306
  }
307
  }
@@ -310,34 +310,34 @@
310
  }
311
  },
312
  "UnityEnvironment.step": {
313
- "total": 1274.81184600883,
314
- "count": 49822,
315
  "is_parallel": true,
316
- "self": 31.720769021942942,
317
  "children": {
318
  "UnityEnvironment._generate_step_input": {
319
- "total": 18.896137503044883,
320
- "count": 49822,
321
  "is_parallel": true,
322
- "self": 18.896137503044883
323
  },
324
  "communicator.exchange": {
325
- "total": 1117.4258751767757,
326
- "count": 49822,
327
  "is_parallel": true,
328
- "self": 1117.4258751767757
329
  },
330
  "steps_from_proto": {
331
- "total": 106.7690643070664,
332
- "count": 49822,
333
  "is_parallel": true,
334
- "self": 24.16646897301598,
335
  "children": {
336
  "_process_rank_one_or_two_observation": {
337
- "total": 82.60259533405042,
338
- "count": 398576,
339
  "is_parallel": true,
340
- "self": 82.60259533405042
341
  }
342
  }
343
  }
@@ -350,31 +350,31 @@
350
  }
351
  },
352
  "trainer_advance": {
353
- "total": 898.9074211980414,
354
- "count": 49823,
355
- "self": 3.0712260500840785,
356
  "children": {
357
  "process_trajectory": {
358
- "total": 154.13215791196671,
359
- "count": 49823,
360
- "self": 154.0119976509659,
361
  "children": {
362
  "RLTrainer._checkpoint": {
363
- "total": 0.12016026100081945,
364
  "count": 1,
365
- "self": 0.12016026100081945
366
  }
367
  }
368
  },
369
  "_update_policy": {
370
- "total": 741.7040372359907,
371
- "count": 345,
372
- "self": 194.08276745405965,
373
  "children": {
374
  "TorchPPOOptimizer.update": {
375
- "total": 547.621269781931,
376
- "count": 17811,
377
- "self": 547.621269781931
378
  }
379
  }
380
  }
@@ -383,19 +383,19 @@
383
  }
384
  },
385
  "trainer_threads": {
386
- "total": 1.81299947143998e-06,
387
  "count": 1,
388
- "self": 1.81299947143998e-06
389
  },
390
  "TrainerController._save_models": {
391
- "total": 0.18270244599989383,
392
  "count": 1,
393
- "self": 0.002395254999100871,
394
  "children": {
395
  "RLTrainer._checkpoint": {
396
- "total": 0.18030719100079295,
397
  "count": 1,
398
- "self": 0.18030719100079295
399
  }
400
  }
401
  }
 
2
  "name": "root",
3
  "gauges": {
4
  "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.3690907955169678,
6
+ "min": 0.3690907955169678,
7
+ "max": 0.46054497361183167,
8
+ "count": 7
9
  },
10
  "Pyramids.Policy.Entropy.sum": {
11
+ "value": 11078.62890625,
12
+ "min": 11078.62890625,
13
+ "max": 13823.7177734375,
14
+ "count": 7
15
+ },
16
+ "Pyramids.Environment.EpisodeLength.mean": {
17
+ "value": 301.4742268041237,
18
+ "min": 278.1636363636364,
19
+ "max": 332.9625,
20
+ "count": 7
21
+ },
22
+ "Pyramids.Environment.EpisodeLength.sum": {
23
+ "value": 29243.0,
24
+ "min": 26637.0,
25
+ "max": 30793.0,
26
+ "count": 7
27
  },
28
  "Pyramids.Step.mean": {
29
+ "value": 989899.0,
30
+ "min": 809943.0,
31
+ "max": 989899.0,
32
+ "count": 7
33
  },
34
  "Pyramids.Step.sum": {
35
+ "value": 989899.0,
36
+ "min": 809943.0,
37
+ "max": 989899.0,
38
+ "count": 7
39
  },
40
  "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
41
+ "value": 0.6117339730262756,
42
+ "min": 0.5805515646934509,
43
+ "max": 0.652145504951477,
44
+ "count": 7
45
  },
46
  "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
47
+ "value": 175.56764221191406,
48
+ "min": 156.11248779296875,
49
+ "max": 185.86146545410156,
50
+ "count": 7
51
  },
52
  "Pyramids.Policy.RndValueEstimate.mean": {
53
+ "value": 0.005026842933148146,
54
+ "min": -0.017886633053421974,
55
+ "max": 0.005214397795498371,
56
+ "count": 7
57
  },
58
  "Pyramids.Policy.RndValueEstimate.sum": {
59
+ "value": 1.4427039623260498,
60
+ "min": -5.097690582275391,
61
+ "max": 1.4427039623260498,
62
+ "count": 7
63
+ },
64
+ "Pyramids.Environment.CumulativeReward.mean": {
65
+ "value": 1.6561877459895855,
66
+ "min": 1.6482744545061538,
67
+ "max": 1.723315299631239,
68
+ "count": 7
69
+ },
70
+ "Pyramids.Environment.CumulativeReward.sum": {
71
+ "value": 162.30639910697937,
72
+ "min": 133.3629986345768,
73
+ "max": 191.28799825906754,
74
+ "count": 7
75
+ },
76
+ "Pyramids.Policy.ExtrinsicReward.mean": {
77
+ "value": 1.6561877459895855,
78
+ "min": 1.6482744545061538,
79
+ "max": 1.723315299631239,
80
+ "count": 7
81
+ },
82
+ "Pyramids.Policy.ExtrinsicReward.sum": {
83
+ "value": 162.30639910697937,
84
+ "min": 133.3629986345768,
85
+ "max": 191.28799825906754,
86
+ "count": 7
87
+ },
88
+ "Pyramids.Policy.RndReward.mean": {
89
+ "value": 0.03455416573602373,
90
+ "min": 0.03330021994193672,
91
+ "max": 0.041914856773655626,
92
+ "count": 7
93
+ },
94
+ "Pyramids.Policy.RndReward.sum": {
95
+ "value": 3.386308242130326,
96
+ "min": 3.3531885418924503,
97
+ "max": 3.8358080207544845,
98
+ "count": 7
99
  },
100
  "Pyramids.Losses.PolicyLoss.mean": {
101
+ "value": 0.06926667617969977,
102
+ "min": 0.0656328608889626,
103
+ "max": 0.07174140105967243,
104
+ "count": 7
105
  },
106
  "Pyramids.Losses.PolicyLoss.sum": {
107
+ "value": 0.9697334665157968,
108
+ "min": 0.9188600524454764,
109
+ "max": 1.0351087275679067,
110
+ "count": 7
111
  },
112
  "Pyramids.Losses.ValueLoss.mean": {
113
+ "value": 0.01623379010372079,
114
+ "min": 0.014796004913827905,
115
+ "max": 0.016680958969421532,
116
+ "count": 7
117
  },
118
  "Pyramids.Losses.ValueLoss.sum": {
119
+ "value": 0.22727306145209109,
120
+ "min": 0.19234806387976278,
121
+ "max": 0.23698257621920976,
122
+ "count": 7
123
  },
124
  "Pyramids.Policy.LearningRate.mean": {
125
+ "value": 7.77710455052143e-06,
126
+ "min": 7.77710455052143e-06,
127
+ "max": 6.129377187646153e-05,
128
+ "count": 7
129
  },
130
  "Pyramids.Policy.LearningRate.sum": {
131
+ "value": 0.00010887946370730003,
132
+ "min": 0.00010887946370730003,
133
+ "max": 0.000796819034394,
134
+ "count": 7
135
  },
136
  "Pyramids.Policy.Epsilon.mean": {
137
+ "value": 0.1025923357142857,
138
+ "min": 0.1025923357142857,
139
+ "max": 0.12043123076923078,
140
+ "count": 7
141
  },
142
  "Pyramids.Policy.Epsilon.sum": {
143
+ "value": 1.4362926999999999,
144
+ "min": 1.4362926999999999,
145
+ "max": 1.7173414,
146
+ "count": 7
147
  },
148
  "Pyramids.Policy.Beta.mean": {
149
+ "value": 0.00026897433785714304,
150
+ "min": 0.00026897433785714304,
151
+ "max": 0.002051079953846154,
152
+ "count": 7
153
  },
154
  "Pyramids.Policy.Beta.sum": {
155
+ "value": 0.0037656407300000025,
156
+ "min": 0.0037656407300000025,
157
+ "max": 0.026664039400000002,
158
+ "count": 7
159
  },
160
  "Pyramids.Losses.RNDLoss.mean": {
161
+ "value": 0.011005385778844357,
162
+ "min": 0.011005385778844357,
163
+ "max": 0.012201069854199886,
164
+ "count": 7
165
  },
166
  "Pyramids.Losses.RNDLoss.sum": {
167
+ "value": 0.15407539904117584,
168
+ "min": 0.15407539904117584,
169
+ "max": 0.18288809061050415,
170
+ "count": 7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  },
172
  "Pyramids.IsTraining.mean": {
173
  "value": 1.0,
174
  "min": 1.0,
175
  "max": 1.0,
176
+ "count": 7
177
  },
178
  "Pyramids.IsTraining.sum": {
179
  "value": 1.0,
180
  "min": 1.0,
181
  "max": 1.0,
182
+ "count": 7
183
  }
184
  },
185
  "metadata": {
186
  "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1673946849",
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 --resume",
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": "1673947632"
196
  },
197
+ "total": 782.9304163909992,
198
  "count": 1,
199
+ "self": 1.513138227998752,
200
  "children": {
201
  "run_training.setup": {
202
+ "total": 0.1443556410004021,
203
  "count": 1,
204
+ "self": 0.1443556410004021
205
  },
206
  "TrainerController.start_learning": {
207
+ "total": 781.272922522,
208
  "count": 1,
209
+ "self": 0.47133834608575853,
210
  "children": {
211
  "TrainerController._reset_env": {
212
+ "total": 5.516701714999726,
213
  "count": 1,
214
+ "self": 5.516701714999726
215
  },
216
  "TrainerController.advance": {
217
+ "total": 775.1072918309155,
218
+ "count": 14322,
219
+ "self": 0.5090716710265042,
220
  "children": {
221
  "env_step": {
222
+ "total": 521.0917065080475,
223
+ "count": 14322,
224
+ "self": 492.06629796500874,
225
  "children": {
226
  "SubprocessEnvManager._take_step": {
227
+ "total": 28.704852470091282,
228
+ "count": 14322,
229
+ "self": 1.390311448074499,
230
  "children": {
231
  "TorchPolicy.evaluate": {
232
+ "total": 27.314541022016783,
233
+ "count": 13757,
234
+ "self": 6.127063125147288,
235
  "children": {
236
  "TorchPolicy.sample_actions": {
237
+ "total": 21.187477896869495,
238
+ "count": 13757,
239
+ "self": 21.187477896869495
240
  }
241
  }
242
  }
243
  }
244
  },
245
  "workers": {
246
+ "total": 0.320556072947511,
247
+ "count": 14322,
248
  "self": 0.0,
249
  "children": {
250
  "worker_root": {
251
+ "total": 779.7088484159231,
252
+ "count": 14322,
253
  "is_parallel": true,
254
+ "self": 322.68404762594946,
255
  "children": {
256
  "run_training.setup": {
257
  "total": 0.0,
 
260
  "self": 0.0,
261
  "children": {
262
  "steps_from_proto": {
263
+ "total": 0.0021394810000856523,
264
  "count": 1,
265
  "is_parallel": true,
266
+ "self": 0.0006972569999561529,
267
  "children": {
268
  "_process_rank_one_or_two_observation": {
269
+ "total": 0.0014422240001294995,
270
  "count": 8,
271
  "is_parallel": true,
272
+ "self": 0.0014422240001294995
273
  }
274
  }
275
  },
276
  "UnityEnvironment.step": {
277
+ "total": 0.06311001700032648,
278
  "count": 1,
279
  "is_parallel": true,
280
+ "self": 0.0006312870018518879,
281
  "children": {
282
  "UnityEnvironment._generate_step_input": {
283
+ "total": 0.00048145399978238856,
284
  "count": 1,
285
  "is_parallel": true,
286
+ "self": 0.00048145399978238856
287
  },
288
  "communicator.exchange": {
289
+ "total": 0.06000535999919521,
290
  "count": 1,
291
  "is_parallel": true,
292
+ "self": 0.06000535999919521
293
  },
294
  "steps_from_proto": {
295
+ "total": 0.001991915999496996,
296
  "count": 1,
297
  "is_parallel": true,
298
+ "self": 0.0004883079973296844,
299
  "children": {
300
  "_process_rank_one_or_two_observation": {
301
+ "total": 0.0015036080021673115,
302
  "count": 8,
303
  "is_parallel": true,
304
+ "self": 0.0015036080021673115
305
  }
306
  }
307
  }
 
310
  }
311
  },
312
  "UnityEnvironment.step": {
313
+ "total": 457.0248007899736,
314
+ "count": 14321,
315
  "is_parallel": true,
316
+ "self": 8.895754788175509,
317
  "children": {
318
  "UnityEnvironment._generate_step_input": {
319
+ "total": 5.460690289960439,
320
+ "count": 14321,
321
  "is_parallel": true,
322
+ "self": 5.460690289960439
323
  },
324
  "communicator.exchange": {
325
+ "total": 411.88394966486885,
326
+ "count": 14321,
327
  "is_parallel": true,
328
+ "self": 411.88394966486885
329
  },
330
  "steps_from_proto": {
331
+ "total": 30.784406046968797,
332
+ "count": 14321,
333
  "is_parallel": true,
334
+ "self": 7.581577122730778,
335
  "children": {
336
  "_process_rank_one_or_two_observation": {
337
+ "total": 23.20282892423802,
338
+ "count": 114568,
339
  "is_parallel": true,
340
+ "self": 23.20282892423802
341
  }
342
  }
343
  }
 
350
  }
351
  },
352
  "trainer_advance": {
353
+ "total": 253.5065136518415,
354
+ "count": 14322,
355
+ "self": 0.9878365628892425,
356
  "children": {
357
  "process_trajectory": {
358
+ "total": 44.71119632395403,
359
+ "count": 14322,
360
+ "self": 44.50845595095507,
361
  "children": {
362
  "RLTrainer._checkpoint": {
363
+ "total": 0.20274037299896008,
364
  "count": 1,
365
+ "self": 0.20274037299896008
366
  }
367
  }
368
  },
369
  "_update_policy": {
370
+ "total": 207.80748076499822,
371
+ "count": 103,
372
+ "self": 54.752951763956844,
373
  "children": {
374
  "TorchPPOOptimizer.update": {
375
+ "total": 153.05452900104137,
376
+ "count": 4962,
377
+ "self": 153.05452900104137
378
  }
379
  }
380
  }
 
383
  }
384
  },
385
  "trainer_threads": {
386
+ "total": 2.2549993445863947e-06,
387
  "count": 1,
388
+ "self": 2.2549993445863947e-06
389
  },
390
  "TrainerController._save_models": {
391
+ "total": 0.1775883749996865,
392
  "count": 1,
393
+ "self": 0.007343440000113333,
394
  "children": {
395
  "RLTrainer._checkpoint": {
396
+ "total": 0.17024493499957316,
397
  "count": 1,
398
+ "self": 0.17024493499957316
399
  }
400
  }
401
  }
run_logs/training_status.json CHANGED
@@ -18,15 +18,33 @@
18
  "auxillary_file_paths": [
19
  "results/Pyramids Training/Pyramids/Pyramids-780922.pt"
20
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
22
  ],
23
  "final_checkpoint": {
24
- "steps": 780922,
25
  "file_path": "results/Pyramids Training/Pyramids.onnx",
26
- "reward": 1.6547499932348728,
27
- "creation_time": 1673946819.2399633,
28
  "auxillary_file_paths": [
29
- "results/Pyramids Training/Pyramids/Pyramids-780922.pt"
30
  ]
31
  }
32
  },
 
18
  "auxillary_file_paths": [
19
  "results/Pyramids Training/Pyramids/Pyramids-780922.pt"
20
  ]
21
+ },
22
+ {
23
+ "steps": 999951,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-999951.onnx",
25
+ "reward": 1.310133305688699,
26
+ "creation_time": 1673947630.460905,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-999951.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 1000079,
33
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000079.onnx",
34
+ "reward": 1.310133305688699,
35
+ "creation_time": 1673947630.6682563,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training/Pyramids/Pyramids-1000079.pt"
38
+ ]
39
  }
40
  ],
41
  "final_checkpoint": {
42
+ "steps": 1000079,
43
  "file_path": "results/Pyramids Training/Pyramids.onnx",
44
+ "reward": 1.310133305688699,
45
+ "creation_time": 1673947630.6682563,
46
  "auxillary_file_paths": [
47
+ "results/Pyramids Training/Pyramids/Pyramids-1000079.pt"
48
  ]
49
  }
50
  },