colleryu commited on
Commit
d3a0944
·
verified ·
1 Parent(s): d3a1787

First Push`

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd9646370a5f78250d7795cd1953697802e93d8994f7ecb4da4635297875fd21
3
+ size 1420238
Pyramids/Pyramids-1499946.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62210fb60e29a08669807c1df036a35a8312123ec2ef636a9a79f7821a8cc960
3
+ size 1420238
Pyramids/Pyramids-1499946.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4334e6ba8edf73e749b5d57a65ea155f1cc2e90ad73f8e7bda1ac122ed30acaa
3
+ size 8655600
Pyramids/Pyramids-1999914.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9f9d022150272c6d71d097f16a973b743bcc542fc1d7458e2904338a866e6e
3
+ size 1420238
Pyramids/Pyramids-1999914.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e0c4c754f1f2bd3f32a1f0dfa5ebede6bb9d3c433c7b562686e12e529c9fc5
3
+ size 8655600
Pyramids/Pyramids-2499967.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e0fa0a43dcf7ceb1e068818f85a0f6bb182fba7b07e8f0e1919fb84bfb0eaa
3
+ size 1420238
Pyramids/Pyramids-2499967.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b052ae79eae7e2c7f22de53903f5d74bb81225f3bf44e9689095b884472a8d1b
3
+ size 8655600
Pyramids/Pyramids-2830234.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd9646370a5f78250d7795cd1953697802e93d8994f7ecb4da4635297875fd21
3
+ size 1420238
Pyramids/Pyramids-2830234.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49ad6185f3c4f2e055df189477469aa226b45f263bc7b4fb245b4fc89283ff0f
3
+ size 8655600
Pyramids/Pyramids-999984.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84301ee8c42dae0e30b98ce8a3765ccfd4190ed0fdf314b8250d5348edad24a
3
+ size 1420238
Pyramids/Pyramids-999984.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0bdaf4282c711fe53f81f0925fcfacfdb4ca432338a71e2680922b0a468663d
3
+ size 8655523
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f574f4b608f4d8464d092d1137bdb6f42935e35a11af3142f859f065b496f10e
3
+ size 8655138
Pyramids/events.out.tfevents.1779775122.colleryu-Moving-Train.37192.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd8eb71e7f747e2281c44a9c6d927eaf1771a1641b895e119b5fe72f818d4c8
3
+ size 879554
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: colleryu/ppo-Pyamids-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": null, "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": false, "no_graphics_monitor": false}, "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,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: null
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: false
79
+ no_graphics_monitor: false
80
+ environment_parameters: null
81
+ checkpoint_settings:
82
+ run_id: Pyramids Training
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/timers.json ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.15000031888484955,
6
+ "min": 0.13954782485961914,
7
+ "max": 1.3678834438323975,
8
+ "count": 94
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 4454.40966796875,
12
+ "min": 4181.96923828125,
13
+ "max": 41496.11328125,
14
+ "count": 94
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2819974.0,
18
+ "min": 29952.0,
19
+ "max": 2819974.0,
20
+ "count": 94
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2819974.0,
24
+ "min": 29952.0,
25
+ "max": 2819974.0,
26
+ "count": 94
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.7523895502090454,
30
+ "min": -0.10804931074380875,
31
+ "max": 0.8791911005973816,
32
+ "count": 94
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 218.19297790527344,
36
+ "min": -26.039884567260742,
37
+ "max": 271.6700439453125,
38
+ "count": 94
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.016057733446359634,
42
+ "min": -0.015474037267267704,
43
+ "max": 0.3649498224258423,
44
+ "count": 94
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 4.656742572784424,
48
+ "min": -4.239886283874512,
49
+ "max": 86.49311065673828,
50
+ "count": 94
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06690561315921952,
54
+ "min": 0.06413568724069987,
55
+ "max": 0.07396834637190382,
56
+ "count": 94
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9366785842290731,
60
+ "min": 0.47693392990445377,
61
+ "max": 1.0671873185783625,
62
+ "count": 94
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.012676554747636388,
66
+ "min": 4.295388629319079e-05,
67
+ "max": 0.016272034931332908,
68
+ "count": 94
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.17747176646690943,
72
+ "min": 0.0005584005218114802,
73
+ "max": 0.2440805239699936,
74
+ "count": 94
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.9417307813309527e-05,
78
+ "min": 1.9417307813309527e-05,
79
+ "max": 0.00029838354339596195,
80
+ "count": 94
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.0002718423093863334,
84
+ "min": 0.0002718423093863334,
85
+ "max": 0.003969040776986433,
86
+ "count": 94
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10647240476190477,
90
+ "min": 0.10647240476190477,
91
+ "max": 0.19946118095238097,
92
+ "count": 94
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4906136666666667,
96
+ "min": 1.3897045333333333,
97
+ "max": 2.7230135666666664,
98
+ "count": 94
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.000656593235714286,
102
+ "min": 0.000656593235714286,
103
+ "max": 0.009946171977142856,
104
+ "count": 94
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.009192305300000004,
108
+ "min": 0.009192305300000004,
109
+ "max": 0.13230905531,
110
+ "count": 94
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.006304684095084667,
114
+ "min": 0.0061477008275687695,
115
+ "max": 0.4804064929485321,
116
+ "count": 94
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.08826557546854019,
120
+ "min": 0.08826557546854019,
121
+ "max": 3.3628454208374023,
122
+ "count": 94
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 239.5121951219512,
126
+ "min": 214.45070422535213,
127
+ "max": 999.0,
128
+ "count": 94
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 29460.0,
132
+ "min": 15984.0,
133
+ "max": 32030.0,
134
+ "count": 94
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.6947360494342008,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.7714605462593092,
140
+ "count": 94
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 206.75779803097248,
144
+ "min": -32.000001668930054,
145
+ "max": 251.5473975688219,
146
+ "count": 94
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.6947360494342008,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.7714605462593092,
152
+ "count": 94
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 206.75779803097248,
156
+ "min": -32.000001668930054,
157
+ "max": 251.5473975688219,
158
+ "count": 94
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.015584484200264311,
162
+ "min": 0.014918969373981563,
163
+ "max": 10.24926850758493,
164
+ "count": 94
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 1.901307072432246,
168
+ "min": 1.8836493745548069,
169
+ "max": 163.98829612135887,
170
+ "count": 94
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 94
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 94
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1779775111",
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": "D:\\anaconda3\\envs\\mlagents\\Scripts\\mlagents-learn ./config/ppo/PyramidsRND.yaml --run-id=Pyramids Training",
190
+ "mlagents_version": "1.2.0.dev0",
191
+ "mlagents_envs_version": "1.2.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "2.2.2+cu121",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1779779783"
196
+ },
197
+ "total": 4671.385533699999,
198
+ "count": 1,
199
+ "self": 0.005426200004876591,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.07144859999971231,
203
+ "count": 1,
204
+ "self": 0.07144859999971231
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 4671.308658899994,
208
+ "count": 1,
209
+ "self": 3.4740650018211454,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 11.975379900002736,
213
+ "count": 1,
214
+ "self": 11.975379900002736
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 4655.712553798163,
218
+ "count": 182774,
219
+ "self": 3.4019469956183457,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 2898.816480400652,
223
+ "count": 182774,
224
+ "self": 1919.4294330988632,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 977.1693953019567,
228
+ "count": 182774,
229
+ "self": 10.565615301165963,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 966.6037800007907,
233
+ "count": 176937,
234
+ "self": 966.6037800007907
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 2.2176519998320146,
240
+ "count": 182774,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 4655.075940500268,
245
+ "count": 182774,
246
+ "is_parallel": true,
247
+ "self": 2996.2675808005224,
248
+ "children": {
249
+ "steps_from_proto": {
250
+ "total": 0.0006253999963519163,
251
+ "count": 1,
252
+ "is_parallel": true,
253
+ "self": 0.00016939999477472156,
254
+ "children": {
255
+ "_process_rank_one_or_two_observation": {
256
+ "total": 0.0004560000015771948,
257
+ "count": 8,
258
+ "is_parallel": true,
259
+ "self": 0.0004560000015771948
260
+ }
261
+ }
262
+ },
263
+ "UnityEnvironment.step": {
264
+ "total": 1658.8077342997494,
265
+ "count": 182774,
266
+ "is_parallel": true,
267
+ "self": 45.14729609555798,
268
+ "children": {
269
+ "UnityEnvironment._generate_step_input": {
270
+ "total": 38.16026760155364,
271
+ "count": 182774,
272
+ "is_parallel": true,
273
+ "self": 38.16026760155364
274
+ },
275
+ "communicator.exchange": {
276
+ "total": 1434.4124783018633,
277
+ "count": 182774,
278
+ "is_parallel": true,
279
+ "self": 1434.4124783018633
280
+ },
281
+ "steps_from_proto": {
282
+ "total": 141.0876923007745,
283
+ "count": 182774,
284
+ "is_parallel": true,
285
+ "self": 34.32343900355045,
286
+ "children": {
287
+ "_process_rank_one_or_two_observation": {
288
+ "total": 106.76425329722406,
289
+ "count": 1462192,
290
+ "is_parallel": true,
291
+ "self": 106.76425329722406
292
+ }
293
+ }
294
+ }
295
+ }
296
+ }
297
+ }
298
+ }
299
+ }
300
+ }
301
+ }
302
+ },
303
+ "trainer_advance": {
304
+ "total": 1753.4941264018926,
305
+ "count": 182774,
306
+ "self": 5.608974703041895,
307
+ "children": {
308
+ "process_trajectory": {
309
+ "total": 341.0756208988096,
310
+ "count": 182774,
311
+ "self": 340.5401445988173,
312
+ "children": {
313
+ "RLTrainer._checkpoint": {
314
+ "total": 0.5354762999922968,
315
+ "count": 5,
316
+ "self": 0.5354762999922968
317
+ }
318
+ }
319
+ },
320
+ "_update_policy": {
321
+ "total": 1406.809530800041,
322
+ "count": 1300,
323
+ "self": 687.7620055999723,
324
+ "children": {
325
+ "TorchPPOOptimizer.update": {
326
+ "total": 719.0475252000688,
327
+ "count": 64541,
328
+ "self": 719.0475252000688
329
+ }
330
+ }
331
+ }
332
+ }
333
+ }
334
+ }
335
+ },
336
+ "trainer_threads": {
337
+ "total": 8.00006091594696e-07,
338
+ "count": 1,
339
+ "self": 8.00006091594696e-07
340
+ },
341
+ "TrainerController._save_models": {
342
+ "total": 0.14665940000122646,
343
+ "count": 1,
344
+ "self": 0.04660670000157552,
345
+ "children": {
346
+ "RLTrainer._checkpoint": {
347
+ "total": 0.10005269999965094,
348
+ "count": 1,
349
+ "self": 0.10005269999965094
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": 999984,
6
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-999984.onnx",
7
+ "reward": 1.0585333208243053,
8
+ "creation_time": 1779776777.7400672,
9
+ "auxillary_file_paths": [
10
+ "results\\Pyramids Training\\Pyramids\\Pyramids-999984.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1499946,
15
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-1499946.onnx",
16
+ "reward": 1.7129999697208405,
17
+ "creation_time": 1779777587.9230256,
18
+ "auxillary_file_paths": [
19
+ "results\\Pyramids Training\\Pyramids\\Pyramids-1499946.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1999914,
24
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-1999914.onnx",
25
+ "reward": null,
26
+ "creation_time": 1779778411.4033597,
27
+ "auxillary_file_paths": [
28
+ "results\\Pyramids Training\\Pyramids\\Pyramids-1999914.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2499967,
33
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-2499967.onnx",
34
+ "reward": 1.4298571252397128,
35
+ "creation_time": 1779779238.4300816,
36
+ "auxillary_file_paths": [
37
+ "results\\Pyramids Training\\Pyramids\\Pyramids-2499967.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 2830234,
42
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-2830234.onnx",
43
+ "reward": null,
44
+ "creation_time": 1779779783.0345035,
45
+ "auxillary_file_paths": [
46
+ "results\\Pyramids Training\\Pyramids\\Pyramids-2830234.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 2830234,
52
+ "file_path": "results\\Pyramids Training\\Pyramids.onnx",
53
+ "reward": null,
54
+ "creation_time": 1779779783.0345035,
55
+ "auxillary_file_paths": [
56
+ "results\\Pyramids Training\\Pyramids\\Pyramids-2830234.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "1.2.0.dev0",
63
+ "torch_version": "2.2.2+cu121"
64
+ }
65
+ }