kraken2404 commited on
Commit
db4d420
·
1 Parent(s): 34258db

Second Version

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c187d97ca2c574c1b1c52c7395958ce97c89fabe1563f324fd030eda5dcad2f5
3
+ size 1418184
Pyramids/Pyramids-1400039.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c187d97ca2c574c1b1c52c7395958ce97c89fabe1563f324fd030eda5dcad2f5
3
+ size 1418184
Pyramids/Pyramids-1400039.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea949f3cd12a6234cf3d7d73be6a56994ed6e66eb7fefdd3aea39a06a6189f2
3
+ size 8650990
Pyramids/Pyramids-499962.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4955d63fef8e485be4d694d9a91cc3a3d93d9ef9b6bb5513500820cd2e75bd05
3
+ size 1418184
Pyramids/Pyramids-499962.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98dd9ce86113d69a04ebb90e05955596fbab79f7bf91ccd4ff2ee102fe57e790
3
+ size 8650990
Pyramids/Pyramids-999962.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28be9741abecae571027ff870caba24fbf700587ebcfbddf8afe86759049546c
3
+ size 1418184
Pyramids/Pyramids-999962.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8175d98d2bd35576195a3fc534f540833d9dde9f392785162313d5de1da5f31
3
+ size 8650990
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea949f3cd12a6234cf3d7d73be6a56994ed6e66eb7fefdd3aea39a06a6189f2
3
+ size 8650990
Pyramids/events.out.tfevents.1679229486.e9217f9b1f10.60851.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a24085c22eb84103666c0167fb92eb49657afbd006db3176ade1304f5d636d43
3
+ size 421214
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Pyramids
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Pyramids
8
+ ---
9
+
10
+ # **ppo** Agent playing **Pyramids**
11
+ This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
12
+
13
+ ## Usage (with ML-Agents)
14
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
15
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
16
+
17
+
18
+ ### Resume the training
19
+ ```
20
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
21
+ ```
22
+ ### Watch your Agent play
23
+ You can watch your agent **playing directly in your browser:**.
24
+
25
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Pyramids
26
+ 2. Step 1: Find your model_id: kraken2404/ppo-Pyramid-v2
27
+ 3. Step 2: Select your *.nn /*.onnx file
28
+ 4. Click on Watch the agent play 👀
29
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Pyramids": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.1, "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": 1400000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/Pyramids/Pyramids", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "PyramidsTraining2", "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,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.1
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: 1400000
55
+ time_horizon: 128
56
+ summary_freq: 30000
57
+ threaded: false
58
+ self_play: null
59
+ behavioral_cloning: null
60
+ env_settings:
61
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
62
+ env_args: null
63
+ base_port: 5005
64
+ num_envs: 1
65
+ num_areas: 1
66
+ seed: -1
67
+ max_lifetime_restarts: 10
68
+ restarts_rate_limit_n: 1
69
+ restarts_rate_limit_period_s: 60
70
+ engine_settings:
71
+ width: 84
72
+ height: 84
73
+ quality_level: 5
74
+ time_scale: 20
75
+ target_frame_rate: -1
76
+ capture_frame_rate: 60
77
+ no_graphics: true
78
+ environment_parameters: null
79
+ checkpoint_settings:
80
+ run_id: PyramidsTraining2
81
+ initialize_from: null
82
+ load_model: false
83
+ resume: false
84
+ force: false
85
+ train_model: false
86
+ inference: false
87
+ results_dir: results
88
+ torch_settings:
89
+ device: null
90
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.28.0.12
4
+ Multi-casting "[IP] 172.28.0.12 [Port] 55243 [Flags] 2 [Guid] 961710937 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.28.0.12) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [225.0.0.222:54997]...
5
+ Preloaded 'lib_burst_generated.so'
6
+ Preloaded 'libgrpc_csharp_ext.x64.so'
7
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
8
+ [Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/UnitySubsystems
9
+ Forcing GfxDevice: Null
10
+ GfxDevice: creating device client; threaded=0; jobified=0
11
+ NullGfxDevice:
12
+ Version: NULL 1.0 [1.0]
13
+ Renderer: Null Device
14
+ Vendor: Unity Technologies
15
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
16
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
17
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
18
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
19
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
20
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
21
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
22
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
23
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
24
+ Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
25
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
26
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
27
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
28
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
29
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
30
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
31
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
32
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
33
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
34
+ FMOD initialized on nosound output
35
+ Begin MonoManager ReloadAssembly
36
+ - Completed reload, in 0.132 seconds
37
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
44
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
48
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
49
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
50
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
52
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
53
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
54
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
55
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
56
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
57
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
58
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
59
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
60
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
61
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
62
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
63
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
64
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
65
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
66
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
67
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
68
+ UnloadTime: 1.163179 ms
69
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
70
+ requesting resize 84 x 84
71
+ Setting up 1 worker threads for Enlighten.
72
+ abort_threads: Failed aborting id: 0x7fbf72366700, mono_thread_manage will ignore it
73
+
74
+ PlayerConnection::CleanupMemory Statistics:
75
+ [ALLOC_TEMP_TLS] TLS Allocator
76
+ StackAllocators :
77
+ [ALLOC_TEMP_MAIN]
78
+ Peak usage frame count: [16.0 KB-32.0 KB]: 4067 frames, [32.0 KB-64.0 KB]: 16541 frames, [64.0 KB-128.0 KB]: 5659 frames, [2.0 MB-4.0 MB]: 1 frames
79
+ Initial Block Size 4.0 MB
80
+ Current Block Size 4.0 MB
81
+ Peak Allocated Bytes 2.0 MB
82
+ Overflow Count 0
83
+ [ALLOC_TEMP_Background Job.Worker 8]
84
+ Initial Block Size 32.0 KB
85
+ Current Block Size 32.0 KB
86
+ Peak Allocated Bytes 0 B
87
+ Overflow Count 0
88
+ [ALLOC_TEMP_Background Job.Worker 10]
89
+ Initial Block Size 32.0 KB
90
+ Current Block Size 32.0 KB
91
+ Peak Allocated Bytes 0 B
92
+ Overflow Count 0
93
+ [ALLOC_TEMP_Background Job.Worker 6]
94
+ Initial Block Size 32.0 KB
95
+ Current Block Size 32.0 KB
96
+ Peak Allocated Bytes 0 B
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
99
+ Initial Block Size 64.0 KB
100
+ Current Block Size 64.0 KB
101
+ Peak Allocated Bytes 0 B
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_Background Job.Worker 1]
104
+ Initial Block Size 32.0 KB
105
+ Current Block Size 32.0 KB
106
+ Peak Allocated Bytes 0 B
107
+ Overflow Count 0
108
+ [ALLOC_TEMP_Background Job.Worker 11]
109
+ Initial Block Size 32.0 KB
110
+ Current Block Size 32.0 KB
111
+ Peak Allocated Bytes 0 B
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Background Job.Worker 3]
114
+ Initial Block Size 32.0 KB
115
+ Current Block Size 32.0 KB
116
+ Peak Allocated Bytes 0 B
117
+ Overflow Count 0
118
+ [ALLOC_TEMP_BatchDeleteObjects]
119
+ Initial Block Size 64.0 KB
120
+ Current Block Size 64.0 KB
121
+ Peak Allocated Bytes 0 B
122
+ Overflow Count 0
123
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
124
+ Initial Block Size 64.0 KB
125
+ Current Block Size 64.0 KB
126
+ Peak Allocated Bytes 0 B
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_Background Job.Worker 2]
129
+ Initial Block Size 32.0 KB
130
+ Current Block Size 32.0 KB
131
+ Peak Allocated Bytes 0 B
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Background Job.Worker 7]
134
+ Initial Block Size 32.0 KB
135
+ Current Block Size 32.0 KB
136
+ Peak Allocated Bytes 0 B
137
+ Overflow Count 0
138
+ [ALLOC_TEMP_Background Job.Worker 15]
139
+ Initial Block Size 32.0 KB
140
+ Current Block Size 32.0 KB
141
+ Peak Allocated Bytes 0 B
142
+ Overflow Count 0
143
+ [ALLOC_TEMP_Loading.PreloadManager]
144
+ Initial Block Size 256.0 KB
145
+ Current Block Size 320.0 KB
146
+ Peak Allocated Bytes 251.5 KB
147
+ Overflow Count 4
148
+ [ALLOC_TEMP_Profiler.Dispatcher]
149
+ Initial Block Size 64.0 KB
150
+ Current Block Size 64.0 KB
151
+ Peak Allocated Bytes 480 B
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Background Job.Worker 12]
154
+ Initial Block Size 32.0 KB
155
+ Current Block Size 32.0 KB
156
+ Peak Allocated Bytes 0 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
159
+ Initial Block Size 64.0 KB
160
+ Current Block Size 64.0 KB
161
+ Peak Allocated Bytes 0 B
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_Background Job.Worker 5]
164
+ Initial Block Size 32.0 KB
165
+ Current Block Size 32.0 KB
166
+ Peak Allocated Bytes 0 B
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Background Job.Worker 13]
169
+ Initial Block Size 32.0 KB
170
+ Current Block Size 32.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_Background Job.Worker 0]
174
+ Initial Block Size 32.0 KB
175
+ Current Block Size 32.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Background Job.Worker 4]
179
+ Initial Block Size 32.0 KB
180
+ Current Block Size 32.0 KB
181
+ Peak Allocated Bytes 0 B
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_Job.Worker 0]
184
+ Initial Block Size 256.0 KB
185
+ Current Block Size 256.0 KB
186
+ Peak Allocated Bytes 0.8 KB
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_Background Job.Worker 14]
189
+ Initial Block Size 32.0 KB
190
+ Current Block Size 32.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Background Job.Worker 9]
194
+ Initial Block Size 32.0 KB
195
+ Current Block Size 32.0 KB
196
+ Peak Allocated Bytes 0 B
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_EnlightenWorker]
199
+ Initial Block Size 64.0 KB
200
+ Current Block Size 64.0 KB
201
+ Peak Allocated Bytes 0 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Loading.AsyncRead]
204
+ Initial Block Size 64.0 KB
205
+ Current Block Size 64.0 KB
206
+ Peak Allocated Bytes 128 B
207
+ Overflow Count 0
208
+ [ALLOC_MEMORYPROFILER]
209
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 25969 frames
210
+ Requested Block Size 1.0 MB
211
+ Peak Block count 2
212
+ Peak Allocated memory 1.6 MB
213
+ Peak Large allocation bytes 0 B
214
+ [ALLOC_DEFAULT] Dual Thread Allocator
215
+ Peak main deferred allocation count 13122
216
+ [ALLOC_BUCKET]
217
+ Large Block size 4.0 MB
218
+ Used Block count 1
219
+ Peak Allocated bytes 1.7 MB
220
+ [ALLOC_DEFAULT_MAIN]
221
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 26267 frames
222
+ Requested Block Size 16.0 MB
223
+ Peak Block count 3
224
+ Peak Allocated memory 30.9 MB
225
+ Peak Large allocation bytes 0 B
226
+ [ALLOC_DEFAULT_THREAD]
227
+ Peak usage frame count: [16.0 MB-32.0 MB]: 26268 frames
228
+ Requested Block Size 16.0 MB
229
+ Peak Block count 1
230
+ Peak Allocated memory 22.2 MB
231
+ Peak Large allocation bytes 16.0 MB
232
+ [ALLOC_TEMP_JOB_1_FRAME]
233
+ Initial Block Size 2.0 MB
234
+ Used Block Count 1
235
+ Overflow Count (too large) 0
236
+ Overflow Count (full) 0
237
+ [ALLOC_TEMP_JOB_2_FRAMES]
238
+ Initial Block Size 2.0 MB
239
+ Used Block Count 1
240
+ Overflow Count (too large) 0
241
+ Overflow Count (full) 0
242
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
243
+ Initial Block Size 2.0 MB
244
+ Used Block Count 2
245
+ Overflow Count (too large) 0
246
+ Overflow Count (full) 0
247
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
248
+ Initial Block Size 1.0 MB
249
+ Used Block Count 3
250
+ Overflow Count (too large) 0
251
+ Overflow Count (full) 0
252
+ [ALLOC_GFX] Dual Thread Allocator
253
+ Peak main deferred allocation count 0
254
+ [ALLOC_BUCKET]
255
+ Large Block size 4.0 MB
256
+ Used Block count 1
257
+ Peak Allocated bytes 1.7 MB
258
+ [ALLOC_GFX_MAIN]
259
+ Peak usage frame count: [32.0 KB-64.0 KB]: 26267 frames, [64.0 KB-128.0 KB]: 1 frames
260
+ Requested Block Size 16.0 MB
261
+ Peak Block count 1
262
+ Peak Allocated memory 67.0 KB
263
+ Peak Large allocation bytes 0 B
264
+ [ALLOC_GFX_THREAD]
265
+ Peak usage frame count: [64.0 KB-128.0 KB]: 26268 frames
266
+ Requested Block Size 16.0 MB
267
+ Peak Block count 1
268
+ Peak Allocated memory 67.7 KB
269
+ Peak Large allocation bytes 0 B
270
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
271
+ Peak main deferred allocation count 1
272
+ [ALLOC_BUCKET]
273
+ Large Block size 4.0 MB
274
+ Used Block count 1
275
+ Peak Allocated bytes 1.7 MB
276
+ [ALLOC_CACHEOBJECTS_MAIN]
277
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 25969 frames
278
+ Requested Block Size 4.0 MB
279
+ Peak Block count 1
280
+ Peak Allocated memory 1.4 MB
281
+ Peak Large allocation bytes 0 B
282
+ [ALLOC_CACHEOBJECTS_THREAD]
283
+ Peak usage frame count: [1.0 MB-2.0 MB]: 26267 frames, [4.0 MB-8.0 MB]: 1 frames
284
+ Requested Block Size 4.0 MB
285
+ Peak Block count 2
286
+ Peak Allocated memory 4.3 MB
287
+ Peak Large allocation bytes 0 B
288
+ [ALLOC_TYPETREE] Dual Thread Allocator
289
+ Peak main deferred allocation count 0
290
+ [ALLOC_BUCKET]
291
+ Large Block size 4.0 MB
292
+ Used Block count 1
293
+ Peak Allocated bytes 1.7 MB
294
+ [ALLOC_TYPETREE_MAIN]
295
+ Peak usage frame count: [0-1.0 KB]: 26268 frames
296
+ Requested Block Size 2.0 MB
297
+ Peak Block count 1
298
+ Peak Allocated memory 1.0 KB
299
+ Peak Large allocation bytes 0 B
300
+ [ALLOC_TYPETREE_THREAD]
301
+ Peak usage frame count: [1.0 KB-2.0 KB]: 26268 frames
302
+ Requested Block Size 2.0 MB
303
+ Peak Block count 1
304
+ Peak Allocated memory 1.9 KB
305
+ Peak Large allocation bytes 0 B
306
+ [ALLOC_PROFILER]
307
+ Peak usage frame count: [16.0 KB-32.0 KB]: 26268 frames
308
+ Requested Block Size 16.0 MB
309
+ Peak Block count 1
310
+ Peak Allocated memory 28.6 KB
311
+ Peak Large allocation bytes 0 B
312
+ [ALLOC_PROFILER_BUCKET]
313
+ Large Block size 4.0 MB
314
+ Used Block count 1
315
+ Peak Allocated bytes 396 B
316
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1679232788918,"processId":60875,"allocatedMemory":1970133,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":34460},{"Manager":10603},{"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":3447},{"DynamicArray":30868},{"HashMap":7680},{"Utility":1360},{"PoolAlloc":1160},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3272},{"Unet":16},{"Director":7760},{"WebRequest":720},{"VR":45473},{"SceneManager":424},{"Video":32},{"LazyScriptCache":32},{"NativeArray":384},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57552},{"AssetReference":32}]}
run_logs/timers.json ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.2454661726951599,
6
+ "min": 0.2438683658838272,
7
+ "max": 1.5889166593551636,
8
+ "count": 46
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 7391.4775390625,
12
+ "min": 7195.09228515625,
13
+ "max": 48201.375,
14
+ "count": 46
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 1379901.0,
18
+ "min": 29910.0,
19
+ "max": 1379901.0,
20
+ "count": 46
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 1379901.0,
24
+ "min": 29910.0,
25
+ "max": 1379901.0,
26
+ "count": 46
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.6779295802116394,
30
+ "min": -0.09292546659708023,
31
+ "max": 0.7612824440002441,
32
+ "count": 46
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 193.20993041992188,
36
+ "min": -22.395036697387695,
37
+ "max": 227.62344360351562,
38
+ "count": 46
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.06917993724346161,
42
+ "min": -0.0011057952651754022,
43
+ "max": 0.3723164498806,
44
+ "count": 46
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 19.71628189086914,
48
+ "min": -0.2941415309906006,
49
+ "max": 88.23899841308594,
50
+ "count": 46
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.0715606110045753,
54
+ "min": 0.06373118343569027,
55
+ "max": 0.07409594399810193,
56
+ "count": 46
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 1.001848554064054,
60
+ "min": 0.4595870365823242,
61
+ "max": 1.0637401472389079,
62
+ "count": 46
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.015125273911204811,
66
+ "min": 0.0010844276371333522,
67
+ "max": 0.016129469255813295,
68
+ "count": 46
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.21175383475686735,
72
+ "min": 0.010844276371333521,
73
+ "max": 0.24194203883719942,
74
+ "count": 46
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 7.450995475551021e-06,
78
+ "min": 7.450995475551021e-06,
79
+ "max": 0.00029659622562438776,
80
+ "count": 46
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 0.0001043139366577143,
84
+ "min": 0.0001043139366577143,
85
+ "max": 0.0037952302777804277,
86
+ "count": 46
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.1,
90
+ "min": 0.09999999999999998,
91
+ "max": 0.10000000000000002,
92
+ "count": 46
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4000000000000001,
96
+ "min": 0.7,
97
+ "max": 1.5000000000000002,
98
+ "count": 46
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.0002581149020408164,
102
+ "min": 0.0002581149020408164,
103
+ "max": 0.009886654275510205,
104
+ "count": 46
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0036136086285714296,
108
+ "min": 0.0036136086285714296,
109
+ "max": 0.12652116375714287,
110
+ "count": 46
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.010419806465506554,
114
+ "min": 0.010419806465506554,
115
+ "max": 0.36617204546928406,
116
+ "count": 46
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.14587728679180145,
120
+ "min": 0.14587728679180145,
121
+ "max": 2.563204288482666,
122
+ "count": 46
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 262.4824561403509,
126
+ "min": 242.04132231404958,
127
+ "max": 999.0,
128
+ "count": 46
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 29923.0,
132
+ "min": 16581.0,
133
+ "max": 33378.0,
134
+ "count": 46
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.7024122663495833,
138
+ "min": -0.999962551984936,
139
+ "max": 1.7566718604648486,
140
+ "count": 46
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 194.0749983638525,
144
+ "min": -31.998801663517952,
145
+ "max": 224.85399813950062,
146
+ "count": 46
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.7024122663495833,
150
+ "min": -0.999962551984936,
151
+ "max": 1.7566718604648486,
152
+ "count": 46
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 194.0749983638525,
156
+ "min": -31.998801663517952,
157
+ "max": 224.85399813950062,
158
+ "count": 46
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.028350559796563812,
162
+ "min": 0.026500153520542837,
163
+ "max": 6.862230844357434,
164
+ "count": 46
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 3.2319638168082747,
168
+ "min": 3.1286544502800098,
169
+ "max": 116.65792435407639,
170
+ "count": 46
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 46
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 46
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1679229482",
188
+ "python_version": "3.9.16 (main, Dec 7 2022, 01:11:51) \n[GCC 9.4.0]",
189
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=PyramidsTraining2 --no-graphics",
190
+ "mlagents_version": "0.31.0.dev0",
191
+ "mlagents_envs_version": "0.31.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "1.11.0+cu102",
194
+ "numpy_version": "1.21.2",
195
+ "end_time_seconds": "1679232788"
196
+ },
197
+ "total": 3306.4794070059997,
198
+ "count": 1,
199
+ "self": 0.8367734960011148,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.17392283699882682,
203
+ "count": 1,
204
+ "self": 0.17392283699882682
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 3305.468710673,
208
+ "count": 1,
209
+ "self": 2.3896251441310596,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 7.0244827779988555,
213
+ "count": 1,
214
+ "self": 7.0244827779988555
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 3295.9087750568706,
218
+ "count": 90145,
219
+ "self": 2.4606926954766095,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 2407.1799921052516,
223
+ "count": 90145,
224
+ "self": 2236.1181065479086,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 169.6538362672436,
228
+ "count": 90145,
229
+ "self": 7.15606690705863,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 162.49776936018498,
233
+ "count": 87560,
234
+ "self": 162.49776936018498
235
+ }
236
+ }
237
+ },
238
+ "workers": {
239
+ "total": 1.4080492900993704,
240
+ "count": 90145,
241
+ "self": 0.0,
242
+ "children": {
243
+ "worker_root": {
244
+ "total": 3297.432015708957,
245
+ "count": 90145,
246
+ "is_parallel": true,
247
+ "self": 1241.269257969976,
248
+ "children": {
249
+ "run_training.setup": {
250
+ "total": 0.0,
251
+ "count": 0,
252
+ "is_parallel": true,
253
+ "self": 0.0,
254
+ "children": {
255
+ "steps_from_proto": {
256
+ "total": 0.002846290999514167,
257
+ "count": 1,
258
+ "is_parallel": true,
259
+ "self": 0.0008743859980313573,
260
+ "children": {
261
+ "_process_rank_one_or_two_observation": {
262
+ "total": 0.00197190500148281,
263
+ "count": 8,
264
+ "is_parallel": true,
265
+ "self": 0.00197190500148281
266
+ }
267
+ }
268
+ },
269
+ "UnityEnvironment.step": {
270
+ "total": 0.05124855100075365,
271
+ "count": 1,
272
+ "is_parallel": true,
273
+ "self": 0.0005672670013154857,
274
+ "children": {
275
+ "UnityEnvironment._generate_step_input": {
276
+ "total": 0.00048581000010017306,
277
+ "count": 1,
278
+ "is_parallel": true,
279
+ "self": 0.00048581000010017306
280
+ },
281
+ "communicator.exchange": {
282
+ "total": 0.048365937000198755,
283
+ "count": 1,
284
+ "is_parallel": true,
285
+ "self": 0.048365937000198755
286
+ },
287
+ "steps_from_proto": {
288
+ "total": 0.0018295369991392363,
289
+ "count": 1,
290
+ "is_parallel": true,
291
+ "self": 0.00040743300087342504,
292
+ "children": {
293
+ "_process_rank_one_or_two_observation": {
294
+ "total": 0.0014221039982658112,
295
+ "count": 8,
296
+ "is_parallel": true,
297
+ "self": 0.0014221039982658112
298
+ }
299
+ }
300
+ }
301
+ }
302
+ }
303
+ }
304
+ },
305
+ "UnityEnvironment.step": {
306
+ "total": 2056.162757738981,
307
+ "count": 90144,
308
+ "is_parallel": true,
309
+ "self": 46.60205633400801,
310
+ "children": {
311
+ "UnityEnvironment._generate_step_input": {
312
+ "total": 33.657413851666206,
313
+ "count": 90144,
314
+ "is_parallel": true,
315
+ "self": 33.657413851666206
316
+ },
317
+ "communicator.exchange": {
318
+ "total": 1838.478166507315,
319
+ "count": 90144,
320
+ "is_parallel": true,
321
+ "self": 1838.478166507315
322
+ },
323
+ "steps_from_proto": {
324
+ "total": 137.42512104599155,
325
+ "count": 90144,
326
+ "is_parallel": true,
327
+ "self": 30.324248896702557,
328
+ "children": {
329
+ "_process_rank_one_or_two_observation": {
330
+ "total": 107.10087214928899,
331
+ "count": 721152,
332
+ "is_parallel": true,
333
+ "self": 107.10087214928899
334
+ }
335
+ }
336
+ }
337
+ }
338
+ }
339
+ }
340
+ }
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "trainer_advance": {
346
+ "total": 886.2680902561424,
347
+ "count": 90145,
348
+ "self": 4.6611480855317495,
349
+ "children": {
350
+ "process_trajectory": {
351
+ "total": 173.06847194963302,
352
+ "count": 90145,
353
+ "self": 172.8570300576357,
354
+ "children": {
355
+ "RLTrainer._checkpoint": {
356
+ "total": 0.21144189199731045,
357
+ "count": 2,
358
+ "self": 0.21144189199731045
359
+ }
360
+ }
361
+ },
362
+ "_update_policy": {
363
+ "total": 708.5384702209776,
364
+ "count": 641,
365
+ "self": 447.93973490305325,
366
+ "children": {
367
+ "TorchPPOOptimizer.update": {
368
+ "total": 260.59873531792437,
369
+ "count": 31875,
370
+ "self": 260.59873531792437
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_threads": {
379
+ "total": 1.4360011846292764e-06,
380
+ "count": 1,
381
+ "self": 1.4360011846292764e-06
382
+ },
383
+ "TrainerController._save_models": {
384
+ "total": 0.14582625799812376,
385
+ "count": 1,
386
+ "self": 0.0019542619957064744,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.1438719960024173,
390
+ "count": 1,
391
+ "self": 0.1438719960024173
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499962,
6
+ "file_path": "results/PyramidsTraining2/Pyramids/Pyramids-499962.onnx",
7
+ "reward": 1.733999989926815,
8
+ "creation_time": 1679230541.8673005,
9
+ "auxillary_file_paths": [
10
+ "results/PyramidsTraining2/Pyramids/Pyramids-499962.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999962,
15
+ "file_path": "results/PyramidsTraining2/Pyramids/Pyramids-999962.onnx",
16
+ "reward": 1.7550000101327896,
17
+ "creation_time": 1679231760.9252436,
18
+ "auxillary_file_paths": [
19
+ "results/PyramidsTraining2/Pyramids/Pyramids-999962.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1400039,
24
+ "file_path": "results/PyramidsTraining2/Pyramids/Pyramids-1400039.onnx",
25
+ "reward": 1.7232857154948371,
26
+ "creation_time": 1679232788.1541061,
27
+ "auxillary_file_paths": [
28
+ "results/PyramidsTraining2/Pyramids/Pyramids-1400039.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1400039,
34
+ "file_path": "results/PyramidsTraining2/Pyramids.onnx",
35
+ "reward": 1.7232857154948371,
36
+ "creation_time": 1679232788.1541061,
37
+ "auxillary_file_paths": [
38
+ "results/PyramidsTraining2/Pyramids/Pyramids-1400039.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+cu102"
46
+ }
47
+ }