torreygooch commited on
Commit
23467c7
·
1 Parent(s): 00a8014
Huggy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce83897607c613eb5238fbf768578a891b9bbadadb6a84f2786acca4b19f4601
3
+ size 2271327
Huggy/Huggy-0.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce83897607c613eb5238fbf768578a891b9bbadadb6a84f2786acca4b19f4601
3
+ size 2271327
Huggy/Huggy-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ef59b24eee90d37832c665ef0cee154180ff25e03d5da776fbab453756bb3c
3
+ size 4506763
Huggy/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ef59b24eee90d37832c665ef0cee154180ff25e03d5da776fbab453756bb3c
3
+ size 4506763
Huggy/events.out.tfevents.1685234960.torrey-desktop.28784.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8932236a1a4b2b4b369eb643248396a0d4fef2fdbffe0f58694885f4f0f530d
3
+ size 1121
Huggy/events.out.tfevents.1685236285.torrey-desktop.32612.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0a52c00b176187fb2e55b671e89d3ab699cd93fc35758c6d3284bc9db3e746
3
+ size 1121
Huggy/events.out.tfevents.1685239097.torrey-desktop.36454.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41024a0629d4ebef19d803d5212a62d8682be2c3b9b6b5e06f7a485990d86f9b
3
+ size 1121
Huggy/events.out.tfevents.1685239811.torrey-desktop.37872.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043cdea2c797495349463fdc054dd04c7da1c2c7d4e90688f07a120cb49574fc
3
+ size 1121
Huggy/events.out.tfevents.1685239938.torrey-desktop.38081.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c3b9ea5aefc866712f13a98e3b9d7d8002db5abb677fd74a69a4713626f24fa
3
+ size 1121
Huggy/events.out.tfevents.1685240034.torrey-desktop.38330.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:815ac8764a6e7faa50225cae1e32d87853f1b294c445788da199dd16c177a49e
3
+ size 1121
Huggy/events.out.tfevents.1685240050.torrey-desktop.38457.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e85592a0475600aec424923595f1b0de90fe8a1be34776be295f58ce39d0efb
3
+ size 1121
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Huggy
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Huggy
8
+ ---
9
+
10
+ # **ppo** Agent playing **Huggy**
11
+ This is a trained model of a **ppo** agent playing **Huggy** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
12
+
13
+ ## Usage (with ML-Agents)
14
+ The Documentation: https://github.com/huggingface/ml-agents#get-started
15
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
16
+
17
+
18
+ ### Resume the training
19
+ ```
20
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
21
+ ```
22
+ ### Watch your Agent play
23
+ You can watch your agent **playing directly in your browser:**.
24
+
25
+ 1. Go to https://huggingface.co/spaces/unity/ML-Agents-Huggy
26
+ 2. Step 1: Find your model_id: torreygooch/ppo-Huggy3
27
+ 3. Step 2: Select your *.nn /*.onnx file
28
+ 4. Click on Watch the agent play 👀
29
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Huggy": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 200000, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "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}}}, "init_path": null, "keep_checkpoints": 15, "even_checkpoints": false, "max_steps": 2000000, "time_horizon": 1000, "summary_freq": 50000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./trained-envs-executables/linux/Huggy/Huggy", "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": "Huggy", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": "cpu"}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Huggy:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 2048
7
+ buffer_size: 20480
8
+ learning_rate: 0.0003
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 200000
18
+ network_settings:
19
+ normalize: true
20
+ hidden_units: 512
21
+ num_layers: 3
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.995
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ init_path: null
39
+ keep_checkpoints: 15
40
+ even_checkpoints: false
41
+ max_steps: 2000000
42
+ time_horizon: 1000
43
+ summary_freq: 50000
44
+ threaded: false
45
+ self_play: null
46
+ behavioral_cloning: null
47
+ env_settings:
48
+ env_path: ./trained-envs-executables/linux/Huggy/Huggy
49
+ env_args: null
50
+ base_port: 5005
51
+ num_envs: 1
52
+ num_areas: 1
53
+ seed: -1
54
+ max_lifetime_restarts: 10
55
+ restarts_rate_limit_n: 1
56
+ restarts_rate_limit_period_s: 60
57
+ engine_settings:
58
+ width: 84
59
+ height: 84
60
+ quality_level: 5
61
+ time_scale: 20
62
+ target_frame_rate: -1
63
+ capture_frame_rate: 60
64
+ no_graphics: true
65
+ environment_parameters: null
66
+ checkpoint_settings:
67
+ run_id: Huggy
68
+ initialize_from: null
69
+ load_model: false
70
+ resume: true
71
+ force: false
72
+ train_model: false
73
+ inference: false
74
+ results_dir: results
75
+ torch_settings:
76
+ device: cpu
77
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/torrey/lunar_lander/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/Managed'
2
+ Mono config path = '/home/torrey/lunar_lander/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/MonoBleedingEdge/etc'
3
+ Preloaded 'lib_burst_generated.so'
4
+ Preloaded 'libgrpc_csharp_ext.x64.so'
5
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
6
+ [Subsystems] Discovering subsystems at path /home/torrey/lunar_lander/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/UnitySubsystems
7
+ Forcing GfxDevice: Null
8
+ GfxDevice: creating device client; threaded=0; jobified=0
9
+ NullGfxDevice:
10
+ Version: NULL 1.0 [1.0]
11
+ Renderer: Null Device
12
+ Vendor: Unity Technologies
13
+ Begin MonoManager ReloadAssembly
14
+ - Completed reload, in 0.049 seconds
15
+ ERROR: Shader Hidden/Universal Render Pipeline/Blit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
16
+ ERROR: Shader Hidden/Universal Render Pipeline/CopyDepth shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
17
+ ERROR: Shader Hidden/Universal Render Pipeline/ScreenSpaceShadows shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
18
+ ERROR: Shader Hidden/Universal Render Pipeline/Sampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderLdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderHdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ ERROR: Shader Hidden/Universal Render Pipeline/UberPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - All subshaders removed
23
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
24
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
25
+ ERROR: Shader Hidden/Universal Render Pipeline/FallbackError shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
26
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - All subshaders removed
27
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
28
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
29
+ ERROR: Shader Hidden/Universal Render Pipeline/Stop NaN shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
30
+ ERROR: Shader Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
31
+ ERROR: Shader Hidden/Universal Render Pipeline/GaussianDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
32
+ ERROR: Shader Hidden/Universal Render Pipeline/BokehDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
33
+ ERROR: Shader Hidden/Universal Render Pipeline/CameraMotionBlur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
34
+ ERROR: Shader Hidden/Universal Render Pipeline/PaniniProjection shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
35
+ ERROR: Shader Hidden/Universal Render Pipeline/Bloom shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
+ ERROR: Shader Hidden/Universal Render Pipeline/FinalPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
38
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
39
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
40
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - 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 Hidden/Universal Render Pipeline/LensFlareDataDriven shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
44
+ ERROR: Shader Hidden/Universal Render Pipeline/Scaling Setup shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
45
+ ERROR: Shader Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
46
+ ERROR: Shader Hidden/Universal Render Pipeline/Debug/DebugReplacement shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ ERROR: Shader Hidden/kMotion/CameraMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
48
+ ERROR: Shader Hidden/kMotion/ObjectMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
50
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - 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
+ ERROR: Shader Universal Render Pipeline/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
55
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
56
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
57
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
58
+ UnloadTime: 0.498729 ms
59
+ requesting resize 84 x 84
60
+ Setting up 6 worker threads for Enlighten.
61
+ Memory Statistics:
62
+ [ALLOC_TEMP_TLS] TLS Allocator
63
+ StackAllocators :
64
+ [ALLOC_TEMP_MAIN]
65
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
66
+ Initial Block Size 4.0 MB
67
+ Current Block Size 4.0 MB
68
+ Peak Allocated Bytes 3.6 MB
69
+ Overflow Count 0
70
+ [ALLOC_TEMP_Loading.AsyncRead]
71
+ Initial Block Size 64.0 KB
72
+ Current Block Size 64.0 KB
73
+ Peak Allocated Bytes 256 B
74
+ Overflow Count 0
75
+ [ALLOC_TEMP_Loading.PreloadManager]
76
+ Initial Block Size 256.0 KB
77
+ Current Block Size 296.0 KB
78
+ Peak Allocated Bytes 211.6 KB
79
+ Overflow Count 4
80
+ [ALLOC_TEMP_Background Job.Worker 8]
81
+ Initial Block Size 32.0 KB
82
+ Current Block Size 32.0 KB
83
+ Peak Allocated Bytes 0 B
84
+ Overflow Count 0
85
+ [ALLOC_TEMP_Job.Worker 6]
86
+ Initial Block Size 256.0 KB
87
+ Current Block Size 256.0 KB
88
+ Peak Allocated Bytes 0 B
89
+ Overflow Count 0
90
+ [ALLOC_TEMP_Job.Worker 0]
91
+ Initial Block Size 256.0 KB
92
+ Current Block Size 256.0 KB
93
+ Peak Allocated Bytes 0 B
94
+ Overflow Count 0
95
+ [ALLOC_TEMP_Background Job.Worker 10]
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_Background Job.Worker 9]
101
+ Initial Block Size 32.0 KB
102
+ Current Block Size 32.0 KB
103
+ Peak Allocated Bytes 0 B
104
+ Overflow Count 0
105
+ [ALLOC_TEMP_Job.Worker 5]
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_Background Job.Worker 14]
111
+ Initial Block Size 32.0 KB
112
+ Current Block Size 32.0 KB
113
+ Peak Allocated Bytes 0 B
114
+ Overflow Count 0
115
+ [ALLOC_TEMP_Background Job.Worker 6]
116
+ Initial Block Size 32.0 KB
117
+ Current Block Size 32.0 KB
118
+ Peak Allocated Bytes 0 B
119
+ Overflow Count 0
120
+ [ALLOC_TEMP_Job.Worker 4]
121
+ Initial Block Size 256.0 KB
122
+ Current Block Size 256.0 KB
123
+ Peak Allocated Bytes 0 B
124
+ Overflow Count 0
125
+ [ALLOC_TEMP_Job.Worker 3]
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_Background Job.Worker 12]
131
+ Initial Block Size 32.0 KB
132
+ Current Block Size 32.0 KB
133
+ Peak Allocated Bytes 0 B
134
+ Overflow Count 0
135
+ [ALLOC_TEMP_EnlightenWorker] x 6
136
+ Initial Block Size 64.0 KB
137
+ Current Block Size 64.0 KB
138
+ Peak Allocated Bytes 0 B
139
+ Overflow Count 0
140
+ [ALLOC_TEMP_Background Job.Worker 15]
141
+ Initial Block Size 32.0 KB
142
+ Current Block Size 32.0 KB
143
+ Peak Allocated Bytes 0 B
144
+ Overflow Count 0
145
+ [ALLOC_TEMP_Background Job.Worker 1]
146
+ Initial Block Size 32.0 KB
147
+ Current Block Size 32.0 KB
148
+ Peak Allocated Bytes 0 B
149
+ Overflow Count 0
150
+ [ALLOC_TEMP_Background Job.Worker 2]
151
+ Initial Block Size 32.0 KB
152
+ Current Block Size 32.0 KB
153
+ Peak Allocated Bytes 0 B
154
+ Overflow Count 0
155
+ [ALLOC_TEMP_Background Job.Worker 7]
156
+ Initial Block Size 32.0 KB
157
+ Current Block Size 32.0 KB
158
+ Peak Allocated Bytes 0 B
159
+ Overflow Count 0
160
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 11
161
+ Initial Block Size 64.0 KB
162
+ Current Block Size 64.0 KB
163
+ Peak Allocated Bytes 0 B
164
+ Overflow Count 0
165
+ [ALLOC_TEMP_Background Job.Worker 5]
166
+ Initial Block Size 32.0 KB
167
+ Current Block Size 32.0 KB
168
+ Peak Allocated Bytes 0 B
169
+ Overflow Count 0
170
+ [ALLOC_TEMP_Job.Worker 9]
171
+ Initial Block Size 256.0 KB
172
+ Current Block Size 256.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 8]
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 7]
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 1]
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 2]
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_Background Job.Worker 3]
201
+ Initial Block Size 32.0 KB
202
+ Current Block Size 32.0 KB
203
+ Peak Allocated Bytes 0 B
204
+ Overflow Count 0
205
+ [ALLOC_TEMP_Background Job.Worker 11]
206
+ Initial Block Size 32.0 KB
207
+ Current Block Size 32.0 KB
208
+ Peak Allocated Bytes 0 B
209
+ Overflow Count 0
210
+ [ALLOC_TEMP_Job.Worker 10]
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 0]
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_Background Job.Worker 4]
221
+ Initial Block Size 32.0 KB
222
+ Current Block Size 32.0 KB
223
+ Peak Allocated Bytes 0 B
224
+ Overflow Count 0
225
+ [ALLOC_TEMP_BatchDeleteObjects]
226
+ Initial Block Size 64.0 KB
227
+ Current Block Size 64.0 KB
228
+ Peak Allocated Bytes 0 B
229
+ Overflow Count 0
230
+ [ALLOC_DEFAULT] Dual Thread Allocator
231
+ Peak main deferred allocation count 40
232
+ [ALLOC_BUCKET]
233
+ Large Block size 4.0 MB
234
+ Used Block count 1
235
+ Peak Allocated bytes 1.4 MB
236
+ [ALLOC_DEFAULT_MAIN]
237
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
238
+ Requested Block Size 16.0 MB
239
+ Peak Block count 1
240
+ Peak Allocated memory 22.0 MB
241
+ Peak Large allocation bytes 16.0 MB
242
+ [ALLOC_DEFAULT_THREAD]
243
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
244
+ Requested Block Size 16.0 MB
245
+ Peak Block count 1
246
+ Peak Allocated memory 2.5 MB
247
+ Peak Large allocation bytes 0 B
248
+ [ALLOC_TEMP_JOB_1_FRAME]
249
+ Initial Block Size 2.0 MB
250
+ Used Block Count 1
251
+ Overflow Count (too large) 0
252
+ Overflow Count (full) 0
253
+ [ALLOC_TEMP_JOB_2_FRAMES]
254
+ Initial Block Size 2.0 MB
255
+ Used Block Count 1
256
+ Overflow Count (too large) 0
257
+ Overflow Count (full) 0
258
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
259
+ Initial Block Size 2.0 MB
260
+ Used Block Count 1
261
+ Overflow Count (too large) 0
262
+ Overflow Count (full) 0
263
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
264
+ Initial Block Size 1.0 MB
265
+ Used Block Count 3
266
+ Overflow Count (too large) 0
267
+ Overflow Count (full) 0
268
+ [ALLOC_GFX] Dual Thread Allocator
269
+ Peak main deferred allocation count 0
270
+ [ALLOC_BUCKET]
271
+ Large Block size 4.0 MB
272
+ Used Block count 1
273
+ Peak Allocated bytes 1.4 MB
274
+ [ALLOC_GFX_MAIN]
275
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
276
+ Requested Block Size 16.0 MB
277
+ Peak Block count 1
278
+ Peak Allocated memory 65.6 KB
279
+ Peak Large allocation bytes 0 B
280
+ [ALLOC_GFX_THREAD]
281
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
282
+ Requested Block Size 16.0 MB
283
+ Peak Block count 1
284
+ Peak Allocated memory 81.8 KB
285
+ Peak Large allocation bytes 0 B
286
+ [ALLOC_CACHEOBJECTS] 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.4 MB
292
+ [ALLOC_CACHEOBJECTS_MAIN]
293
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
294
+ Requested Block Size 4.0 MB
295
+ Peak Block count 2
296
+ Peak Allocated memory 30.6 MB
297
+ Peak Large allocation bytes 24.9 MB
298
+ [ALLOC_CACHEOBJECTS_THREAD]
299
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
300
+ Requested Block Size 4.0 MB
301
+ Peak Block count 1
302
+ Peak Allocated memory 2.6 MB
303
+ Peak Large allocation bytes 0 B
304
+ [ALLOC_TYPETREE] Dual Thread Allocator
305
+ Peak main deferred allocation count 0
306
+ [ALLOC_BUCKET]
307
+ Large Block size 4.0 MB
308
+ Used Block count 1
309
+ Peak Allocated bytes 1.4 MB
310
+ [ALLOC_TYPETREE_MAIN]
311
+ Peak usage frame count: [0-1.0 KB]: 1 frames
312
+ Requested Block Size 2.0 MB
313
+ Peak Block count 1
314
+ Peak Allocated memory 1.0 KB
315
+ Peak Large allocation bytes 0 B
316
+ [ALLOC_TYPETREE_THREAD]
317
+ Peak usage frame count: [4.0 KB-8.0 KB]: 1 frames
318
+ Requested Block Size 2.0 MB
319
+ Peak Block count 1
320
+ Peak Allocated memory 7.3 KB
321
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "metadata": {
4
+ "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1685240049",
6
+ "python_version": "3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0]",
7
+ "command_line_arguments": "/home/torrey/.local/bin/mlagents-learn ./config/ppo/Huggy.yaml --env=./trained-envs-executables/linux/Huggy/Huggy --run-id=Huggy --no-graphics --torch-device cpu --resume",
8
+ "mlagents_version": "0.31.0.dev0",
9
+ "mlagents_envs_version": "0.31.0.dev0",
10
+ "communication_protocol_version": "1.5.0",
11
+ "pytorch_version": "1.11.0+cu102",
12
+ "numpy_version": "1.21.2",
13
+ "end_time_seconds": "1685240050"
14
+ },
15
+ "total": 0.9612269000026572,
16
+ "count": 1,
17
+ "self": 0.2181969460034452,
18
+ "children": {
19
+ "run_training.setup": {
20
+ "total": 0.0175411999989592,
21
+ "count": 1,
22
+ "self": 0.0175411999989592
23
+ },
24
+ "TrainerController.start_learning": {
25
+ "total": 0.7254887540002528,
26
+ "count": 1,
27
+ "self": 5.10989993927069e-05,
28
+ "children": {
29
+ "TrainerController._reset_env": {
30
+ "total": 0.6659748060010315,
31
+ "count": 1,
32
+ "self": 0.6659748060010315
33
+ },
34
+ "TrainerController._save_models": {
35
+ "total": 0.059462848999828566,
36
+ "count": 1,
37
+ "self": 0.0012965530004294124,
38
+ "children": {
39
+ "RLTrainer._checkpoint": {
40
+ "total": 0.058166295999399154,
41
+ "count": 1,
42
+ "self": 0.058166295999399154
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "stats_format_version": "0.3.0",
4
+ "mlagents_version": "0.31.0.dev0",
5
+ "torch_version": "1.11.0+cu102"
6
+ },
7
+ "Huggy": {
8
+ "checkpoints": [
9
+ {
10
+ "steps": 0,
11
+ "file_path": "results/Huggy/Huggy/Huggy-0.onnx",
12
+ "reward": null,
13
+ "creation_time": 1685240050.3103476,
14
+ "auxillary_file_paths": [
15
+ "results/Huggy/Huggy/Huggy-0.pt"
16
+ ]
17
+ }
18
+ ],
19
+ "final_checkpoint": {
20
+ "steps": 0,
21
+ "file_path": "results/Huggy/Huggy.onnx",
22
+ "reward": null,
23
+ "creation_time": 1685240050.3103476,
24
+ "auxillary_file_paths": [
25
+ "results/Huggy/Huggy/Huggy-0.pt"
26
+ ]
27
+ }
28
+ }
29
+ }