rebolforces commited on
Commit
942d8f2
·
1 Parent(s): 6e47b89

First Pyramids

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:563c8183983602e8d6c471aa8c3efa404a782f3e4206b31d24dd351255238da0
3
+ size 1417437
Pyramids/Pyramids-1499991.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd3a0e3424725811f5aace620bbd44bb1bbbfe39bb6ed2549ec83cbdca3e2528
3
+ size 1417437
Pyramids/Pyramids-1499991.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76ea6fa06f954c2dd27905fbe0d9f9c37fd553cde124228c21c45c4b8deea04
3
+ size 8652884
Pyramids/Pyramids-1999961.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c82190434b78d3da8f08ff2fde92c59794bbef2390d334620cd59e7f6aa4b94
3
+ size 1417437
Pyramids/Pyramids-1999961.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dc73b53e7f0dbbc8a8da6e8916887f6b3d40dcd3e18f0cf3113c882c821d88e
3
+ size 8652884
Pyramids/Pyramids-2499954.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc36226f90d0c3355bdff05a4b2c1ce8ddaa13c39dc031c3c077180e70fb91e
3
+ size 1417437
Pyramids/Pyramids-2499954.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4a761c9ed86fe30080dc9b29923edb644e029d7527de9ee7e5b10f28dfbdc2d
3
+ size 8652884
Pyramids/Pyramids-2999934.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:563c8183983602e8d6c471aa8c3efa404a782f3e4206b31d24dd351255238da0
3
+ size 1417437
Pyramids/Pyramids-2999934.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e6205270a0f850fbbe401bc180fd480dff360eeb2e19f9d9ea13055e0037df
3
+ size 8652948
Pyramids/Pyramids-3000022.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:563c8183983602e8d6c471aa8c3efa404a782f3e4206b31d24dd351255238da0
3
+ size 1417437
Pyramids/Pyramids-3000022.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d1afaa2dd9680a21682c7f8e5eb1c16a280556a3e2807968ce15f21a1b653a
3
+ size 8652948
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d1afaa2dd9680a21682c7f8e5eb1c16a280556a3e2807968ce15f21a1b653a
3
+ size 8652948
Pyramids/events.out.tfevents.1660980363.default.287.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a3cd088611f4bbf6f26e8a14c24102e32501a7b3f89b2288a576cdc32c3e6e
3
+ size 924697
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - unity-ml-agents
5
+ - ml-agents
6
+ - deep-reinforcement-learning
7
+ - reinforcement-learning
8
+ - ML-Agents-Pyramids
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **Pyramids**
13
+ This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
14
+
15
+ ## Usage (with ML-Agents)
16
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+
19
+
20
+ ### Resume the training
21
+ ```
22
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
23
+ ```
24
+ ### Watch your Agent play
25
+ You can watch your agent **playing directly in your browser:**.
26
+
27
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
28
+ 2. Step 1: Write your model_id: rebolforces/testpyramidsrnd
29
+ 3. Step 2: Select your *.nn /*.onnx file
30
+ 4. Click on Watch the agent play 👀
31
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "checkpoint_interval": 500000, "max_steps": 3000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./trained-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 Training2", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: false
18
+ hidden_units: 512
19
+ num_layers: 2
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.99
27
+ strength: 1.0
28
+ network_settings:
29
+ normalize: false
30
+ hidden_units: 128
31
+ num_layers: 2
32
+ vis_encode_type: simple
33
+ memory: null
34
+ goal_conditioning_type: hyper
35
+ deterministic: false
36
+ rnd:
37
+ gamma: 0.99
38
+ strength: 0.01
39
+ network_settings:
40
+ normalize: false
41
+ hidden_units: 64
42
+ num_layers: 3
43
+ vis_encode_type: simple
44
+ memory: null
45
+ goal_conditioning_type: hyper
46
+ deterministic: false
47
+ learning_rate: 0.0001
48
+ encoding_size: null
49
+ init_path: null
50
+ keep_checkpoints: 5
51
+ checkpoint_interval: 500000
52
+ max_steps: 3000000
53
+ time_horizon: 128
54
+ summary_freq: 30000
55
+ threaded: false
56
+ self_play: null
57
+ behavioral_cloning: null
58
+ env_settings:
59
+ env_path: ./trained-envs-executables/linux/Pyramids/Pyramids
60
+ env_args: null
61
+ base_port: 5005
62
+ num_envs: 1
63
+ num_areas: 1
64
+ seed: -1
65
+ max_lifetime_restarts: 10
66
+ restarts_rate_limit_n: 1
67
+ restarts_rate_limit_period_s: 60
68
+ engine_settings:
69
+ width: 84
70
+ height: 84
71
+ quality_level: 5
72
+ time_scale: 20
73
+ target_frame_rate: -1
74
+ capture_frame_rate: 60
75
+ no_graphics: true
76
+ environment_parameters: null
77
+ checkpoint_settings:
78
+ run_id: Pyramids Training2
79
+ initialize_from: null
80
+ load_model: false
81
+ resume: false
82
+ force: false
83
+ train_model: false
84
+ inference: false
85
+ results_dir: results
86
+ torch_settings:
87
+ device: null
88
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/studio-lab-user/deep-rl-class/unit4/ml-agents/trained-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/home/studio-lab-user/deep-rl-class/unit4/ml-agents/trained-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 169.254.255.2
4
+ Broadcasting "[IP] 169.254.255.2 [Port] 55504 [Flags] 2 [Guid] 2267059469 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,169.254.255.2) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [169.254.255.255:54997]...
5
+ Preloaded 'lib_burst_generated.so'
6
+ Preloaded 'libgrpc_csharp_ext.x64.so'
7
+ PlayerPrefs - Creating folder: /home/studio-lab-user/.config/unity3d/Unity Technologies
8
+ PlayerPrefs - Creating folder: /home/studio-lab-user/.config/unity3d/Unity Technologies/UnityEnvironment
9
+ Unable to load player prefs
10
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
11
+ [Subsystems] Discovering subsystems at path /home/studio-lab-user/deep-rl-class/unit4/ml-agents/trained-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
12
+ Forcing GfxDevice: Null
13
+ GfxDevice: creating device client; threaded=0; jobified=0
14
+ NullGfxDevice:
15
+ Version: NULL 1.0 [1.0]
16
+ Renderer: Null Device
17
+ Vendor: Unity Technologies
18
+ FMOD initialized on nosound output
19
+ Begin MonoManager ReloadAssembly
20
+ - Completed reload, in 0.085 seconds
21
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
23
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
24
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
25
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
26
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
27
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
28
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
32
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
33
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
34
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
35
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
39
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
40
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
41
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - 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
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
46
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
47
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
48
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
50
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
51
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
52
+ UnloadTime: 0.734216 ms
53
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ requesting resize 84 x 84
55
+ Setting up 2 worker threads for Enlighten.
56
+ PlayerConnection::CleanupMemory Statistics:
57
+ [ALLOC_TEMP_TLS] TLS Allocator
58
+ StackAllocators :
59
+ [ALLOC_TEMP_MAIN]
60
+ Peak usage frame count: [16.0 KB-32.0 KB]: 4483 frames, [32.0 KB-64.0 KB]: 35226 frames, [64.0 KB-128.0 KB]: 16562 frames, [2.0 MB-4.0 MB]: 1 frames
61
+ Initial Block Size 4.0 MB
62
+ Current Block Size 4.0 MB
63
+ Peak Allocated Bytes 2.0 MB
64
+ Overflow Count 0
65
+ [ALLOC_TEMP_Background Job.Worker 8]
66
+ Initial Block Size 32.0 KB
67
+ Current Block Size 32.0 KB
68
+ Peak Allocated Bytes 0 B
69
+ Overflow Count 0
70
+ [ALLOC_TEMP_Background Job.Worker 10]
71
+ Initial Block Size 32.0 KB
72
+ Current Block Size 32.0 KB
73
+ Peak Allocated Bytes 0 B
74
+ Overflow Count 0
75
+ [ALLOC_TEMP_Background Job.Worker 6]
76
+ Initial Block Size 32.0 KB
77
+ Current Block Size 32.0 KB
78
+ Peak Allocated Bytes 0 B
79
+ Overflow Count 0
80
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
81
+ Initial Block Size 64.0 KB
82
+ Current Block Size 64.0 KB
83
+ Peak Allocated Bytes 0 B
84
+ Overflow Count 0
85
+ [ALLOC_TEMP_Background Job.Worker 1]
86
+ Initial Block Size 32.0 KB
87
+ Current Block Size 32.0 KB
88
+ Peak Allocated Bytes 0 B
89
+ Overflow Count 0
90
+ [ALLOC_TEMP_Background Job.Worker 11]
91
+ Initial Block Size 32.0 KB
92
+ Current Block Size 32.0 KB
93
+ Peak Allocated Bytes 0 B
94
+ Overflow Count 0
95
+ [ALLOC_TEMP_Background Job.Worker 3]
96
+ Initial Block Size 32.0 KB
97
+ Current Block Size 32.0 KB
98
+ Peak Allocated Bytes 0 B
99
+ Overflow Count 0
100
+ [ALLOC_TEMP_BatchDeleteObjects]
101
+ Initial Block Size 64.0 KB
102
+ Current Block Size 64.0 KB
103
+ Peak Allocated Bytes 0 B
104
+ Overflow Count 0
105
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
106
+ Initial Block Size 64.0 KB
107
+ Current Block Size 64.0 KB
108
+ Peak Allocated Bytes 0 B
109
+ Overflow Count 0
110
+ [ALLOC_TEMP_Background Job.Worker 2]
111
+ Initial Block Size 32.0 KB
112
+ Current Block Size 32.0 KB
113
+ Peak Allocated Bytes 0 B
114
+ Overflow Count 0
115
+ [ALLOC_TEMP_Background Job.Worker 15]
116
+ Initial Block Size 32.0 KB
117
+ Current Block Size 32.0 KB
118
+ Peak Allocated Bytes 0 B
119
+ Overflow Count 0
120
+ [ALLOC_TEMP_Background Job.Worker 7]
121
+ Initial Block Size 32.0 KB
122
+ Current Block Size 32.0 KB
123
+ Peak Allocated Bytes 0 B
124
+ Overflow Count 0
125
+ [ALLOC_TEMP_Job.Worker 1]
126
+ Initial Block Size 256.0 KB
127
+ Current Block Size 256.0 KB
128
+ Peak Allocated Bytes 0 B
129
+ Overflow Count 0
130
+ [ALLOC_TEMP_Loading.PreloadManager]
131
+ Initial Block Size 256.0 KB
132
+ Current Block Size 320.0 KB
133
+ Peak Allocated Bytes 251.6 KB
134
+ Overflow Count 4
135
+ [ALLOC_TEMP_Profiler.Dispatcher]
136
+ Initial Block Size 64.0 KB
137
+ Current Block Size 64.0 KB
138
+ Peak Allocated Bytes 480 B
139
+ Overflow Count 0
140
+ [ALLOC_TEMP_Background Job.Worker 12]
141
+ Initial Block Size 32.0 KB
142
+ Current Block Size 32.0 KB
143
+ Peak Allocated Bytes 0 B
144
+ Overflow Count 0
145
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 3
146
+ Initial Block Size 64.0 KB
147
+ Current Block Size 64.0 KB
148
+ Peak Allocated Bytes 0 B
149
+ Overflow Count 0
150
+ [ALLOC_TEMP_Background Job.Worker 5]
151
+ Initial Block Size 32.0 KB
152
+ Current Block Size 32.0 KB
153
+ Peak Allocated Bytes 0 B
154
+ Overflow Count 0
155
+ [ALLOC_TEMP_Background Job.Worker 13]
156
+ Initial Block Size 32.0 KB
157
+ Current Block Size 32.0 KB
158
+ Peak Allocated Bytes 0 B
159
+ Overflow Count 0
160
+ [ALLOC_TEMP_Job.Worker 2]
161
+ Initial Block Size 256.0 KB
162
+ Current Block Size 256.0 KB
163
+ Peak Allocated Bytes 0.8 KB
164
+ Overflow Count 0
165
+ [ALLOC_TEMP_Background Job.Worker 0]
166
+ Initial Block Size 32.0 KB
167
+ Current Block Size 32.0 KB
168
+ Peak Allocated Bytes 0 B
169
+ Overflow Count 0
170
+ [ALLOC_TEMP_Background Job.Worker 4]
171
+ Initial Block Size 32.0 KB
172
+ Current Block Size 32.0 KB
173
+ Peak Allocated Bytes 0 B
174
+ Overflow Count 0
175
+ [ALLOC_TEMP_Job.Worker 0]
176
+ Initial Block Size 256.0 KB
177
+ Current Block Size 256.0 KB
178
+ Peak Allocated Bytes 0 B
179
+ Overflow Count 0
180
+ [ALLOC_TEMP_Background Job.Worker 14]
181
+ Initial Block Size 32.0 KB
182
+ Current Block Size 32.0 KB
183
+ Peak Allocated Bytes 0 B
184
+ Overflow Count 0
185
+ [ALLOC_TEMP_Background Job.Worker 9]
186
+ Initial Block Size 32.0 KB
187
+ Current Block Size 32.0 KB
188
+ Peak Allocated Bytes 0 B
189
+ Overflow Count 0
190
+ [ALLOC_TEMP_EnlightenWorker] x 2
191
+ Initial Block Size 64.0 KB
192
+ Current Block Size 64.0 KB
193
+ Peak Allocated Bytes 0 B
194
+ Overflow Count 0
195
+ [ALLOC_TEMP_Loading.AsyncRead]
196
+ Initial Block Size 64.0 KB
197
+ Current Block Size 64.0 KB
198
+ Peak Allocated Bytes 132 B
199
+ Overflow Count 0
200
+ [ALLOC_MEMORYPROFILER]
201
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55973 frames
202
+ Requested Block Size 1.0 MB
203
+ Peak Block count 2
204
+ Peak Allocated memory 1.6 MB
205
+ Peak Large allocation bytes 0 B
206
+ [ALLOC_DEFAULT] Dual Thread Allocator
207
+ Peak main deferred allocation count 12450
208
+ [ALLOC_BUCKET]
209
+ Large Block size 4.0 MB
210
+ Used Block count 1
211
+ Peak Allocated bytes 1.7 MB
212
+ [ALLOC_DEFAULT_MAIN]
213
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 56271 frames
214
+ Requested Block Size 16.0 MB
215
+ Peak Block count 3
216
+ Peak Allocated memory 31.9 MB
217
+ Peak Large allocation bytes 0 B
218
+ [ALLOC_DEFAULT_THREAD]
219
+ Peak usage frame count: [16.0 MB-32.0 MB]: 56272 frames
220
+ Requested Block Size 16.0 MB
221
+ Peak Block count 1
222
+ Peak Allocated memory 23.1 MB
223
+ Peak Large allocation bytes 16.0 MB
224
+ [ALLOC_TEMP_JOB_1_FRAME]
225
+ Initial Block Size 2.0 MB
226
+ Used Block Count 1
227
+ Overflow Count (too large) 0
228
+ Overflow Count (full) 0
229
+ [ALLOC_TEMP_JOB_2_FRAMES]
230
+ Initial Block Size 2.0 MB
231
+ Used Block Count 1
232
+ Overflow Count (too large) 0
233
+ Overflow Count (full) 0
234
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
235
+ Initial Block Size 2.0 MB
236
+ Used Block Count 2
237
+ Overflow Count (too large) 0
238
+ Overflow Count (full) 0
239
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
240
+ Initial Block Size 1.0 MB
241
+ Used Block Count 3
242
+ Overflow Count (too large) 0
243
+ Overflow Count (full) 0
244
+ [ALLOC_GFX] Dual Thread Allocator
245
+ Peak main deferred allocation count 0
246
+ [ALLOC_BUCKET]
247
+ Large Block size 4.0 MB
248
+ Used Block count 1
249
+ Peak Allocated bytes 1.7 MB
250
+ [ALLOC_GFX_MAIN]
251
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56271 frames, [64.0 KB-128.0 KB]: 1 frames
252
+ Requested Block Size 16.0 MB
253
+ Peak Block count 1
254
+ Peak Allocated memory 67.0 KB
255
+ Peak Large allocation bytes 0 B
256
+ [ALLOC_GFX_THREAD]
257
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56272 frames
258
+ Requested Block Size 16.0 MB
259
+ Peak Block count 1
260
+ Peak Allocated memory 67.7 KB
261
+ Peak Large allocation bytes 0 B
262
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
263
+ Peak main deferred allocation count 1
264
+ [ALLOC_BUCKET]
265
+ Large Block size 4.0 MB
266
+ Used Block count 1
267
+ Peak Allocated bytes 1.7 MB
268
+ [ALLOC_CACHEOBJECTS_MAIN]
269
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55973 frames
270
+ Requested Block Size 4.0 MB
271
+ Peak Block count 1
272
+ Peak Allocated memory 1.4 MB
273
+ Peak Large allocation bytes 0 B
274
+ [ALLOC_CACHEOBJECTS_THREAD]
275
+ Peak usage frame count: [1.0 MB-2.0 MB]: 56271 frames, [4.0 MB-8.0 MB]: 1 frames
276
+ Requested Block Size 4.0 MB
277
+ Peak Block count 2
278
+ Peak Allocated memory 4.7 MB
279
+ Peak Large allocation bytes 0 B
280
+ [ALLOC_TYPETREE] Dual Thread Allocator
281
+ Peak main deferred allocation count 0
282
+ [ALLOC_BUCKET]
283
+ Large Block size 4.0 MB
284
+ Used Block count 1
285
+ Peak Allocated bytes 1.7 MB
286
+ [ALLOC_TYPETREE_MAIN]
287
+ Peak usage frame count: [0-1.0 KB]: 56272 frames
288
+ Requested Block Size 2.0 MB
289
+ Peak Block count 1
290
+ Peak Allocated memory 1.0 KB
291
+ Peak Large allocation bytes 0 B
292
+ [ALLOC_TYPETREE_THREAD]
293
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56272 frames
294
+ Requested Block Size 2.0 MB
295
+ Peak Block count 1
296
+ Peak Allocated memory 1.9 KB
297
+ Peak Large allocation bytes 0 B
298
+ [ALLOC_PROFILER]
299
+ Peak usage frame count: [16.0 KB-32.0 KB]: 56272 frames
300
+ Requested Block Size 16.0 MB
301
+ Peak Block count 1
302
+ Peak Allocated memory 30.0 KB
303
+ Peak Large allocation bytes 0 B
304
+ [ALLOC_PROFILER_BUCKET]
305
+ Large Block size 4.0 MB
306
+ Used Block count 1
307
+ Peak Allocated bytes 396 B
308
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1660985715544,"processId":301,"allocatedMemory":1972275,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34516},{"Manager":11723},{"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":3597},{"DynamicArray":30868},{"HashMap":7680},{"Utility":2176},{"PoolAlloc":1160},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3272},{"Unet":16},{"Director":7760},{"WebRequest":720},{"VR":45473},{"SceneManager":424},{"Video":32},{"LazyScriptCache":32},{"NativeArray":384},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57552},{"AssetReference":32}]}
run_logs/timers.json ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.13484309613704681,
6
+ "min": 0.13255511224269867,
7
+ "max": 1.4715614318847656,
8
+ "count": 100
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 4079.8125,
12
+ "min": 3946.9609375,
13
+ "max": 44641.2890625,
14
+ "count": 100
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2999934.0,
18
+ "min": 29952.0,
19
+ "max": 2999934.0,
20
+ "count": 100
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2999934.0,
24
+ "min": 29952.0,
25
+ "max": 2999934.0,
26
+ "count": 100
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.801253080368042,
30
+ "min": -0.11023728549480438,
31
+ "max": 0.8468865752220154,
32
+ "count": 100
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 244.38218688964844,
36
+ "min": -26.126235961914062,
37
+ "max": 261.1581726074219,
38
+ "count": 100
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.01356786210089922,
42
+ "min": -0.03086991049349308,
43
+ "max": 0.3554634749889374,
44
+ "count": 100
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 4.138197898864746,
48
+ "min": -8.365745544433594,
49
+ "max": 84.24484252929688,
50
+ "count": 100
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06996008481387524,
54
+ "min": 0.06292635622163335,
55
+ "max": 0.07445767317658566,
56
+ "count": 100
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 1.0494012722081285,
60
+ "min": 0.46839485366945155,
61
+ "max": 1.0970733698923139,
62
+ "count": 100
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.015125260608300441,
66
+ "min": 0.0013127453142280992,
67
+ "max": 0.017222367379526118,
68
+ "count": 100
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.22687890912450662,
72
+ "min": 0.014108472776027866,
73
+ "max": 0.25053178836242296,
74
+ "count": 100
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.5121194959933316e-06,
78
+ "min": 1.5121194959933316e-06,
79
+ "max": 0.00029838354339596195,
80
+ "count": 100
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 2.2681792439899973e-05,
84
+ "min": 2.2681792439899973e-05,
85
+ "max": 0.004027228257590632,
86
+ "count": 100
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10050400666666666,
90
+ "min": 0.10050400666666666,
91
+ "max": 0.19946118095238097,
92
+ "count": 100
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.5075600999999998,
96
+ "min": 1.3962282666666668,
97
+ "max": 2.8424093666666668,
98
+ "count": 100
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 6.035026599999994e-05,
102
+ "min": 6.035026599999994e-05,
103
+ "max": 0.009946171977142856,
104
+ "count": 100
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0009052539899999991,
108
+ "min": 0.0009052539899999991,
109
+ "max": 0.13425669573,
110
+ "count": 100
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.008564097806811333,
114
+ "min": 0.00841474998742342,
115
+ "max": 0.38969168066978455,
116
+ "count": 100
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.12846146523952484,
120
+ "min": 0.11780649423599243,
121
+ "max": 2.727841854095459,
122
+ "count": 100
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 216.86805555555554,
126
+ "min": 209.08333333333334,
127
+ "max": 999.0,
128
+ "count": 100
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 31229.0,
132
+ "min": 15984.0,
133
+ "max": 33039.0,
134
+ "count": 100
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.7822237635825897,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.7881167812721572,
140
+ "count": 100
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 254.85799819231033,
144
+ "min": -30.559001743793488,
145
+ "max": 262.56799817085266,
146
+ "count": 100
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.7822237635825897,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.7881167812721572,
152
+ "count": 100
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 254.85799819231033,
156
+ "min": -30.559001743793488,
157
+ "max": 262.56799817085266,
158
+ "count": 100
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.019242743338998898,
162
+ "min": 0.018860102466922917,
163
+ "max": 7.597729445435107,
164
+ "count": 100
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 2.7517122974768427,
168
+ "min": 2.508393628100748,
169
+ "max": 121.56367112696171,
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": "1660980358",
188
+ "python_version": "3.9.7 | packaged by conda-forge | (default, Sep 29 2021, 19:23:11) \n[GCC 9.4.0]",
189
+ "command_line_arguments": "/home/studio-lab-user/.conda/envs/d2l/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./trained-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training2 --no-graphics",
190
+ "mlagents_version": "0.29.0.dev0",
191
+ "mlagents_envs_version": "0.29.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "1.8.1+cu102",
194
+ "numpy_version": "1.21.4",
195
+ "end_time_seconds": "1660985715"
196
+ },
197
+ "total": 5357.028527222,
198
+ "count": 1,
199
+ "self": 0.3207162340004288,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.07508762400016167,
203
+ "count": 1,
204
+ "self": 0.07508762400016167
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 5356.6327233639995,
208
+ "count": 1,
209
+ "self": 3.5570683310452296,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 9.231680407000113,
213
+ "count": 1,
214
+ "self": 9.231680407000113
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 5343.752470810954,
218
+ "count": 195431,
219
+ "self": 3.5716219709247525,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 3451.897419213865,
223
+ "count": 195431,
224
+ "self": 3164.6863409240223,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 285.05936036884873,
228
+ "count": 195431,
229
+ "self": 13.534244142049147,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 271.5251162267996,
233
+ "count": 187573,
234
+ "self": 88.17436237970378,
235
+ "children": {
236
+ "TorchPolicy.sample_actions": {
237
+ "total": 183.3507538470958,
238
+ "count": 187573,
239
+ "self": 183.3507538470958
240
+ }
241
+ }
242
+ }
243
+ }
244
+ },
245
+ "workers": {
246
+ "total": 2.1517179209938604,
247
+ "count": 195431,
248
+ "self": 0.0,
249
+ "children": {
250
+ "worker_root": {
251
+ "total": 5348.999863559679,
252
+ "count": 195431,
253
+ "is_parallel": true,
254
+ "self": 2434.9059987708597,
255
+ "children": {
256
+ "run_training.setup": {
257
+ "total": 0.0,
258
+ "count": 0,
259
+ "is_parallel": true,
260
+ "self": 0.0,
261
+ "children": {
262
+ "steps_from_proto": {
263
+ "total": 0.0035244210000655585,
264
+ "count": 1,
265
+ "is_parallel": true,
266
+ "self": 0.0019902950004961895,
267
+ "children": {
268
+ "_process_rank_one_or_two_observation": {
269
+ "total": 0.001534125999569369,
270
+ "count": 8,
271
+ "is_parallel": true,
272
+ "self": 0.001534125999569369
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 0.03743287900010728,
278
+ "count": 1,
279
+ "is_parallel": true,
280
+ "self": 0.00034319700012019894,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 0.0002939920000244456,
284
+ "count": 1,
285
+ "is_parallel": true,
286
+ "self": 0.0002939920000244456
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 0.03574911199984854,
290
+ "count": 1,
291
+ "is_parallel": true,
292
+ "self": 0.03574911199984854
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 0.0010465780001140956,
296
+ "count": 1,
297
+ "is_parallel": true,
298
+ "self": 0.0002887999999074964,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 0.0007577780002065992,
302
+ "count": 8,
303
+ "is_parallel": true,
304
+ "self": 0.0007577780002065992
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ },
312
+ "UnityEnvironment.step": {
313
+ "total": 2914.0938647888197,
314
+ "count": 195430,
315
+ "is_parallel": true,
316
+ "self": 67.43264153396467,
317
+ "children": {
318
+ "UnityEnvironment._generate_step_input": {
319
+ "total": 46.074633980849285,
320
+ "count": 195430,
321
+ "is_parallel": true,
322
+ "self": 46.074633980849285
323
+ },
324
+ "communicator.exchange": {
325
+ "total": 2596.2725378499445,
326
+ "count": 195430,
327
+ "is_parallel": true,
328
+ "self": 2596.2725378499445
329
+ },
330
+ "steps_from_proto": {
331
+ "total": 204.31405142406106,
332
+ "count": 195430,
333
+ "is_parallel": true,
334
+ "self": 49.94330426554234,
335
+ "children": {
336
+ "_process_rank_one_or_two_observation": {
337
+ "total": 154.37074715851872,
338
+ "count": 1563440,
339
+ "is_parallel": true,
340
+ "self": 154.37074715851872
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ }
349
+ }
350
+ }
351
+ },
352
+ "trainer_advance": {
353
+ "total": 1888.2834296261642,
354
+ "count": 195431,
355
+ "self": 7.22656501701681,
356
+ "children": {
357
+ "process_trajectory": {
358
+ "total": 418.3046924581438,
359
+ "count": 195431,
360
+ "self": 417.7316452461439,
361
+ "children": {
362
+ "RLTrainer._checkpoint": {
363
+ "total": 0.5730472119998922,
364
+ "count": 6,
365
+ "self": 0.5730472119998922
366
+ }
367
+ }
368
+ },
369
+ "_update_policy": {
370
+ "total": 1462.7521721510036,
371
+ "count": 1397,
372
+ "self": 585.1648097449454,
373
+ "children": {
374
+ "TorchPPOOptimizer.update": {
375
+ "total": 877.5873624060582,
376
+ "count": 68418,
377
+ "self": 877.5873624060582
378
+ }
379
+ }
380
+ }
381
+ }
382
+ }
383
+ }
384
+ },
385
+ "trainer_threads": {
386
+ "total": 1.0390003808424808e-06,
387
+ "count": 1,
388
+ "self": 1.0390003808424808e-06
389
+ },
390
+ "TrainerController._save_models": {
391
+ "total": 0.09150277600019763,
392
+ "count": 1,
393
+ "self": 0.0008970120006779325,
394
+ "children": {
395
+ "RLTrainer._checkpoint": {
396
+ "total": 0.0906057639995197,
397
+ "count": 1,
398
+ "self": 0.0906057639995197
399
+ }
400
+ }
401
+ }
402
+ }
403
+ }
404
+ }
405
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 1499991,
6
+ "file_path": "results/Pyramids Training2/Pyramids/Pyramids-1499991.onnx",
7
+ "reward": 1.7892500311136246,
8
+ "creation_time": 1660982917.2248178,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training2/Pyramids/Pyramids-1499991.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999961,
15
+ "file_path": "results/Pyramids Training2/Pyramids/Pyramids-1999961.onnx",
16
+ "reward": 1.7822727249427275,
17
+ "creation_time": 1660983842.377983,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training2/Pyramids/Pyramids-1999961.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499954,
24
+ "file_path": "results/Pyramids Training2/Pyramids/Pyramids-2499954.onnx",
25
+ "reward": 1.8410000130534172,
26
+ "creation_time": 1660984772.6224847,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training2/Pyramids/Pyramids-2499954.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999934,
33
+ "file_path": "results/Pyramids Training2/Pyramids/Pyramids-2999934.onnx",
34
+ "reward": 1.855499990284443,
35
+ "creation_time": 1660985715.1429007,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training2/Pyramids/Pyramids-2999934.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000022,
42
+ "file_path": "results/Pyramids Training2/Pyramids/Pyramids-3000022.onnx",
43
+ "reward": 1.87466665605704,
44
+ "creation_time": 1660985715.2452054,
45
+ "auxillary_file_paths": [
46
+ "results/Pyramids Training2/Pyramids/Pyramids-3000022.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000022,
52
+ "file_path": "results/Pyramids Training2/Pyramids.onnx",
53
+ "reward": 1.87466665605704,
54
+ "creation_time": 1660985715.2452054,
55
+ "auxillary_file_paths": [
56
+ "results/Pyramids Training2/Pyramids/Pyramids-3000022.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "0.29.0.dev0",
63
+ "torch_version": "1.8.1+cu102"
64
+ }
65
+ }