Suprabound commited on
Commit
6b6366e
·
1 Parent(s): e75ab22

Supra Huggy pushed

Browse files
Huggy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2572ea1cc97840c1e1ba1b80be4553e3cab93c6a49db95b57e01a2ca068e47e
3
+ size 2270373
Huggy/Huggy-199798.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d6b9904e4764aa4ffdeff1be2b0caab4449cdf89d3b128fa2d73086c6901dc
3
+ size 2270373
Huggy/Huggy-199798.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5cc3627ff5a443bc0d0f8cc57fbbc6e7cbdcc407ced3c51a728085e4e2cfcc2
3
+ size 13505255
Huggy/Huggy-399885.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbdf6785a6aad1708395906d42c4495a3b2732950c11ac7ab6e022ebd467f2a
3
+ size 2270373
Huggy/Huggy-399885.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd0ec8638146d8776eb14a52e74eb7daae13958b8a2ca9b763cfb9ce3c766893
3
+ size 13505255
Huggy/Huggy-516777.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2572ea1cc97840c1e1ba1b80be4553e3cab93c6a49db95b57e01a2ca068e47e
3
+ size 2270373
Huggy/Huggy-516777.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3afc10ea40eb810946e9b357565bda149e919ed9f4a4d28d21833c21d522e459
3
+ size 13505255
Huggy/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3afc10ea40eb810946e9b357565bda149e919ed9f4a4d28d21833c21d522e459
3
+ size 13505255
Huggy/events.out.tfevents.1677079975.ace866bf5f38.2187.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12a12c5dd2ff48bbdf83bca30bdf80a09d5409726ac5ab6bf7da4cd85672397a
3
+ size 77008
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-Huggy
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **Huggy**
13
+ This is a trained model of a **ppo** agent playing **Huggy** 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-Huggy
28
+ 2. Step 1: Write your model_id: Suprabound/ppo-Huggy
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": {"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, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "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, "checkpoint_interval": 200000, "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": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: true
18
+ hidden_units: 512
19
+ num_layers: 3
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.995
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
+ init_path: null
37
+ keep_checkpoints: 15
38
+ checkpoint_interval: 200000
39
+ max_steps: 2000000
40
+ time_horizon: 1000
41
+ summary_freq: 50000
42
+ threaded: false
43
+ self_play: null
44
+ behavioral_cloning: null
45
+ env_settings:
46
+ env_path: ./trained-envs-executables/linux/Huggy/Huggy
47
+ env_args: null
48
+ base_port: 5005
49
+ num_envs: 1
50
+ num_areas: 1
51
+ seed: -1
52
+ max_lifetime_restarts: 10
53
+ restarts_rate_limit_n: 1
54
+ restarts_rate_limit_period_s: 60
55
+ engine_settings:
56
+ width: 84
57
+ height: 84
58
+ quality_level: 5
59
+ time_scale: 20
60
+ target_frame_rate: -1
61
+ capture_frame_rate: 60
62
+ no_graphics: true
63
+ environment_parameters: null
64
+ checkpoint_settings:
65
+ run_id: Huggy
66
+ initialize_from: null
67
+ load_model: false
68
+ resume: false
69
+ force: false
70
+ train_model: false
71
+ inference: false
72
+ results_dir: results
73
+ torch_settings:
74
+ device: null
75
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/Managed'
2
+ Mono config path = '/content/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
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Hugging Face
6
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Hugging Face/Huggy
7
+ Unable to load player prefs
8
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
9
+ [Subsystems] Discovering subsystems at path /content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/UnitySubsystems
10
+ Forcing GfxDevice: Null
11
+ GfxDevice: creating device client; threaded=0; jobified=0
12
+ NullGfxDevice:
13
+ Version: NULL 1.0 [1.0]
14
+ Renderer: Null Device
15
+ Vendor: Unity Technologies
16
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
17
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
18
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
19
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
20
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
21
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
22
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
23
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
24
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
25
+ Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
26
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
27
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
28
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
29
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
30
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
31
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
32
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
33
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
34
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
35
+ FMOD initialized on nosound output
36
+ Begin MonoManager ReloadAssembly
37
+ - Completed reload, in 0.139 seconds
38
+ ERROR: Shader Hidden/Universal Render Pipeline/Blit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Hidden/Universal Render Pipeline/CopyDepth shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ ERROR: Shader Hidden/Universal Render Pipeline/ScreenSpaceShadows shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
+ ERROR: Shader Hidden/Universal Render Pipeline/Sampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderLdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
43
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderHdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
44
+ ERROR: Shader Hidden/Universal Render Pipeline/UberPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
45
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - 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 Hidden/Universal Render Pipeline/FallbackError shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - 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
+ ERROR: Shader Hidden/Universal Render Pipeline/Stop NaN shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
53
+ ERROR: Shader Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ ERROR: Shader Hidden/Universal Render Pipeline/GaussianDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
55
+ ERROR: Shader Hidden/Universal Render Pipeline/BokehDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
56
+ ERROR: Shader Hidden/Universal Render Pipeline/CameraMotionBlur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
57
+ ERROR: Shader Hidden/Universal Render Pipeline/PaniniProjection shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
58
+ ERROR: Shader Hidden/Universal Render Pipeline/Bloom shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
59
+ ERROR: Shader Hidden/Universal Render Pipeline/FinalPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
60
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
61
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
62
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
63
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
64
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
65
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
66
+ ERROR: Shader Hidden/Universal Render Pipeline/LensFlareDataDriven shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
67
+ ERROR: Shader Hidden/Universal Render Pipeline/Scaling Setup shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
68
+ ERROR: Shader Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
69
+ ERROR: Shader Hidden/Universal Render Pipeline/Debug/DebugReplacement shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
70
+ ERROR: Shader Hidden/kMotion/CameraMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
71
+ ERROR: Shader Hidden/kMotion/ObjectMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
72
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
73
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
74
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
75
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
76
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
77
+ ERROR: Shader Universal Render Pipeline/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
78
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
79
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
80
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
81
+ UnloadTime: 0.986715 ms
82
+ requesting resize 84 x 84
83
+ GRPC Exception: Status(StatusCode=Cancelled, Detail="CANCELLED"). Disconnecting from trainer.
84
+ Setting up 1 worker threads for Enlighten.
85
+ Memory Statistics:
86
+ [ALLOC_TEMP_TLS] TLS Allocator
87
+ StackAllocators :
88
+ [ALLOC_TEMP_MAIN]
89
+ Peak usage frame count: [4.0 KB-8.0 KB]: 6921 frames, [2.0 MB-4.0 MB]: 1 frames
90
+ Initial Block Size 4.0 MB
91
+ Current Block Size 4.0 MB
92
+ Peak Allocated Bytes 3.6 MB
93
+ Overflow Count 0
94
+ [ALLOC_TEMP_Loading.AsyncRead]
95
+ Initial Block Size 64.0 KB
96
+ Current Block Size 64.0 KB
97
+ Peak Allocated Bytes 208 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Loading.PreloadManager]
100
+ Initial Block Size 256.0 KB
101
+ Current Block Size 296.0 KB
102
+ Peak Allocated Bytes 211.5 KB
103
+ Overflow Count 4
104
+ [ALLOC_TEMP_Background Job.Worker 8]
105
+ Initial Block Size 32.0 KB
106
+ Current Block Size 32.0 KB
107
+ Peak Allocated Bytes 0 B
108
+ Overflow Count 0
109
+ [ALLOC_TEMP_Background Job.Worker 9]
110
+ Initial Block Size 32.0 KB
111
+ Current Block Size 32.0 KB
112
+ Peak Allocated Bytes 0 B
113
+ Overflow Count 0
114
+ [ALLOC_TEMP_Job.Worker 0]
115
+ Initial Block Size 256.0 KB
116
+ Current Block Size 256.0 KB
117
+ Peak Allocated Bytes 0 B
118
+ Overflow Count 0
119
+ [ALLOC_TEMP_Background Job.Worker 10]
120
+ Initial Block Size 32.0 KB
121
+ Current Block Size 32.0 KB
122
+ Peak Allocated Bytes 0 B
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_Background Job.Worker 14]
125
+ Initial Block Size 32.0 KB
126
+ Current Block Size 32.0 KB
127
+ Peak Allocated Bytes 0 B
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_Background Job.Worker 6]
130
+ Initial Block Size 32.0 KB
131
+ Current Block Size 32.0 KB
132
+ Peak Allocated Bytes 0 B
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Background Job.Worker 12]
135
+ Initial Block Size 32.0 KB
136
+ Current Block Size 32.0 KB
137
+ Peak Allocated Bytes 0 B
138
+ Overflow Count 0
139
+ [ALLOC_TEMP_EnlightenWorker]
140
+ Initial Block Size 64.0 KB
141
+ Current Block Size 64.0 KB
142
+ Peak Allocated Bytes 0 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_Background Job.Worker 15]
145
+ Initial Block Size 32.0 KB
146
+ Current Block Size 32.0 KB
147
+ Peak Allocated Bytes 0 B
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Background Job.Worker 1]
150
+ Initial Block Size 32.0 KB
151
+ Current Block Size 32.0 KB
152
+ Peak Allocated Bytes 0 B
153
+ Overflow Count 0
154
+ [ALLOC_TEMP_Background Job.Worker 2]
155
+ Initial Block Size 32.0 KB
156
+ Current Block Size 32.0 KB
157
+ Peak Allocated Bytes 0 B
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_Background Job.Worker 7]
160
+ Initial Block Size 32.0 KB
161
+ Current Block Size 32.0 KB
162
+ Peak Allocated Bytes 0 B
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
165
+ Initial Block Size 64.0 KB
166
+ Current Block Size 64.0 KB
167
+ Peak Allocated Bytes 0 B
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Background Job.Worker 5]
170
+ Initial Block Size 32.0 KB
171
+ Current Block Size 32.0 KB
172
+ Peak Allocated Bytes 0 B
173
+ Overflow Count 0
174
+ [ALLOC_TEMP_Background Job.Worker 13]
175
+ Initial Block Size 32.0 KB
176
+ Current Block Size 32.0 KB
177
+ Peak Allocated Bytes 0 B
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_Background Job.Worker 11]
180
+ Initial Block Size 32.0 KB
181
+ Current Block Size 32.0 KB
182
+ Peak Allocated Bytes 0 B
183
+ Overflow Count 0
184
+ [ALLOC_TEMP_Background Job.Worker 3]
185
+ Initial Block Size 32.0 KB
186
+ Current Block Size 32.0 KB
187
+ Peak Allocated Bytes 0 B
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Background Job.Worker 0]
190
+ Initial Block Size 32.0 KB
191
+ Current Block Size 32.0 KB
192
+ Peak Allocated Bytes 0 B
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_Background Job.Worker 4]
195
+ Initial Block Size 32.0 KB
196
+ Current Block Size 32.0 KB
197
+ Peak Allocated Bytes 0 B
198
+ Overflow Count 0
199
+ [ALLOC_TEMP_BatchDeleteObjects]
200
+ Initial Block Size 64.0 KB
201
+ Current Block Size 64.0 KB
202
+ Peak Allocated Bytes 0 B
203
+ Overflow Count 0
204
+ [ALLOC_DEFAULT] Dual Thread Allocator
205
+ Peak main deferred allocation count 191
206
+ [ALLOC_BUCKET]
207
+ Large Block size 4.0 MB
208
+ Used Block count 1
209
+ Peak Allocated bytes 1.4 MB
210
+ [ALLOC_DEFAULT_MAIN]
211
+ Peak usage frame count: [16.0 MB-32.0 MB]: 6922 frames
212
+ Requested Block Size 16.0 MB
213
+ Peak Block count 1
214
+ Peak Allocated memory 21.9 MB
215
+ Peak Large allocation bytes 16.0 MB
216
+ [ALLOC_DEFAULT_THREAD]
217
+ Peak usage frame count: [2.0 MB-4.0 MB]: 6922 frames
218
+ Requested Block Size 16.0 MB
219
+ Peak Block count 1
220
+ Peak Allocated memory 2.5 MB
221
+ Peak Large allocation bytes 0 B
222
+ [ALLOC_TEMP_JOB_1_FRAME]
223
+ Initial Block Size 2.0 MB
224
+ Used Block Count 1
225
+ Overflow Count (too large) 0
226
+ Overflow Count (full) 0
227
+ [ALLOC_TEMP_JOB_2_FRAMES]
228
+ Initial Block Size 2.0 MB
229
+ Used Block Count 1
230
+ Overflow Count (too large) 0
231
+ Overflow Count (full) 0
232
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
233
+ Initial Block Size 2.0 MB
234
+ Used Block Count 2
235
+ Overflow Count (too large) 0
236
+ Overflow Count (full) 0
237
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
238
+ Initial Block Size 1.0 MB
239
+ Used Block Count 3
240
+ Overflow Count (too large) 0
241
+ Overflow Count (full) 0
242
+ [ALLOC_GFX] Dual Thread Allocator
243
+ Peak main deferred allocation count 0
244
+ [ALLOC_BUCKET]
245
+ Large Block size 4.0 MB
246
+ Used Block count 1
247
+ Peak Allocated bytes 1.4 MB
248
+ [ALLOC_GFX_MAIN]
249
+ Peak usage frame count: [32.0 KB-64.0 KB]: 6921 frames, [64.0 KB-128.0 KB]: 1 frames
250
+ Requested Block Size 16.0 MB
251
+ Peak Block count 1
252
+ Peak Allocated memory 65.6 KB
253
+ Peak Large allocation bytes 0 B
254
+ [ALLOC_GFX_THREAD]
255
+ Peak usage frame count: [64.0 KB-128.0 KB]: 6922 frames
256
+ Requested Block Size 16.0 MB
257
+ Peak Block count 1
258
+ Peak Allocated memory 81.8 KB
259
+ Peak Large allocation bytes 0 B
260
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
261
+ Peak main deferred allocation count 0
262
+ [ALLOC_BUCKET]
263
+ Large Block size 4.0 MB
264
+ Used Block count 1
265
+ Peak Allocated bytes 1.4 MB
266
+ [ALLOC_CACHEOBJECTS_MAIN]
267
+ Peak usage frame count: [1.0 MB-2.0 MB]: 6921 frames, [16.0 MB-32.0 MB]: 1 frames
268
+ Requested Block Size 4.0 MB
269
+ Peak Block count 2
270
+ Peak Allocated memory 30.6 MB
271
+ Peak Large allocation bytes 24.9 MB
272
+ [ALLOC_CACHEOBJECTS_THREAD]
273
+ Peak usage frame count: [0.5 MB-1.0 MB]: 6921 frames, [2.0 MB-4.0 MB]: 1 frames
274
+ Requested Block Size 4.0 MB
275
+ Peak Block count 1
276
+ Peak Allocated memory 2.6 MB
277
+ Peak Large allocation bytes 0 B
278
+ [ALLOC_TYPETREE] Dual Thread Allocator
279
+ Peak main deferred allocation count 0
280
+ [ALLOC_BUCKET]
281
+ Large Block size 4.0 MB
282
+ Used Block count 1
283
+ Peak Allocated bytes 1.4 MB
284
+ [ALLOC_TYPETREE_MAIN]
285
+ Peak usage frame count: [0-1.0 KB]: 6922 frames
286
+ Requested Block Size 2.0 MB
287
+ Peak Block count 1
288
+ Peak Allocated memory 1.0 KB
289
+ Peak Large allocation bytes 0 B
290
+ [ALLOC_TYPETREE_THREAD]
291
+ Peak usage frame count: [4.0 KB-8.0 KB]: 6922 frames
292
+ Requested Block Size 2.0 MB
293
+ Peak Block count 1
294
+ Peak Allocated memory 7.3 KB
295
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Huggy.Policy.Entropy.mean": {
5
+ "value": 1.424880027770996,
6
+ "min": 1.419359803199768,
7
+ "max": 1.4278417825698853,
8
+ "count": 10
9
+ },
10
+ "Huggy.Policy.Entropy.sum": {
11
+ "value": 71566.0234375,
12
+ "min": 69006.6875,
13
+ "max": 77695.7578125,
14
+ "count": 10
15
+ },
16
+ "Huggy.Environment.EpisodeLength.mean": {
17
+ "value": 112.83863636363637,
18
+ "min": 112.83863636363637,
19
+ "max": 370.85925925925926,
20
+ "count": 10
21
+ },
22
+ "Huggy.Environment.EpisodeLength.sum": {
23
+ "value": 49649.0,
24
+ "min": 49547.0,
25
+ "max": 50066.0,
26
+ "count": 10
27
+ },
28
+ "Huggy.Step.mean": {
29
+ "value": 499955.0,
30
+ "min": 49886.0,
31
+ "max": 499955.0,
32
+ "count": 10
33
+ },
34
+ "Huggy.Step.sum": {
35
+ "value": 499955.0,
36
+ "min": 49886.0,
37
+ "max": 499955.0,
38
+ "count": 10
39
+ },
40
+ "Huggy.Policy.ExtrinsicValueEstimate.mean": {
41
+ "value": 2.1364572048187256,
42
+ "min": 0.19079284369945526,
43
+ "max": 2.1364572048187256,
44
+ "count": 10
45
+ },
46
+ "Huggy.Policy.ExtrinsicValueEstimate.sum": {
47
+ "value": 940.0411987304688,
48
+ "min": 25.566240310668945,
49
+ "max": 940.0411987304688,
50
+ "count": 10
51
+ },
52
+ "Huggy.Environment.CumulativeReward.mean": {
53
+ "value": 3.5226223757321184,
54
+ "min": 1.8495269066362239,
55
+ "max": 3.7265998373076705,
56
+ "count": 10
57
+ },
58
+ "Huggy.Environment.CumulativeReward.sum": {
59
+ "value": 1549.953845322132,
60
+ "min": 247.836605489254,
61
+ "max": 1576.3517311811447,
62
+ "count": 10
63
+ },
64
+ "Huggy.Policy.ExtrinsicReward.mean": {
65
+ "value": 3.5226223757321184,
66
+ "min": 1.8495269066362239,
67
+ "max": 3.7265998373076705,
68
+ "count": 10
69
+ },
70
+ "Huggy.Policy.ExtrinsicReward.sum": {
71
+ "value": 1549.953845322132,
72
+ "min": 247.836605489254,
73
+ "max": 1576.3517311811447,
74
+ "count": 10
75
+ },
76
+ "Huggy.Losses.PolicyLoss.mean": {
77
+ "value": 0.01690871171530388,
78
+ "min": 0.015733202764547764,
79
+ "max": 0.017179424657661,
80
+ "count": 10
81
+ },
82
+ "Huggy.Losses.PolicyLoss.sum": {
83
+ "value": 0.050726135145911636,
84
+ "min": 0.03179269783819715,
85
+ "max": 0.050726135145911636,
86
+ "count": 10
87
+ },
88
+ "Huggy.Losses.ValueLoss.mean": {
89
+ "value": 0.046751973612440954,
90
+ "min": 0.019597548774133125,
91
+ "max": 0.046751973612440954,
92
+ "count": 10
93
+ },
94
+ "Huggy.Losses.ValueLoss.sum": {
95
+ "value": 0.14025592083732286,
96
+ "min": 0.03919509754826625,
97
+ "max": 0.14025592083732286,
98
+ "count": 10
99
+ },
100
+ "Huggy.Policy.LearningRate.mean": {
101
+ "value": 0.00022888877370374995,
102
+ "min": 0.00022888877370374995,
103
+ "max": 0.00029531692656102496,
104
+ "count": 10
105
+ },
106
+ "Huggy.Policy.LearningRate.sum": {
107
+ "value": 0.0006866663211112498,
108
+ "min": 0.00047324974225010006,
109
+ "max": 0.00084429001857,
110
+ "count": 10
111
+ },
112
+ "Huggy.Policy.Epsilon.mean": {
113
+ "value": 0.17629624999999996,
114
+ "min": 0.17629624999999996,
115
+ "max": 0.19843897500000007,
116
+ "count": 10
117
+ },
118
+ "Huggy.Policy.Epsilon.sum": {
119
+ "value": 0.5288887499999999,
120
+ "min": 0.3577499000000002,
121
+ "max": 0.5814300000000002,
122
+ "count": 10
123
+ },
124
+ "Huggy.Policy.Beta.mean": {
125
+ "value": 0.0038171828750000014,
126
+ "min": 0.0038171828750000014,
127
+ "max": 0.0049221048524999995,
128
+ "count": 10
129
+ },
130
+ "Huggy.Policy.Beta.sum": {
131
+ "value": 0.011451548625000004,
132
+ "min": 0.007891720010000002,
133
+ "max": 0.014073356999999998,
134
+ "count": 10
135
+ },
136
+ "Huggy.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 10
141
+ },
142
+ "Huggy.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 10
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1677079966",
152
+ "python_version": "3.8.10 (default, Nov 14 2022, 12:59:47) \n[GCC 9.4.0]",
153
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Huggy.yaml --env=./trained-envs-executables/linux/Huggy/Huggy --run-id=Huggy --no-graphics",
154
+ "mlagents_version": "0.29.0.dev0",
155
+ "mlagents_envs_version": "0.29.0.dev0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "1.8.1+cu102",
158
+ "numpy_version": "1.21.6",
159
+ "end_time_seconds": "1677080580"
160
+ },
161
+ "total": 613.1260742410001,
162
+ "count": 1,
163
+ "self": 0.4239877320000005,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.10650919199997588,
167
+ "count": 1,
168
+ "self": 0.10650919199997588
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 612.5955773170001,
172
+ "count": 1,
173
+ "self": 1.0608020760100771,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 11.493426053999997,
177
+ "count": 1,
178
+ "self": 11.493426053999997
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 599.7698901539901,
182
+ "count": 59117,
183
+ "self": 1.1447138609887588,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 470.28813802501384,
187
+ "count": 59117,
188
+ "self": 391.4288881670209,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 78.15759345000322,
192
+ "count": 59117,
193
+ "self": 4.097086826998634,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 74.06050662300458,
197
+ "count": 57682,
198
+ "self": 18.85685082902137,
199
+ "children": {
200
+ "TorchPolicy.sample_actions": {
201
+ "total": 55.203655793983216,
202
+ "count": 57682,
203
+ "self": 55.203655793983216
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "workers": {
210
+ "total": 0.7016564079897307,
211
+ "count": 59116,
212
+ "self": 0.0,
213
+ "children": {
214
+ "worker_root": {
215
+ "total": 610.3095443380075,
216
+ "count": 59116,
217
+ "is_parallel": true,
218
+ "self": 292.44571776800933,
219
+ "children": {
220
+ "run_training.setup": {
221
+ "total": 0.0,
222
+ "count": 0,
223
+ "is_parallel": true,
224
+ "self": 0.0,
225
+ "children": {
226
+ "steps_from_proto": {
227
+ "total": 0.002080770000020493,
228
+ "count": 1,
229
+ "is_parallel": true,
230
+ "self": 0.0003421019999905184,
231
+ "children": {
232
+ "_process_rank_one_or_two_observation": {
233
+ "total": 0.0017386680000299748,
234
+ "count": 2,
235
+ "is_parallel": true,
236
+ "self": 0.0017386680000299748
237
+ }
238
+ }
239
+ },
240
+ "UnityEnvironment.step": {
241
+ "total": 0.02897272799998518,
242
+ "count": 1,
243
+ "is_parallel": true,
244
+ "self": 0.0003100750000157859,
245
+ "children": {
246
+ "UnityEnvironment._generate_step_input": {
247
+ "total": 0.00020144000006894203,
248
+ "count": 1,
249
+ "is_parallel": true,
250
+ "self": 0.00020144000006894203
251
+ },
252
+ "communicator.exchange": {
253
+ "total": 0.02758207699991999,
254
+ "count": 1,
255
+ "is_parallel": true,
256
+ "self": 0.02758207699991999
257
+ },
258
+ "steps_from_proto": {
259
+ "total": 0.0008791359999804627,
260
+ "count": 1,
261
+ "is_parallel": true,
262
+ "self": 0.0004059729999426054,
263
+ "children": {
264
+ "_process_rank_one_or_two_observation": {
265
+ "total": 0.0004731630000378573,
266
+ "count": 2,
267
+ "is_parallel": true,
268
+ "self": 0.0004731630000378573
269
+ }
270
+ }
271
+ }
272
+ }
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 317.8638265699982,
278
+ "count": 59115,
279
+ "is_parallel": true,
280
+ "self": 9.760329399991974,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 19.73482288197829,
284
+ "count": 59115,
285
+ "is_parallel": true,
286
+ "self": 19.73482288197829
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 264.7674965380096,
290
+ "count": 59115,
291
+ "is_parallel": true,
292
+ "self": 264.7674965380096
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 23.601177750018337,
296
+ "count": 59115,
297
+ "is_parallel": true,
298
+ "self": 9.620837644035646,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 13.980340105982691,
302
+ "count": 118230,
303
+ "is_parallel": true,
304
+ "self": 13.980340105982691
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ },
316
+ "trainer_advance": {
317
+ "total": 128.3370382679875,
318
+ "count": 59116,
319
+ "self": 1.751743170001646,
320
+ "children": {
321
+ "process_trajectory": {
322
+ "total": 36.43956597698559,
323
+ "count": 59116,
324
+ "self": 36.13098706098549,
325
+ "children": {
326
+ "RLTrainer._checkpoint": {
327
+ "total": 0.30857891600010134,
328
+ "count": 2,
329
+ "self": 0.30857891600010134
330
+ }
331
+ }
332
+ },
333
+ "_update_policy": {
334
+ "total": 90.14572912100027,
335
+ "count": 25,
336
+ "self": 75.40279522299943,
337
+ "children": {
338
+ "TorchPPOOptimizer.update": {
339
+ "total": 14.742933898000842,
340
+ "count": 750,
341
+ "self": 14.742933898000842
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ },
349
+ "trainer_threads": {
350
+ "total": 1.6700000742275734e-06,
351
+ "count": 1,
352
+ "self": 1.6700000742275734e-06
353
+ },
354
+ "TrainerController._save_models": {
355
+ "total": 0.271457362999854,
356
+ "count": 1,
357
+ "self": 0.007578113999670677,
358
+ "children": {
359
+ "RLTrainer._checkpoint": {
360
+ "total": 0.26387924900018334,
361
+ "count": 1,
362
+ "self": 0.26387924900018334
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Huggy": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 199798,
6
+ "file_path": "results/Huggy/Huggy/Huggy-199798.onnx",
7
+ "reward": 3.4759726470166985,
8
+ "creation_time": 1677080209.2471242,
9
+ "auxillary_file_paths": [
10
+ "results/Huggy/Huggy/Huggy-199798.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 399885,
15
+ "file_path": "results/Huggy/Huggy/Huggy-399885.onnx",
16
+ "reward": 3.0955506857339437,
17
+ "creation_time": 1677080439.587893,
18
+ "auxillary_file_paths": [
19
+ "results/Huggy/Huggy/Huggy-399885.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 516777,
24
+ "file_path": "results/Huggy/Huggy/Huggy-516777.onnx",
25
+ "reward": 3.971195272036961,
26
+ "creation_time": 1677080579.682075,
27
+ "auxillary_file_paths": [
28
+ "results/Huggy/Huggy/Huggy-516777.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "final_checkpoint": {
33
+ "steps": 516777,
34
+ "file_path": "results/Huggy/Huggy.onnx",
35
+ "reward": 3.971195272036961,
36
+ "creation_time": 1677080579.682075,
37
+ "auxillary_file_paths": [
38
+ "results/Huggy/Huggy/Huggy-516777.pt"
39
+ ]
40
+ }
41
+ },
42
+ "metadata": {
43
+ "stats_format_version": "0.3.0",
44
+ "mlagents_version": "0.29.0.dev0",
45
+ "torch_version": "1.8.1+cu102"
46
+ }
47
+ }