chavicoski commited on
Commit
0fcb80a
1 Parent(s): 96ec5a4

Pyramids agent trained for 2000000 steps

Browse files
Pyramids.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d2aaec178f7311bbd67c3f744f5d1483f41214603c97733bc12659a4e998d7
3
+ size 1417437
Pyramids/Pyramids-1499873.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792ea7c1c562e5a02faf3e64b6f4d84496cccb77725e57fe84e7102b7a179a36
3
+ size 1417437
Pyramids/Pyramids-1499873.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21d9f7e2f3ab00e0ae8ed98eb971cf42036a97d2529709c114d331aaef68ca27
3
+ size 8652884
Pyramids/Pyramids-1999938.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d2aaec178f7311bbd67c3f744f5d1483f41214603c97733bc12659a4e998d7
3
+ size 1417437
Pyramids/Pyramids-1999938.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bafd24cb3b3467eee195e1adad356a37a8848ca366cdc289532f9676c18d02d
3
+ size 8652884
Pyramids/Pyramids-2000066.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d2aaec178f7311bbd67c3f744f5d1483f41214603c97733bc12659a4e998d7
3
+ size 1417437
Pyramids/Pyramids-2000066.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:893ec5566e0b01bd36696b80f45f1902b133b7a97e3bc586bc7efdbe21e82dad
3
+ size 8652884
Pyramids/Pyramids-499917.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:599ea0e0817c10d1d433cc5d8380f72980282fc285ae58aed9d3e43eff2800bf
3
+ size 1417437
Pyramids/Pyramids-499917.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:979ae0e9a036b9d813e166204cf9927daa48340566eee3dd1a88efca4da15bc6
3
+ size 8652884
Pyramids/Pyramids-999915.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d28e6daf0505f25a958cd20c03900c7f1bdd0c14307dee91dac04005714ff5
3
+ size 1417437
Pyramids/Pyramids-999915.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c85b3c7a37b560bec0f4f0c19560567660d3fe9a6917b96daab7a7d66be1b853
3
+ size 8652884
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:893ec5566e0b01bd36696b80f45f1902b133b7a97e3bc586bc7efdbe21e82dad
3
+ size 8652884
Pyramids/events.out.tfevents.1673696561.1879e945842f.8.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f038f2c2bc1a5ba264a160a0ec383a39ffceaf4975af75d9e1c8cf8e786f3a83
3
+ size 618204
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: chavicoski/ppo-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": 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": 2000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "ml-agents/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": "2023-01-14_11-42-40", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "./src/runs/train"}, "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: 512
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: 2000000
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: ml-agents/training-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: 2023-01-14_11-42-40
79
+ initialize_from: null
80
+ load_model: false
81
+ resume: false
82
+ force: false
83
+ train_model: false
84
+ inference: false
85
+ results_dir: ./src/runs/train
86
+ torch_settings:
87
+ device: null
88
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/workspace/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.23.0.2
4
+ Multi-casting "[IP] 172.23.0.2 [Port] 55267 [Flags] 2 [Guid] 313835042 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,172.23.0.2) [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
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
8
+ PlayerPrefs - Creating folder: /root/.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 /workspace/ml-agents/training-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.047 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: 'Legacy Shaders/Diffuse' - 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 Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
28
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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: 'ML-Agents/GridPattern' - 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 ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
35
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - 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: 'Standard' - 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 Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'Standard' - 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: 'Autodesk Interactive' - 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 Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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.407601 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 16 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]: 5335 frames, [32.0 KB-64.0 KB]: 24802 frames, [64.0 KB-128.0 KB]: 7380 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_Job.Worker 18]
66
+ Initial Block Size 256.0 KB
67
+ Current Block Size 256.0 KB
68
+ Peak Allocated Bytes 0 B
69
+ Overflow Count 0
70
+ [ALLOC_TEMP_Background Job.Worker 8]
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_Job.Worker 4]
76
+ Initial Block Size 256.0 KB
77
+ Current Block Size 256.0 KB
78
+ Peak Allocated Bytes 0 B
79
+ Overflow Count 0
80
+ [ALLOC_TEMP_Job.Worker 27]
81
+ Initial Block Size 256.0 KB
82
+ Current Block Size 256.0 KB
83
+ Peak Allocated Bytes 0 B
84
+ Overflow Count 0
85
+ [ALLOC_TEMP_AUDIO_FMOD mixer thread]
86
+ Initial Block Size 64.0 KB
87
+ Current Block Size 64.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_Job.Worker 21]
106
+ Initial Block Size 256.0 KB
107
+ Current Block Size 256.0 KB
108
+ Peak Allocated Bytes 0 B
109
+ Overflow Count 0
110
+ [ALLOC_TEMP_Job.Worker 25]
111
+ Initial Block Size 256.0 KB
112
+ Current Block Size 256.0 KB
113
+ Peak Allocated Bytes 0 B
114
+ Overflow Count 0
115
+ [ALLOC_TEMP_Job.Worker 13]
116
+ Initial Block Size 256.0 KB
117
+ Current Block Size 256.0 KB
118
+ Peak Allocated Bytes 0 B
119
+ Overflow Count 0
120
+ [ALLOC_TEMP_Background Job.Worker 2]
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 22]
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_Job.Worker 10]
131
+ Initial Block Size 256.0 KB
132
+ Current Block Size 256.0 KB
133
+ Peak Allocated Bytes 0 B
134
+ Overflow Count 0
135
+ [ALLOC_TEMP_Job.Worker 15]
136
+ Initial Block Size 256.0 KB
137
+ Current Block Size 256.0 KB
138
+ Peak Allocated Bytes 0 B
139
+ Overflow Count 0
140
+ [ALLOC_TEMP_Job.Worker 12]
141
+ Initial Block Size 256.0 KB
142
+ Current Block Size 256.0 KB
143
+ Peak Allocated Bytes 0 B
144
+ Overflow Count 0
145
+ [ALLOC_TEMP_Loading.PreloadManager]
146
+ Initial Block Size 256.0 KB
147
+ Current Block Size 320.0 KB
148
+ Peak Allocated Bytes 251.5 KB
149
+ Overflow Count 4
150
+ [ALLOC_TEMP_Profiler.Dispatcher]
151
+ Initial Block Size 64.0 KB
152
+ Current Block Size 64.0 KB
153
+ Peak Allocated Bytes 7.5 KB
154
+ Overflow Count 0
155
+ [ALLOC_TEMP_Job.Worker 14]
156
+ Initial Block Size 256.0 KB
157
+ Current Block Size 256.0 KB
158
+ Peak Allocated Bytes 0 B
159
+ Overflow Count 0
160
+ [ALLOC_TEMP_Job.Worker 17]
161
+ Initial Block Size 256.0 KB
162
+ Current Block Size 256.0 KB
163
+ Peak Allocated Bytes 0 B
164
+ Overflow Count 0
165
+ [ALLOC_TEMP_Job.Worker 3]
166
+ Initial Block Size 256.0 KB
167
+ Current Block Size 256.0 KB
168
+ Peak Allocated Bytes 0 B
169
+ Overflow Count 0
170
+ [ALLOC_TEMP_Background Job.Worker 5]
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_Background Job.Worker 13]
176
+ Initial Block Size 32.0 KB
177
+ Current Block Size 32.0 KB
178
+ Peak Allocated Bytes 0 B
179
+ Overflow Count 0
180
+ [ALLOC_TEMP_Job.Worker 2]
181
+ Initial Block Size 256.0 KB
182
+ Current Block Size 256.0 KB
183
+ Peak Allocated Bytes 0 B
184
+ Overflow Count 0
185
+ [ALLOC_TEMP_Job.Worker 11]
186
+ Initial Block Size 256.0 KB
187
+ Current Block Size 256.0 KB
188
+ Peak Allocated Bytes 0 B
189
+ Overflow Count 0
190
+ [ALLOC_TEMP_Job.Worker 6]
191
+ Initial Block Size 256.0 KB
192
+ Current Block Size 256.0 KB
193
+ Peak Allocated Bytes 0 B
194
+ Overflow Count 0
195
+ [ALLOC_TEMP_Job.Worker 5]
196
+ Initial Block Size 256.0 KB
197
+ Current Block Size 256.0 KB
198
+ Peak Allocated Bytes 0 B
199
+ Overflow Count 0
200
+ [ALLOC_TEMP_Job.Worker 0]
201
+ Initial Block Size 256.0 KB
202
+ Current Block Size 256.0 KB
203
+ Peak Allocated Bytes 0 B
204
+ Overflow Count 0
205
+ [ALLOC_TEMP_EnlightenWorker] x 16
206
+ Initial Block Size 64.0 KB
207
+ Current Block Size 64.0 KB
208
+ Peak Allocated Bytes 0 B
209
+ Overflow Count 0
210
+ [ALLOC_TEMP_Job.Worker 9]
211
+ Initial Block Size 256.0 KB
212
+ Current Block Size 256.0 KB
213
+ Peak Allocated Bytes 0 B
214
+ Overflow Count 0
215
+ [ALLOC_TEMP_Background Job.Worker 9]
216
+ Initial Block Size 32.0 KB
217
+ Current Block Size 32.0 KB
218
+ Peak Allocated Bytes 0 B
219
+ Overflow Count 0
220
+ [ALLOC_TEMP_Loading.AsyncRead]
221
+ Initial Block Size 64.0 KB
222
+ Current Block Size 64.0 KB
223
+ Peak Allocated Bytes 128 B
224
+ Overflow Count 0
225
+ [ALLOC_TEMP_Background Job.Worker 10]
226
+ Initial Block Size 32.0 KB
227
+ Current Block Size 32.0 KB
228
+ Peak Allocated Bytes 0 B
229
+ Overflow Count 0
230
+ [ALLOC_TEMP_Job.Worker 16]
231
+ Initial Block Size 256.0 KB
232
+ Current Block Size 256.0 KB
233
+ Peak Allocated Bytes 0 B
234
+ Overflow Count 0
235
+ [ALLOC_TEMP_Background Job.Worker 6]
236
+ Initial Block Size 32.0 KB
237
+ Current Block Size 32.0 KB
238
+ Peak Allocated Bytes 0 B
239
+ Overflow Count 0
240
+ [ALLOC_TEMP_Background Job.Worker 1]
241
+ Initial Block Size 32.0 KB
242
+ Current Block Size 32.0 KB
243
+ Peak Allocated Bytes 0 B
244
+ Overflow Count 0
245
+ [ALLOC_TEMP_Job.Worker 20]
246
+ Initial Block Size 256.0 KB
247
+ Current Block Size 256.0 KB
248
+ Peak Allocated Bytes 0 B
249
+ Overflow Count 0
250
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
251
+ Initial Block Size 64.0 KB
252
+ Current Block Size 64.0 KB
253
+ Peak Allocated Bytes 0 B
254
+ Overflow Count 0
255
+ [ALLOC_TEMP_Job.Worker 26]
256
+ Initial Block Size 256.0 KB
257
+ Current Block Size 256.0 KB
258
+ Peak Allocated Bytes 0.8 KB
259
+ Overflow Count 0
260
+ [ALLOC_TEMP_Job.Worker 30]
261
+ Initial Block Size 256.0 KB
262
+ Current Block Size 256.0 KB
263
+ Peak Allocated Bytes 0 B
264
+ Overflow Count 0
265
+ [ALLOC_TEMP_Job.Worker 29]
266
+ Initial Block Size 256.0 KB
267
+ Current Block Size 256.0 KB
268
+ Peak Allocated Bytes 0 B
269
+ Overflow Count 0
270
+ [ALLOC_TEMP_Background Job.Worker 15]
271
+ Initial Block Size 32.0 KB
272
+ Current Block Size 32.0 KB
273
+ Peak Allocated Bytes 0 B
274
+ Overflow Count 0
275
+ [ALLOC_TEMP_Background Job.Worker 7]
276
+ Initial Block Size 32.0 KB
277
+ Current Block Size 32.0 KB
278
+ Peak Allocated Bytes 0 B
279
+ Overflow Count 0
280
+ [ALLOC_TEMP_Job.Worker 8]
281
+ Initial Block Size 256.0 KB
282
+ Current Block Size 256.0 KB
283
+ Peak Allocated Bytes 0 B
284
+ Overflow Count 0
285
+ [ALLOC_TEMP_Job.Worker 1]
286
+ Initial Block Size 256.0 KB
287
+ Current Block Size 256.0 KB
288
+ Peak Allocated Bytes 0 B
289
+ Overflow Count 0
290
+ [ALLOC_TEMP_Job.Worker 23]
291
+ Initial Block Size 256.0 KB
292
+ Current Block Size 256.0 KB
293
+ Peak Allocated Bytes 0 B
294
+ Overflow Count 0
295
+ [ALLOC_TEMP_Job.Worker 24]
296
+ Initial Block Size 256.0 KB
297
+ Current Block Size 256.0 KB
298
+ Peak Allocated Bytes 0 B
299
+ Overflow Count 0
300
+ [ALLOC_TEMP_Background Job.Worker 12]
301
+ Initial Block Size 32.0 KB
302
+ Current Block Size 32.0 KB
303
+ Peak Allocated Bytes 0 B
304
+ Overflow Count 0
305
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 31
306
+ Initial Block Size 64.0 KB
307
+ Current Block Size 64.0 KB
308
+ Peak Allocated Bytes 0 B
309
+ Overflow Count 0
310
+ [ALLOC_TEMP_Background Job.Worker 0]
311
+ Initial Block Size 32.0 KB
312
+ Current Block Size 32.0 KB
313
+ Peak Allocated Bytes 0 B
314
+ Overflow Count 0
315
+ [ALLOC_TEMP_Background Job.Worker 4]
316
+ Initial Block Size 32.0 KB
317
+ Current Block Size 32.0 KB
318
+ Peak Allocated Bytes 0 B
319
+ Overflow Count 0
320
+ [ALLOC_TEMP_Background Job.Worker 14]
321
+ Initial Block Size 32.0 KB
322
+ Current Block Size 32.0 KB
323
+ Peak Allocated Bytes 0 B
324
+ Overflow Count 0
325
+ [ALLOC_TEMP_Job.Worker 28]
326
+ Initial Block Size 256.0 KB
327
+ Current Block Size 256.0 KB
328
+ Peak Allocated Bytes 0 B
329
+ Overflow Count 0
330
+ [ALLOC_TEMP_Job.Worker 7]
331
+ Initial Block Size 256.0 KB
332
+ Current Block Size 256.0 KB
333
+ Peak Allocated Bytes 0 B
334
+ Overflow Count 0
335
+ [ALLOC_TEMP_Job.Worker 19]
336
+ Initial Block Size 256.0 KB
337
+ Current Block Size 256.0 KB
338
+ Peak Allocated Bytes 0 B
339
+ Overflow Count 0
340
+ [ALLOC_MEMORYPROFILER]
341
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 37219 frames
342
+ Requested Block Size 1.0 MB
343
+ Peak Block count 2
344
+ Peak Allocated memory 1.6 MB
345
+ Peak Large allocation bytes 0 B
346
+ [ALLOC_DEFAULT] Dual Thread Allocator
347
+ Peak main deferred allocation count 10285
348
+ [ALLOC_BUCKET]
349
+ Large Block size 4.0 MB
350
+ Used Block count 1
351
+ Peak Allocated bytes 1.7 MB
352
+ [ALLOC_DEFAULT_MAIN]
353
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 37516 frames, [32.0 MB-64.0 MB]: 1 frames
354
+ Requested Block Size 16.0 MB
355
+ Peak Block count 3
356
+ Peak Allocated memory 32.6 MB
357
+ Peak Large allocation bytes 0 B
358
+ [ALLOC_DEFAULT_THREAD]
359
+ Peak usage frame count: [16.0 MB-32.0 MB]: 37518 frames
360
+ Requested Block Size 16.0 MB
361
+ Peak Block count 1
362
+ Peak Allocated memory 30.1 MB
363
+ Peak Large allocation bytes 16.0 MB
364
+ [ALLOC_TEMP_JOB_1_FRAME]
365
+ Initial Block Size 2.0 MB
366
+ Used Block Count 1
367
+ Overflow Count (too large) 0
368
+ Overflow Count (full) 0
369
+ [ALLOC_TEMP_JOB_2_FRAMES]
370
+ Initial Block Size 2.0 MB
371
+ Used Block Count 1
372
+ Overflow Count (too large) 0
373
+ Overflow Count (full) 0
374
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
375
+ Initial Block Size 2.0 MB
376
+ Used Block Count 2
377
+ Overflow Count (too large) 0
378
+ Overflow Count (full) 0
379
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
380
+ Initial Block Size 1.0 MB
381
+ Used Block Count 3
382
+ Overflow Count (too large) 0
383
+ Overflow Count (full) 0
384
+ [ALLOC_GFX] Dual Thread Allocator
385
+ Peak main deferred allocation count 0
386
+ [ALLOC_BUCKET]
387
+ Large Block size 4.0 MB
388
+ Used Block count 1
389
+ Peak Allocated bytes 1.7 MB
390
+ [ALLOC_GFX_MAIN]
391
+ Peak usage frame count: [32.0 KB-64.0 KB]: 37517 frames, [64.0 KB-128.0 KB]: 1 frames
392
+ Requested Block Size 16.0 MB
393
+ Peak Block count 1
394
+ Peak Allocated memory 67.0 KB
395
+ Peak Large allocation bytes 0 B
396
+ [ALLOC_GFX_THREAD]
397
+ Peak usage frame count: [64.0 KB-128.0 KB]: 37518 frames
398
+ Requested Block Size 16.0 MB
399
+ Peak Block count 1
400
+ Peak Allocated memory 67.7 KB
401
+ Peak Large allocation bytes 0 B
402
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
403
+ Peak main deferred allocation count 1
404
+ [ALLOC_BUCKET]
405
+ Large Block size 4.0 MB
406
+ Used Block count 1
407
+ Peak Allocated bytes 1.7 MB
408
+ [ALLOC_CACHEOBJECTS_MAIN]
409
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 37219 frames
410
+ Requested Block Size 4.0 MB
411
+ Peak Block count 1
412
+ Peak Allocated memory 1.4 MB
413
+ Peak Large allocation bytes 0 B
414
+ [ALLOC_CACHEOBJECTS_THREAD]
415
+ Peak usage frame count: [1.0 MB-2.0 MB]: 37517 frames, [4.0 MB-8.0 MB]: 1 frames
416
+ Requested Block Size 4.0 MB
417
+ Peak Block count 2
418
+ Peak Allocated memory 4.7 MB
419
+ Peak Large allocation bytes 0 B
420
+ [ALLOC_TYPETREE] Dual Thread Allocator
421
+ Peak main deferred allocation count 0
422
+ [ALLOC_BUCKET]
423
+ Large Block size 4.0 MB
424
+ Used Block count 1
425
+ Peak Allocated bytes 1.7 MB
426
+ [ALLOC_TYPETREE_MAIN]
427
+ Peak usage frame count: [0-1.0 KB]: 37518 frames
428
+ Requested Block Size 2.0 MB
429
+ Peak Block count 1
430
+ Peak Allocated memory 1.0 KB
431
+ Peak Large allocation bytes 0 B
432
+ [ALLOC_TYPETREE_THREAD]
433
+ Peak usage frame count: [1.0 KB-2.0 KB]: 37518 frames
434
+ Requested Block Size 2.0 MB
435
+ Peak Block count 1
436
+ Peak Allocated memory 1.9 KB
437
+ Peak Large allocation bytes 0 B
438
+ [ALLOC_PROFILER]
439
+ Peak usage frame count: [32.0 KB-64.0 KB]: 37518 frames
440
+ Requested Block Size 16.0 MB
441
+ Peak Block count 1
442
+ Peak Allocated memory 54.0 KB
443
+ Peak Large allocation bytes 0 B
444
+ [ALLOC_PROFILER_BUCKET]
445
+ Large Block size 4.0 MB
446
+ Used Block count 1
447
+ Peak Allocated bytes 396 B
448
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1673702759729,"processId":83,"allocatedMemory":2006163,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":35300},{"Manager":33547},{"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":3453},{"DynamicArray":30868},{"HashMap":7680},{"Utility":13600},{"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.32007652521133423,
6
+ "min": 0.3051259219646454,
7
+ "max": 1.4022296667099,
8
+ "count": 66
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 9515.2353515625,
12
+ "min": 9111.4775390625,
13
+ "max": 42538.0390625,
14
+ "count": 66
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 1979873.0,
18
+ "min": 29952.0,
19
+ "max": 1979873.0,
20
+ "count": 66
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 1979873.0,
24
+ "min": 29952.0,
25
+ "max": 1979873.0,
26
+ "count": 66
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.6806299686431885,
30
+ "min": -0.17591340839862823,
31
+ "max": 0.6806299686431885,
32
+ "count": 66
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 196.02142333984375,
36
+ "min": -42.571044921875,
37
+ "max": 196.02142333984375,
38
+ "count": 66
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": 0.057078585028648376,
42
+ "min": -0.1636228710412979,
43
+ "max": 0.7392935156822205,
44
+ "count": 66
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": 16.43863296508789,
48
+ "min": -42.05107879638672,
49
+ "max": 178.90902709960938,
50
+ "count": 66
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.030852792601633285,
54
+ "min": 0.027895903783029922,
55
+ "max": 0.03879610501264608,
56
+ "count": 66
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.431939096422866,
60
+ "min": 0.2715727350885226,
61
+ "max": 0.5005986023461445,
62
+ "count": 66
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.015173682466238026,
66
+ "min": 0.00030356136302520423,
67
+ "max": 0.023597058529655136,
68
+ "count": 66
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.21243155452733237,
72
+ "min": 0.003946297719327655,
73
+ "max": 0.3303588194151719,
74
+ "count": 66
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 5.206566121653567e-06,
78
+ "min": 5.206566121653567e-06,
79
+ "max": 0.0002975753150939428,
80
+ "count": 66
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 7.289192570314993e-05,
84
+ "min": 7.289192570314993e-05,
85
+ "max": 0.003696603367798899,
86
+ "count": 66
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.1017354892857143,
90
+ "min": 0.1017354892857143,
91
+ "max": 0.1991917714285714,
92
+ "count": 66
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4242968500000002,
96
+ "min": 1.3943423999999998,
97
+ "max": 2.5795339,
98
+ "count": 66
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 0.00018337537964285703,
102
+ "min": 0.00018337537964285703,
103
+ "max": 0.009919257965714285,
104
+ "count": 66
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0025672553149999984,
108
+ "min": 0.0025672553149999984,
109
+ "max": 0.12322688989,
110
+ "count": 66
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.012603439390659332,
114
+ "min": 0.012603439390659332,
115
+ "max": 1.0250335931777954,
116
+ "count": 66
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.17644815146923065,
120
+ "min": 0.17644815146923065,
121
+ "max": 7.175234794616699,
122
+ "count": 66
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 288.0761904761905,
126
+ "min": 279.44545454545454,
127
+ "max": 999.0,
128
+ "count": 66
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 30248.0,
132
+ "min": 15984.0,
133
+ "max": 33534.0,
134
+ "count": 66
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.6928666477402052,
138
+ "min": -1.0000000521540642,
139
+ "max": 1.7067744901367263,
140
+ "count": 66
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 177.75099801272154,
144
+ "min": -31.9904016405344,
145
+ "max": 185.6325981914997,
146
+ "count": 66
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.6928666477402052,
150
+ "min": -1.0000000521540642,
151
+ "max": 1.7067744901367263,
152
+ "count": 66
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 177.75099801272154,
156
+ "min": -31.9904016405344,
157
+ "max": 185.6325981914997,
158
+ "count": 66
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.0367499168844439,
162
+ "min": 0.0367499168844439,
163
+ "max": 10.789079509675503,
164
+ "count": 66
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 3.8587412728666095,
168
+ "min": 3.7383562036557123,
169
+ "max": 305.6231389567256,
170
+ "count": 66
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 66
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 66
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1673696560",
188
+ "python_version": "3.8.8 (default, Feb 24 2021, 21:46:12) \n[GCC 7.3.0]",
189
+ "command_line_arguments": "/opt/conda/bin/mlagents-learn ./src/Pyramids_params.yaml --env=ml-agents/training-envs-executables/linux/Pyramids/Pyramids --run-id=2023-01-14_11-42-40 --results-dir=./src/runs/train --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",
194
+ "numpy_version": "1.19.2",
195
+ "end_time_seconds": "1673702759"
196
+ },
197
+ "total": 6198.849485931001,
198
+ "count": 1,
199
+ "self": 0.21971711200058053,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.023255456999322632,
203
+ "count": 1,
204
+ "self": 0.023255456999322632
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 6198.606513362001,
208
+ "count": 1,
209
+ "self": 1.8211633099617757,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 1.5075983500009897,
213
+ "count": 1,
214
+ "self": 1.5075983500009897
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 6195.222886185042,
218
+ "count": 128351,
219
+ "self": 1.6776715021969721,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 5365.760370755066,
223
+ "count": 128351,
224
+ "self": 5236.600336192678,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 128.00788976396143,
228
+ "count": 128351,
229
+ "self": 4.9586700568634114,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 123.04921970709802,
233
+ "count": 125058,
234
+ "self": 44.3349472129139,
235
+ "children": {
236
+ "TorchPolicy.sample_actions": {
237
+ "total": 78.71427249418412,
238
+ "count": 125058,
239
+ "self": 78.71427249418412
240
+ }
241
+ }
242
+ }
243
+ }
244
+ },
245
+ "workers": {
246
+ "total": 1.1521447984268889,
247
+ "count": 128351,
248
+ "self": 0.0,
249
+ "children": {
250
+ "worker_root": {
251
+ "total": 6195.741052330599,
252
+ "count": 128351,
253
+ "is_parallel": true,
254
+ "self": 1081.9337445352849,
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.002637784000398824,
264
+ "count": 1,
265
+ "is_parallel": true,
266
+ "self": 0.000386405001336243,
267
+ "children": {
268
+ "_process_rank_one_or_two_observation": {
269
+ "total": 0.002251378999062581,
270
+ "count": 8,
271
+ "is_parallel": true,
272
+ "self": 0.002251378999062581
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 0.07313721399987116,
278
+ "count": 1,
279
+ "is_parallel": true,
280
+ "self": 0.00011416099914640654,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 0.0007473969999409746,
284
+ "count": 1,
285
+ "is_parallel": true,
286
+ "self": 0.0007473969999409746
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 0.07079669199993077,
290
+ "count": 1,
291
+ "is_parallel": true,
292
+ "self": 0.07079669199993077
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 0.0014789640008530114,
296
+ "count": 1,
297
+ "is_parallel": true,
298
+ "self": 0.0001723120021779323,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 0.001306651998675079,
302
+ "count": 8,
303
+ "is_parallel": true,
304
+ "self": 0.001306651998675079
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ },
312
+ "UnityEnvironment.step": {
313
+ "total": 5113.807307795314,
314
+ "count": 128350,
315
+ "is_parallel": true,
316
+ "self": 16.010276674987836,
317
+ "children": {
318
+ "UnityEnvironment._generate_step_input": {
319
+ "total": 80.38447206915589,
320
+ "count": 128350,
321
+ "is_parallel": true,
322
+ "self": 80.38447206915589
323
+ },
324
+ "communicator.exchange": {
325
+ "total": 4793.556476415984,
326
+ "count": 128350,
327
+ "is_parallel": true,
328
+ "self": 4793.556476415984
329
+ },
330
+ "steps_from_proto": {
331
+ "total": 223.85608263518589,
332
+ "count": 128350,
333
+ "is_parallel": true,
334
+ "self": 24.30612519753595,
335
+ "children": {
336
+ "_process_rank_one_or_two_observation": {
337
+ "total": 199.54995743764994,
338
+ "count": 1026800,
339
+ "is_parallel": true,
340
+ "self": 199.54995743764994
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ }
349
+ }
350
+ }
351
+ },
352
+ "trainer_advance": {
353
+ "total": 827.7848439277786,
354
+ "count": 128351,
355
+ "self": 3.1724225597354234,
356
+ "children": {
357
+ "process_trajectory": {
358
+ "total": 228.78922193700055,
359
+ "count": 128351,
360
+ "self": 228.55384613300157,
361
+ "children": {
362
+ "RLTrainer._checkpoint": {
363
+ "total": 0.23537580399897706,
364
+ "count": 4,
365
+ "self": 0.23537580399897706
366
+ }
367
+ }
368
+ },
369
+ "_update_policy": {
370
+ "total": 595.8231994310427,
371
+ "count": 920,
372
+ "self": 333.56636655004695,
373
+ "children": {
374
+ "TorchPPOOptimizer.update": {
375
+ "total": 262.2568328809957,
376
+ "count": 11268,
377
+ "self": 262.2568328809957
378
+ }
379
+ }
380
+ }
381
+ }
382
+ }
383
+ }
384
+ },
385
+ "trainer_threads": {
386
+ "total": 6.799982656957582e-07,
387
+ "count": 1,
388
+ "self": 6.799982656957582e-07
389
+ },
390
+ "TrainerController._save_models": {
391
+ "total": 0.054864836998604005,
392
+ "count": 1,
393
+ "self": 0.0006613459991058335,
394
+ "children": {
395
+ "RLTrainer._checkpoint": {
396
+ "total": 0.05420349099949817,
397
+ "count": 1,
398
+ "self": 0.05420349099949817
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": 499917,
6
+ "file_path": "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-499917.onnx",
7
+ "reward": 0.15039999037981033,
8
+ "creation_time": 1673698065.0936482,
9
+ "auxillary_file_paths": [
10
+ "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-499917.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999915,
15
+ "file_path": "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-999915.onnx",
16
+ "reward": 1.5779999941587448,
17
+ "creation_time": 1673699613.874083,
18
+ "auxillary_file_paths": [
19
+ "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-999915.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1499873,
24
+ "file_path": "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-1499873.onnx",
25
+ "reward": 0.815966664503018,
26
+ "creation_time": 1673701185.8429363,
27
+ "auxillary_file_paths": [
28
+ "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-1499873.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 1999938,
33
+ "file_path": "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-1999938.onnx",
34
+ "reward": 1.7118332833051682,
35
+ "creation_time": 1673702759.4711368,
36
+ "auxillary_file_paths": [
37
+ "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-1999938.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 2000066,
42
+ "file_path": "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-2000066.onnx",
43
+ "reward": 1.7118332833051682,
44
+ "creation_time": 1673702759.5403209,
45
+ "auxillary_file_paths": [
46
+ "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-2000066.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 2000066,
52
+ "file_path": "./src/runs/train/2023-01-14_11-42-40/Pyramids.onnx",
53
+ "reward": 1.7118332833051682,
54
+ "creation_time": 1673702759.5403209,
55
+ "auxillary_file_paths": [
56
+ "./src/runs/train/2023-01-14_11-42-40/Pyramids/Pyramids-2000066.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"
64
+ }
65
+ }