Cloud1989 commited on
Commit
c0a3cff
·
1 Parent(s): 881a470

First Push

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f27abc232429b115aa83cbf4a0f5957f900aa253fcf9667f49c018af7cb1f7
3
+ size 1420238
Pyramids/Pyramids-1499914.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18090fa3a65a4a8bc53fad5e83c2798081a1719c1864b9e9aab28968c44845c2
3
+ size 1420238
Pyramids/Pyramids-1499914.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16faaf649e8673b7b3a9a7f594857c452b72965678ecbfaa0323f5f0447eb5ee
3
+ size 8655228
Pyramids/Pyramids-1999978.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:812cb2b62f395af56d251b238faa3e65d89681b8f994504e7b28f717942af3e0
3
+ size 1420238
Pyramids/Pyramids-1999978.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da9cd6c8f8559553bb56fb1068916ac113ccc8960c631b8f65aaa94d62f10db8
3
+ size 8655228
Pyramids/Pyramids-2499965.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f5cc4f8d6ad08a926aa631f1d73d619688e8fbbcca06034d3e149d7a65a6c18
3
+ size 1420238
Pyramids/Pyramids-2499965.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b6fdc269f7cf9ab05276471aaba212f596077b1e8ead7aa9764424a5a58d9d
3
+ size 8655228
Pyramids/Pyramids-2999941.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f27abc232429b115aa83cbf4a0f5957f900aa253fcf9667f49c018af7cb1f7
3
+ size 1420238
Pyramids/Pyramids-2999941.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42936d0b202d588b1412eb33ce9e859c30541ec1e0d372f8a42c63bf1fad86ad
3
+ size 8655228
Pyramids/Pyramids-3000037.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f27abc232429b115aa83cbf4a0f5957f900aa253fcf9667f49c018af7cb1f7
3
+ size 1420238
Pyramids/Pyramids-3000037.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3da4a98954c93eb599034e688d24311a997973605aea3ca77a8d8b040d672d1
3
+ size 8655228
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852e6e89a56efac5255a8f52fa94949dc23608fec6b9975af0fb3300d4688582
3
+ size 8654754
Pyramids/events.out.tfevents.1704512180.DESKTOP-S3V9UFH.27724.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d238245eb51ca2c8461ac3f2fa34c116ffa461e49d94cb18a2104fbb170b8876
3
+ size 914709
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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**
12
+ using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
+
14
+ ## Usage (with ML-Agents)
15
+ The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
+
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+ - A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
19
+ browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
20
+ - A *longer tutorial* to understand how works ML-Agents:
21
+ https://huggingface.co/learn/deep-rl-course/unit5/introduction
22
+
23
+ ### Resume the training
24
+ ```bash
25
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
26
+ ```
27
+
28
+ ### Watch your Agent play
29
+ You can watch your agent **playing directly in your browser**
30
+
31
+ 1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
32
+ 2. Step 1: Find your model_id: Cloud1989/ppo-Pyramids-Training
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 3000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/windows/pyramids/Pyramids.exe", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "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, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "PyramidsTraining", "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,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 500000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 512
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ rnd:
39
+ gamma: 0.99
40
+ strength: 0.01
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 64
44
+ num_layers: 3
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0001
50
+ encoding_size: null
51
+ init_path: null
52
+ keep_checkpoints: 5
53
+ even_checkpoints: false
54
+ max_steps: 3000000
55
+ time_horizon: 128
56
+ summary_freq: 30000
57
+ threaded: false
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: ./training-envs-executables/windows/pyramids/Pyramids.exe
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ timeout_wait: 60
67
+ seed: -1
68
+ max_lifetime_restarts: 10
69
+ restarts_rate_limit_n: 1
70
+ restarts_rate_limit_period_s: 60
71
+ engine_settings:
72
+ width: 84
73
+ height: 84
74
+ quality_level: 5
75
+ time_scale: 20
76
+ target_frame_rate: -1
77
+ capture_frame_rate: 60
78
+ no_graphics: true
79
+ no_graphics_monitor: false
80
+ environment_parameters: null
81
+ checkpoint_settings:
82
+ run_id: PyramidsTraining
83
+ initialize_from: null
84
+ load_model: false
85
+ resume: false
86
+ force: false
87
+ train_model: false
88
+ inference: false
89
+ results_dir: results
90
+ torch_settings:
91
+ device: null
92
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = 'D:/Workspace/Projects/Python/ml-agents/training-envs-executables/windows/pyramids/Pyramids_Data/Managed'
2
+ Mono config path = 'D:/Workspace/Projects/Python/ml-agents/training-envs-executables/windows/pyramids/MonoBleedingEdge/etc'
3
+ Found 2 interfaces on host : 0) 198.18.0.1 1) 192.168.1.6
4
+ Multi-casting "[IP] 198.18.0.1 [Port] 55401 [Flags] 2 [Guid] 3844841368 [EditorId] 924393121 [Version] 1048832 [Id] WindowsPlayer(2,DESKTOP-S3V9UFH) [Debug] 0 [PackageName] WindowsPlayer [ProjectName] Pyramids" to [225.0.0.222:54997]...
5
+ Initialize engine version: 2021.3.4f1 (cb45f9cae8b7)
6
+ [Subsystems] Discovering subsystems at path D:/Workspace/Projects/Python/ml-agents/training-envs-executables/windows/pyramids/Pyramids_Data/UnitySubsystems
7
+ Forcing GfxDevice: Null
8
+ GfxDevice: creating device client; threaded=0; jobified=0
9
+ NullGfxDevice:
10
+ Version: NULL 1.0 [1.0]
11
+ Renderer: Null Device
12
+ Vendor: Unity Technologies
13
+ Begin MonoManager ReloadAssembly
14
+ - Completed reload, in 0.103 seconds
15
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
+ Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported for hardware-accelerated video decoding.
17
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
18
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
20
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
21
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
22
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
23
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
24
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
25
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
26
+ WARNING: Shader Unsupported: 'Standard' - 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
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
30
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
31
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
32
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
33
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
38
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
39
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
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
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
44
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
45
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
46
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
47
+ UnloadTime: 1.178300 ms
48
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ Setting up 8 worker threads for Enlighten.
50
+ PlayerConnection::CleanupMemory Statistics:
51
+ [ALLOC_TEMP_TLS] TLS Allocator
52
+ StackAllocators :
53
+ [ALLOC_TEMP_MAIN]
54
+ Peak usage frame count: [16.0 KB-32.0 KB]: 8596 frames, [32.0 KB-64.0 KB]: 30444 frames, [64.0 KB-128.0 KB]: 17228 frames, [2.0 MB-4.0 MB]: 1 frames
55
+ Initial Block Size 4.0 MB
56
+ Current Block Size 4.0 MB
57
+ Peak Allocated Bytes 2.0 MB
58
+ Overflow Count 0
59
+ [ALLOC_TEMP_Background Job.Worker 8]
60
+ Initial Block Size 32.0 KB
61
+ Current Block Size 32.0 KB
62
+ Peak Allocated Bytes 54 B
63
+ Overflow Count 0
64
+ [ALLOC_TEMP_Background Job.Worker 10]
65
+ Initial Block Size 32.0 KB
66
+ Current Block Size 32.0 KB
67
+ Peak Allocated Bytes 54 B
68
+ Overflow Count 0
69
+ [ALLOC_TEMP_Job.Worker 4]
70
+ Initial Block Size 256.0 KB
71
+ Current Block Size 256.0 KB
72
+ Peak Allocated Bytes 0 B
73
+ Overflow Count 0
74
+ [ALLOC_TEMP_AUDIO_FMOD (WASAPI) feeder thread] x 2
75
+ Initial Block Size 64.0 KB
76
+ Current Block Size 64.0 KB
77
+ Peak Allocated Bytes 168 B
78
+ Overflow Count 0
79
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread] x 2
80
+ Initial Block Size 64.0 KB
81
+ Current Block Size 64.0 KB
82
+ Peak Allocated Bytes 54 B
83
+ Overflow Count 0
84
+ [ALLOC_TEMP_Background Job.Worker 1]
85
+ Initial Block Size 32.0 KB
86
+ Current Block Size 32.0 KB
87
+ Peak Allocated Bytes 54 B
88
+ Overflow Count 0
89
+ [ALLOC_TEMP_Background Job.Worker 6]
90
+ Initial Block Size 32.0 KB
91
+ Current Block Size 32.0 KB
92
+ Peak Allocated Bytes 54 B
93
+ Overflow Count 0
94
+ [ALLOC_TEMP_Background Job.Worker 11]
95
+ Initial Block Size 32.0 KB
96
+ Current Block Size 32.0 KB
97
+ Peak Allocated Bytes 54 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Background Job.Worker 3]
100
+ Initial Block Size 32.0 KB
101
+ Current Block Size 32.0 KB
102
+ Peak Allocated Bytes 54 B
103
+ Overflow Count 0
104
+ [ALLOC_TEMP_BatchDeleteObjects]
105
+ Initial Block Size 64.0 KB
106
+ Current Block Size 64.0 KB
107
+ Peak Allocated Bytes 54 B
108
+ Overflow Count 0
109
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
110
+ Initial Block Size 64.0 KB
111
+ Current Block Size 64.0 KB
112
+ Peak Allocated Bytes 54 B
113
+ Overflow Count 0
114
+ [ALLOC_TEMP_Job.Worker 13]
115
+ Initial Block Size 256.0 KB
116
+ Current Block Size 256.0 KB
117
+ Peak Allocated Bytes 54 B
118
+ Overflow Count 0
119
+ [ALLOC_TEMP_Background Job.Worker 15]
120
+ Initial Block Size 32.0 KB
121
+ Current Block Size 32.0 KB
122
+ Peak Allocated Bytes 54 B
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_Background Job.Worker 7]
125
+ Initial Block Size 32.0 KB
126
+ Current Block Size 32.0 KB
127
+ Peak Allocated Bytes 54 B
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_Job.Worker 8]
130
+ Initial Block Size 256.0 KB
131
+ Current Block Size 256.0 KB
132
+ Peak Allocated Bytes 0 B
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Job.Worker 1]
135
+ Initial Block Size 256.0 KB
136
+ Current Block Size 256.0 KB
137
+ Peak Allocated Bytes 0 B
138
+ Overflow Count 0
139
+ [ALLOC_TEMP_Job.Worker 10]
140
+ Initial Block Size 256.0 KB
141
+ Current Block Size 256.0 KB
142
+ Peak Allocated Bytes 54 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_Job.Worker 12]
145
+ Initial Block Size 256.0 KB
146
+ Current Block Size 256.0 KB
147
+ Peak Allocated Bytes 54 B
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Loading.PreloadManager]
150
+ Initial Block Size 256.0 KB
151
+ Current Block Size 296.0 KB
152
+ Peak Allocated Bytes 227.2 KB
153
+ Overflow Count 4
154
+ [ALLOC_TEMP_Background Job.Worker 2]
155
+ Initial Block Size 32.0 KB
156
+ Current Block Size 32.0 KB
157
+ Peak Allocated Bytes 54 B
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_Profiler.Dispatcher]
160
+ Initial Block Size 64.0 KB
161
+ Current Block Size 64.0 KB
162
+ Peak Allocated Bytes 0 B
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_Job.Worker 14]
165
+ Initial Block Size 256.0 KB
166
+ Current Block Size 256.0 KB
167
+ Peak Allocated Bytes 54 B
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Job.Worker 3]
170
+ Initial Block Size 256.0 KB
171
+ Current Block Size 256.0 KB
172
+ Peak Allocated Bytes 0.9 KB
173
+ Overflow Count 0
174
+ [ALLOC_TEMP_Background Job.Worker 12]
175
+ Initial Block Size 32.0 KB
176
+ Current Block Size 32.0 KB
177
+ Peak Allocated Bytes 54 B
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 15
180
+ Initial Block Size 64.0 KB
181
+ Current Block Size 64.0 KB
182
+ Peak Allocated Bytes 0 B
183
+ Overflow Count 0
184
+ [ALLOC_TEMP_Background Job.Worker 5]
185
+ Initial Block Size 32.0 KB
186
+ Current Block Size 32.0 KB
187
+ Peak Allocated Bytes 54 B
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Background Job.Worker 13]
190
+ Initial Block Size 32.0 KB
191
+ Current Block Size 32.0 KB
192
+ Peak Allocated Bytes 54 B
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_Job.Worker 2]
195
+ Initial Block Size 256.0 KB
196
+ Current Block Size 256.0 KB
197
+ Peak Allocated Bytes 0 B
198
+ Overflow Count 0
199
+ [ALLOC_TEMP_Background Job.Worker 0]
200
+ Initial Block Size 32.0 KB
201
+ Current Block Size 32.0 KB
202
+ Peak Allocated Bytes 54 B
203
+ Overflow Count 0
204
+ [ALLOC_TEMP_Job.Worker 11]
205
+ Initial Block Size 256.0 KB
206
+ Current Block Size 256.0 KB
207
+ Peak Allocated Bytes 54 B
208
+ Overflow Count 0
209
+ [ALLOC_TEMP_Background Job.Worker 4]
210
+ Initial Block Size 32.0 KB
211
+ Current Block Size 32.0 KB
212
+ Peak Allocated Bytes 54 B
213
+ Overflow Count 0
214
+ [ALLOC_TEMP_Job.Worker 6]
215
+ Initial Block Size 256.0 KB
216
+ Current Block Size 256.0 KB
217
+ Peak Allocated Bytes 0 B
218
+ Overflow Count 0
219
+ [ALLOC_TEMP_Job.Worker 5]
220
+ Initial Block Size 256.0 KB
221
+ Current Block Size 256.0 KB
222
+ Peak Allocated Bytes 0 B
223
+ Overflow Count 0
224
+ [ALLOC_TEMP_Background Job.Worker 14]
225
+ Initial Block Size 32.0 KB
226
+ Current Block Size 32.0 KB
227
+ Peak Allocated Bytes 54 B
228
+ Overflow Count 0
229
+ [ALLOC_TEMP_Job.Worker 0]
230
+ Initial Block Size 256.0 KB
231
+ Current Block Size 256.0 KB
232
+ Peak Allocated Bytes 0 B
233
+ Overflow Count 0
234
+ [ALLOC_TEMP_EnlightenWorker] x 8
235
+ Initial Block Size 64.0 KB
236
+ Current Block Size 64.0 KB
237
+ Peak Allocated Bytes 54 B
238
+ Overflow Count 0
239
+ [ALLOC_TEMP_Job.Worker 9]
240
+ Initial Block Size 256.0 KB
241
+ Current Block Size 256.0 KB
242
+ Peak Allocated Bytes 0 B
243
+ Overflow Count 0
244
+ [ALLOC_TEMP_Background Job.Worker 9]
245
+ Initial Block Size 32.0 KB
246
+ Current Block Size 32.0 KB
247
+ Peak Allocated Bytes 54 B
248
+ Overflow Count 0
249
+ [ALLOC_TEMP_Job.Worker 7]
250
+ Initial Block Size 256.0 KB
251
+ Current Block Size 256.0 KB
252
+ Peak Allocated Bytes 0 B
253
+ Overflow Count 0
254
+ [ALLOC_TEMP_Loading.AsyncRead]
255
+ Initial Block Size 64.0 KB
256
+ Current Block Size 64.0 KB
257
+ Peak Allocated Bytes 366 B
258
+ Overflow Count 0
259
+ [ALLOC_MEMORYPROFILER]
260
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55970 frames
261
+ Requested Block Size 1.0 MB
262
+ Peak Block count 2
263
+ Peak Allocated memory 1.6 MB
264
+ Peak Large allocation bytes 0 B
265
+ [ALLOC_DEFAULT] Dual Thread Allocator
266
+ Peak main deferred allocation count 12983
267
+ [ALLOC_BUCKET]
268
+ Large Block size 4.0 MB
269
+ Used Block count 1
270
+ Peak Allocated bytes 1.6 MB
271
+ [ALLOC_DEFAULT_MAIN]
272
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 56268 frames
273
+ Requested Block Size 16.0 MB
274
+ Peak Block count 3
275
+ Peak Allocated memory 30.9 MB
276
+ Peak Large allocation bytes 0 B
277
+ [ALLOC_DEFAULT_THREAD]
278
+ Peak usage frame count: [16.0 MB-32.0 MB]: 56269 frames
279
+ Requested Block Size 16.0 MB
280
+ Peak Block count 1
281
+ Peak Allocated memory 27.3 MB
282
+ Peak Large allocation bytes 16.0 MB
283
+ [ALLOC_TEMP_JOB_1_FRAME]
284
+ Initial Block Size 2.0 MB
285
+ Used Block Count 1
286
+ Overflow Count (too large) 0
287
+ Overflow Count (full) 0
288
+ [ALLOC_TEMP_JOB_2_FRAMES]
289
+ Initial Block Size 2.0 MB
290
+ Used Block Count 1
291
+ Overflow Count (too large) 0
292
+ Overflow Count (full) 0
293
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
294
+ Initial Block Size 2.0 MB
295
+ Used Block Count 2
296
+ Overflow Count (too large) 0
297
+ Overflow Count (full) 0
298
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
299
+ Initial Block Size 1.0 MB
300
+ Used Block Count 3
301
+ Overflow Count (too large) 0
302
+ Overflow Count (full) 0
303
+ [ALLOC_GFX] Dual Thread Allocator
304
+ Peak main deferred allocation count 0
305
+ [ALLOC_BUCKET]
306
+ Large Block size 4.0 MB
307
+ Used Block count 1
308
+ Peak Allocated bytes 1.6 MB
309
+ [ALLOC_GFX_MAIN]
310
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56268 frames, [64.0 KB-128.0 KB]: 1 frames
311
+ Requested Block Size 16.0 MB
312
+ Peak Block count 1
313
+ Peak Allocated memory 67.0 KB
314
+ Peak Large allocation bytes 0 B
315
+ [ALLOC_GFX_THREAD]
316
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56269 frames
317
+ Requested Block Size 16.0 MB
318
+ Peak Block count 1
319
+ Peak Allocated memory 67.7 KB
320
+ Peak Large allocation bytes 0 B
321
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
322
+ Peak main deferred allocation count 3
323
+ [ALLOC_BUCKET]
324
+ Large Block size 4.0 MB
325
+ Used Block count 1
326
+ Peak Allocated bytes 1.6 MB
327
+ [ALLOC_CACHEOBJECTS_MAIN]
328
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55970 frames
329
+ Requested Block Size 4.0 MB
330
+ Peak Block count 1
331
+ Peak Allocated memory 1.4 MB
332
+ Peak Large allocation bytes 0 B
333
+ [ALLOC_CACHEOBJECTS_THREAD]
334
+ Peak usage frame count: [1.0 MB-2.0 MB]: 56268 frames, [4.0 MB-8.0 MB]: 1 frames
335
+ Requested Block Size 4.0 MB
336
+ Peak Block count 2
337
+ Peak Allocated memory 4.2 MB
338
+ Peak Large allocation bytes 0 B
339
+ [ALLOC_TYPETREE] Dual Thread Allocator
340
+ Peak main deferred allocation count 0
341
+ [ALLOC_BUCKET]
342
+ Large Block size 4.0 MB
343
+ Used Block count 1
344
+ Peak Allocated bytes 1.6 MB
345
+ [ALLOC_TYPETREE_MAIN]
346
+ Peak usage frame count: [0-1.0 KB]: 56269 frames
347
+ Requested Block Size 2.0 MB
348
+ Peak Block count 1
349
+ Peak Allocated memory 1.0 KB
350
+ Peak Large allocation bytes 0 B
351
+ [ALLOC_TYPETREE_THREAD]
352
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56269 frames
353
+ Requested Block Size 2.0 MB
354
+ Peak Block count 1
355
+ Peak Allocated memory 1.9 KB
356
+ Peak Large allocation bytes 0 B
357
+ [ALLOC_PROFILER]
358
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56269 frames
359
+ Requested Block Size 16.0 MB
360
+ Peak Block count 1
361
+ Peak Allocated memory 44.2 KB
362
+ Peak Large allocation bytes 0 B
363
+ [ALLOC_PROFILER_BUCKET]
364
+ Large Block size 4.0 MB
365
+ Used Block count 1
366
+ Peak Allocated bytes 425 B
367
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1704517827908,"processId":28300,"allocatedMemory":6214418,"memoryLabels":[{"Default":9421},{"Permanent":10160},{"NewDelete":11832},{"Thread":4229100},{"Manager":19632},{"VertexData":12},{"Geometry":560},{"Texture":16},{"Shader":68616},{"Material":24},{"GfxDevice":49488},{"Animation":240},{"Audio":3928},{"Physics":304},{"Serialization":288},{"Input":14208},{"JobScheduler":200},{"Mono":40},{"ScriptingNativeRuntime":216},{"BaseObject":1617364},{"Resource":688},{"Renderer":1960},{"Transform":16},{"File":840},{"WebCam":40},{"Culling":40},{"Terrain":953},{"Wind":24},{"STL":48},{"String":3973},{"DynamicArray":30868},{"HashMap":7680},{"Utility":5152},{"PoolAlloc":1368},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":80},{"SpriteAtlas":128},{"GI":3688},{"Unet":16},{"Director":7776},{"WebRequest":688},{"VR":45521},{"SceneManager":424},{"Video":32},{"LazyScriptCache":40},{"NativeArray":12},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":392},{"VirtualTexturing":57888},{"AssetReference":40}]}
run_logs/timers.json ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.12708690762519836,
6
+ "min": 0.11876944452524185,
7
+ "max": 1.3915067911148071,
8
+ "count": 100
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 3832.94091796875,
12
+ "min": 3525.0771484375,
13
+ "max": 42212.75,
14
+ "count": 100
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2999941.0,
18
+ "min": 29952.0,
19
+ "max": 2999941.0,
20
+ "count": 100
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2999941.0,
24
+ "min": 29952.0,
25
+ "max": 2999941.0,
26
+ "count": 100
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.8504750728607178,
30
+ "min": -0.10110758244991302,
31
+ "max": 0.9263685941696167,
32
+ "count": 100
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 257.6939392089844,
36
+ "min": -24.366928100585938,
37
+ "max": 289.953369140625,
38
+ "count": 100
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.005507778376340866,
42
+ "min": -0.02369612082839012,
43
+ "max": 0.5726029276847839,
44
+ "count": 100
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 1.6688568592071533,
48
+ "min": -7.322101593017578,
49
+ "max": 135.70689392089844,
50
+ "count": 100
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06727806884529335,
54
+ "min": 0.06492168600848715,
55
+ "max": 0.07466189914395929,
56
+ "count": 100
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9418929638341069,
60
+ "min": 0.489267415471941,
61
+ "max": 1.1199284871593893,
62
+ "count": 100
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.013917682934940485,
66
+ "min": 0.0008999599888638763,
67
+ "max": 0.014746523209391307,
68
+ "count": 100
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.1948475610891668,
72
+ "min": 0.008728186449258211,
73
+ "max": 0.2064513249314783,
74
+ "count": 100
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.5584637662595208e-06,
78
+ "min": 1.5584637662595208e-06,
79
+ "max": 0.00029838354339596195,
80
+ "count": 100
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 2.1818492727633292e-05,
84
+ "min": 2.1818492727633292e-05,
85
+ "max": 0.003969126876957733,
86
+ "count": 100
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10051945476190478,
90
+ "min": 0.10051945476190478,
91
+ "max": 0.19946118095238097,
92
+ "count": 100
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4072723666666669,
96
+ "min": 1.3897045333333333,
97
+ "max": 2.812596966666667,
98
+ "count": 100
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 6.189353071428559e-05,
102
+ "min": 6.189353071428559e-05,
103
+ "max": 0.009946171977142856,
104
+ "count": 100
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0008665094299999982,
108
+ "min": 0.0008665094299999982,
109
+ "max": 0.13231192244,
110
+ "count": 100
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.00781369861215353,
114
+ "min": 0.007554124109447002,
115
+ "max": 0.4967724680900574,
116
+ "count": 100
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.10939178615808487,
120
+ "min": 0.10575773566961288,
121
+ "max": 3.477407217025757,
122
+ "count": 100
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 227.92537313432837,
126
+ "min": 196.43506493506493,
127
+ "max": 999.0,
128
+ "count": 100
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 30542.0,
132
+ "min": 15984.0,
133
+ "max": 33525.0,
134
+ "count": 100
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.7426955066621304,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.803564924891893,
140
+ "count": 100
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 233.52119789272547,
144
+ "min": -32.000001668930054,
145
+ "max": 277.7489984333515,
146
+ "count": 100
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.7426955066621304,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.803564924891893,
152
+ "count": 100
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 233.52119789272547,
156
+ "min": -32.000001668930054,
157
+ "max": 277.7489984333515,
158
+ "count": 100
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.018485499473606625,
162
+ "min": 0.016004074810482122,
163
+ "max": 9.971173647791147,
164
+ "count": 100
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 2.477056929463288,
168
+ "min": 2.281594998057699,
169
+ "max": 159.53877836465836,
170
+ "count": 100
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 100
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 100
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1704512176",
188
+ "python_version": "3.10.12 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 19:01:18) [MSC v.1916 64 bit (AMD64)]",
189
+ "command_line_arguments": "\\\\?\\C:\\Users\\Alienware\\AppData\\Roaming\\Python\\Python310\\Scripts\\mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/windows/pyramids/Pyramids.exe --run-id=PyramidsTraining --no-graphics",
190
+ "mlagents_version": "1.1.0.dev0",
191
+ "mlagents_envs_version": "1.1.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "2.1.2+cpu",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1704518818"
196
+ },
197
+ "total": 6642.65068150009,
198
+ "count": 1,
199
+ "self": 991.3381159999408,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.09633590001612902,
203
+ "count": 1,
204
+ "self": 0.09633590001612902
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 5651.216229600133,
208
+ "count": 1,
209
+ "self": 4.661145612830296,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 4.688702899962664,
213
+ "count": 1,
214
+ "self": 4.688702899962664
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 5641.7983834873885,
218
+ "count": 195768,
219
+ "self": 4.185639354400337,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 2799.7124221110716,
223
+ "count": 195768,
224
+ "self": 2486.6782490678597,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 309.99192151939496,
228
+ "count": 195768,
229
+ "self": 12.21241666120477,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 297.7795048581902,
233
+ "count": 187562,
234
+ "self": 297.7795048581902
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 3.042251523816958,
240
+ "count": 195768,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 5640.408113432815,
245
+ "count": 195768,
246
+ "is_parallel": true,
247
+ "self": 3488.827363583725,
248
+ "children": {
249
+ "steps_from_proto": {
250
+ "total": 0.00121380016207695,
251
+ "count": 1,
252
+ "is_parallel": true,
253
+ "self": 0.0003548001404851675,
254
+ "children": {
255
+ "_process_rank_one_or_two_observation": {
256
+ "total": 0.0008590000215917826,
257
+ "count": 8,
258
+ "is_parallel": true,
259
+ "self": 0.0008590000215917826
260
+ }
261
+ }
262
+ },
263
+ "UnityEnvironment.step": {
264
+ "total": 2151.5795360489283,
265
+ "count": 195768,
266
+ "is_parallel": true,
267
+ "self": 70.3655079039745,
268
+ "children": {
269
+ "UnityEnvironment._generate_step_input": {
270
+ "total": 63.13015302387066,
271
+ "count": 195768,
272
+ "is_parallel": true,
273
+ "self": 63.13015302387066
274
+ },
275
+ "communicator.exchange": {
276
+ "total": 1805.0613140263595,
277
+ "count": 195768,
278
+ "is_parallel": true,
279
+ "self": 1805.0613140263595
280
+ },
281
+ "steps_from_proto": {
282
+ "total": 213.02256109472364,
283
+ "count": 195768,
284
+ "is_parallel": true,
285
+ "self": 47.50721585727297,
286
+ "children": {
287
+ "_process_rank_one_or_two_observation": {
288
+ "total": 165.51534523745067,
289
+ "count": 1566144,
290
+ "is_parallel": true,
291
+ "self": 165.51534523745067
292
+ }
293
+ }
294
+ }
295
+ }
296
+ }
297
+ }
298
+ }
299
+ }
300
+ }
301
+ }
302
+ },
303
+ "trainer_advance": {
304
+ "total": 2837.9003220219165,
305
+ "count": 195768,
306
+ "self": 8.730945472605526,
307
+ "children": {
308
+ "process_trajectory": {
309
+ "total": 417.65641144826077,
310
+ "count": 195768,
311
+ "self": 417.1554317479022,
312
+ "children": {
313
+ "RLTrainer._checkpoint": {
314
+ "total": 0.5009797003585845,
315
+ "count": 6,
316
+ "self": 0.5009797003585845
317
+ }
318
+ }
319
+ },
320
+ "_update_policy": {
321
+ "total": 2411.51296510105,
322
+ "count": 1395,
323
+ "self": 1088.8201897889376,
324
+ "children": {
325
+ "TorchPPOOptimizer.update": {
326
+ "total": 1322.6927753121126,
327
+ "count": 68478,
328
+ "self": 1322.6927753121126
329
+ }
330
+ }
331
+ }
332
+ }
333
+ }
334
+ }
335
+ },
336
+ "trainer_threads": {
337
+ "total": 1.200009137392044e-06,
338
+ "count": 1,
339
+ "self": 1.200009137392044e-06
340
+ },
341
+ "TrainerController._save_models": {
342
+ "total": 0.0679963999427855,
343
+ "count": 1,
344
+ "self": 0.002037599915638566,
345
+ "children": {
346
+ "RLTrainer._checkpoint": {
347
+ "total": 0.06595880002714694,
348
+ "count": 1,
349
+ "self": 0.06595880002714694
350
+ }
351
+ }
352
+ }
353
+ }
354
+ }
355
+ }
356
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 1499914,
6
+ "file_path": "results\\PyramidsTraining\\Pyramids\\Pyramids-1499914.onnx",
7
+ "reward": 1.7033999919891358,
8
+ "creation_time": 1704514973.7083232,
9
+ "auxillary_file_paths": [
10
+ "results\\PyramidsTraining\\Pyramids\\Pyramids-1499914.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999978,
15
+ "file_path": "results\\PyramidsTraining\\Pyramids\\Pyramids-1999978.onnx",
16
+ "reward": 1.8303333272536595,
17
+ "creation_time": 1704515926.5967548,
18
+ "auxillary_file_paths": [
19
+ "results\\PyramidsTraining\\Pyramids\\Pyramids-1999978.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499965,
24
+ "file_path": "results\\PyramidsTraining\\Pyramids\\Pyramids-2499965.onnx",
25
+ "reward": 1.6823999911546708,
26
+ "creation_time": 1704516878.975662,
27
+ "auxillary_file_paths": [
28
+ "results\\PyramidsTraining\\Pyramids\\Pyramids-2499965.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999941,
33
+ "file_path": "results\\PyramidsTraining\\Pyramids\\Pyramids-2999941.onnx",
34
+ "reward": 1.766799981892109,
35
+ "creation_time": 1704517827.4992774,
36
+ "auxillary_file_paths": [
37
+ "results\\PyramidsTraining\\Pyramids\\Pyramids-2999941.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000037,
42
+ "file_path": "results\\PyramidsTraining\\Pyramids\\Pyramids-3000037.onnx",
43
+ "reward": 1.767727253111926,
44
+ "creation_time": 1704517827.5800033,
45
+ "auxillary_file_paths": [
46
+ "results\\PyramidsTraining\\Pyramids\\Pyramids-3000037.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000037,
52
+ "file_path": "results\\PyramidsTraining\\Pyramids.onnx",
53
+ "reward": 1.767727253111926,
54
+ "creation_time": 1704517827.5800033,
55
+ "auxillary_file_paths": [
56
+ "results\\PyramidsTraining\\Pyramids\\Pyramids-3000037.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "1.1.0.dev0",
63
+ "torch_version": "2.1.2+cpu"
64
+ }
65
+ }