meganstodel commited on
Commit
d225ef8
1 Parent(s): 987cd39

First training of Pyramids

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91a624cfd0436368b80adb2cab78cf43e8c4059578ac3f2c461a9cc7876f1a2
3
+ size 1417437
Pyramids/Pyramids-1000150.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91a624cfd0436368b80adb2cab78cf43e8c4059578ac3f2c461a9cc7876f1a2
3
+ size 1417437
Pyramids/Pyramids-1000150.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ba33f4b3669a87fe712c705decb765abb28e79f33a701f372ff51bf1dcded3
3
+ size 9358188
Pyramids/Pyramids-499935.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f4b24097d85631e7a32d987abe6e672f174110abc87b3a8b09da395a506edef
3
+ size 1417437
Pyramids/Pyramids-499935.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3d72ea06626d28f0d27ce5c959a2c62570f17cac523cc24cc80306aacff553
3
+ size 9358188
Pyramids/Pyramids-999894.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91a624cfd0436368b80adb2cab78cf43e8c4059578ac3f2c461a9cc7876f1a2
3
+ size 1417437
Pyramids/Pyramids-999894.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3fa6627202c9e1704b910636c679cc2d6a4b2c1a3f6d779a5b37a3cf126b43f
3
+ size 9358188
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ba33f4b3669a87fe712c705decb765abb28e79f33a701f372ff51bf1dcded3
3
+ size 9358188
Pyramids/events.out.tfevents.1676560845.8d609fe21f7f.22006.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37a16d8b6475f938431259bb8aacf6539a4ba2281b0264301934104d0ebf91b4
3
+ size 304056
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: meganstodel/Pyramids
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": 512, "buffer_size": 5120, "learning_rate": 0.0003, "beta": 0.001, "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}, "curiosity": {"gamma": 0.99, "strength": 0.1, "network_settings": {"normalize": false, "hidden_units": 128, "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, "checkpoint_interval": 500000, "max_steps": 1000000, "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": "Pyramids Training 2", "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,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 512
7
+ buffer_size: 5120
8
+ learning_rate: 0.0003
9
+ beta: 0.001
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
+ curiosity:
50
+ gamma: 0.99
51
+ strength: 0.1
52
+ network_settings:
53
+ normalize: false
54
+ hidden_units: 128
55
+ num_layers: 2
56
+ vis_encode_type: simple
57
+ memory: null
58
+ goal_conditioning_type: hyper
59
+ deterministic: false
60
+ learning_rate: 0.0003
61
+ encoding_size: null
62
+ init_path: null
63
+ keep_checkpoints: 5
64
+ checkpoint_interval: 500000
65
+ max_steps: 1000000
66
+ time_horizon: 128
67
+ summary_freq: 30000
68
+ threaded: false
69
+ self_play: null
70
+ behavioral_cloning: null
71
+ env_settings:
72
+ env_path: ./training-envs-executables/linux/Pyramids/Pyramids
73
+ env_args: null
74
+ base_port: 5005
75
+ num_envs: 1
76
+ num_areas: 1
77
+ seed: -1
78
+ max_lifetime_restarts: 10
79
+ restarts_rate_limit_n: 1
80
+ restarts_rate_limit_period_s: 60
81
+ engine_settings:
82
+ width: 84
83
+ height: 84
84
+ quality_level: 5
85
+ time_scale: 20
86
+ target_frame_rate: -1
87
+ capture_frame_rate: 60
88
+ no_graphics: true
89
+ environment_parameters: null
90
+ checkpoint_settings:
91
+ run_id: Pyramids Training 2
92
+ initialize_from: null
93
+ load_model: false
94
+ resume: false
95
+ force: false
96
+ train_model: false
97
+ inference: false
98
+ results_dir: results
99
+ torch_settings:
100
+ device: null
101
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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] 55354 [Flags] 2 [Guid] 3518681735 [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.094 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: 0.748849 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
+ PlayerConnection::CleanupMemory Statistics:
73
+ [ALLOC_TEMP_TLS] TLS Allocator
74
+ StackAllocators :
75
+ [ALLOC_TEMP_MAIN]
76
+ Peak usage frame count: [16.0 KB-32.0 KB]: 16240 frames, [32.0 KB-64.0 KB]: 1355 frames, [64.0 KB-128.0 KB]: 1173 frames, [2.0 MB-4.0 MB]: 1 frames
77
+ Initial Block Size 4.0 MB
78
+ Current Block Size 4.0 MB
79
+ Peak Allocated Bytes 2.0 MB
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Background Job.Worker 8]
82
+ Initial Block Size 32.0 KB
83
+ Current Block Size 32.0 KB
84
+ Peak Allocated Bytes 0 B
85
+ Overflow Count 0
86
+ [ALLOC_TEMP_Background Job.Worker 10]
87
+ Initial Block Size 32.0 KB
88
+ Current Block Size 32.0 KB
89
+ Peak Allocated Bytes 0 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Background Job.Worker 6]
92
+ Initial Block Size 32.0 KB
93
+ Current Block Size 32.0 KB
94
+ Peak Allocated Bytes 0 B
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
97
+ Initial Block Size 64.0 KB
98
+ Current Block Size 64.0 KB
99
+ Peak Allocated Bytes 0 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Background Job.Worker 1]
102
+ Initial Block Size 32.0 KB
103
+ Current Block Size 32.0 KB
104
+ Peak Allocated Bytes 0 B
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_Background Job.Worker 11]
107
+ Initial Block Size 32.0 KB
108
+ Current Block Size 32.0 KB
109
+ Peak Allocated Bytes 0 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Background Job.Worker 3]
112
+ Initial Block Size 32.0 KB
113
+ Current Block Size 32.0 KB
114
+ Peak Allocated Bytes 0 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_BatchDeleteObjects]
117
+ Initial Block Size 64.0 KB
118
+ Current Block Size 64.0 KB
119
+ Peak Allocated Bytes 0 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
122
+ Initial Block Size 64.0 KB
123
+ Current Block Size 64.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Background Job.Worker 2]
127
+ Initial Block Size 32.0 KB
128
+ Current Block Size 32.0 KB
129
+ Peak Allocated Bytes 0 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_Background Job.Worker 7]
132
+ Initial Block Size 32.0 KB
133
+ Current Block Size 32.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Background Job.Worker 15]
137
+ Initial Block Size 32.0 KB
138
+ Current Block Size 32.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Loading.PreloadManager]
142
+ Initial Block Size 256.0 KB
143
+ Current Block Size 320.0 KB
144
+ Peak Allocated Bytes 251.5 KB
145
+ Overflow Count 4
146
+ [ALLOC_TEMP_Profiler.Dispatcher]
147
+ Initial Block Size 64.0 KB
148
+ Current Block Size 64.0 KB
149
+ Peak Allocated Bytes 480 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Background Job.Worker 12]
152
+ Initial Block Size 32.0 KB
153
+ Current Block Size 32.0 KB
154
+ Peak Allocated Bytes 0 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
157
+ Initial Block Size 64.0 KB
158
+ Current Block Size 64.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Background Job.Worker 5]
162
+ Initial Block Size 32.0 KB
163
+ Current Block Size 32.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_Background Job.Worker 13]
167
+ Initial Block Size 32.0 KB
168
+ Current Block Size 32.0 KB
169
+ Peak Allocated Bytes 0 B
170
+ Overflow Count 0
171
+ [ALLOC_TEMP_Background Job.Worker 0]
172
+ Initial Block Size 32.0 KB
173
+ Current Block Size 32.0 KB
174
+ Peak Allocated Bytes 0 B
175
+ Overflow Count 0
176
+ [ALLOC_TEMP_Background Job.Worker 4]
177
+ Initial Block Size 32.0 KB
178
+ Current Block Size 32.0 KB
179
+ Peak Allocated Bytes 0 B
180
+ Overflow Count 0
181
+ [ALLOC_TEMP_Job.Worker 0]
182
+ Initial Block Size 256.0 KB
183
+ Current Block Size 256.0 KB
184
+ Peak Allocated Bytes 0.8 KB
185
+ Overflow Count 0
186
+ [ALLOC_TEMP_Background Job.Worker 14]
187
+ Initial Block Size 32.0 KB
188
+ Current Block Size 32.0 KB
189
+ Peak Allocated Bytes 0 B
190
+ Overflow Count 0
191
+ [ALLOC_TEMP_Background Job.Worker 9]
192
+ Initial Block Size 32.0 KB
193
+ Current Block Size 32.0 KB
194
+ Peak Allocated Bytes 0 B
195
+ Overflow Count 0
196
+ [ALLOC_TEMP_EnlightenWorker]
197
+ Initial Block Size 64.0 KB
198
+ Current Block Size 64.0 KB
199
+ Peak Allocated Bytes 0 B
200
+ Overflow Count 0
201
+ [ALLOC_TEMP_Loading.AsyncRead]
202
+ Initial Block Size 64.0 KB
203
+ Current Block Size 64.0 KB
204
+ Peak Allocated Bytes 128 B
205
+ Overflow Count 0
206
+ [ALLOC_MEMORYPROFILER]
207
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18470 frames
208
+ Requested Block Size 1.0 MB
209
+ Peak Block count 2
210
+ Peak Allocated memory 1.6 MB
211
+ Peak Large allocation bytes 0 B
212
+ [ALLOC_DEFAULT] Dual Thread Allocator
213
+ Peak main deferred allocation count 11781
214
+ [ALLOC_BUCKET]
215
+ Large Block size 4.0 MB
216
+ Used Block count 1
217
+ Peak Allocated bytes 1.7 MB
218
+ [ALLOC_DEFAULT_MAIN]
219
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 18768 frames
220
+ Requested Block Size 16.0 MB
221
+ Peak Block count 3
222
+ Peak Allocated memory 31.7 MB
223
+ Peak Large allocation bytes 0 B
224
+ [ALLOC_DEFAULT_THREAD]
225
+ Peak usage frame count: [16.0 MB-32.0 MB]: 18769 frames
226
+ Requested Block Size 16.0 MB
227
+ Peak Block count 1
228
+ Peak Allocated memory 22.3 MB
229
+ Peak Large allocation bytes 16.0 MB
230
+ [ALLOC_TEMP_JOB_1_FRAME]
231
+ Initial Block Size 2.0 MB
232
+ Used Block Count 1
233
+ Overflow Count (too large) 0
234
+ Overflow Count (full) 0
235
+ [ALLOC_TEMP_JOB_2_FRAMES]
236
+ Initial Block Size 2.0 MB
237
+ Used Block Count 1
238
+ Overflow Count (too large) 0
239
+ Overflow Count (full) 0
240
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
241
+ Initial Block Size 2.0 MB
242
+ Used Block Count 2
243
+ Overflow Count (too large) 0
244
+ Overflow Count (full) 0
245
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
246
+ Initial Block Size 1.0 MB
247
+ Used Block Count 3
248
+ Overflow Count (too large) 0
249
+ Overflow Count (full) 0
250
+ [ALLOC_GFX] Dual Thread Allocator
251
+ Peak main deferred allocation count 0
252
+ [ALLOC_BUCKET]
253
+ Large Block size 4.0 MB
254
+ Used Block count 1
255
+ Peak Allocated bytes 1.7 MB
256
+ [ALLOC_GFX_MAIN]
257
+ Peak usage frame count: [32.0 KB-64.0 KB]: 18768 frames, [64.0 KB-128.0 KB]: 1 frames
258
+ Requested Block Size 16.0 MB
259
+ Peak Block count 1
260
+ Peak Allocated memory 67.0 KB
261
+ Peak Large allocation bytes 0 B
262
+ [ALLOC_GFX_THREAD]
263
+ Peak usage frame count: [64.0 KB-128.0 KB]: 18769 frames
264
+ Requested Block Size 16.0 MB
265
+ Peak Block count 1
266
+ Peak Allocated memory 67.7 KB
267
+ Peak Large allocation bytes 0 B
268
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
269
+ Peak main deferred allocation count 1
270
+ [ALLOC_BUCKET]
271
+ Large Block size 4.0 MB
272
+ Used Block count 1
273
+ Peak Allocated bytes 1.7 MB
274
+ [ALLOC_CACHEOBJECTS_MAIN]
275
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 18470 frames
276
+ Requested Block Size 4.0 MB
277
+ Peak Block count 1
278
+ Peak Allocated memory 1.4 MB
279
+ Peak Large allocation bytes 0 B
280
+ [ALLOC_CACHEOBJECTS_THREAD]
281
+ Peak usage frame count: [1.0 MB-2.0 MB]: 18768 frames, [4.0 MB-8.0 MB]: 1 frames
282
+ Requested Block Size 4.0 MB
283
+ Peak Block count 2
284
+ Peak Allocated memory 4.7 MB
285
+ Peak Large allocation bytes 0 B
286
+ [ALLOC_TYPETREE] Dual Thread Allocator
287
+ Peak main deferred allocation count 0
288
+ [ALLOC_BUCKET]
289
+ Large Block size 4.0 MB
290
+ Used Block count 1
291
+ Peak Allocated bytes 1.7 MB
292
+ [ALLOC_TYPETREE_MAIN]
293
+ Peak usage frame count: [0-1.0 KB]: 18769 frames
294
+ Requested Block Size 2.0 MB
295
+ Peak Block count 1
296
+ Peak Allocated memory 1.0 KB
297
+ Peak Large allocation bytes 0 B
298
+ [ALLOC_TYPETREE_THREAD]
299
+ Peak usage frame count: [1.0 KB-2.0 KB]: 18769 frames
300
+ Requested Block Size 2.0 MB
301
+ Peak Block count 1
302
+ Peak Allocated memory 1.9 KB
303
+ Peak Large allocation bytes 0 B
304
+ [ALLOC_PROFILER]
305
+ Peak usage frame count: [16.0 KB-32.0 KB]: 18769 frames
306
+ Requested Block Size 16.0 MB
307
+ Peak Block count 1
308
+ Peak Allocated memory 29.0 KB
309
+ Peak Large allocation bytes 0 B
310
+ [ALLOC_PROFILER_BUCKET]
311
+ Large Block size 4.0 MB
312
+ Used Block count 1
313
+ Peak Allocated bytes 396 B
314
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1676563000331,"processId":22027,"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,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Pyramids.Policy.Entropy.mean": {
5
+ "value": 0.3927719295024872,
6
+ "min": 0.3345213234424591,
7
+ "max": 1.5908561944961548,
8
+ "count": 33
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 11751.736328125,
12
+ "min": 9982.1162109375,
13
+ "max": 48260.21484375,
14
+ "count": 33
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 989969.0,
18
+ "min": 29952.0,
19
+ "max": 989969.0,
20
+ "count": 33
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 989969.0,
24
+ "min": 29952.0,
25
+ "max": 989969.0,
26
+ "count": 33
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": -0.06096706911921501,
30
+ "min": -0.13392141461372375,
31
+ "max": -0.058662671595811844,
32
+ "count": 33
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": -14.693063735961914,
36
+ "min": -31.739376068115234,
37
+ "max": -14.267111778259277,
38
+ "count": 33
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.030788179486989975,
42
+ "min": 0.026850635185837746,
43
+ "max": 0.4137192666530609,
44
+ "count": 33
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 7.419951438903809,
48
+ "min": 6.47100305557251,
49
+ "max": 99.70634460449219,
50
+ "count": 33
51
+ },
52
+ "Pyramids.Policy.CuriosityValueEstimate.mean": {
53
+ "value": 0.5742224454879761,
54
+ "min": 0.5742224454879761,
55
+ "max": 3.045016050338745,
56
+ "count": 33
57
+ },
58
+ "Pyramids.Policy.CuriosityValueEstimate.sum": {
59
+ "value": 138.38760375976562,
60
+ "min": 136.74951171875,
61
+ "max": 733.848876953125,
62
+ "count": 33
63
+ },
64
+ "Pyramids.Losses.PolicyLoss.mean": {
65
+ "value": 0.02909161233032743,
66
+ "min": 0.028808268814140725,
67
+ "max": 0.04354854062143149,
68
+ "count": 33
69
+ },
70
+ "Pyramids.Losses.PolicyLoss.sum": {
71
+ "value": 0.14545806165163716,
72
+ "min": 0.136160298956163,
73
+ "max": 0.21774270310715746,
74
+ "count": 33
75
+ },
76
+ "Pyramids.Losses.ValueLoss.mean": {
77
+ "value": 0.001329722151470681,
78
+ "min": 0.0004763982726162243,
79
+ "max": 0.040207329172655154,
80
+ "count": 33
81
+ },
82
+ "Pyramids.Losses.ValueLoss.sum": {
83
+ "value": 0.006648610757353405,
84
+ "min": 0.0023819913630811216,
85
+ "max": 0.16082931669062062,
86
+ "count": 33
87
+ },
88
+ "Pyramids.Policy.LearningRate.mean": {
89
+ "value": 7.599277466940001e-06,
90
+ "min": 7.599277466940001e-06,
91
+ "max": 0.00029544960151680006,
92
+ "count": 33
93
+ },
94
+ "Pyramids.Policy.LearningRate.sum": {
95
+ "value": 3.7996387334700006e-05,
96
+ "min": 3.7996387334700006e-05,
97
+ "max": 0.0016110864629711996,
98
+ "count": 33
99
+ },
100
+ "Pyramids.Policy.Epsilon.mean": {
101
+ "value": 0.10253306,
102
+ "min": 0.10253306,
103
+ "max": 0.19848320000000003,
104
+ "count": 33
105
+ },
106
+ "Pyramids.Policy.Epsilon.sum": {
107
+ "value": 0.5126653,
108
+ "min": 0.5126653,
109
+ "max": 1.1370288000000002,
110
+ "count": 33
111
+ },
112
+ "Pyramids.Policy.Beta.mean": {
113
+ "value": 3.507729400000001e-05,
114
+ "min": 3.507729400000001e-05,
115
+ "max": 0.0009849836800000001,
116
+ "count": 33
117
+ },
118
+ "Pyramids.Policy.Beta.sum": {
119
+ "value": 0.00017538647000000002,
120
+ "min": 0.00017538647000000002,
121
+ "max": 0.00537658512,
122
+ "count": 33
123
+ },
124
+ "Pyramids.Losses.RNDLoss.mean": {
125
+ "value": 0.026291707530617714,
126
+ "min": 0.026291707530617714,
127
+ "max": 0.5129854679107666,
128
+ "count": 33
129
+ },
130
+ "Pyramids.Losses.RNDLoss.sum": {
131
+ "value": 0.13145853579044342,
132
+ "min": 0.13145853579044342,
133
+ "max": 2.3161582946777344,
134
+ "count": 33
135
+ },
136
+ "Pyramids.Losses.CuriosityForwardLoss.mean": {
137
+ "value": 0.054038520380854604,
138
+ "min": 0.054038520380854604,
139
+ "max": 0.5813339463519779,
140
+ "count": 33
141
+ },
142
+ "Pyramids.Losses.CuriosityForwardLoss.sum": {
143
+ "value": 0.270192601904273,
144
+ "min": 0.270192601904273,
145
+ "max": 2.3253357854079115,
146
+ "count": 33
147
+ },
148
+ "Pyramids.Losses.CuriosityInverseLoss.mean": {
149
+ "value": 0.11195765189826487,
150
+ "min": 0.10988195906910632,
151
+ "max": 1.0550547594373876,
152
+ "count": 33
153
+ },
154
+ "Pyramids.Losses.CuriosityInverseLoss.sum": {
155
+ "value": 0.5597882594913244,
156
+ "min": 0.5597882594913244,
157
+ "max": 4.22021903774955,
158
+ "count": 33
159
+ },
160
+ "Pyramids.Environment.EpisodeLength.mean": {
161
+ "value": 964.8064516129032,
162
+ "min": 804.5,
163
+ "max": 999.0,
164
+ "count": 33
165
+ },
166
+ "Pyramids.Environment.EpisodeLength.sum": {
167
+ "value": 29909.0,
168
+ "min": 15984.0,
169
+ "max": 33199.0,
170
+ "count": 33
171
+ },
172
+ "Pyramids.Environment.CumulativeReward.mean": {
173
+ "value": -0.7718323077405652,
174
+ "min": -1.0000000521540642,
175
+ "max": -0.09919416334699183,
176
+ "count": 33
177
+ },
178
+ "Pyramids.Environment.CumulativeReward.sum": {
179
+ "value": -23.926801539957523,
180
+ "min": -31.996801659464836,
181
+ "max": -3.372601553797722,
182
+ "count": 33
183
+ },
184
+ "Pyramids.Policy.ExtrinsicReward.mean": {
185
+ "value": -0.7718323077405652,
186
+ "min": -1.0000000521540642,
187
+ "max": -0.09919416334699183,
188
+ "count": 33
189
+ },
190
+ "Pyramids.Policy.ExtrinsicReward.sum": {
191
+ "value": -23.926801539957523,
192
+ "min": -31.996801659464836,
193
+ "max": -3.372601553797722,
194
+ "count": 33
195
+ },
196
+ "Pyramids.Policy.RndReward.mean": {
197
+ "value": 0.2740312070555745,
198
+ "min": 0.25448191026225686,
199
+ "max": 6.806104302406311,
200
+ "count": 33
201
+ },
202
+ "Pyramids.Policy.RndReward.sum": {
203
+ "value": 8.494967418722808,
204
+ "min": 7.634457307867706,
205
+ "max": 175.9811226129532,
206
+ "count": 33
207
+ },
208
+ "Pyramids.Policy.CuriosityReward.mean": {
209
+ "value": 5.350721614014718,
210
+ "min": 5.3234859297672905,
211
+ "max": 42.04442534727209,
212
+ "count": 33
213
+ },
214
+ "Pyramids.Policy.CuriosityReward.sum": {
215
+ "value": 165.87237003445625,
216
+ "min": 159.70457789301872,
217
+ "max": 1429.510461807251,
218
+ "count": 33
219
+ },
220
+ "Pyramids.IsTraining.mean": {
221
+ "value": 1.0,
222
+ "min": 1.0,
223
+ "max": 1.0,
224
+ "count": 33
225
+ },
226
+ "Pyramids.IsTraining.sum": {
227
+ "value": 1.0,
228
+ "min": 1.0,
229
+ "max": 1.0,
230
+ "count": 33
231
+ }
232
+ },
233
+ "metadata": {
234
+ "timer_format_version": "0.1.0",
235
+ "start_time_seconds": "1676560841",
236
+ "python_version": "3.8.10 (default, Nov 14 2022, 12:59:47) \n[GCC 9.4.0]",
237
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training 2 --no-graphics",
238
+ "mlagents_version": "0.29.0.dev0",
239
+ "mlagents_envs_version": "0.29.0.dev0",
240
+ "communication_protocol_version": "1.5.0",
241
+ "pytorch_version": "1.8.1+cu102",
242
+ "numpy_version": "1.21.6",
243
+ "end_time_seconds": "1676563000"
244
+ },
245
+ "total": 2159.1076753690004,
246
+ "count": 1,
247
+ "self": 0.47553678899930674,
248
+ "children": {
249
+ "run_training.setup": {
250
+ "total": 0.12349426800028596,
251
+ "count": 1,
252
+ "self": 0.12349426800028596
253
+ },
254
+ "TrainerController.start_learning": {
255
+ "total": 2158.508644312001,
256
+ "count": 1,
257
+ "self": 1.3994665169266227,
258
+ "children": {
259
+ "TrainerController._reset_env": {
260
+ "total": 7.210593030000382,
261
+ "count": 1,
262
+ "self": 7.210593030000382
263
+ },
264
+ "TrainerController.advance": {
265
+ "total": 2149.809942970074,
266
+ "count": 62930,
267
+ "self": 1.4435820270491604,
268
+ "children": {
269
+ "env_step": {
270
+ "total": 1445.1240899059467,
271
+ "count": 62930,
272
+ "self": 1329.0530054199216,
273
+ "children": {
274
+ "SubprocessEnvManager._take_step": {
275
+ "total": 115.2503089261254,
276
+ "count": 62930,
277
+ "self": 4.758791506123998,
278
+ "children": {
279
+ "TorchPolicy.evaluate": {
280
+ "total": 110.4915174200014,
281
+ "count": 62561,
282
+ "self": 36.89906582790354,
283
+ "children": {
284
+ "TorchPolicy.sample_actions": {
285
+ "total": 73.59245159209786,
286
+ "count": 62561,
287
+ "self": 73.59245159209786
288
+ }
289
+ }
290
+ }
291
+ }
292
+ },
293
+ "workers": {
294
+ "total": 0.82077555989963,
295
+ "count": 62930,
296
+ "self": 0.0,
297
+ "children": {
298
+ "worker_root": {
299
+ "total": 2153.7299986752214,
300
+ "count": 62930,
301
+ "is_parallel": true,
302
+ "self": 939.2318687921997,
303
+ "children": {
304
+ "run_training.setup": {
305
+ "total": 0.0,
306
+ "count": 0,
307
+ "is_parallel": true,
308
+ "self": 0.0,
309
+ "children": {
310
+ "steps_from_proto": {
311
+ "total": 0.0020292749995860504,
312
+ "count": 1,
313
+ "is_parallel": true,
314
+ "self": 0.0007508389981012442,
315
+ "children": {
316
+ "_process_rank_one_or_two_observation": {
317
+ "total": 0.0012784360014848062,
318
+ "count": 8,
319
+ "is_parallel": true,
320
+ "self": 0.0012784360014848062
321
+ }
322
+ }
323
+ },
324
+ "UnityEnvironment.step": {
325
+ "total": 0.04860341199946561,
326
+ "count": 1,
327
+ "is_parallel": true,
328
+ "self": 0.0007584909990328015,
329
+ "children": {
330
+ "UnityEnvironment._generate_step_input": {
331
+ "total": 0.0005181970000194269,
332
+ "count": 1,
333
+ "is_parallel": true,
334
+ "self": 0.0005181970000194269
335
+ },
336
+ "communicator.exchange": {
337
+ "total": 0.04565544300021429,
338
+ "count": 1,
339
+ "is_parallel": true,
340
+ "self": 0.04565544300021429
341
+ },
342
+ "steps_from_proto": {
343
+ "total": 0.0016712810001990874,
344
+ "count": 1,
345
+ "is_parallel": true,
346
+ "self": 0.00040697900021768874,
347
+ "children": {
348
+ "_process_rank_one_or_two_observation": {
349
+ "total": 0.0012643019999813987,
350
+ "count": 8,
351
+ "is_parallel": true,
352
+ "self": 0.0012643019999813987
353
+ }
354
+ }
355
+ }
356
+ }
357
+ }
358
+ }
359
+ },
360
+ "UnityEnvironment.step": {
361
+ "total": 1214.4981298830216,
362
+ "count": 62929,
363
+ "is_parallel": true,
364
+ "self": 31.409194018135167,
365
+ "children": {
366
+ "UnityEnvironment._generate_step_input": {
367
+ "total": 23.935441597883255,
368
+ "count": 62929,
369
+ "is_parallel": true,
370
+ "self": 23.935441597883255
371
+ },
372
+ "communicator.exchange": {
373
+ "total": 1055.1223136239896,
374
+ "count": 62929,
375
+ "is_parallel": true,
376
+ "self": 1055.1223136239896
377
+ },
378
+ "steps_from_proto": {
379
+ "total": 104.03118064301361,
380
+ "count": 62929,
381
+ "is_parallel": true,
382
+ "self": 23.448206617877076,
383
+ "children": {
384
+ "_process_rank_one_or_two_observation": {
385
+ "total": 80.58297402513654,
386
+ "count": 503432,
387
+ "is_parallel": true,
388
+ "self": 80.58297402513654
389
+ }
390
+ }
391
+ }
392
+ }
393
+ }
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
399
+ },
400
+ "trainer_advance": {
401
+ "total": 703.2422710370784,
402
+ "count": 62930,
403
+ "self": 2.2271853410020412,
404
+ "children": {
405
+ "process_trajectory": {
406
+ "total": 187.03582389406893,
407
+ "count": 62930,
408
+ "self": 186.76798699206847,
409
+ "children": {
410
+ "RLTrainer._checkpoint": {
411
+ "total": 0.26783690200045385,
412
+ "count": 2,
413
+ "self": 0.26783690200045385
414
+ }
415
+ }
416
+ },
417
+ "_update_policy": {
418
+ "total": 513.9792618020074,
419
+ "count": 180,
420
+ "self": 241.91819204698822,
421
+ "children": {
422
+ "TorchPPOOptimizer.update": {
423
+ "total": 272.06106975501916,
424
+ "count": 5679,
425
+ "self": 272.06106975501916
426
+ }
427
+ }
428
+ }
429
+ }
430
+ }
431
+ }
432
+ },
433
+ "trainer_threads": {
434
+ "total": 9.369996405439451e-07,
435
+ "count": 1,
436
+ "self": 9.369996405439451e-07
437
+ },
438
+ "TrainerController._save_models": {
439
+ "total": 0.08864085799996246,
440
+ "count": 1,
441
+ "self": 0.001518477999525203,
442
+ "children": {
443
+ "RLTrainer._checkpoint": {
444
+ "total": 0.08712238000043726,
445
+ "count": 1,
446
+ "self": 0.08712238000043726
447
+ }
448
+ }
449
+ }
450
+ }
451
+ }
452
+ }
453
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pyramids": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499935,
6
+ "file_path": "results/Pyramids Training 2/Pyramids/Pyramids-499935.onnx",
7
+ "reward": null,
8
+ "creation_time": 1676561918.2570007,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training 2/Pyramids/Pyramids-499935.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999894,
15
+ "file_path": "results/Pyramids Training 2/Pyramids/Pyramids-999894.onnx",
16
+ "reward": -0.1372667079170545,
17
+ "creation_time": 1676562999.7613337,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training 2/Pyramids/Pyramids-999894.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1000150,
24
+ "file_path": "results/Pyramids Training 2/Pyramids/Pyramids-1000150.onnx",
25
+ "reward": -0.1372667079170545,
26
+ "creation_time": 1676562999.884898,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training 2/Pyramids/Pyramids-1000150.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 1000150,
34
+ "file_path": "results/Pyramids Training 2/Pyramids.onnx",
35
+ "reward": -0.1372667079170545,
36
+ "creation_time": 1676562999.884898,
37
+ "auxillary_file_paths": [
38
+ "results/Pyramids Training 2/Pyramids/Pyramids-1000150.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.29.0.dev0",
45
+ "torch_version": "1.8.1+cu102"
46
+ }
47
+ }