sayby commited on
Commit
3a5136b
1 Parent(s): 9bcfb03
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0576f12a1efaabb93226d1aec7dee187f64a03a2a0c136474a9471a7d77e1e9f
3
+ size 1417437
Pyramids/Pyramids-1000123.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0576f12a1efaabb93226d1aec7dee187f64a03a2a0c136474a9471a7d77e1e9f
3
+ size 1417437
Pyramids/Pyramids-1000123.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151e8c6e338e84e62f85be0d32ba48c571b73e08a460b2c32afd6f1e23450ece
3
+ size 8652350
Pyramids/Pyramids-499935.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:698c299143b6752849868db5bf40c2919623fb66ce7c3b09c110647f6e7e32b5
3
+ size 1417437
Pyramids/Pyramids-499935.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be28a89aab2442cf647806b3823d2c039f32ddf3395166673b999806c27c410
3
+ size 8652350
Pyramids/Pyramids-999995.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0576f12a1efaabb93226d1aec7dee187f64a03a2a0c136474a9471a7d77e1e9f
3
+ size 1417437
Pyramids/Pyramids-999995.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eda8a8831a9e3b66f3e0e1c33065e715494307fec92542341021c0264d846ce
3
+ size 8652350
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151e8c6e338e84e62f85be0d32ba48c571b73e08a460b2c32afd6f1e23450ece
3
+ size 8652350
Pyramids/events.out.tfevents.1678361735.preci3440-1.2801080.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416bdf91b9cbd4c495e26dac6bbdcd5831c5adf7e309fbf75986708ff894f9d2
3
+ size 305068
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - unity-ml-agents
5
+ - ml-agents
6
+ - deep-reinforcement-learning
7
+ - reinforcement-learning
8
+ - ML-Agents-Pyramids
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **Pyramids**
13
+ This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
14
+
15
+ ## Usage (with ML-Agents)
16
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+
19
+
20
+ ### Resume the training
21
+ ```
22
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
23
+ ```
24
+ ### Watch your Agent play
25
+ You can watch your agent **playing directly in your browser:**.
26
+
27
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
28
+ 2. Step 1: Write your model_id: sayby/ppo-Pyramids
29
+ 3. Step 2: Select your *.nn /*.onnx file
30
+ 4. Click on Watch the agent play 👀
31
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "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}
configuration.yaml ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: false
18
+ hidden_units: 512
19
+ num_layers: 2
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.99
27
+ strength: 1.0
28
+ network_settings:
29
+ normalize: false
30
+ hidden_units: 128
31
+ num_layers: 2
32
+ vis_encode_type: simple
33
+ memory: null
34
+ goal_conditioning_type: hyper
35
+ deterministic: false
36
+ rnd:
37
+ gamma: 0.99
38
+ strength: 0.01
39
+ network_settings:
40
+ normalize: false
41
+ hidden_units: 64
42
+ num_layers: 3
43
+ vis_encode_type: simple
44
+ memory: null
45
+ goal_conditioning_type: hyper
46
+ deterministic: false
47
+ learning_rate: 0.0001
48
+ encoding_size: null
49
+ init_path: null
50
+ keep_checkpoints: 5
51
+ checkpoint_interval: 500000
52
+ max_steps: 1000000
53
+ time_horizon: 128
54
+ summary_freq: 30000
55
+ threaded: false
56
+ self_play: null
57
+ behavioral_cloning: null
58
+ env_settings:
59
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
60
+ env_args: null
61
+ base_port: 5005
62
+ num_envs: 1
63
+ num_areas: 1
64
+ seed: -1
65
+ max_lifetime_restarts: 10
66
+ restarts_rate_limit_n: 1
67
+ restarts_rate_limit_period_s: 60
68
+ engine_settings:
69
+ width: 84
70
+ height: 84
71
+ quality_level: 5
72
+ time_scale: 20
73
+ target_frame_rate: -1
74
+ capture_frame_rate: 60
75
+ no_graphics: true
76
+ environment_parameters: null
77
+ 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
85
+ results_dir: results
86
+ torch_settings:
87
+ device: null
88
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/nhome/siniac/cbernard/Documents/these/project/hugging_face/unit5-bis/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/nhome/siniac/cbernard/Documents/these/project/hugging_face/unit5-bis/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.31.2.11
4
+ Multi-casting "[IP] 172.31.2.11 [Port] 55184 [Flags] 2 [Guid] 2272571843 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.31.2.11) [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: /nhome/siniac/cbernard/.config/unity3d/Unity Technologies/UnityEnvironment
8
+ Unable to load player prefs
9
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
10
+ [Subsystems] Discovering subsystems at path /nhome/siniac/cbernard/Documents/these/project/hugging_face/unit5-bis/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
11
+ Forcing GfxDevice: Null
12
+ GfxDevice: creating device client; threaded=0; jobified=0
13
+ NullGfxDevice:
14
+ Version: NULL 1.0 [1.0]
15
+ Renderer: Null Device
16
+ Vendor: Unity Technologies
17
+ Begin MonoManager ReloadAssembly
18
+ - Completed reload, in 0.244 seconds
19
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
23
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
24
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
25
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
26
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
27
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
28
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
29
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
30
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
31
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
32
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
33
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
34
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
35
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
36
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
37
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
38
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
39
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
41
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
42
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
43
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
44
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
45
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
46
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
48
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
49
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
50
+ UnloadTime: 0.424388 ms
51
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
52
+ requesting resize 84 x 84
53
+ Setting up 10 worker threads for Enlighten.
54
+ PlayerConnection::CleanupMemory Statistics:
55
+ [ALLOC_TEMP_TLS] TLS Allocator
56
+ StackAllocators :
57
+ [ALLOC_TEMP_MAIN]
58
+ Peak usage frame count: [16.0 KB-32.0 KB]: 2253 frames, [32.0 KB-64.0 KB]: 13066 frames, [64.0 KB-128.0 KB]: 3449 frames, [2.0 MB-4.0 MB]: 1 frames
59
+ Initial Block Size 4.0 MB
60
+ Current Block Size 4.0 MB
61
+ Peak Allocated Bytes 2.0 MB
62
+ Overflow Count 0
63
+ [ALLOC_TEMP_Job.Worker 18]
64
+ Initial Block Size 256.0 KB
65
+ Current Block Size 256.0 KB
66
+ Peak Allocated Bytes 0 B
67
+ Overflow Count 0
68
+ [ALLOC_TEMP_Background Job.Worker 8]
69
+ Initial Block Size 32.0 KB
70
+ Current Block Size 32.0 KB
71
+ Peak Allocated Bytes 0 B
72
+ Overflow Count 0
73
+ [ALLOC_TEMP_Job.Worker 4]
74
+ Initial Block Size 256.0 KB
75
+ Current Block Size 256.0 KB
76
+ Peak Allocated Bytes 0 B
77
+ Overflow Count 0
78
+ [ALLOC_TEMP_Background Job.Worker 11]
79
+ Initial Block Size 32.0 KB
80
+ Current Block Size 32.0 KB
81
+ Peak Allocated Bytes 0 B
82
+ Overflow Count 0
83
+ [ALLOC_TEMP_Background Job.Worker 3]
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_BatchDeleteObjects]
89
+ Initial Block Size 64.0 KB
90
+ Current Block Size 64.0 KB
91
+ Peak Allocated Bytes 0 B
92
+ Overflow Count 0
93
+ [ALLOC_TEMP_Job.Worker 13]
94
+ Initial Block Size 256.0 KB
95
+ Current Block Size 256.0 KB
96
+ Peak Allocated Bytes 0 B
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_Background Job.Worker 2]
99
+ Initial Block Size 32.0 KB
100
+ Current Block Size 32.0 KB
101
+ Peak Allocated Bytes 0 B
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_Job.Worker 10]
104
+ Initial Block Size 256.0 KB
105
+ Current Block Size 256.0 KB
106
+ Peak Allocated Bytes 0 B
107
+ Overflow Count 0
108
+ [ALLOC_TEMP_Job.Worker 15]
109
+ Initial Block Size 256.0 KB
110
+ Current Block Size 256.0 KB
111
+ Peak Allocated Bytes 0 B
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Job.Worker 12]
114
+ Initial Block Size 256.0 KB
115
+ Current Block Size 256.0 KB
116
+ Peak Allocated Bytes 0 B
117
+ Overflow Count 0
118
+ [ALLOC_TEMP_Loading.PreloadManager]
119
+ Initial Block Size 256.0 KB
120
+ Current Block Size 320.0 KB
121
+ Peak Allocated Bytes 251.6 KB
122
+ Overflow Count 4
123
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
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_Job.Worker 17]
129
+ Initial Block Size 256.0 KB
130
+ Current Block Size 256.0 KB
131
+ Peak Allocated Bytes 0 B
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Job.Worker 14]
134
+ Initial Block Size 256.0 KB
135
+ Current Block Size 256.0 KB
136
+ Peak Allocated Bytes 0 B
137
+ Overflow Count 0
138
+ [ALLOC_TEMP_Job.Worker 3]
139
+ Initial Block Size 256.0 KB
140
+ Current Block Size 256.0 KB
141
+ Peak Allocated Bytes 0.8 KB
142
+ Overflow Count 0
143
+ [ALLOC_TEMP_Background Job.Worker 5]
144
+ Initial Block Size 32.0 KB
145
+ Current Block Size 32.0 KB
146
+ Peak Allocated Bytes 0 B
147
+ Overflow Count 0
148
+ [ALLOC_TEMP_Background Job.Worker 13]
149
+ Initial Block Size 32.0 KB
150
+ Current Block Size 32.0 KB
151
+ Peak Allocated Bytes 0 B
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Job.Worker 2]
154
+ Initial Block Size 256.0 KB
155
+ Current Block Size 256.0 KB
156
+ Peak Allocated Bytes 0 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Profiler.Dispatcher]
159
+ Initial Block Size 64.0 KB
160
+ Current Block Size 64.0 KB
161
+ Peak Allocated Bytes 3.8 KB
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_Job.Worker 11]
164
+ Initial Block Size 256.0 KB
165
+ Current Block Size 256.0 KB
166
+ Peak Allocated Bytes 0 B
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Job.Worker 6]
169
+ Initial Block Size 256.0 KB
170
+ Current Block Size 256.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_Job.Worker 5]
174
+ Initial Block Size 256.0 KB
175
+ Current Block Size 256.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Job.Worker 0]
179
+ Initial Block Size 256.0 KB
180
+ Current Block Size 256.0 KB
181
+ Peak Allocated Bytes 0 B
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_EnlightenWorker] x 10
184
+ Initial Block Size 64.0 KB
185
+ Current Block Size 64.0 KB
186
+ Peak Allocated Bytes 0 B
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_Job.Worker 9]
189
+ Initial Block Size 256.0 KB
190
+ Current Block Size 256.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Background Job.Worker 9]
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_Loading.AsyncRead]
199
+ Initial Block Size 64.0 KB
200
+ Current Block Size 64.0 KB
201
+ Peak Allocated Bytes 161 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Background Job.Worker 10]
204
+ Initial Block Size 32.0 KB
205
+ Current Block Size 32.0 KB
206
+ Peak Allocated Bytes 0 B
207
+ Overflow Count 0
208
+ [ALLOC_TEMP_Job.Worker 16]
209
+ Initial Block Size 256.0 KB
210
+ Current Block Size 256.0 KB
211
+ Peak Allocated Bytes 0 B
212
+ Overflow Count 0
213
+ [ALLOC_TEMP_Background Job.Worker 6]
214
+ Initial Block Size 32.0 KB
215
+ Current Block Size 32.0 KB
216
+ Peak Allocated Bytes 0 B
217
+ Overflow Count 0
218
+ [ALLOC_TEMP_Background Job.Worker 1]
219
+ Initial Block Size 32.0 KB
220
+ Current Block Size 32.0 KB
221
+ Peak Allocated Bytes 0 B
222
+ Overflow Count 0
223
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
224
+ Initial Block Size 64.0 KB
225
+ Current Block Size 64.0 KB
226
+ Peak Allocated Bytes 0 B
227
+ Overflow Count 0
228
+ [ALLOC_TEMP_Background Job.Worker 15]
229
+ Initial Block Size 32.0 KB
230
+ Current Block Size 32.0 KB
231
+ Peak Allocated Bytes 0 B
232
+ Overflow Count 0
233
+ [ALLOC_TEMP_Background Job.Worker 7]
234
+ Initial Block Size 32.0 KB
235
+ Current Block Size 32.0 KB
236
+ Peak Allocated Bytes 0 B
237
+ Overflow Count 0
238
+ [ALLOC_TEMP_Job.Worker 8]
239
+ Initial Block Size 256.0 KB
240
+ Current Block Size 256.0 KB
241
+ Peak Allocated Bytes 0 B
242
+ Overflow Count 0
243
+ [ALLOC_TEMP_Job.Worker 1]
244
+ Initial Block Size 256.0 KB
245
+ Current Block Size 256.0 KB
246
+ Peak Allocated Bytes 0 B
247
+ Overflow Count 0
248
+ [ALLOC_TEMP_Background Job.Worker 12]
249
+ Initial Block Size 32.0 KB
250
+ Current Block Size 32.0 KB
251
+ Peak Allocated Bytes 0 B
252
+ Overflow Count 0
253
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 19
254
+ Initial Block Size 64.0 KB
255
+ Current Block Size 64.0 KB
256
+ Peak Allocated Bytes 0 B
257
+ Overflow Count 0
258
+ [ALLOC_TEMP_Background Job.Worker 0]
259
+ Initial Block Size 32.0 KB
260
+ Current Block Size 32.0 KB
261
+ Peak Allocated Bytes 0 B
262
+ Overflow Count 0
263
+ [ALLOC_TEMP_Background Job.Worker 4]
264
+ Initial Block Size 32.0 KB
265
+ Current Block Size 32.0 KB
266
+ Peak Allocated Bytes 0 B
267
+ Overflow Count 0
268
+ [ALLOC_TEMP_Background Job.Worker 14]
269
+ Initial Block Size 32.0 KB
270
+ Current Block Size 32.0 KB
271
+ Peak Allocated Bytes 0 B
272
+ Overflow Count 0
273
+ [ALLOC_TEMP_Job.Worker 7]
274
+ Initial Block Size 256.0 KB
275
+ Current Block Size 256.0 KB
276
+ Peak Allocated Bytes 0 B
277
+ Overflow Count 0
278
+ [ALLOC_MEMORYPROFILER]
279
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18470 frames
280
+ Requested Block Size 1.0 MB
281
+ Peak Block count 2
282
+ Peak Allocated memory 1.6 MB
283
+ Peak Large allocation bytes 0 B
284
+ [ALLOC_DEFAULT] Dual Thread Allocator
285
+ Peak main deferred allocation count 11949
286
+ [ALLOC_BUCKET]
287
+ Large Block size 4.0 MB
288
+ Used Block count 1
289
+ Peak Allocated bytes 1.7 MB
290
+ [ALLOC_DEFAULT_MAIN]
291
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 18768 frames
292
+ Requested Block Size 16.0 MB
293
+ Peak Block count 3
294
+ Peak Allocated memory 30.4 MB
295
+ Peak Large allocation bytes 0 B
296
+ [ALLOC_DEFAULT_THREAD]
297
+ Peak usage frame count: [16.0 MB-32.0 MB]: 18769 frames
298
+ Requested Block Size 16.0 MB
299
+ Peak Block count 1
300
+ Peak Allocated memory 28.9 MB
301
+ Peak Large allocation bytes 16.0 MB
302
+ [ALLOC_TEMP_JOB_1_FRAME]
303
+ Initial Block Size 2.0 MB
304
+ Used Block Count 1
305
+ Overflow Count (too large) 0
306
+ Overflow Count (full) 0
307
+ [ALLOC_TEMP_JOB_2_FRAMES]
308
+ Initial Block Size 2.0 MB
309
+ Used Block Count 1
310
+ Overflow Count (too large) 0
311
+ Overflow Count (full) 0
312
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
313
+ Initial Block Size 2.0 MB
314
+ Used Block Count 2
315
+ Overflow Count (too large) 0
316
+ Overflow Count (full) 0
317
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
318
+ Initial Block Size 1.0 MB
319
+ Used Block Count 3
320
+ Overflow Count (too large) 0
321
+ Overflow Count (full) 0
322
+ [ALLOC_GFX] Dual Thread Allocator
323
+ Peak main deferred allocation count 0
324
+ [ALLOC_BUCKET]
325
+ Large Block size 4.0 MB
326
+ Used Block count 1
327
+ Peak Allocated bytes 1.7 MB
328
+ [ALLOC_GFX_MAIN]
329
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18768 frames, [64.0 KB-128.0 KB]: 1 frames
330
+ Requested Block Size 16.0 MB
331
+ Peak Block count 1
332
+ Peak Allocated memory 67.0 KB
333
+ Peak Large allocation bytes 0 B
334
+ [ALLOC_GFX_THREAD]
335
+ Peak usage frame count: [64.0 KB-128.0 KB]: 18769 frames
336
+ Requested Block Size 16.0 MB
337
+ Peak Block count 1
338
+ Peak Allocated memory 67.7 KB
339
+ Peak Large allocation bytes 0 B
340
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
341
+ Peak main deferred allocation count 1
342
+ [ALLOC_BUCKET]
343
+ Large Block size 4.0 MB
344
+ Used Block count 1
345
+ Peak Allocated bytes 1.7 MB
346
+ [ALLOC_CACHEOBJECTS_MAIN]
347
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18470 frames
348
+ Requested Block Size 4.0 MB
349
+ Peak Block count 1
350
+ Peak Allocated memory 1.4 MB
351
+ Peak Large allocation bytes 0 B
352
+ [ALLOC_CACHEOBJECTS_THREAD]
353
+ Peak usage frame count: [1.0 MB-2.0 MB]: 18768 frames, [4.0 MB-8.0 MB]: 1 frames
354
+ Requested Block Size 4.0 MB
355
+ Peak Block count 2
356
+ Peak Allocated memory 4.7 MB
357
+ Peak Large allocation bytes 0 B
358
+ [ALLOC_TYPETREE] Dual Thread Allocator
359
+ Peak main deferred allocation count 0
360
+ [ALLOC_BUCKET]
361
+ Large Block size 4.0 MB
362
+ Used Block count 1
363
+ Peak Allocated bytes 1.7 MB
364
+ [ALLOC_TYPETREE_MAIN]
365
+ Peak usage frame count: [0-1.0 KB]: 18769 frames
366
+ Requested Block Size 2.0 MB
367
+ Peak Block count 1
368
+ Peak Allocated memory 1.0 KB
369
+ Peak Large allocation bytes 0 B
370
+ [ALLOC_TYPETREE_THREAD]
371
+ Peak usage frame count: [1.0 KB-2.0 KB]: 18769 frames
372
+ Requested Block Size 2.0 MB
373
+ Peak Block count 1
374
+ Peak Allocated memory 1.9 KB
375
+ Peak Large allocation bytes 0 B
376
+ [ALLOC_PROFILER]
377
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18769 frames
378
+ Requested Block Size 16.0 MB
379
+ Peak Block count 1
380
+ Peak Allocated memory 43.8 KB
381
+ Peak Large allocation bytes 0 B
382
+ [ALLOC_PROFILER_BUCKET]
383
+ Large Block size 4.0 MB
384
+ Used Block count 1
385
+ Peak Allocated bytes 396 B
386
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1678362616001,"processId":2801151,"allocatedMemory":1994448,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34964},{"Manager":26831},{"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":3686},{"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,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.3489169776439667,
6
+ "min": 0.3489169776439667,
7
+ "max": 1.4469839334487915,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 10445.1787109375,
12
+ "min": 10445.1787109375,
13
+ "max": 43895.703125,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989895.0,
18
+ "min": 29952.0,
19
+ "max": 989895.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989895.0,
24
+ "min": 29952.0,
25
+ "max": 989895.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.6275317668914795,
30
+ "min": -0.09911149740219116,
31
+ "max": 0.705376386642456,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 175.08135986328125,
36
+ "min": -23.984981536865234,
37
+ "max": 201.73764038085938,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.04683122783899307,
42
+ "min": -0.0729188323020935,
43
+ "max": 0.2990512251853943,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 13.065912246704102,
48
+ "min": -18.74013900756836,
49
+ "max": 72.07134246826172,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06719487608781838,
54
+ "min": 0.06481342761493966,
55
+ "max": 0.07786511315144859,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9407282652294573,
60
+ "min": 0.5450557920601401,
61
+ "max": 1.028489025155032,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.013678790159506857,
66
+ "min": 0.0007324744672122727,
67
+ "max": 0.01644993048726714,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.191503062233096,
72
+ "min": 0.010254642540971817,
73
+ "max": 0.23292076070656018,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.522468921114286e-06,
78
+ "min": 7.522468921114286e-06,
79
+ "max": 0.00029515063018788575,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.0001053145648956,
84
+ "min": 0.0001053145648956,
85
+ "max": 0.0036325900891366995,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10250745714285714,
90
+ "min": 0.10250745714285714,
91
+ "max": 0.19838354285714285,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4351044,
96
+ "min": 1.3886848,
97
+ "max": 2.6108633000000006,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.0002604949685714285,
102
+ "min": 0.0002604949685714285,
103
+ "max": 0.00983851593142857,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.003646929559999999,
108
+ "min": 0.003646929559999999,
109
+ "max": 0.12110524367,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.01063315849751234,
114
+ "min": 0.010255193337798119,
115
+ "max": 0.4634004235267639,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.14886422455310822,
120
+ "min": 0.14357270300388336,
121
+ "max": 3.243803024291992,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 298.0315789473684,
126
+ "min": 278.94392523364485,
127
+ "max": 999.0,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 28313.0,
132
+ "min": 15984.0,
133
+ "max": 32792.0,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.6598589366988132,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.7210560562176125,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 157.68659898638725,
144
+ "min": -30.692601673305035,
145
+ "max": 184.15299801528454,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.6598589366988132,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.7210560562176125,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 157.68659898638725,
156
+ "min": -30.692601673305035,
157
+ "max": 184.15299801528454,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.0327953547662075,
162
+ "min": 0.030903595108288627,
163
+ "max": 9.000462010502815,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 3.1155587027897127,
168
+ "min": 3.0776165009010583,
169
+ "max": 144.00739216804504,
170
+ "count": 33
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 33
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 33
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1678361734",
188
+ "python_version": "3.8.15 (default, Nov 24 2022, 15:19:38) \n[GCC 11.2.0]",
189
+ "command_line_arguments": "/nhome/siniac/cbernard/miniconda3/envs/hugging_face5/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.23.5",
195
+ "end_time_seconds": "1678362616"
196
+ },
197
+ "total": 881.1467503271997,
198
+ "count": 1,
199
+ "self": 0.2217969410121441,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.03436267003417015,
203
+ "count": 1,
204
+ "self": 0.03436267003417015
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 880.8905907161534,
208
+ "count": 1,
209
+ "self": 0.7757627982646227,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 2.0165106672793627,
213
+ "count": 1,
214
+ "self": 2.0165106672793627
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 877.8678974807262,
218
+ "count": 64025,
219
+ "self": 0.7822886202484369,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 508.22598874755204,
223
+ "count": 64025,
224
+ "self": 445.60231372341514,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 62.17632272467017,
228
+ "count": 64025,
229
+ "self": 2.2666479535400867,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 59.909674771130085,
233
+ "count": 62561,
234
+ "self": 21.82704901136458,
235
+ "children": {
236
+ "TorchPolicy.sample_actions": {
237
+ "total": 38.082625759765506,
238
+ "count": 62561,
239
+ "self": 38.082625759765506
240
+ }
241
+ }
242
+ }
243
+ }
244
+ },
245
+ "workers": {
246
+ "total": 0.44735229946672916,
247
+ "count": 64025,
248
+ "self": 0.0,
249
+ "children": {
250
+ "worker_root": {
251
+ "total": 879.4531953781843,
252
+ "count": 64025,
253
+ "is_parallel": true,
254
+ "self": 483.88998732343316,
255
+ "children": {
256
+ "run_training.setup": {
257
+ "total": 0.0,
258
+ "count": 0,
259
+ "is_parallel": true,
260
+ "self": 0.0,
261
+ "children": {
262
+ "steps_from_proto": {
263
+ "total": 0.0030177850276231766,
264
+ "count": 1,
265
+ "is_parallel": true,
266
+ "self": 0.0024100355803966522,
267
+ "children": {
268
+ "_process_rank_one_or_two_observation": {
269
+ "total": 0.0006077494472265244,
270
+ "count": 8,
271
+ "is_parallel": true,
272
+ "self": 0.0006077494472265244
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 0.019572174176573753,
278
+ "count": 1,
279
+ "is_parallel": true,
280
+ "self": 0.00020107999444007874,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 0.00017595477402210236,
284
+ "count": 1,
285
+ "is_parallel": true,
286
+ "self": 0.00017595477402210236
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 0.01853463239967823,
290
+ "count": 1,
291
+ "is_parallel": true,
292
+ "self": 0.01853463239967823
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 0.000660507008433342,
296
+ "count": 1,
297
+ "is_parallel": true,
298
+ "self": 0.00018372386693954468,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 0.0004767831414937973,
302
+ "count": 8,
303
+ "is_parallel": true,
304
+ "self": 0.0004767831414937973
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ },
312
+ "UnityEnvironment.step": {
313
+ "total": 395.56320805475116,
314
+ "count": 64024,
315
+ "is_parallel": true,
316
+ "self": 11.851040678098798,
317
+ "children": {
318
+ "UnityEnvironment._generate_step_input": {
319
+ "total": 8.51964308321476,
320
+ "count": 64024,
321
+ "is_parallel": true,
322
+ "self": 8.51964308321476
323
+ },
324
+ "communicator.exchange": {
325
+ "total": 341.5894013158977,
326
+ "count": 64024,
327
+ "is_parallel": true,
328
+ "self": 341.5894013158977
329
+ },
330
+ "steps_from_proto": {
331
+ "total": 33.6031229775399,
332
+ "count": 64024,
333
+ "is_parallel": true,
334
+ "self": 9.047859590500593,
335
+ "children": {
336
+ "_process_rank_one_or_two_observation": {
337
+ "total": 24.555263387039304,
338
+ "count": 512192,
339
+ "is_parallel": true,
340
+ "self": 24.555263387039304
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ }
349
+ }
350
+ }
351
+ },
352
+ "trainer_advance": {
353
+ "total": 368.85962011292577,
354
+ "count": 64025,
355
+ "self": 1.1922533381730318,
356
+ "children": {
357
+ "process_trajectory": {
358
+ "total": 81.48987087607384,
359
+ "count": 64025,
360
+ "self": 81.01461503095925,
361
+ "children": {
362
+ "RLTrainer._checkpoint": {
363
+ "total": 0.47525584511458874,
364
+ "count": 2,
365
+ "self": 0.47525584511458874
366
+ }
367
+ }
368
+ },
369
+ "_update_policy": {
370
+ "total": 286.1774958986789,
371
+ "count": 451,
372
+ "self": 83.86539529636502,
373
+ "children": {
374
+ "TorchPPOOptimizer.update": {
375
+ "total": 202.31210060231388,
376
+ "count": 22800,
377
+ "self": 202.31210060231388
378
+ }
379
+ }
380
+ }
381
+ }
382
+ }
383
+ }
384
+ },
385
+ "trainer_threads": {
386
+ "total": 5.457550287246704e-07,
387
+ "count": 1,
388
+ "self": 5.457550287246704e-07
389
+ },
390
+ "TrainerController._save_models": {
391
+ "total": 0.2304192241281271,
392
+ "count": 1,
393
+ "self": 0.014375787228345871,
394
+ "children": {
395
+ "RLTrainer._checkpoint": {
396
+ "total": 0.21604343689978123,
397
+ "count": 1,
398
+ "self": 0.21604343689978123
399
+ }
400
+ }
401
+ }
402
+ }
403
+ }
404
+ }
405
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499935,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-499935.onnx",
7
+ "reward": 1.5939999893307686,
8
+ "creation_time": 1678362161.4047842,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-499935.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999995,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-999995.onnx",
16
+ "reward": 1.8410000279545784,
17
+ "creation_time": 1678362615.5528445,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-999995.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000123,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000123.onnx",
25
+ "reward": 1.8410000279545784,
26
+ "creation_time": 1678362615.7783709,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-1000123.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000123,
34
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
35
+ "reward": 1.8410000279545784,
36
+ "creation_time": 1678362615.7783709,
37
+ "auxillary_file_paths": [
38
+ "results/Pyramids Training/Pyramids/Pyramids-1000123.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.29.0.dev0",
45
+ "torch_version": "1.8.1+cu102"
46
+ }
47
+ }