myklicious commited on
Commit
13b0133
·
1 Parent(s): e7d88c1

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963e817d6be28408eed8436467e2d3168d19fefd671ef3f6cb08192251bb6c4e
3
+ size 1420237
Pyramids/Pyramids-0.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b7aa770e1dc4939fe796d4d5e117f6deba18930013beb29d9c653abb813a48
3
+ size 1418248
Pyramids/Pyramids-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98fbf38644d7bae8f2a6b04fe23897a6f1fd0600efe1621cb5234e11adb3fe0a
3
+ size 2995115
Pyramids/Pyramids-1000050.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963e817d6be28408eed8436467e2d3168d19fefd671ef3f6cb08192251bb6c4e
3
+ size 1420237
Pyramids/Pyramids-1000050.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a46366579d96e676a3d5b616857fb31a14f8934d6c9657bdb1d6cb85c6150a
3
+ size 8655801
Pyramids/Pyramids-499999.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75beb04dde2a18d4d8d787d861a7e336c34a49c7c90fe4b5c5747a4fd28552e7
3
+ size 1420237
Pyramids/Pyramids-499999.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1021956bdbea6a3ae5d8c424dd7b3a8acb9764f8c63af0c169447f4d3d9cdcce
3
+ size 8655724
Pyramids/Pyramids-999922.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963e817d6be28408eed8436467e2d3168d19fefd671ef3f6cb08192251bb6c4e
3
+ size 1420237
Pyramids/Pyramids-999922.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f48761274e259c8bf483e5a5de8ffcf2835e5f28194e85a991fa04e79316a8df
3
+ size 8655724
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44a7c54fe37169810c47783dd9823d6de1a1019356225d03fe1504215002d5a
3
+ size 8655339
Pyramids/events.out.tfevents.1682640825.DESKTOP-KAGUYA.13521.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb0109f3c224968b32ebd2ebcfde63694961ac1b911e767255bdaae76a676a4
3
+ size 1423
Pyramids/events.out.tfevents.1682640841.DESKTOP-KAGUYA.13667.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c027369bc2f9466017c36db61e76ab6dac0e191e2712709367518eae047de0
3
+ size 323438
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Pyramids
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Pyramids
8
+ ---
9
+
10
+ # **ppo** Agent playing **Pyramids**
11
+ This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
12
+
13
+ ## Usage (with ML-Agents)
14
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
15
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
16
+
17
+
18
+ ### Resume the training
19
+ ```
20
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
21
+ ```
22
+ ### Watch your Agent play
23
+ You can watch your agent **playing directly in your browser:**.
24
+
25
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
26
+ 2. Step 1: Find your model_id: myklicious/ppo-Pyramids
27
+ 3. Step 2: Select your *.nn /*.onnx file
28
+ 4. Click on Watch the agent play 👀
29
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 256, "buffer_size": 5120, "learning_rate": 0.0005, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 1000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Pyramids Training", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 256
7
+ buffer_size: 5120
8
+ learning_rate: 0.0005
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 500000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 512
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ rnd:
39
+ gamma: 0.99
40
+ strength: 0.01
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 64
44
+ num_layers: 3
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0001
50
+ encoding_size: null
51
+ init_path: null
52
+ keep_checkpoints: 5
53
+ even_checkpoints: false
54
+ max_steps: 1000000
55
+ time_horizon: 128
56
+ summary_freq: 30000
57
+ threaded: false
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ seed: -1
67
+ max_lifetime_restarts: 10
68
+ restarts_rate_limit_n: 1
69
+ restarts_rate_limit_period_s: 60
70
+ engine_settings:
71
+ width: 84
72
+ height: 84
73
+ quality_level: 5
74
+ time_scale: 20
75
+ target_frame_rate: -1
76
+ capture_frame_rate: 60
77
+ no_graphics: true
78
+ environment_parameters: null
79
+ checkpoint_settings:
80
+ run_id: Pyramids Training
81
+ initialize_from: null
82
+ load_model: false
83
+ resume: true
84
+ force: false
85
+ train_model: false
86
+ inference: false
87
+ results_dir: results
88
+ torch_settings:
89
+ device: null
90
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/qromaiko/rl_course/unit5/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/qromaiko/rl_course/unit5/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.23.171.58
4
+ Multi-casting "[IP] 172.23.171.58 [Port] 55085 [Flags] 2 [Guid] 3368189641 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.23.171.58) [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 /home/qromaiko/rl_course/unit5/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
9
+ Forcing GfxDevice: Null
10
+ GfxDevice: creating device client; threaded=0; jobified=0
11
+ NullGfxDevice:
12
+ Version: NULL 1.0 [1.0]
13
+ Renderer: Null Device
14
+ Vendor: Unity Technologies
15
+ FMOD initialized on nosound output
16
+ Begin MonoManager ReloadAssembly
17
+ - Completed reload, in 0.051 seconds
18
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
22
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
23
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
24
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
25
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
26
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
27
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
28
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
29
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
30
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
31
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
32
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
33
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
34
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
35
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
36
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
37
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
38
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
40
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
41
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
42
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
43
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
46
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
47
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
48
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
49
+ UnloadTime: 0.554260 ms
50
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ requesting resize 84 x 84
52
+ Setting up 6 worker threads for Enlighten.
53
+ PlayerConnection::CleanupMemory Statistics:
54
+ [ALLOC_TEMP_TLS] TLS Allocator
55
+ StackAllocators :
56
+ [ALLOC_TEMP_MAIN]
57
+ Peak usage frame count: [16.0 KB-32.0 KB]: 8884 frames, [32.0 KB-64.0 KB]: 7782 frames, [64.0 KB-128.0 KB]: 2098 frames, [2.0 MB-4.0 MB]: 1 frames
58
+ Initial Block Size 4.0 MB
59
+ Current Block Size 4.0 MB
60
+ Peak Allocated Bytes 2.0 MB
61
+ Overflow Count 0
62
+ [ALLOC_TEMP_Background Job.Worker 8]
63
+ Initial Block Size 32.0 KB
64
+ Current Block Size 32.0 KB
65
+ Peak Allocated Bytes 0 B
66
+ Overflow Count 0
67
+ [ALLOC_TEMP_Background Job.Worker 10]
68
+ Initial Block Size 32.0 KB
69
+ Current Block Size 32.0 KB
70
+ Peak Allocated Bytes 0 B
71
+ Overflow Count 0
72
+ [ALLOC_TEMP_Job.Worker 4]
73
+ Initial Block Size 256.0 KB
74
+ Current Block Size 256.0 KB
75
+ Peak Allocated Bytes 0 B
76
+ Overflow Count 0
77
+ [ALLOC_TEMP_Background Job.Worker 6]
78
+ Initial Block Size 32.0 KB
79
+ Current Block Size 32.0 KB
80
+ Peak Allocated Bytes 0 B
81
+ Overflow Count 0
82
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
83
+ Initial Block Size 64.0 KB
84
+ Current Block Size 64.0 KB
85
+ Peak Allocated Bytes 0 B
86
+ Overflow Count 0
87
+ [ALLOC_TEMP_Background Job.Worker 1]
88
+ Initial Block Size 32.0 KB
89
+ Current Block Size 32.0 KB
90
+ Peak Allocated Bytes 0 B
91
+ Overflow Count 0
92
+ [ALLOC_TEMP_Background Job.Worker 11]
93
+ Initial Block Size 32.0 KB
94
+ Current Block Size 32.0 KB
95
+ Peak Allocated Bytes 0 B
96
+ Overflow Count 0
97
+ [ALLOC_TEMP_Background Job.Worker 3]
98
+ Initial Block Size 32.0 KB
99
+ Current Block Size 32.0 KB
100
+ Peak Allocated Bytes 0 B
101
+ Overflow Count 0
102
+ [ALLOC_TEMP_BatchDeleteObjects]
103
+ Initial Block Size 64.0 KB
104
+ Current Block Size 64.0 KB
105
+ Peak Allocated Bytes 0 B
106
+ Overflow Count 0
107
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
108
+ Initial Block Size 64.0 KB
109
+ Current Block Size 64.0 KB
110
+ Peak Allocated Bytes 0 B
111
+ Overflow Count 0
112
+ [ALLOC_TEMP_Background Job.Worker 2]
113
+ Initial Block Size 32.0 KB
114
+ Current Block Size 32.0 KB
115
+ Peak Allocated Bytes 0 B
116
+ Overflow Count 0
117
+ [ALLOC_TEMP_Background Job.Worker 7]
118
+ Initial Block Size 32.0 KB
119
+ Current Block Size 32.0 KB
120
+ Peak Allocated Bytes 0 B
121
+ Overflow Count 0
122
+ [ALLOC_TEMP_Job.Worker 8]
123
+ Initial Block Size 256.0 KB
124
+ Current Block Size 256.0 KB
125
+ Peak Allocated Bytes 0.8 KB
126
+ Overflow Count 0
127
+ [ALLOC_TEMP_Job.Worker 1]
128
+ Initial Block Size 256.0 KB
129
+ Current Block Size 256.0 KB
130
+ Peak Allocated Bytes 0 B
131
+ Overflow Count 0
132
+ [ALLOC_TEMP_Job.Worker 10]
133
+ Initial Block Size 256.0 KB
134
+ Current Block Size 256.0 KB
135
+ Peak Allocated Bytes 0 B
136
+ Overflow Count 0
137
+ [ALLOC_TEMP_Loading.PreloadManager]
138
+ Initial Block Size 256.0 KB
139
+ Current Block Size 320.0 KB
140
+ Peak Allocated Bytes 251.6 KB
141
+ Overflow Count 4
142
+ [ALLOC_TEMP_Background Job.Worker 15]
143
+ Initial Block Size 32.0 KB
144
+ Current Block Size 32.0 KB
145
+ Peak Allocated Bytes 0 B
146
+ Overflow Count 0
147
+ [ALLOC_TEMP_Profiler.Dispatcher]
148
+ Initial Block Size 64.0 KB
149
+ Current Block Size 64.0 KB
150
+ Peak Allocated Bytes 1.9 KB
151
+ Overflow Count 0
152
+ [ALLOC_TEMP_Job.Worker 3]
153
+ Initial Block Size 256.0 KB
154
+ Current Block Size 256.0 KB
155
+ Peak Allocated Bytes 0 B
156
+ Overflow Count 0
157
+ [ALLOC_TEMP_Background Job.Worker 12]
158
+ Initial Block Size 32.0 KB
159
+ Current Block Size 32.0 KB
160
+ Peak Allocated Bytes 0 B
161
+ Overflow Count 0
162
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 11
163
+ Initial Block Size 64.0 KB
164
+ Current Block Size 64.0 KB
165
+ Peak Allocated Bytes 0 B
166
+ Overflow Count 0
167
+ [ALLOC_TEMP_Background Job.Worker 5]
168
+ Initial Block Size 32.0 KB
169
+ Current Block Size 32.0 KB
170
+ Peak Allocated Bytes 0 B
171
+ Overflow Count 0
172
+ [ALLOC_TEMP_Background Job.Worker 13]
173
+ Initial Block Size 32.0 KB
174
+ Current Block Size 32.0 KB
175
+ Peak Allocated Bytes 0 B
176
+ Overflow Count 0
177
+ [ALLOC_TEMP_Job.Worker 2]
178
+ Initial Block Size 256.0 KB
179
+ Current Block Size 256.0 KB
180
+ Peak Allocated Bytes 0 B
181
+ Overflow Count 0
182
+ [ALLOC_TEMP_Background Job.Worker 0]
183
+ Initial Block Size 32.0 KB
184
+ Current Block Size 32.0 KB
185
+ Peak Allocated Bytes 0 B
186
+ Overflow Count 0
187
+ [ALLOC_TEMP_Background Job.Worker 4]
188
+ Initial Block Size 32.0 KB
189
+ Current Block Size 32.0 KB
190
+ Peak Allocated Bytes 0 B
191
+ Overflow Count 0
192
+ [ALLOC_TEMP_Job.Worker 6]
193
+ Initial Block Size 256.0 KB
194
+ Current Block Size 256.0 KB
195
+ Peak Allocated Bytes 0 B
196
+ Overflow Count 0
197
+ [ALLOC_TEMP_Job.Worker 5]
198
+ Initial Block Size 256.0 KB
199
+ Current Block Size 256.0 KB
200
+ Peak Allocated Bytes 0 B
201
+ Overflow Count 0
202
+ [ALLOC_TEMP_Background Job.Worker 14]
203
+ Initial Block Size 32.0 KB
204
+ Current Block Size 32.0 KB
205
+ Peak Allocated Bytes 0 B
206
+ Overflow Count 0
207
+ [ALLOC_TEMP_Job.Worker 0]
208
+ Initial Block Size 256.0 KB
209
+ Current Block Size 256.0 KB
210
+ Peak Allocated Bytes 0 B
211
+ Overflow Count 0
212
+ [ALLOC_TEMP_EnlightenWorker] x 6
213
+ Initial Block Size 64.0 KB
214
+ Current Block Size 64.0 KB
215
+ Peak Allocated Bytes 0 B
216
+ Overflow Count 0
217
+ [ALLOC_TEMP_Job.Worker 9]
218
+ Initial Block Size 256.0 KB
219
+ Current Block Size 256.0 KB
220
+ Peak Allocated Bytes 0 B
221
+ Overflow Count 0
222
+ [ALLOC_TEMP_Background Job.Worker 9]
223
+ Initial Block Size 32.0 KB
224
+ Current Block Size 32.0 KB
225
+ Peak Allocated Bytes 0 B
226
+ Overflow Count 0
227
+ [ALLOC_TEMP_Job.Worker 7]
228
+ Initial Block Size 256.0 KB
229
+ Current Block Size 256.0 KB
230
+ Peak Allocated Bytes 0 B
231
+ Overflow Count 0
232
+ [ALLOC_TEMP_Loading.AsyncRead]
233
+ Initial Block Size 64.0 KB
234
+ Current Block Size 64.0 KB
235
+ Peak Allocated Bytes 128 B
236
+ Overflow Count 0
237
+ [ALLOC_MEMORYPROFILER]
238
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18466 frames
239
+ Requested Block Size 1.0 MB
240
+ Peak Block count 2
241
+ Peak Allocated memory 1.6 MB
242
+ Peak Large allocation bytes 0 B
243
+ [ALLOC_DEFAULT] Dual Thread Allocator
244
+ Peak main deferred allocation count 11816
245
+ [ALLOC_BUCKET]
246
+ Large Block size 4.0 MB
247
+ Used Block count 1
248
+ Peak Allocated bytes 1.7 MB
249
+ [ALLOC_DEFAULT_MAIN]
250
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 18764 frames
251
+ Requested Block Size 16.0 MB
252
+ Peak Block count 3
253
+ Peak Allocated memory 31.4 MB
254
+ Peak Large allocation bytes 0 B
255
+ [ALLOC_DEFAULT_THREAD]
256
+ Peak usage frame count: [16.0 MB-32.0 MB]: 18765 frames
257
+ Requested Block Size 16.0 MB
258
+ Peak Block count 1
259
+ Peak Allocated memory 27.4 MB
260
+ Peak Large allocation bytes 16.0 MB
261
+ [ALLOC_TEMP_JOB_1_FRAME]
262
+ Initial Block Size 2.0 MB
263
+ Used Block Count 1
264
+ Overflow Count (too large) 0
265
+ Overflow Count (full) 0
266
+ [ALLOC_TEMP_JOB_2_FRAMES]
267
+ Initial Block Size 2.0 MB
268
+ Used Block Count 1
269
+ Overflow Count (too large) 0
270
+ Overflow Count (full) 0
271
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
272
+ Initial Block Size 2.0 MB
273
+ Used Block Count 2
274
+ Overflow Count (too large) 0
275
+ Overflow Count (full) 0
276
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
277
+ Initial Block Size 1.0 MB
278
+ Used Block Count 3
279
+ Overflow Count (too large) 0
280
+ Overflow Count (full) 0
281
+ [ALLOC_GFX] Dual Thread Allocator
282
+ Peak main deferred allocation count 0
283
+ [ALLOC_BUCKET]
284
+ Large Block size 4.0 MB
285
+ Used Block count 1
286
+ Peak Allocated bytes 1.7 MB
287
+ [ALLOC_GFX_MAIN]
288
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18764 frames, [64.0 KB-128.0 KB]: 1 frames
289
+ Requested Block Size 16.0 MB
290
+ Peak Block count 1
291
+ Peak Allocated memory 67.0 KB
292
+ Peak Large allocation bytes 0 B
293
+ [ALLOC_GFX_THREAD]
294
+ Peak usage frame count: [64.0 KB-128.0 KB]: 18765 frames
295
+ Requested Block Size 16.0 MB
296
+ Peak Block count 1
297
+ Peak Allocated memory 67.7 KB
298
+ Peak Large allocation bytes 0 B
299
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
300
+ Peak main deferred allocation count 1
301
+ [ALLOC_BUCKET]
302
+ Large Block size 4.0 MB
303
+ Used Block count 1
304
+ Peak Allocated bytes 1.7 MB
305
+ [ALLOC_CACHEOBJECTS_MAIN]
306
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18466 frames
307
+ Requested Block Size 4.0 MB
308
+ Peak Block count 1
309
+ Peak Allocated memory 1.4 MB
310
+ Peak Large allocation bytes 0 B
311
+ [ALLOC_CACHEOBJECTS_THREAD]
312
+ Peak usage frame count: [1.0 MB-2.0 MB]: 18764 frames, [4.0 MB-8.0 MB]: 1 frames
313
+ Requested Block Size 4.0 MB
314
+ Peak Block count 2
315
+ Peak Allocated memory 4.7 MB
316
+ Peak Large allocation bytes 0 B
317
+ [ALLOC_TYPETREE] Dual Thread Allocator
318
+ Peak main deferred allocation count 0
319
+ [ALLOC_BUCKET]
320
+ Large Block size 4.0 MB
321
+ Used Block count 1
322
+ Peak Allocated bytes 1.7 MB
323
+ [ALLOC_TYPETREE_MAIN]
324
+ Peak usage frame count: [0-1.0 KB]: 18765 frames
325
+ Requested Block Size 2.0 MB
326
+ Peak Block count 1
327
+ Peak Allocated memory 1.0 KB
328
+ Peak Large allocation bytes 0 B
329
+ [ALLOC_TYPETREE_THREAD]
330
+ Peak usage frame count: [1.0 KB-2.0 KB]: 18765 frames
331
+ Requested Block Size 2.0 MB
332
+ Peak Block count 1
333
+ Peak Allocated memory 1.9 KB
334
+ Peak Large allocation bytes 0 B
335
+ [ALLOC_PROFILER]
336
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18765 frames
337
+ Requested Block Size 16.0 MB
338
+ Peak Block count 1
339
+ Peak Allocated memory 34.7 KB
340
+ Peak Large allocation bytes 0 B
341
+ [ALLOC_PROFILER_BUCKET]
342
+ Large Block size 4.0 MB
343
+ Used Block count 1
344
+ Peak Allocated bytes 396 B
345
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1682641966889,"processId":13714,"allocatedMemory":1980199,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34740},{"Manager":16203},{"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":3553},{"DynamicArray":30868},{"HashMap":7680},{"Utility":5440},{"PoolAlloc":1160},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3272},{"Unet":16},{"Director":7760},{"WebRequest":720},{"VR":45473},{"SceneManager":424},{"Video":32},{"LazyScriptCache":32},{"NativeArray":384},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57552},{"AssetReference":32}]}
run_logs/timers.json ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.4942750930786133,
6
+ "min": 0.48845791816711426,
7
+ "max": 1.5298830270767212,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 14551.458984375,
12
+ "min": 14551.458984375,
13
+ "max": 46410.53125,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989938.0,
18
+ "min": 29952.0,
19
+ "max": 989938.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989938.0,
24
+ "min": 29952.0,
25
+ "max": 989938.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.30286291241645813,
30
+ "min": -0.10219455510377884,
31
+ "max": 0.3196588158607483,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 78.44149780273438,
36
+ "min": -24.628887176513672,
37
+ "max": 84.38993072509766,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.022502778097987175,
42
+ "min": 0.01734801195561886,
43
+ "max": 0.7575384974479675,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 5.828219413757324,
48
+ "min": 4.475787162780762,
49
+ "max": 182.5667724609375,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.049329291329098246,
54
+ "min": 0.04611922146148506,
55
+ "max": 0.055694993015971375,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.24664645664549123,
60
+ "min": 0.20733615012270293,
61
+ "max": 0.3183257812711721,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.011204519529516498,
66
+ "min": 0.0003459387007436525,
67
+ "max": 0.03006256755965884,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.05602259764758249,
72
+ "min": 0.0017296935037182627,
73
+ "max": 0.12025027023863535,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.2718297456359991e-05,
78
+ "min": 1.2718297456359991e-05,
79
+ "max": 0.0004924160015168,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 6.359148728179996e-05,
84
+ "min": 6.359148728179996e-05,
85
+ "max": 0.0026851160629768,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10254364,
90
+ "min": 0.10254364,
91
+ "max": 0.1984832,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 0.5127182,
96
+ "min": 0.5127182,
97
+ "max": 1.1370232000000002,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.00026410963599999985,
102
+ "min": 0.00026410963599999985,
103
+ "max": 0.00984847168,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0013205481799999992,
108
+ "min": 0.0013205481799999992,
109
+ "max": 0.053708617679999994,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.02056790702044964,
114
+ "min": 0.02056790702044964,
115
+ "max": 1.1150782108306885,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.10283953696489334,
120
+ "min": 0.10283953696489334,
121
+ "max": 4.460312843322754,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 566.2727272727273,
126
+ "min": 508.72727272727275,
127
+ "max": 999.0,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 31145.0,
132
+ "min": 15984.0,
133
+ "max": 33966.0,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 0.9577444165393159,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.2163153570145369,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 51.718198493123055,
144
+ "min": -30.999001622200012,
145
+ "max": 70.17759846150875,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 0.9577444165393159,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.2163153570145369,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 51.718198493123055,
156
+ "min": -30.999001622200012,
157
+ "max": 70.17759846150875,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.11884490022418538,
162
+ "min": 0.10795965244947833,
163
+ "max": 17.38372228294611,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 6.41762461210601,
168
+ "min": 6.045740537170786,
169
+ "max": 278.13955652713776,
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": "1682640841",
188
+ "python_version": "3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:39:03) \n[GCC 11.3.0]",
189
+ "command_line_arguments": "/home/qromaiko/mambaforge/envs/pytorch_rl/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.31.0.dev0",
191
+ "mlagents_envs_version": "0.31.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "2.0.0",
194
+ "numpy_version": "1.21.2",
195
+ "end_time_seconds": "1682641966"
196
+ },
197
+ "total": 1125.5063138549995,
198
+ "count": 1,
199
+ "self": 0.21812442599912174,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.010721849001129158,
203
+ "count": 1,
204
+ "self": 0.010721849001129158
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 1125.2774675799992,
208
+ "count": 1,
209
+ "self": 0.8694721743631817,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 1.6154667800001334,
213
+ "count": 1,
214
+ "self": 1.6154667800001334
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 1122.7409619466343,
218
+ "count": 63428,
219
+ "self": 0.7306516658172768,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 781.7817073699734,
223
+ "count": 63428,
224
+ "self": 670.7195662406557,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 110.56133297691485,
228
+ "count": 63428,
229
+ "self": 2.4412032318177808,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 108.12012974509707,
233
+ "count": 62549,
234
+ "self": 108.12012974509707
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 0.5008081524028967,
240
+ "count": 63428,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 1123.2388217810003,
245
+ "count": 63428,
246
+ "is_parallel": true,
247
+ "self": 506.3967249876587,
248
+ "children": {
249
+ "run_training.setup": {
250
+ "total": 0.0,
251
+ "count": 0,
252
+ "is_parallel": true,
253
+ "self": 0.0,
254
+ "children": {
255
+ "steps_from_proto": {
256
+ "total": 0.0011530400006449781,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.00034442999822204,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.0008086100024229381,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.0008086100024229381
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.023295652001252165,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.00023395999960484914,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.0002823799986799713,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.0002823799986799713
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.022174442001414718,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.022174442001414718
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0006048700015526265,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.0001431600067007821,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0004617099948518444,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0004617099948518444
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 616.8420967933416,
307
+ "count": 63427,
308
+ "is_parallel": true,
309
+ "self": 12.591666257889301,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 8.881313343546935,
313
+ "count": 63427,
314
+ "is_parallel": true,
315
+ "self": 8.881313343546935
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 560.5799187692137,
319
+ "count": 63427,
320
+ "is_parallel": true,
321
+ "self": 560.5799187692137
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 34.7891984226917,
325
+ "count": 63427,
326
+ "is_parallel": true,
327
+ "self": 7.904953766912513,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 26.884244655779185,
331
+ "count": 507416,
332
+ "is_parallel": true,
333
+ "self": 26.884244655779185
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 340.2286029108436,
347
+ "count": 63428,
348
+ "self": 1.3467025126883527,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 72.08541986214186,
352
+ "count": 63428,
353
+ "self": 71.96878907913924,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.11663078300261986,
357
+ "count": 2,
358
+ "self": 0.11663078300261986
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 266.7964805360134,
364
+ "count": 186,
365
+ "self": 162.63030635508403,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 104.16617418092937,
369
+ "count": 11496,
370
+ "self": 104.16617418092937
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 6.100017344579101e-07,
380
+ "count": 1,
381
+ "self": 6.100017344579101e-07
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.051566068999818526,
385
+ "count": 1,
386
+ "self": 0.0014411789998121094,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.05012489000000642,
390
+ "count": 1,
391
+ "self": 0.05012489000000642
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "stats_format_version": "0.3.0",
4
+ "mlagents_version": "0.31.0.dev0",
5
+ "torch_version": "2.0.0"
6
+ },
7
+ "Pyramids": {
8
+ "checkpoints": [
9
+ {
10
+ "steps": 0,
11
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-0.onnx",
12
+ "reward": null,
13
+ "creation_time": 1682640827.7756858,
14
+ "auxillary_file_paths": [
15
+ "results/Pyramids Training/Pyramids/Pyramids-0.pt"
16
+ ]
17
+ },
18
+ {
19
+ "steps": 499999,
20
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-499999.onnx",
21
+ "reward": 0.30859997868537903,
22
+ "creation_time": 1682641402.4479303,
23
+ "auxillary_file_paths": [
24
+ "results/Pyramids Training/Pyramids/Pyramids-499999.pt"
25
+ ]
26
+ },
27
+ {
28
+ "steps": 999922,
29
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-999922.onnx",
30
+ "reward": 0.7443666271865368,
31
+ "creation_time": 1682641966.6491082,
32
+ "auxillary_file_paths": [
33
+ "results/Pyramids Training/Pyramids/Pyramids-999922.pt"
34
+ ]
35
+ },
36
+ {
37
+ "steps": 1000050,
38
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000050.onnx",
39
+ "reward": 0.7443666271865368,
40
+ "creation_time": 1682641966.7069156,
41
+ "auxillary_file_paths": [
42
+ "results/Pyramids Training/Pyramids/Pyramids-1000050.pt"
43
+ ]
44
+ }
45
+ ],
46
+ "final_checkpoint": {
47
+ "steps": 1000050,
48
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
49
+ "reward": 0.7443666271865368,
50
+ "creation_time": 1682641966.7069156,
51
+ "auxillary_file_paths": [
52
+ "results/Pyramids Training/Pyramids/Pyramids-1000050.pt"
53
+ ]
54
+ }
55
+ }
56
+ }