leonard-pak commited on
Commit
cda5e67
·
1 Parent(s): 639a3c6

Load model

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493e343e1a90092b1d5e64dfddc64fe3187257b9327686ab8446708eb0d34c2d
3
+ size 1418184
Pyramids/Pyramids-1000023.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493e343e1a90092b1d5e64dfddc64fe3187257b9327686ab8446708eb0d34c2d
3
+ size 1418184
Pyramids/Pyramids-1000023.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba34ec564fb538c138574719e3b080c07505f5de340e73107f2e51ad312ab59
3
+ size 9997742
Pyramids/Pyramids-499897.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65366714aeb8b80afc0f1d73ffc28c88cd9a79421816141f09faf1cef531527c
3
+ size 1418184
Pyramids/Pyramids-499897.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abeee44887783e6438221c8f2cbfd05b62287cea95dbc2d7f1791f8f67f947c4
3
+ size 9997742
Pyramids/Pyramids-86200.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0564155756a8aba5af7f5a779eb8d364fbe658e37c244f3137d1580d0b109e6b
3
+ size 1418184
Pyramids/Pyramids-86200.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef09585e761a93309d7731b0d5ecc54fa7a1ff61f40563058c4303b505e64ac4
3
+ size 9997742
Pyramids/Pyramids-999895.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:493e343e1a90092b1d5e64dfddc64fe3187257b9327686ab8446708eb0d34c2d
3
+ size 1418184
Pyramids/Pyramids-999895.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a89c62808ef38dc80153862b351a833c60ec5f4ca619976e81caf1979ab12bf
3
+ size 9997742
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba34ec564fb538c138574719e3b080c07505f5de340e73107f2e51ad312ab59
3
+ size 9997742
Pyramids/events.out.tfevents.1694165518.MSI.17272.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c1015e96c8ebe77042ed854f160f0ce0070e1ed18ad445addc286da40f5512
3
+ size 288528
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: leonard-pak/ppo-Pyramids
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}}, "curiosity": {"gamma": 0.99, "strength": 0.02, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0003, "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": null, "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": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Pyramids Training", "initialize_from": null, "load_model": false, "resume": false, "force": true, "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: 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
+ curiosity:
39
+ gamma: 0.99
40
+ strength: 0.02
41
+ network_settings:
42
+ normalize: false
43
+ hidden_units: 256
44
+ num_layers: 2
45
+ vis_encode_type: simple
46
+ memory: null
47
+ goal_conditioning_type: hyper
48
+ deterministic: false
49
+ learning_rate: 0.0003
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: null
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: false
78
+ environment_parameters: null
79
+ checkpoint_settings:
80
+ run_id: Pyramids Training
81
+ initialize_from: null
82
+ load_model: false
83
+ resume: false
84
+ force: true
85
+ train_model: false
86
+ inference: false
87
+ results_dir: results
88
+ torch_settings:
89
+ device: null
90
+ debug: false
run_logs/timers.json ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.4699142575263977,
6
+ "min": 0.3891666531562805,
7
+ "max": 1.500190019607544,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 14142.5390625,
12
+ "min": 11687.453125,
13
+ "max": 45509.765625,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989986.0,
18
+ "min": 29952.0,
19
+ "max": 989986.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989986.0,
24
+ "min": 29952.0,
25
+ "max": 989986.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": -0.018810128793120384,
30
+ "min": -0.10927955061197281,
31
+ "max": -0.0012816793750971556,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": -4.552051067352295,
36
+ "min": -26.33637237548828,
37
+ "max": -0.31401145458221436,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.CuriosityValueEstimate.mean": {
41
+ "value": 0.1656452715396881,
42
+ "min": 0.1590929478406906,
43
+ "max": 0.5021917223930359,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.CuriosityValueEstimate.sum": {
47
+ "value": 40.08615493774414,
48
+ "min": 38.341400146484375,
49
+ "max": 120.52601623535156,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06635392671498255,
54
+ "min": 0.06497024932366871,
55
+ "max": 0.07246138155990259,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9289549740097558,
60
+ "min": 0.4817415838474047,
61
+ "max": 1.0739379732192758,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.0031029837457519555,
66
+ "min": 0.00011244172555845392,
67
+ "max": 0.003513037227047043,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.043441772440527375,
72
+ "min": 0.001461742432259901,
73
+ "max": 0.0491825211786586,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.737375992335715e-06,
78
+ "min": 7.737375992335715e-06,
79
+ "max": 0.00029515063018788575,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.00010832326389270001,
84
+ "min": 0.00010832326389270001,
85
+ "max": 0.0031441946519352,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10257909285714285,
90
+ "min": 0.10257909285714285,
91
+ "max": 0.19838354285714285,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4361073,
96
+ "min": 1.3691136000000002,
97
+ "max": 2.3480648000000004,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.00026765137642857157,
102
+ "min": 0.00026765137642857157,
103
+ "max": 0.00983851593142857,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0037471192700000017,
108
+ "min": 0.0037471192700000017,
109
+ "max": 0.10483167351999999,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Losses.CuriosityForwardLoss.mean": {
113
+ "value": 0.07584772152038348,
114
+ "min": 0.07543217037649205,
115
+ "max": 0.42585953099772406,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Losses.CuriosityForwardLoss.sum": {
119
+ "value": 1.0618681012853688,
120
+ "min": 1.0560503852708887,
121
+ "max": 2.9810167169840684,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Losses.CuriosityInverseLoss.mean": {
125
+ "value": 0.06941799885564495,
126
+ "min": 0.06183912462577046,
127
+ "max": 0.7221576714221455,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Losses.CuriosityInverseLoss.sum": {
131
+ "value": 0.9718519839790294,
132
+ "min": 0.8657477447607864,
133
+ "max": 5.055103699955018,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Environment.EpisodeLength.mean": {
137
+ "value": 950.96875,
138
+ "min": 868.4411764705883,
139
+ "max": 999.0,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Environment.EpisodeLength.sum": {
143
+ "value": 30431.0,
144
+ "min": 15984.0,
145
+ "max": 32491.0,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Environment.CumulativeReward.mean": {
149
+ "value": -0.5138813045341522,
150
+ "min": -1.0000000521540642,
151
+ "max": -0.22170592581524567,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Environment.CumulativeReward.sum": {
155
+ "value": -16.44420174509287,
156
+ "min": -32.000001668930054,
157
+ "max": -7.538001477718353,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Policy.ExtrinsicReward.mean": {
161
+ "value": -0.5138813045341522,
162
+ "min": -1.0000000521540642,
163
+ "max": -0.22170592581524567,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Policy.ExtrinsicReward.sum": {
167
+ "value": -16.44420174509287,
168
+ "min": -32.000001668930054,
169
+ "max": -7.538001477718353,
170
+ "count": 33
171
+ },
172
+ "Pyramids.Policy.CuriosityReward.mean": {
173
+ "value": 1.5551242381334305,
174
+ "min": 1.442157154354979,
175
+ "max": 6.1382381450384855,
176
+ "count": 33
177
+ },
178
+ "Pyramids.Policy.CuriosityReward.sum": {
179
+ "value": 49.763975620269775,
180
+ "min": 44.36399610340595,
181
+ "max": 176.31472471356392,
182
+ "count": 33
183
+ },
184
+ "Pyramids.IsTraining.mean": {
185
+ "value": 1.0,
186
+ "min": 1.0,
187
+ "max": 1.0,
188
+ "count": 33
189
+ },
190
+ "Pyramids.IsTraining.sum": {
191
+ "value": 1.0,
192
+ "min": 1.0,
193
+ "max": 1.0,
194
+ "count": 33
195
+ }
196
+ },
197
+ "metadata": {
198
+ "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1694165513",
200
+ "python_version": "3.9.17 (main, Jul 5 2023, 20:47:11) [MSC v.1916 64 bit (AMD64)]",
201
+ "command_line_arguments": "\\\\?\\C:\\Users\\Leonard\\anaconda3\\envs\\ml-agents\\Scripts\\mlagents-learn .\\config\\ppo\\Pyramids.yaml --run-id=Pyramids Training --force",
202
+ "mlagents_version": "0.31.0.dev0",
203
+ "mlagents_envs_version": "0.31.0.dev0",
204
+ "communication_protocol_version": "1.5.0",
205
+ "pytorch_version": "1.11.0+cu113",
206
+ "numpy_version": "1.21.2",
207
+ "end_time_seconds": "1694167332"
208
+ },
209
+ "total": 1819.0755296999998,
210
+ "count": 1,
211
+ "self": 0.010550699999839708,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.0960595999999998,
215
+ "count": 1,
216
+ "self": 0.0960595999999998
217
+ },
218
+ "TrainerController.start_learning": {
219
+ "total": 1818.9689194,
220
+ "count": 1,
221
+ "self": 1.1975100000179282,
222
+ "children": {
223
+ "TrainerController._reset_env": {
224
+ "total": 7.0293030000000005,
225
+ "count": 1,
226
+ "self": 7.0293030000000005
227
+ },
228
+ "TrainerController.advance": {
229
+ "total": 1810.639066099982,
230
+ "count": 63055,
231
+ "self": 1.1738500999983899,
232
+ "children": {
233
+ "env_step": {
234
+ "total": 959.0570887999919,
235
+ "count": 63055,
236
+ "self": 785.9034175999773,
237
+ "children": {
238
+ "SubprocessEnvManager._take_step": {
239
+ "total": 172.3645049000137,
240
+ "count": 63055,
241
+ "self": 3.497180999999017,
242
+ "children": {
243
+ "TorchPolicy.evaluate": {
244
+ "total": 168.8673239000147,
245
+ "count": 62564,
246
+ "self": 168.8673239000147
247
+ }
248
+ }
249
+ },
250
+ "workers": {
251
+ "total": 0.7891663000008791,
252
+ "count": 63055,
253
+ "self": 0.0,
254
+ "children": {
255
+ "worker_root": {
256
+ "total": 1811.6397657000075,
257
+ "count": 63055,
258
+ "is_parallel": true,
259
+ "self": 1111.0342455000198,
260
+ "children": {
261
+ "steps_from_proto": {
262
+ "total": 0.0010573000000002608,
263
+ "count": 1,
264
+ "is_parallel": true,
265
+ "self": 0.00021849999999989933,
266
+ "children": {
267
+ "_process_rank_one_or_two_observation": {
268
+ "total": 0.0008388000000003615,
269
+ "count": 8,
270
+ "is_parallel": true,
271
+ "self": 0.0008388000000003615
272
+ }
273
+ }
274
+ },
275
+ "UnityEnvironment.step": {
276
+ "total": 700.6044628999878,
277
+ "count": 63055,
278
+ "is_parallel": true,
279
+ "self": 19.215686699962248,
280
+ "children": {
281
+ "UnityEnvironment._generate_step_input": {
282
+ "total": 13.143204700019632,
283
+ "count": 63055,
284
+ "is_parallel": true,
285
+ "self": 13.143204700019632
286
+ },
287
+ "communicator.exchange": {
288
+ "total": 615.1939641000101,
289
+ "count": 63055,
290
+ "is_parallel": true,
291
+ "self": 615.1939641000101
292
+ },
293
+ "steps_from_proto": {
294
+ "total": 53.05160739999575,
295
+ "count": 63055,
296
+ "is_parallel": true,
297
+ "self": 12.587725099981405,
298
+ "children": {
299
+ "_process_rank_one_or_two_observation": {
300
+ "total": 40.46388230001435,
301
+ "count": 504440,
302
+ "is_parallel": true,
303
+ "self": 40.46388230001435
304
+ }
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "trainer_advance": {
316
+ "total": 850.4081271999918,
317
+ "count": 63055,
318
+ "self": 1.8936161999887418,
319
+ "children": {
320
+ "process_trajectory": {
321
+ "total": 100.93181030000363,
322
+ "count": 63055,
323
+ "self": 100.69354100000345,
324
+ "children": {
325
+ "RLTrainer._checkpoint": {
326
+ "total": 0.23826930000018365,
327
+ "count": 2,
328
+ "self": 0.23826930000018365
329
+ }
330
+ }
331
+ },
332
+ "_update_policy": {
333
+ "total": 747.5827006999994,
334
+ "count": 430,
335
+ "self": 454.3094221999869,
336
+ "children": {
337
+ "TorchPPOOptimizer.update": {
338
+ "total": 293.27327850001245,
339
+ "count": 22770,
340
+ "self": 293.27327850001245
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ },
348
+ "trainer_threads": {
349
+ "total": 7.999999525054591e-07,
350
+ "count": 1,
351
+ "self": 7.999999525054591e-07
352
+ },
353
+ "TrainerController._save_models": {
354
+ "total": 0.1030395000000226,
355
+ "count": 1,
356
+ "self": 0.007437600000002931,
357
+ "children": {
358
+ "RLTrainer._checkpoint": {
359
+ "total": 0.09560190000001967,
360
+ "count": 1,
361
+ "self": 0.09560190000001967
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499897,
6
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-499897.onnx",
7
+ "reward": -0.999800056219101,
8
+ "creation_time": 1694166428.7937474,
9
+ "auxillary_file_paths": [
10
+ "results\\Pyramids Training\\Pyramids\\Pyramids-499897.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999895,
15
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-999895.onnx",
16
+ "reward": 1.791999951004982,
17
+ "creation_time": 1694167332.055924,
18
+ "auxillary_file_paths": [
19
+ "results\\Pyramids Training\\Pyramids\\Pyramids-999895.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000023,
24
+ "file_path": "results\\Pyramids Training\\Pyramids\\Pyramids-1000023.onnx",
25
+ "reward": 1.791999951004982,
26
+ "creation_time": 1694167332.1625447,
27
+ "auxillary_file_paths": [
28
+ "results\\Pyramids Training\\Pyramids\\Pyramids-1000023.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000023,
34
+ "file_path": "results\\Pyramids Training\\Pyramids.onnx",
35
+ "reward": 1.791999951004982,
36
+ "creation_time": 1694167332.1625447,
37
+ "auxillary_file_paths": [
38
+ "results\\Pyramids Training\\Pyramids\\Pyramids-1000023.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.31.0.dev0",
45
+ "torch_version": "1.11.0+cu113"
46
+ }
47
+ }