neatbullshit commited on
Commit
ab49a36
1 Parent(s): 0c683f8

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:e8757a8ef2d2bc32237416a329f48d6e1e3a5b3cccc8ede892e734e82eb5d7d8
3
+ size 1417437
Pyramids/Pyramids-1499953.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:624dc5cf3ef9112dff8c01e3b32d35291ed9e49ec641c0a715d60264726f12c1
3
+ size 1417437
Pyramids/Pyramids-1499953.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a744293abd0751a7daeaf37e2988f105ad2ffff4ed753e237d5ec30cc6282c
3
+ size 8652344
Pyramids/Pyramids-1999946.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5bb787e4c636dd6502cd65aea8c412c1b75826c172f67599e9d06d2e16d20d5
3
+ size 1417437
Pyramids/Pyramids-1999946.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b055f5900460b03d5997a69239592fd2d9c1be99d6ebc2f6bbd8d1414ecc905f
3
+ size 8652344
Pyramids/Pyramids-2499990.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8ce8157d6643ba01e781794653be1cea67dc4ebcbd61027d3f6f3940cc608ec
3
+ size 1417437
Pyramids/Pyramids-2499990.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21506016fe07a405e7f1575c14622dfc8e140c0fd2982f3f72f4017105eed49
3
+ size 8652344
Pyramids/Pyramids-2999960.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8757a8ef2d2bc32237416a329f48d6e1e3a5b3cccc8ede892e734e82eb5d7d8
3
+ size 1417437
Pyramids/Pyramids-2999960.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61f2813f19eefd65f542364cb05d940b946680a3814be78f7da3ec6aca735c36
3
+ size 8652344
Pyramids/Pyramids-3000193.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8757a8ef2d2bc32237416a329f48d6e1e3a5b3cccc8ede892e734e82eb5d7d8
3
+ size 1417437
Pyramids/Pyramids-3000193.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c702699d347ff4aa2894344d6aa4d6508a75ed46e841610cf7a9b82119118bd9
3
+ size 8652344
Pyramids/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c702699d347ff4aa2894344d6aa4d6508a75ed46e841610cf7a9b82119118bd9
3
+ size 8652344
Pyramids/events.out.tfevents.1678440163.eva02.3389808.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a84cc391e1a4867341e15daa04645be0ef68c422fbeab6025845a21dd169e2
3
+ size 849771
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: neatbullshit/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": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}, "rnd": {"gamma": 0.99, "strength": 0.01, "network_settings": {"normalize": false, "hidden_units": 64, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "learning_rate": 0.0001, "encoding_size": null}}, "init_path": null, "keep_checkpoints": 5, "checkpoint_interval": 500000, "max_steps": 3000000, "time_horizon": 128, "summary_freq": 30000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./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", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Pyramids:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: false
18
+ hidden_units: 512
19
+ num_layers: 2
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.99
27
+ strength: 1.0
28
+ network_settings:
29
+ normalize: false
30
+ hidden_units: 128
31
+ num_layers: 2
32
+ vis_encode_type: simple
33
+ memory: null
34
+ goal_conditioning_type: hyper
35
+ deterministic: false
36
+ rnd:
37
+ gamma: 0.99
38
+ strength: 0.01
39
+ network_settings:
40
+ normalize: false
41
+ hidden_units: 64
42
+ num_layers: 3
43
+ vis_encode_type: simple
44
+ memory: null
45
+ goal_conditioning_type: hyper
46
+ deterministic: false
47
+ learning_rate: 0.0001
48
+ encoding_size: null
49
+ init_path: null
50
+ keep_checkpoints: 5
51
+ checkpoint_interval: 500000
52
+ max_steps: 3000000
53
+ time_horizon: 128
54
+ summary_freq: 30000
55
+ threaded: false
56
+ self_play: null
57
+ behavioral_cloning: null
58
+ env_settings:
59
+ env_path: ./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: Pyramids Training
79
+ initialize_from: null
80
+ load_model: false
81
+ resume: false
82
+ force: false
83
+ train_model: false
84
+ inference: false
85
+ results_dir: results
86
+ torch_settings:
87
+ device: null
88
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/data/anna/deep-rl-class/unit4/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/Managed'
2
+ Mono config path = '/data/anna/deep-rl-class/unit4/ml-agents/training-envs-executables/linux/Pyramids/Pyramids_Data/MonoBleedingEdge/etc'
3
+ Found 3 interfaces on host : 0) 192.168.1.83 1) 172.17.0.1 2) 172.18.0.1
4
+ Multi-casting "[IP] 192.168.1.83 [Port] 55179 [Flags] 2 [Guid] 614121753 [EditorId] 764847374 [Version] 1048832 [Id] LinuxPlayer(13,192.168.1.83) [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 /data/anna/deep-rl-class/unit4/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
+ Begin MonoManager ReloadAssembly
16
+ - Completed reload, in 0.088 seconds
17
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
18
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
21
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
22
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
23
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
24
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
25
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
26
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
27
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
28
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
29
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
30
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
31
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - All subshaders removed
32
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
33
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
34
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
35
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
36
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
37
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
39
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
40
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
41
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
42
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
43
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
44
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
45
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
46
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
47
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
48
+ UnloadTime: 1.702453 ms
49
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
50
+ requesting resize 84 x 84
51
+ Setting up 12 worker threads for Enlighten.
52
+ PlayerConnection::CleanupMemory Statistics:
53
+ [ALLOC_TEMP_TLS] TLS Allocator
54
+ StackAllocators :
55
+ [ALLOC_TEMP_MAIN]
56
+ Peak usage frame count: [16.0 KB-32.0 KB]: 9335 frames, [32.0 KB-64.0 KB]: 30868 frames, [64.0 KB-128.0 KB]: 16067 frames, [2.0 MB-4.0 MB]: 1 frames
57
+ Initial Block Size 4.0 MB
58
+ Current Block Size 4.0 MB
59
+ Peak Allocated Bytes 2.0 MB
60
+ Overflow Count 0
61
+ [ALLOC_TEMP_Job.Worker 18]
62
+ Initial Block Size 256.0 KB
63
+ Current Block Size 256.0 KB
64
+ Peak Allocated Bytes 0 B
65
+ Overflow Count 0
66
+ [ALLOC_TEMP_Background Job.Worker 8]
67
+ Initial Block Size 32.0 KB
68
+ Current Block Size 32.0 KB
69
+ Peak Allocated Bytes 0 B
70
+ Overflow Count 0
71
+ [ALLOC_TEMP_Job.Worker 4]
72
+ Initial Block Size 256.0 KB
73
+ Current Block Size 256.0 KB
74
+ Peak Allocated Bytes 0 B
75
+ Overflow Count 0
76
+ [ALLOC_TEMP_Background Job.Worker 11]
77
+ Initial Block Size 32.0 KB
78
+ Current Block Size 32.0 KB
79
+ Peak Allocated Bytes 0 B
80
+ Overflow Count 0
81
+ [ALLOC_TEMP_Background Job.Worker 3]
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_BatchDeleteObjects]
87
+ Initial Block Size 64.0 KB
88
+ Current Block Size 64.0 KB
89
+ Peak Allocated Bytes 0 B
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Job.Worker 21]
92
+ Initial Block Size 256.0 KB
93
+ Current Block Size 256.0 KB
94
+ Peak Allocated Bytes 0.8 KB
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_Job.Worker 13]
97
+ Initial Block Size 256.0 KB
98
+ Current Block Size 256.0 KB
99
+ Peak Allocated Bytes 0 B
100
+ Overflow Count 0
101
+ [ALLOC_TEMP_Background Job.Worker 2]
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_Job.Worker 22]
107
+ Initial Block Size 256.0 KB
108
+ Current Block Size 256.0 KB
109
+ Peak Allocated Bytes 0 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Job.Worker 10]
112
+ Initial Block Size 256.0 KB
113
+ Current Block Size 256.0 KB
114
+ Peak Allocated Bytes 0 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Job.Worker 15]
117
+ Initial Block Size 256.0 KB
118
+ Current Block Size 256.0 KB
119
+ Peak Allocated Bytes 0 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_Job.Worker 12]
122
+ Initial Block Size 256.0 KB
123
+ Current Block Size 256.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Loading.PreloadManager]
127
+ Initial Block Size 256.0 KB
128
+ Current Block Size 320.0 KB
129
+ Peak Allocated Bytes 251.6 KB
130
+ Overflow Count 4
131
+ [ALLOC_TEMP_AUDIO_FMOD PulseAudio Mixer]
132
+ Initial Block Size 64.0 KB
133
+ Current Block Size 64.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_Job.Worker 17]
137
+ Initial Block Size 256.0 KB
138
+ Current Block Size 256.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Job.Worker 14]
142
+ Initial Block Size 256.0 KB
143
+ Current Block Size 256.0 KB
144
+ Peak Allocated Bytes 0 B
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Job.Worker 3]
147
+ Initial Block Size 256.0 KB
148
+ Current Block Size 256.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Background Job.Worker 5]
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_Background Job.Worker 13]
157
+ Initial Block Size 32.0 KB
158
+ Current Block Size 32.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_Job.Worker 2]
162
+ Initial Block Size 256.0 KB
163
+ Current Block Size 256.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_Profiler.Dispatcher]
167
+ Initial Block Size 64.0 KB
168
+ Current Block Size 64.0 KB
169
+ Peak Allocated Bytes 3.8 KB
170
+ Overflow Count 0
171
+ [ALLOC_TEMP_Job.Worker 11]
172
+ Initial Block Size 256.0 KB
173
+ Current Block Size 256.0 KB
174
+ Peak Allocated Bytes 0 B
175
+ Overflow Count 0
176
+ [ALLOC_TEMP_Job.Worker 0]
177
+ Initial Block Size 256.0 KB
178
+ Current Block Size 256.0 KB
179
+ Peak Allocated Bytes 0 B
180
+ Overflow Count 0
181
+ [ALLOC_TEMP_Job.Worker 5]
182
+ Initial Block Size 256.0 KB
183
+ Current Block Size 256.0 KB
184
+ Peak Allocated Bytes 0 B
185
+ Overflow Count 0
186
+ [ALLOC_TEMP_Job.Worker 6]
187
+ Initial Block Size 256.0 KB
188
+ Current Block Size 256.0 KB
189
+ Peak Allocated Bytes 0 B
190
+ Overflow Count 0
191
+ [ALLOC_TEMP_EnlightenWorker] x 12
192
+ Initial Block Size 64.0 KB
193
+ Current Block Size 64.0 KB
194
+ Peak Allocated Bytes 0 B
195
+ Overflow Count 0
196
+ [ALLOC_TEMP_Job.Worker 9]
197
+ Initial Block Size 256.0 KB
198
+ Current Block Size 256.0 KB
199
+ Peak Allocated Bytes 0 B
200
+ Overflow Count 0
201
+ [ALLOC_TEMP_Background Job.Worker 9]
202
+ Initial Block Size 32.0 KB
203
+ Current Block Size 32.0 KB
204
+ Peak Allocated Bytes 0 B
205
+ Overflow Count 0
206
+ [ALLOC_TEMP_Loading.AsyncRead]
207
+ Initial Block Size 64.0 KB
208
+ Current Block Size 64.0 KB
209
+ Peak Allocated Bytes 128 B
210
+ Overflow Count 0
211
+ [ALLOC_TEMP_Background Job.Worker 10]
212
+ Initial Block Size 32.0 KB
213
+ Current Block Size 32.0 KB
214
+ Peak Allocated Bytes 0 B
215
+ Overflow Count 0
216
+ [ALLOC_TEMP_Job.Worker 16]
217
+ Initial Block Size 256.0 KB
218
+ Current Block Size 256.0 KB
219
+ Peak Allocated Bytes 0 B
220
+ Overflow Count 0
221
+ [ALLOC_TEMP_Background Job.Worker 6]
222
+ Initial Block Size 32.0 KB
223
+ Current Block Size 32.0 KB
224
+ Peak Allocated Bytes 0 B
225
+ Overflow Count 0
226
+ [ALLOC_TEMP_Background Job.Worker 1]
227
+ Initial Block Size 32.0 KB
228
+ Current Block Size 32.0 KB
229
+ Peak Allocated Bytes 0 B
230
+ Overflow Count 0
231
+ [ALLOC_TEMP_Job.Worker 20]
232
+ Initial Block Size 256.0 KB
233
+ Current Block Size 256.0 KB
234
+ Peak Allocated Bytes 0 B
235
+ Overflow Count 0
236
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
237
+ Initial Block Size 64.0 KB
238
+ Current Block Size 64.0 KB
239
+ Peak Allocated Bytes 0 B
240
+ Overflow Count 0
241
+ [ALLOC_TEMP_Background Job.Worker 15]
242
+ Initial Block Size 32.0 KB
243
+ Current Block Size 32.0 KB
244
+ Peak Allocated Bytes 0 B
245
+ Overflow Count 0
246
+ [ALLOC_TEMP_Background Job.Worker 7]
247
+ Initial Block Size 32.0 KB
248
+ Current Block Size 32.0 KB
249
+ Peak Allocated Bytes 0 B
250
+ Overflow Count 0
251
+ [ALLOC_TEMP_Job.Worker 8]
252
+ Initial Block Size 256.0 KB
253
+ Current Block Size 256.0 KB
254
+ Peak Allocated Bytes 0 B
255
+ Overflow Count 0
256
+ [ALLOC_TEMP_Job.Worker 1]
257
+ Initial Block Size 256.0 KB
258
+ Current Block Size 256.0 KB
259
+ Peak Allocated Bytes 0 B
260
+ Overflow Count 0
261
+ [ALLOC_TEMP_Background Job.Worker 12]
262
+ Initial Block Size 32.0 KB
263
+ Current Block Size 32.0 KB
264
+ Peak Allocated Bytes 0 B
265
+ Overflow Count 0
266
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 23
267
+ Initial Block Size 64.0 KB
268
+ Current Block Size 64.0 KB
269
+ Peak Allocated Bytes 0 B
270
+ Overflow Count 0
271
+ [ALLOC_TEMP_Background Job.Worker 0]
272
+ Initial Block Size 32.0 KB
273
+ Current Block Size 32.0 KB
274
+ Peak Allocated Bytes 0 B
275
+ Overflow Count 0
276
+ [ALLOC_TEMP_Background Job.Worker 4]
277
+ Initial Block Size 32.0 KB
278
+ Current Block Size 32.0 KB
279
+ Peak Allocated Bytes 0 B
280
+ Overflow Count 0
281
+ [ALLOC_TEMP_Background Job.Worker 14]
282
+ Initial Block Size 32.0 KB
283
+ Current Block Size 32.0 KB
284
+ Peak Allocated Bytes 0 B
285
+ Overflow Count 0
286
+ [ALLOC_TEMP_Job.Worker 7]
287
+ Initial Block Size 256.0 KB
288
+ Current Block Size 256.0 KB
289
+ Peak Allocated Bytes 0 B
290
+ Overflow Count 0
291
+ [ALLOC_TEMP_Job.Worker 19]
292
+ Initial Block Size 256.0 KB
293
+ Current Block Size 256.0 KB
294
+ Peak Allocated Bytes 0 B
295
+ Overflow Count 0
296
+ [ALLOC_MEMORYPROFILER]
297
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55972 frames
298
+ Requested Block Size 1.0 MB
299
+ Peak Block count 2
300
+ Peak Allocated memory 1.5 MB
301
+ Peak Large allocation bytes 0 B
302
+ [ALLOC_DEFAULT] Dual Thread Allocator
303
+ Peak main deferred allocation count 11350
304
+ [ALLOC_BUCKET]
305
+ Large Block size 4.0 MB
306
+ Used Block count 1
307
+ Peak Allocated bytes 1.6 MB
308
+ [ALLOC_DEFAULT_MAIN]
309
+ Peak usage frame count: [8.0 MB-16.0 MB]: 1 frames, [16.0 MB-32.0 MB]: 56270 frames
310
+ Requested Block Size 16.0 MB
311
+ Peak Block count 3
312
+ Peak Allocated memory 30.7 MB
313
+ Peak Large allocation bytes 0 B
314
+ [ALLOC_DEFAULT_THREAD]
315
+ Peak usage frame count: [16.0 MB-32.0 MB]: 56271 frames
316
+ Requested Block Size 16.0 MB
317
+ Peak Block count 1
318
+ Peak Allocated memory 29.1 MB
319
+ Peak Large allocation bytes 16.0 MB
320
+ [ALLOC_TEMP_JOB_1_FRAME]
321
+ Initial Block Size 2.0 MB
322
+ Used Block Count 1
323
+ Overflow Count (too large) 0
324
+ Overflow Count (full) 0
325
+ [ALLOC_TEMP_JOB_2_FRAMES]
326
+ Initial Block Size 2.0 MB
327
+ Used Block Count 1
328
+ Overflow Count (too large) 0
329
+ Overflow Count (full) 0
330
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
331
+ Initial Block Size 2.0 MB
332
+ Used Block Count 2
333
+ Overflow Count (too large) 0
334
+ Overflow Count (full) 0
335
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
336
+ Initial Block Size 1.0 MB
337
+ Used Block Count 3
338
+ Overflow Count (too large) 0
339
+ Overflow Count (full) 0
340
+ [ALLOC_GFX] Dual Thread Allocator
341
+ Peak main deferred allocation count 0
342
+ [ALLOC_BUCKET]
343
+ Large Block size 4.0 MB
344
+ Used Block count 1
345
+ Peak Allocated bytes 1.6 MB
346
+ [ALLOC_GFX_MAIN]
347
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56270 frames, [64.0 KB-128.0 KB]: 1 frames
348
+ Requested Block Size 16.0 MB
349
+ Peak Block count 1
350
+ Peak Allocated memory 67.0 KB
351
+ Peak Large allocation bytes 0 B
352
+ [ALLOC_GFX_THREAD]
353
+ Peak usage frame count: [64.0 KB-128.0 KB]: 56271 frames
354
+ Requested Block Size 16.0 MB
355
+ Peak Block count 1
356
+ Peak Allocated memory 67.7 KB
357
+ Peak Large allocation bytes 0 B
358
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
359
+ Peak main deferred allocation count 1
360
+ [ALLOC_BUCKET]
361
+ Large Block size 4.0 MB
362
+ Used Block count 1
363
+ Peak Allocated bytes 1.6 MB
364
+ [ALLOC_CACHEOBJECTS_MAIN]
365
+ Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [1.0 MB-2.0 MB]: 55972 frames
366
+ Requested Block Size 4.0 MB
367
+ Peak Block count 1
368
+ Peak Allocated memory 1.4 MB
369
+ Peak Large allocation bytes 0 B
370
+ [ALLOC_CACHEOBJECTS_THREAD]
371
+ Peak usage frame count: [1.0 MB-2.0 MB]: 56270 frames, [4.0 MB-8.0 MB]: 1 frames
372
+ Requested Block Size 4.0 MB
373
+ Peak Block count 2
374
+ Peak Allocated memory 4.7 MB
375
+ Peak Large allocation bytes 0 B
376
+ [ALLOC_TYPETREE] Dual Thread Allocator
377
+ Peak main deferred allocation count 0
378
+ [ALLOC_BUCKET]
379
+ Large Block size 4.0 MB
380
+ Used Block count 1
381
+ Peak Allocated bytes 1.6 MB
382
+ [ALLOC_TYPETREE_MAIN]
383
+ Peak usage frame count: [0-1.0 KB]: 56271 frames
384
+ Requested Block Size 2.0 MB
385
+ Peak Block count 1
386
+ Peak Allocated memory 1.0 KB
387
+ Peak Large allocation bytes 0 B
388
+ [ALLOC_TYPETREE_THREAD]
389
+ Peak usage frame count: [1.0 KB-2.0 KB]: 56271 frames
390
+ Requested Block Size 2.0 MB
391
+ Peak Block count 1
392
+ Peak Allocated memory 1.9 KB
393
+ Peak Large allocation bytes 0 B
394
+ [ALLOC_PROFILER]
395
+ Peak usage frame count: [32.0 KB-64.0 KB]: 56271 frames
396
+ Requested Block Size 16.0 MB
397
+ Peak Block count 1
398
+ Peak Allocated memory 47.1 KB
399
+ Peak Large allocation bytes 0 B
400
+ [ALLOC_PROFILER_BUCKET]
401
+ Large Block size 4.0 MB
402
+ Used Block count 1
403
+ Peak Allocated bytes 396 B
404
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1678456039427,"processId":3389868,"allocatedMemory":1998293,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"NewDelete":12801},{"Thread":35076},{"Manager":29071},{"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":3547},{"DynamicArray":30868},{"HashMap":7680},{"Utility":10336},{"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.16888731718063354,
6
+ "min": 0.16335463523864746,
7
+ "max": 1.3342252969741821,
8
+ "count": 100
9
+ },
10
+ "Pyramids.Policy.Entropy.sum": {
11
+ "value": 5055.810546875,
12
+ "min": 4858.8203125,
13
+ "max": 40475.05859375,
14
+ "count": 100
15
+ },
16
+ "Pyramids.Step.mean": {
17
+ "value": 2999960.0,
18
+ "min": 29880.0,
19
+ "max": 2999960.0,
20
+ "count": 100
21
+ },
22
+ "Pyramids.Step.sum": {
23
+ "value": 2999960.0,
24
+ "min": 29880.0,
25
+ "max": 2999960.0,
26
+ "count": 100
27
+ },
28
+ "Pyramids.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 0.8323410153388977,
30
+ "min": -0.09936357289552689,
31
+ "max": 0.8599370121955872,
32
+ "count": 100
33
+ },
34
+ "Pyramids.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 250.53463745117188,
36
+ "min": -23.94662094116211,
37
+ "max": 262.5152587890625,
38
+ "count": 100
39
+ },
40
+ "Pyramids.Policy.RndValueEstimate.mean": {
41
+ "value": -0.0007592196925543249,
42
+ "min": -0.019779907539486885,
43
+ "max": 0.4906107187271118,
44
+ "count": 100
45
+ },
46
+ "Pyramids.Policy.RndValueEstimate.sum": {
47
+ "value": -0.22852513194084167,
48
+ "min": -6.072431564331055,
49
+ "max": 116.76535034179688,
50
+ "count": 100
51
+ },
52
+ "Pyramids.Losses.PolicyLoss.mean": {
53
+ "value": 0.06739557392263253,
54
+ "min": 0.061611131543112506,
55
+ "max": 0.07381829316450639,
56
+ "count": 100
57
+ },
58
+ "Pyramids.Losses.PolicyLoss.sum": {
59
+ "value": 0.9435380349168553,
60
+ "min": 0.6564119241704127,
61
+ "max": 1.0887954444670136,
62
+ "count": 100
63
+ },
64
+ "Pyramids.Losses.ValueLoss.mean": {
65
+ "value": 0.01564988448600551,
66
+ "min": 4.475361368075403e-05,
67
+ "max": 0.01782436991240555,
68
+ "count": 100
69
+ },
70
+ "Pyramids.Losses.ValueLoss.sum": {
71
+ "value": 0.21909838280407715,
72
+ "min": 0.0006265505915305564,
73
+ "max": 0.2495411787736777,
74
+ "count": 100
75
+ },
76
+ "Pyramids.Policy.LearningRate.mean": {
77
+ "value": 1.5819780441357146e-06,
78
+ "min": 1.5819780441357146e-06,
79
+ "max": 0.00029826981168784073,
80
+ "count": 100
81
+ },
82
+ "Pyramids.Policy.LearningRate.sum": {
83
+ "value": 2.2147692617900004e-05,
84
+ "min": 2.2147692617900004e-05,
85
+ "max": 0.0040109925630024985,
86
+ "count": 100
87
+ },
88
+ "Pyramids.Policy.Epsilon.mean": {
89
+ "value": 0.10052729285714287,
90
+ "min": 0.10052729285714287,
91
+ "max": 0.1994232703703704,
92
+ "count": 100
93
+ },
94
+ "Pyramids.Policy.Epsilon.sum": {
95
+ "value": 1.4073821000000002,
96
+ "min": 1.4073821000000002,
97
+ "max": 2.7975608333333333,
98
+ "count": 100
99
+ },
100
+ "Pyramids.Policy.Beta.mean": {
101
+ "value": 6.267655642857145e-05,
102
+ "min": 6.267655642857145e-05,
103
+ "max": 0.00994238471,
104
+ "count": 100
105
+ },
106
+ "Pyramids.Policy.Beta.sum": {
107
+ "value": 0.0008774717900000003,
108
+ "min": 0.0008774717900000003,
109
+ "max": 0.13370605024999999,
110
+ "count": 100
111
+ },
112
+ "Pyramids.Losses.RNDLoss.mean": {
113
+ "value": 0.00796900037676096,
114
+ "min": 0.00779154384508729,
115
+ "max": 0.6174203753471375,
116
+ "count": 100
117
+ },
118
+ "Pyramids.Losses.RNDLoss.sum": {
119
+ "value": 0.11156600713729858,
120
+ "min": 0.10908161103725433,
121
+ "max": 5.556783199310303,
122
+ "count": 100
123
+ },
124
+ "Pyramids.Environment.EpisodeLength.mean": {
125
+ "value": 215.1865671641791,
126
+ "min": 199.92307692307693,
127
+ "max": 995.5862068965517,
128
+ "count": 100
129
+ },
130
+ "Pyramids.Environment.EpisodeLength.sum": {
131
+ "value": 28835.0,
132
+ "min": 16679.0,
133
+ "max": 32160.0,
134
+ "count": 100
135
+ },
136
+ "Pyramids.Environment.CumulativeReward.mean": {
137
+ "value": 1.7847238662305163,
138
+ "min": -0.9287548882346,
139
+ "max": 1.8000769110826345,
140
+ "count": 100
141
+ },
142
+ "Pyramids.Environment.CumulativeReward.sum": {
143
+ "value": 239.15299807488918,
144
+ "min": -29.598001658916473,
145
+ "max": 257.41099828481674,
146
+ "count": 100
147
+ },
148
+ "Pyramids.Policy.ExtrinsicReward.mean": {
149
+ "value": 1.7847238662305163,
150
+ "min": -0.9287548882346,
151
+ "max": 1.8000769110826345,
152
+ "count": 100
153
+ },
154
+ "Pyramids.Policy.ExtrinsicReward.sum": {
155
+ "value": 239.15299807488918,
156
+ "min": -29.598001658916473,
157
+ "max": 257.41099828481674,
158
+ "count": 100
159
+ },
160
+ "Pyramids.Policy.RndReward.mean": {
161
+ "value": 0.017905389509987393,
162
+ "min": 0.017307968961011447,
163
+ "max": 12.270657558651532,
164
+ "count": 100
165
+ },
166
+ "Pyramids.Policy.RndReward.sum": {
167
+ "value": 2.3993221943383105,
168
+ "min": 2.336041350274172,
169
+ "max": 208.60117849707603,
170
+ "count": 100
171
+ },
172
+ "Pyramids.IsTraining.mean": {
173
+ "value": 1.0,
174
+ "min": 1.0,
175
+ "max": 1.0,
176
+ "count": 100
177
+ },
178
+ "Pyramids.IsTraining.sum": {
179
+ "value": 1.0,
180
+ "min": 1.0,
181
+ "max": 1.0,
182
+ "count": 100
183
+ }
184
+ },
185
+ "metadata": {
186
+ "timer_format_version": "0.1.0",
187
+ "start_time_seconds": "1678440162",
188
+ "python_version": "3.8.16 (default, Mar 2 2023, 03:21:46) \n[GCC 11.2.0]",
189
+ "command_line_arguments": "/home/ikari/miniconda3/envs/unity/bin/mlagents-learn ./config/ppo/PyramidsRND.yaml --env=./training-envs-executables/linux/Pyramids/Pyramids --run-id=Pyramids Training --no-graphics",
190
+ "mlagents_version": "0.29.0.dev0",
191
+ "mlagents_envs_version": "0.29.0.dev0",
192
+ "communication_protocol_version": "1.5.0",
193
+ "pytorch_version": "1.8.1+cu102",
194
+ "numpy_version": "1.23.5",
195
+ "end_time_seconds": "1678456039"
196
+ },
197
+ "total": 15876.950356653892,
198
+ "count": 1,
199
+ "self": 0.32106239162385464,
200
+ "children": {
201
+ "run_training.setup": {
202
+ "total": 0.011915852315723896,
203
+ "count": 1,
204
+ "self": 0.011915852315723896
205
+ },
206
+ "TrainerController.start_learning": {
207
+ "total": 15876.617378409952,
208
+ "count": 1,
209
+ "self": 3.4065142404288054,
210
+ "children": {
211
+ "TrainerController._reset_env": {
212
+ "total": 2.904724134132266,
213
+ "count": 1,
214
+ "self": 2.904724134132266
215
+ },
216
+ "TrainerController.advance": {
217
+ "total": 15870.200008274987,
218
+ "count": 195274,
219
+ "self": 3.091154070571065,
220
+ "children": {
221
+ "env_step": {
222
+ "total": 14319.79124906566,
223
+ "count": 195274,
224
+ "self": 14095.995129442774,
225
+ "children": {
226
+ "SubprocessEnvManager._take_step": {
227
+ "total": 221.72945375274867,
228
+ "count": 195274,
229
+ "self": 9.289458124898374,
230
+ "children": {
231
+ "TorchPolicy.evaluate": {
232
+ "total": 212.4399956278503,
233
+ "count": 187567,
234
+ "self": 72.42416426260024,
235
+ "children": {
236
+ "TorchPolicy.sample_actions": {
237
+ "total": 140.01583136525005,
238
+ "count": 187567,
239
+ "self": 140.01583136525005
240
+ }
241
+ }
242
+ }
243
+ }
244
+ },
245
+ "workers": {
246
+ "total": 2.0666658701375127,
247
+ "count": 195274,
248
+ "self": 0.0,
249
+ "children": {
250
+ "worker_root": {
251
+ "total": 15870.175473171286,
252
+ "count": 195274,
253
+ "is_parallel": true,
254
+ "self": 2045.5323042850941,
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.002430250868201256,
264
+ "count": 1,
265
+ "is_parallel": true,
266
+ "self": 0.0007194317877292633,
267
+ "children": {
268
+ "_process_rank_one_or_two_observation": {
269
+ "total": 0.0017108190804719925,
270
+ "count": 8,
271
+ "is_parallel": true,
272
+ "self": 0.0017108190804719925
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 0.10187257546931505,
278
+ "count": 1,
279
+ "is_parallel": true,
280
+ "self": 0.0002037622034549713,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 0.002173912711441517,
284
+ "count": 1,
285
+ "is_parallel": true,
286
+ "self": 0.002173912711441517
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 0.09760181047022343,
290
+ "count": 1,
291
+ "is_parallel": true,
292
+ "self": 0.09760181047022343
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 0.001893090084195137,
296
+ "count": 1,
297
+ "is_parallel": true,
298
+ "self": 0.0004205619916319847,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 0.0014725280925631523,
302
+ "count": 8,
303
+ "is_parallel": true,
304
+ "self": 0.0014725280925631523
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ },
312
+ "UnityEnvironment.step": {
313
+ "total": 13824.643168886192,
314
+ "count": 195273,
315
+ "is_parallel": true,
316
+ "self": 34.007187825627625,
317
+ "children": {
318
+ "UnityEnvironment._generate_step_input": {
319
+ "total": 195.40542417671531,
320
+ "count": 195273,
321
+ "is_parallel": true,
322
+ "self": 195.40542417671531
323
+ },
324
+ "communicator.exchange": {
325
+ "total": 13311.706894907169,
326
+ "count": 195273,
327
+ "is_parallel": true,
328
+ "self": 13311.706894907169
329
+ },
330
+ "steps_from_proto": {
331
+ "total": 283.52366197668016,
332
+ "count": 195273,
333
+ "is_parallel": true,
334
+ "self": 59.69808935932815,
335
+ "children": {
336
+ "_process_rank_one_or_two_observation": {
337
+ "total": 223.825572617352,
338
+ "count": 1562184,
339
+ "is_parallel": true,
340
+ "self": 223.825572617352
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ }
349
+ }
350
+ }
351
+ },
352
+ "trainer_advance": {
353
+ "total": 1547.3176051387563,
354
+ "count": 195274,
355
+ "self": 6.971099619753659,
356
+ "children": {
357
+ "process_trajectory": {
358
+ "total": 309.376894203946,
359
+ "count": 195274,
360
+ "self": 308.8838390754536,
361
+ "children": {
362
+ "RLTrainer._checkpoint": {
363
+ "total": 0.49305512849241495,
364
+ "count": 6,
365
+ "self": 0.49305512849241495
366
+ }
367
+ }
368
+ },
369
+ "_update_policy": {
370
+ "total": 1230.9696113150567,
371
+ "count": 1404,
372
+ "self": 315.81197070516646,
373
+ "children": {
374
+ "TorchPPOOptimizer.update": {
375
+ "total": 915.1576406098902,
376
+ "count": 68352,
377
+ "self": 915.1576406098902
378
+ }
379
+ }
380
+ }
381
+ }
382
+ }
383
+ }
384
+ },
385
+ "trainer_threads": {
386
+ "total": 6.379559636116028e-07,
387
+ "count": 1,
388
+ "self": 6.379559636116028e-07
389
+ },
390
+ "TrainerController._save_models": {
391
+ "total": 0.1061311224475503,
392
+ "count": 1,
393
+ "self": 0.0009916843846440315,
394
+ "children": {
395
+ "RLTrainer._checkpoint": {
396
+ "total": 0.10513943806290627,
397
+ "count": 1,
398
+ "self": 0.10513943806290627
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": 1499953,
6
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1499953.onnx",
7
+ "reward": 1.831999994814396,
8
+ "creation_time": 1678448002.2053666,
9
+ "auxillary_file_paths": [
10
+ "results/Pyramids Training/Pyramids/Pyramids-1499953.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999946,
15
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-1999946.onnx",
16
+ "reward": 1.1284888701306448,
17
+ "creation_time": 1678450670.3254697,
18
+ "auxillary_file_paths": [
19
+ "results/Pyramids Training/Pyramids/Pyramids-1999946.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499990,
24
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2499990.onnx",
25
+ "reward": 1.8354999497532845,
26
+ "creation_time": 1678453349.95362,
27
+ "auxillary_file_paths": [
28
+ "results/Pyramids Training/Pyramids/Pyramids-2499990.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999960,
33
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-2999960.onnx",
34
+ "reward": 1.795428569827761,
35
+ "creation_time": 1678456039.0068395,
36
+ "auxillary_file_paths": [
37
+ "results/Pyramids Training/Pyramids/Pyramids-2999960.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000193,
42
+ "file_path": "results/Pyramids Training/Pyramids/Pyramids-3000193.onnx",
43
+ "reward": 1.8080000020563602,
44
+ "creation_time": 1678456039.13303,
45
+ "auxillary_file_paths": [
46
+ "results/Pyramids Training/Pyramids/Pyramids-3000193.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000193,
52
+ "file_path": "results/Pyramids Training/Pyramids.onnx",
53
+ "reward": 1.8080000020563602,
54
+ "creation_time": 1678456039.13303,
55
+ "auxillary_file_paths": [
56
+ "results/Pyramids Training/Pyramids/Pyramids-3000193.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "0.29.0.dev0",
63
+ "torch_version": "1.8.1+cu102"
64
+ }
65
+ }