ruzarx commited on
Commit
0258b27
·
1 Parent(s): ceba809

Initial commit

Browse files
Huggy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd8fc6d70ccfac8b212c2d7c56c1b28283c6ba08230f9befc0a60d1a0fad95c4
3
+ size 2270373
Huggy/Huggy-1499958.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d37d6a07a30dfcdc796c5d8050900686883dddf8154379c8ecca0c51e5d19b5
3
+ size 2270373
Huggy/Huggy-1499958.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d334a9e67e221c5343eaf5f95237647557d0ab8d8ce401c9a38a6bab2797ef
3
+ size 13504687
Huggy/Huggy-1999686.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea09508614c4cd25fa51387f826fe7c630e3f37c1f6fdcecdf2dbbd5a53cbe17
3
+ size 2270373
Huggy/Huggy-1999686.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ebad2d9b845d0ac82ac106824585e9f067ebd51a53cfb96612feaf756ea4d61
3
+ size 13504687
Huggy/Huggy-2000436.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd8fc6d70ccfac8b212c2d7c56c1b28283c6ba08230f9befc0a60d1a0fad95c4
3
+ size 2270373
Huggy/Huggy-2000436.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330a757a033bbd6492de6d6b09067b4d7f97dbae16728b904a6b994fbd4b2dab
3
+ size 13504687
Huggy/Huggy-499882.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9abbcf005bcbe2c6f906c3ae8b4afaec4441f1a1b55007b430c58bfeb100d8fd
3
+ size 2270373
Huggy/Huggy-499882.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f97819aa6f92ad1f7023979d12d8df83ca37e99c0c806d298704096d89f044
3
+ size 13504687
Huggy/Huggy-999966.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f29541724a6b9800e87ee1e78bc565d1853f681f348cb3d9d57bd582d83c1846
3
+ size 2270373
Huggy/Huggy-999966.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a713559c4e731ede8bb29836c94a62bede8c533d15ae290f528cd603adb1e843
3
+ size 13504687
Huggy/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330a757a033bbd6492de6d6b09067b4d7f97dbae16728b904a6b994fbd4b2dab
3
+ size 13504687
Huggy/events.out.tfevents.1670531817.demi-g55587.19293.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f695198f85f6414a029a755746e684656f3a4aaae5a47e344dd65545c261057
3
+ size 387823
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: ruzarx/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": 5, "checkpoint_interval": 500000, "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: 5
38
+ checkpoint_interval: 500000
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,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/demi/coding/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/Managed'
2
+ Mono config path = '/home/demi/coding/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: /home/demi/.config/unity3d/Hugging Face
6
+ PlayerPrefs - Creating folder: /home/demi/.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 /home/demi/coding/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
+ Begin MonoManager ReloadAssembly
17
+ - Completed reload, in 0.219 seconds
18
+ ERROR: Shader Hidden/Universal Render Pipeline/Blit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
19
+ ERROR: Shader Hidden/Universal Render Pipeline/CopyDepth shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
20
+ ERROR: Shader Hidden/Universal Render Pipeline/ScreenSpaceShadows shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
21
+ ERROR: Shader Hidden/Universal Render Pipeline/Sampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
22
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderLdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
23
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderHdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
24
+ ERROR: Shader Hidden/Universal Render Pipeline/UberPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
25
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - All subshaders removed
26
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
27
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
28
+ ERROR: Shader Hidden/Universal Render Pipeline/FallbackError shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
29
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - All subshaders removed
30
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
31
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
32
+ ERROR: Shader Hidden/Universal Render Pipeline/Stop NaN shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
33
+ ERROR: Shader Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
34
+ ERROR: Shader Hidden/Universal Render Pipeline/GaussianDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
35
+ ERROR: Shader Hidden/Universal Render Pipeline/BokehDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
+ ERROR: Shader Hidden/Universal Render Pipeline/CameraMotionBlur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ ERROR: Shader Hidden/Universal Render Pipeline/PaniniProjection shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Hidden/Universal Render Pipeline/Bloom shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Hidden/Universal Render Pipeline/FinalPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
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
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
44
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
45
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
46
+ ERROR: Shader Hidden/Universal Render Pipeline/LensFlareDataDriven shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ ERROR: Shader Hidden/Universal Render Pipeline/Scaling Setup shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
48
+ ERROR: Shader Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ ERROR: Shader Hidden/Universal Render Pipeline/Debug/DebugReplacement shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
50
+ ERROR: Shader Hidden/kMotion/CameraMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ ERROR: Shader Hidden/kMotion/ObjectMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
52
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
53
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
55
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
56
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
57
+ ERROR: Shader Universal Render Pipeline/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
58
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
59
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
60
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
61
+ UnloadTime: 0.590962 ms
62
+ requesting resize 84 x 84
63
+ Setting up 4 worker threads for Enlighten.
64
+ Memory Statistics:
65
+ [ALLOC_TEMP_TLS] TLS Allocator
66
+ StackAllocators :
67
+ [ALLOC_TEMP_MAIN]
68
+ Peak usage frame count: [4.0 KB-8.0 KB]: 26752 frames, [2.0 MB-4.0 MB]: 1 frames
69
+ Initial Block Size 4.0 MB
70
+ Current Block Size 4.0 MB
71
+ Peak Allocated Bytes 3.6 MB
72
+ Overflow Count 0
73
+ [ALLOC_TEMP_Loading.AsyncRead]
74
+ Initial Block Size 64.0 KB
75
+ Current Block Size 64.0 KB
76
+ Peak Allocated Bytes 256 B
77
+ Overflow Count 0
78
+ [ALLOC_TEMP_Loading.PreloadManager]
79
+ Initial Block Size 256.0 KB
80
+ Current Block Size 296.0 KB
81
+ Peak Allocated Bytes 211.6 KB
82
+ Overflow Count 4
83
+ [ALLOC_TEMP_Background Job.Worker 8]
84
+ Initial Block Size 32.0 KB
85
+ Current Block Size 32.0 KB
86
+ Peak Allocated Bytes 0 B
87
+ Overflow Count 0
88
+ [ALLOC_TEMP_Job.Worker 6]
89
+ Initial Block Size 256.0 KB
90
+ Current Block Size 256.0 KB
91
+ Peak Allocated Bytes 0 B
92
+ Overflow Count 0
93
+ [ALLOC_TEMP_Job.Worker 0]
94
+ Initial Block Size 256.0 KB
95
+ Current Block Size 256.0 KB
96
+ Peak Allocated Bytes 0 B
97
+ Overflow Count 0
98
+ [ALLOC_TEMP_Background Job.Worker 10]
99
+ Initial Block Size 32.0 KB
100
+ Current Block Size 32.0 KB
101
+ Peak Allocated Bytes 0 B
102
+ Overflow Count 0
103
+ [ALLOC_TEMP_Background Job.Worker 9]
104
+ Initial Block Size 32.0 KB
105
+ Current Block Size 32.0 KB
106
+ Peak Allocated Bytes 0 B
107
+ Overflow Count 0
108
+ [ALLOC_TEMP_Job.Worker 5]
109
+ Initial Block Size 256.0 KB
110
+ Current Block Size 256.0 KB
111
+ Peak Allocated Bytes 0 B
112
+ Overflow Count 0
113
+ [ALLOC_TEMP_Background Job.Worker 14]
114
+ Initial Block Size 32.0 KB
115
+ Current Block Size 32.0 KB
116
+ Peak Allocated Bytes 0 B
117
+ Overflow Count 0
118
+ [ALLOC_TEMP_Background Job.Worker 6]
119
+ Initial Block Size 32.0 KB
120
+ Current Block Size 32.0 KB
121
+ Peak Allocated Bytes 0 B
122
+ Overflow Count 0
123
+ [ALLOC_TEMP_Job.Worker 4]
124
+ Initial Block Size 256.0 KB
125
+ Current Block Size 256.0 KB
126
+ Peak Allocated Bytes 0 B
127
+ Overflow Count 0
128
+ [ALLOC_TEMP_Job.Worker 3]
129
+ Initial Block Size 256.0 KB
130
+ Current Block Size 256.0 KB
131
+ Peak Allocated Bytes 0 B
132
+ Overflow Count 0
133
+ [ALLOC_TEMP_Background Job.Worker 12]
134
+ Initial Block Size 32.0 KB
135
+ Current Block Size 32.0 KB
136
+ Peak Allocated Bytes 0 B
137
+ Overflow Count 0
138
+ [ALLOC_TEMP_EnlightenWorker] x 4
139
+ Initial Block Size 64.0 KB
140
+ Current Block Size 64.0 KB
141
+ Peak Allocated Bytes 0 B
142
+ Overflow Count 0
143
+ [ALLOC_TEMP_Background Job.Worker 15]
144
+ Initial Block Size 32.0 KB
145
+ Current Block Size 32.0 KB
146
+ Peak Allocated Bytes 0 B
147
+ Overflow Count 0
148
+ [ALLOC_TEMP_Background Job.Worker 1]
149
+ Initial Block Size 32.0 KB
150
+ Current Block Size 32.0 KB
151
+ Peak Allocated Bytes 0 B
152
+ Overflow Count 0
153
+ [ALLOC_TEMP_Background Job.Worker 2]
154
+ Initial Block Size 32.0 KB
155
+ Current Block Size 32.0 KB
156
+ Peak Allocated Bytes 0 B
157
+ Overflow Count 0
158
+ [ALLOC_TEMP_Background Job.Worker 7]
159
+ Initial Block Size 32.0 KB
160
+ Current Block Size 32.0 KB
161
+ Peak Allocated Bytes 0 B
162
+ Overflow Count 0
163
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
164
+ Initial Block Size 64.0 KB
165
+ Current Block Size 64.0 KB
166
+ Peak Allocated Bytes 0 B
167
+ Overflow Count 0
168
+ [ALLOC_TEMP_Background Job.Worker 5]
169
+ Initial Block Size 32.0 KB
170
+ Current Block Size 32.0 KB
171
+ Peak Allocated Bytes 0 B
172
+ Overflow Count 0
173
+ [ALLOC_TEMP_Background Job.Worker 13]
174
+ Initial Block Size 32.0 KB
175
+ Current Block Size 32.0 KB
176
+ Peak Allocated Bytes 0 B
177
+ Overflow Count 0
178
+ [ALLOC_TEMP_Job.Worker 1]
179
+ Initial Block Size 256.0 KB
180
+ Current Block Size 256.0 KB
181
+ Peak Allocated Bytes 0 B
182
+ Overflow Count 0
183
+ [ALLOC_TEMP_Job.Worker 2]
184
+ Initial Block Size 256.0 KB
185
+ Current Block Size 256.0 KB
186
+ Peak Allocated Bytes 0 B
187
+ Overflow Count 0
188
+ [ALLOC_TEMP_Background Job.Worker 3]
189
+ Initial Block Size 32.0 KB
190
+ Current Block Size 32.0 KB
191
+ Peak Allocated Bytes 0 B
192
+ Overflow Count 0
193
+ [ALLOC_TEMP_Background Job.Worker 11]
194
+ Initial Block Size 32.0 KB
195
+ Current Block Size 32.0 KB
196
+ Peak Allocated Bytes 0 B
197
+ Overflow Count 0
198
+ [ALLOC_TEMP_Background Job.Worker 0]
199
+ Initial Block Size 32.0 KB
200
+ Current Block Size 32.0 KB
201
+ Peak Allocated Bytes 0 B
202
+ Overflow Count 0
203
+ [ALLOC_TEMP_Background Job.Worker 4]
204
+ Initial Block Size 32.0 KB
205
+ Current Block Size 32.0 KB
206
+ Peak Allocated Bytes 0 B
207
+ Overflow Count 0
208
+ [ALLOC_TEMP_BatchDeleteObjects]
209
+ Initial Block Size 64.0 KB
210
+ Current Block Size 64.0 KB
211
+ Peak Allocated Bytes 0 B
212
+ Overflow Count 0
213
+ [ALLOC_DEFAULT] Dual Thread Allocator
214
+ Peak main deferred allocation count 57
215
+ [ALLOC_BUCKET]
216
+ Large Block size 4.0 MB
217
+ Used Block count 1
218
+ Peak Allocated bytes 1.4 MB
219
+ [ALLOC_DEFAULT_MAIN]
220
+ Peak usage frame count: [16.0 MB-32.0 MB]: 26753 frames
221
+ Requested Block Size 16.0 MB
222
+ Peak Block count 1
223
+ Peak Allocated memory 23.6 MB
224
+ Peak Large allocation bytes 16.0 MB
225
+ [ALLOC_DEFAULT_THREAD]
226
+ Peak usage frame count: [2.0 MB-4.0 MB]: 26753 frames
227
+ Requested Block Size 16.0 MB
228
+ Peak Block count 1
229
+ Peak Allocated memory 2.6 MB
230
+ Peak Large allocation bytes 0 B
231
+ [ALLOC_TEMP_JOB_1_FRAME]
232
+ Initial Block Size 2.0 MB
233
+ Used Block Count 1
234
+ Overflow Count (too large) 0
235
+ Overflow Count (full) 0
236
+ [ALLOC_TEMP_JOB_2_FRAMES]
237
+ Initial Block Size 2.0 MB
238
+ Used Block Count 1
239
+ Overflow Count (too large) 0
240
+ Overflow Count (full) 0
241
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
242
+ Initial Block Size 2.0 MB
243
+ Used Block Count 2
244
+ Overflow Count (too large) 0
245
+ Overflow Count (full) 0
246
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
247
+ Initial Block Size 1.0 MB
248
+ Used Block Count 3
249
+ Overflow Count (too large) 0
250
+ Overflow Count (full) 0
251
+ [ALLOC_GFX] Dual Thread Allocator
252
+ Peak main deferred allocation count 0
253
+ [ALLOC_BUCKET]
254
+ Large Block size 4.0 MB
255
+ Used Block count 1
256
+ Peak Allocated bytes 1.4 MB
257
+ [ALLOC_GFX_MAIN]
258
+ Peak usage frame count: [32.0 KB-64.0 KB]: 26752 frames, [64.0 KB-128.0 KB]: 1 frames
259
+ Requested Block Size 16.0 MB
260
+ Peak Block count 1
261
+ Peak Allocated memory 65.6 KB
262
+ Peak Large allocation bytes 0 B
263
+ [ALLOC_GFX_THREAD]
264
+ Peak usage frame count: [64.0 KB-128.0 KB]: 26753 frames
265
+ Requested Block Size 16.0 MB
266
+ Peak Block count 1
267
+ Peak Allocated memory 81.8 KB
268
+ Peak Large allocation bytes 0 B
269
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
270
+ Peak main deferred allocation count 0
271
+ [ALLOC_BUCKET]
272
+ Large Block size 4.0 MB
273
+ Used Block count 1
274
+ Peak Allocated bytes 1.4 MB
275
+ [ALLOC_CACHEOBJECTS_MAIN]
276
+ Peak usage frame count: [1.0 MB-2.0 MB]: 26752 frames, [16.0 MB-32.0 MB]: 1 frames
277
+ Requested Block Size 4.0 MB
278
+ Peak Block count 2
279
+ Peak Allocated memory 30.6 MB
280
+ Peak Large allocation bytes 24.9 MB
281
+ [ALLOC_CACHEOBJECTS_THREAD]
282
+ Peak usage frame count: [0.5 MB-1.0 MB]: 26752 frames, [2.0 MB-4.0 MB]: 1 frames
283
+ Requested Block Size 4.0 MB
284
+ Peak Block count 1
285
+ Peak Allocated memory 2.6 MB
286
+ Peak Large allocation bytes 0 B
287
+ [ALLOC_TYPETREE] Dual Thread Allocator
288
+ Peak main deferred allocation count 0
289
+ [ALLOC_BUCKET]
290
+ Large Block size 4.0 MB
291
+ Used Block count 1
292
+ Peak Allocated bytes 1.4 MB
293
+ [ALLOC_TYPETREE_MAIN]
294
+ Peak usage frame count: [0-1.0 KB]: 26753 frames
295
+ Requested Block Size 2.0 MB
296
+ Peak Block count 1
297
+ Peak Allocated memory 1.0 KB
298
+ Peak Large allocation bytes 0 B
299
+ [ALLOC_TYPETREE_THREAD]
300
+ Peak usage frame count: [4.0 KB-8.0 KB]: 26753 frames
301
+ Requested Block Size 2.0 MB
302
+ Peak Block count 1
303
+ Peak Allocated memory 7.3 KB
304
+ 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.4083523750305176,
6
+ "min": 1.4083523750305176,
7
+ "max": 1.4262501001358032,
8
+ "count": 40
9
+ },
10
+ "Huggy.Policy.Entropy.sum": {
11
+ "value": 70142.9921875,
12
+ "min": 69518.796875,
13
+ "max": 74575.59375,
14
+ "count": 40
15
+ },
16
+ "Huggy.Environment.EpisodeLength.mean": {
17
+ "value": 95.91119691119691,
18
+ "min": 88.79204339963833,
19
+ "max": 419.66386554621846,
20
+ "count": 40
21
+ },
22
+ "Huggy.Environment.EpisodeLength.sum": {
23
+ "value": 49682.0,
24
+ "min": 48897.0,
25
+ "max": 50113.0,
26
+ "count": 40
27
+ },
28
+ "Huggy.Step.mean": {
29
+ "value": 1999686.0,
30
+ "min": 49970.0,
31
+ "max": 1999686.0,
32
+ "count": 40
33
+ },
34
+ "Huggy.Step.sum": {
35
+ "value": 1999686.0,
36
+ "min": 49970.0,
37
+ "max": 1999686.0,
38
+ "count": 40
39
+ },
40
+ "Huggy.Policy.ExtrinsicValueEstimate.mean": {
41
+ "value": 2.411769390106201,
42
+ "min": 0.06880888342857361,
43
+ "max": 2.466500759124756,
44
+ "count": 40
45
+ },
46
+ "Huggy.Policy.ExtrinsicValueEstimate.sum": {
47
+ "value": 1249.2965087890625,
48
+ "min": 8.1194486618042,
49
+ "max": 1317.36767578125,
50
+ "count": 40
51
+ },
52
+ "Huggy.Environment.CumulativeReward.mean": {
53
+ "value": 3.7342257704513875,
54
+ "min": 1.806613298795991,
55
+ "max": 3.903749147858795,
56
+ "count": 40
57
+ },
58
+ "Huggy.Environment.CumulativeReward.sum": {
59
+ "value": 1934.3289490938187,
60
+ "min": 213.18036925792694,
61
+ "max": 2018.238309442997,
62
+ "count": 40
63
+ },
64
+ "Huggy.Policy.ExtrinsicReward.mean": {
65
+ "value": 3.7342257704513875,
66
+ "min": 1.806613298795991,
67
+ "max": 3.903749147858795,
68
+ "count": 40
69
+ },
70
+ "Huggy.Policy.ExtrinsicReward.sum": {
71
+ "value": 1934.3289490938187,
72
+ "min": 213.18036925792694,
73
+ "max": 2018.238309442997,
74
+ "count": 40
75
+ },
76
+ "Huggy.Losses.PolicyLoss.mean": {
77
+ "value": 0.019309963581811945,
78
+ "min": 0.014337907099979931,
79
+ "max": 0.020831783577644578,
80
+ "count": 40
81
+ },
82
+ "Huggy.Losses.PolicyLoss.sum": {
83
+ "value": 0.03861992716362389,
84
+ "min": 0.028675814199959862,
85
+ "max": 0.06249535073293373,
86
+ "count": 40
87
+ },
88
+ "Huggy.Losses.ValueLoss.mean": {
89
+ "value": 0.048746108636260034,
90
+ "min": 0.02397359042531914,
91
+ "max": 0.057302498072385785,
92
+ "count": 40
93
+ },
94
+ "Huggy.Losses.ValueLoss.sum": {
95
+ "value": 0.09749221727252007,
96
+ "min": 0.04878056229402622,
97
+ "max": 0.16375692375004292,
98
+ "count": 40
99
+ },
100
+ "Huggy.Policy.LearningRate.mean": {
101
+ "value": 4.519523493524989e-06,
102
+ "min": 4.519523493524989e-06,
103
+ "max": 0.00029526232657922495,
104
+ "count": 40
105
+ },
106
+ "Huggy.Policy.LearningRate.sum": {
107
+ "value": 9.039046987049979e-06,
108
+ "min": 9.039046987049979e-06,
109
+ "max": 0.0008436499687833499,
110
+ "count": 40
111
+ },
112
+ "Huggy.Policy.Epsilon.mean": {
113
+ "value": 0.10150647499999998,
114
+ "min": 0.10150647499999998,
115
+ "max": 0.19842077500000005,
116
+ "count": 40
117
+ },
118
+ "Huggy.Policy.Epsilon.sum": {
119
+ "value": 0.20301294999999997,
120
+ "min": 0.20301294999999997,
121
+ "max": 0.58121665,
122
+ "count": 40
123
+ },
124
+ "Huggy.Policy.Beta.mean": {
125
+ "value": 8.51731024999998e-05,
126
+ "min": 8.51731024999998e-05,
127
+ "max": 0.0049211966725,
128
+ "count": 40
129
+ },
130
+ "Huggy.Policy.Beta.sum": {
131
+ "value": 0.0001703462049999996,
132
+ "min": 0.0001703462049999996,
133
+ "max": 0.014062710834999999,
134
+ "count": 40
135
+ },
136
+ "Huggy.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 40
141
+ },
142
+ "Huggy.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 40
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1670531815",
152
+ "python_version": "3.9.0 (default, Nov 15 2020, 14:28:56) \n[GCC 7.3.0]",
153
+ "command_line_arguments": "/home/demi/miniconda3/envs/rl/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.23.5",
159
+ "end_time_seconds": "1670533471"
160
+ },
161
+ "total": 1655.8096567389998,
162
+ "count": 1,
163
+ "self": 0.27447660600000745,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.018073618000016722,
167
+ "count": 1,
168
+ "self": 0.018073618000016722
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 1655.5171065149998,
172
+ "count": 1,
173
+ "self": 3.925095257987323,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 2.050603133000095,
177
+ "count": 1,
178
+ "self": 2.050603133000095
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 1649.440100570012,
182
+ "count": 231686,
183
+ "self": 4.115957287145193,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 1128.4056247377407,
187
+ "count": 231686,
188
+ "self": 954.8629584268783,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 170.93459446869338,
192
+ "count": 231686,
193
+ "self": 11.070384887736964,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 159.8642095809564,
197
+ "count": 222941,
198
+ "self": 23.834167820835773,
199
+ "children": {
200
+ "TorchPolicy.sample_actions": {
201
+ "total": 136.03004176012064,
202
+ "count": 222941,
203
+ "self": 136.03004176012064
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "workers": {
210
+ "total": 2.608071842169011,
211
+ "count": 231686,
212
+ "self": 0.0,
213
+ "children": {
214
+ "worker_root": {
215
+ "total": 1649.35398944718,
216
+ "count": 231686,
217
+ "is_parallel": true,
218
+ "self": 893.0345080390789,
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.0004880299998148985,
228
+ "count": 1,
229
+ "is_parallel": true,
230
+ "self": 0.0001628239997444325,
231
+ "children": {
232
+ "_process_rank_one_or_two_observation": {
233
+ "total": 0.00032520600007046596,
234
+ "count": 2,
235
+ "is_parallel": true,
236
+ "self": 0.00032520600007046596
237
+ }
238
+ }
239
+ },
240
+ "UnityEnvironment.step": {
241
+ "total": 0.02174185000012585,
242
+ "count": 1,
243
+ "is_parallel": true,
244
+ "self": 0.00014603799991164124,
245
+ "children": {
246
+ "UnityEnvironment._generate_step_input": {
247
+ "total": 0.0001246880001417594,
248
+ "count": 1,
249
+ "is_parallel": true,
250
+ "self": 0.0001246880001417594
251
+ },
252
+ "communicator.exchange": {
253
+ "total": 0.021147264999854087,
254
+ "count": 1,
255
+ "is_parallel": true,
256
+ "self": 0.021147264999854087
257
+ },
258
+ "steps_from_proto": {
259
+ "total": 0.0003238590002183628,
260
+ "count": 1,
261
+ "is_parallel": true,
262
+ "self": 0.00010707400042520021,
263
+ "children": {
264
+ "_process_rank_one_or_two_observation": {
265
+ "total": 0.00021678499979316257,
266
+ "count": 2,
267
+ "is_parallel": true,
268
+ "self": 0.00021678499979316257
269
+ }
270
+ }
271
+ }
272
+ }
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 756.3194814081012,
278
+ "count": 231685,
279
+ "is_parallel": true,
280
+ "self": 26.830537503349206,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 53.28389046001712,
284
+ "count": 231685,
285
+ "is_parallel": true,
286
+ "self": 53.28389046001712
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 614.1934714351569,
290
+ "count": 231685,
291
+ "is_parallel": true,
292
+ "self": 614.1934714351569
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 62.01158200957798,
296
+ "count": 231685,
297
+ "is_parallel": true,
298
+ "self": 26.03166037858,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 35.97992163099798,
302
+ "count": 463370,
303
+ "is_parallel": true,
304
+ "self": 35.97992163099798
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ },
316
+ "trainer_advance": {
317
+ "total": 516.9185185451261,
318
+ "count": 231686,
319
+ "self": 5.923911587091425,
320
+ "children": {
321
+ "process_trajectory": {
322
+ "total": 109.7783471190287,
323
+ "count": 231686,
324
+ "self": 109.36277365602746,
325
+ "children": {
326
+ "RLTrainer._checkpoint": {
327
+ "total": 0.41557346300123754,
328
+ "count": 4,
329
+ "self": 0.41557346300123754
330
+ }
331
+ }
332
+ },
333
+ "_update_policy": {
334
+ "total": 401.21625983900594,
335
+ "count": 96,
336
+ "self": 173.03493737801045,
337
+ "children": {
338
+ "TorchPPOOptimizer.update": {
339
+ "total": 228.1813224609955,
340
+ "count": 2880,
341
+ "self": 228.1813224609955
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ },
349
+ "trainer_threads": {
350
+ "total": 7.839998943381943e-07,
351
+ "count": 1,
352
+ "self": 7.839998943381943e-07
353
+ },
354
+ "TrainerController._save_models": {
355
+ "total": 0.10130677000051946,
356
+ "count": 1,
357
+ "self": 0.0013498760008587851,
358
+ "children": {
359
+ "RLTrainer._checkpoint": {
360
+ "total": 0.09995689399966068,
361
+ "count": 1,
362
+ "self": 0.09995689399966068
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Huggy": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499882,
6
+ "file_path": "results/Huggy/Huggy/Huggy-499882.onnx",
7
+ "reward": 3.9514915638191757,
8
+ "creation_time": 1670532228.1825523,
9
+ "auxillary_file_paths": [
10
+ "results/Huggy/Huggy/Huggy-499882.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999966,
15
+ "file_path": "results/Huggy/Huggy/Huggy-999966.onnx",
16
+ "reward": 4.010937032600244,
17
+ "creation_time": 1670532649.8254437,
18
+ "auxillary_file_paths": [
19
+ "results/Huggy/Huggy/Huggy-999966.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1499958,
24
+ "file_path": "results/Huggy/Huggy/Huggy-1499958.onnx",
25
+ "reward": 4.165838470546211,
26
+ "creation_time": 1670533060.4695723,
27
+ "auxillary_file_paths": [
28
+ "results/Huggy/Huggy/Huggy-1499958.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 1999686,
33
+ "file_path": "results/Huggy/Huggy/Huggy-1999686.onnx",
34
+ "reward": 3.7748984469883684,
35
+ "creation_time": 1670533470.8044784,
36
+ "auxillary_file_paths": [
37
+ "results/Huggy/Huggy/Huggy-1999686.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 2000436,
42
+ "file_path": "results/Huggy/Huggy/Huggy-2000436.onnx",
43
+ "reward": 3.740333995853479,
44
+ "creation_time": 1670533470.9410894,
45
+ "auxillary_file_paths": [
46
+ "results/Huggy/Huggy/Huggy-2000436.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 2000436,
52
+ "file_path": "results/Huggy/Huggy.onnx",
53
+ "reward": 3.740333995853479,
54
+ "creation_time": 1670533470.9410894,
55
+ "auxillary_file_paths": [
56
+ "results/Huggy/Huggy/Huggy-2000436.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
+ }