ignamonte commited on
Commit
2368b62
1 Parent(s): 18caad8
Huggy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0965e34bdf84c4df096472dfdfcaeb7bba5cf1446367edcea909047e4f378c
3
+ size 2270373
Huggy/Huggy-1499768.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9c3ad87bbcaf621e884f7d981f00b645b3dfcc3903b5760f05552ebb0376480
3
+ size 2270373
Huggy/Huggy-1499768.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca84b8d2a970052d77665ad293c385b27dbd95218998e5bb63f87c380ab393d4
3
+ size 13505262
Huggy/Huggy-1951949.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0965e34bdf84c4df096472dfdfcaeb7bba5cf1446367edcea909047e4f378c
3
+ size 2270373
Huggy/Huggy-1951949.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1ff9f266c23254879ee2e3f2eb7aca225f111e1e0366c7eb440516000c77274
3
+ size 13505262
Huggy/Huggy-499961.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ba77eb1b534ee1426146a4116e225a0ed04ae8c0aec7daeef54ecf89e3d131b
3
+ size 2270373
Huggy/Huggy-499961.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26d9642005db395859ecd6a3b502425b1324aa06091180f22cf6cfdc4cd7c5cc
3
+ size 13505262
Huggy/Huggy-999978.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2524c38359f8562e9fbb4a6bb5f4663d4e2b418aa04b1b8124d509ed279228
3
+ size 2270373
Huggy/Huggy-999978.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:694f0fdeb3acf26e6a4bce4fae150c3b07d802f8a456b815efd43c58f1f04772
3
+ size 13505262
Huggy/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1ff9f266c23254879ee2e3f2eb7aca225f111e1e0366c7eb440516000c77274
3
+ size 13505262
Huggy/events.out.tfevents.1670764325.ea44d4ebfcb7.197.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de79a3244fd4efaefca6ff58f9783b9ebdf16fb57bc6bbc67fdfad67bb39f308
3
+ size 358759
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: ignamonte/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,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:4528:(_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:4528:(_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:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
22
+ ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
23
+ ALSA lib pcm.c:2495:(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:4528:(_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:4528:(_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:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
32
+ ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
33
+ ALSA lib pcm.c:2495:(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.079 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.807462 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]: 26106 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 144 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 302
206
+ [ALLOC_BUCKET]
207
+ Large Block size 4.0 MB
208
+ Used Block count 1
209
+ Peak Allocated bytes 1.1 MB
210
+ [ALLOC_DEFAULT_MAIN]
211
+ Peak usage frame count: [16.0 MB-32.0 MB]: 26107 frames
212
+ Requested Block Size 16.0 MB
213
+ Peak Block count 1
214
+ Peak Allocated memory 23.5 MB
215
+ Peak Large allocation bytes 16.0 MB
216
+ [ALLOC_DEFAULT_THREAD]
217
+ Peak usage frame count: [2.0 MB-4.0 MB]: 26107 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.1 MB
248
+ [ALLOC_GFX_MAIN]
249
+ Peak usage frame count: [32.0 KB-64.0 KB]: 26106 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]: 26107 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.1 MB
266
+ [ALLOC_CACHEOBJECTS_MAIN]
267
+ Peak usage frame count: [1.0 MB-2.0 MB]: 26106 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]: 26106 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.1 MB
284
+ [ALLOC_TYPETREE_MAIN]
285
+ Peak usage frame count: [0-1.0 KB]: 26107 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]: 26107 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.4049372673034668,
6
+ "min": 1.4049372673034668,
7
+ "max": 1.4286155700683594,
8
+ "count": 39
9
+ },
10
+ "Huggy.Policy.Entropy.sum": {
11
+ "value": 70173.8046875,
12
+ "min": 67885.1875,
13
+ "max": 76982.0546875,
14
+ "count": 39
15
+ },
16
+ "Huggy.Environment.EpisodeLength.mean": {
17
+ "value": 82.31,
18
+ "min": 75.29555895865238,
19
+ "max": 420.0083333333333,
20
+ "count": 39
21
+ },
22
+ "Huggy.Environment.EpisodeLength.sum": {
23
+ "value": 49386.0,
24
+ "min": 49085.0,
25
+ "max": 50401.0,
26
+ "count": 39
27
+ },
28
+ "Huggy.Step.mean": {
29
+ "value": 1949906.0,
30
+ "min": 49999.0,
31
+ "max": 1949906.0,
32
+ "count": 39
33
+ },
34
+ "Huggy.Step.sum": {
35
+ "value": 1949906.0,
36
+ "min": 49999.0,
37
+ "max": 1949906.0,
38
+ "count": 39
39
+ },
40
+ "Huggy.Policy.ExtrinsicValueEstimate.mean": {
41
+ "value": 2.446791887283325,
42
+ "min": 0.09747413545846939,
43
+ "max": 2.4741194248199463,
44
+ "count": 39
45
+ },
46
+ "Huggy.Policy.ExtrinsicValueEstimate.sum": {
47
+ "value": 1468.0750732421875,
48
+ "min": 11.599422454833984,
49
+ "max": 1601.995849609375,
50
+ "count": 39
51
+ },
52
+ "Huggy.Environment.CumulativeReward.mean": {
53
+ "value": 3.7988817846775054,
54
+ "min": 1.837012348806157,
55
+ "max": 3.976086442073186,
56
+ "count": 39
57
+ },
58
+ "Huggy.Environment.CumulativeReward.sum": {
59
+ "value": 2279.3290708065033,
60
+ "min": 218.60446950793266,
61
+ "max": 2522.521385014057,
62
+ "count": 39
63
+ },
64
+ "Huggy.Policy.ExtrinsicReward.mean": {
65
+ "value": 3.7988817846775054,
66
+ "min": 1.837012348806157,
67
+ "max": 3.976086442073186,
68
+ "count": 39
69
+ },
70
+ "Huggy.Policy.ExtrinsicReward.sum": {
71
+ "value": 2279.3290708065033,
72
+ "min": 218.60446950793266,
73
+ "max": 2522.521385014057,
74
+ "count": 39
75
+ },
76
+ "Huggy.Losses.PolicyLoss.mean": {
77
+ "value": 0.018656118672030667,
78
+ "min": 0.012707770229462767,
79
+ "max": 0.020685278445792696,
80
+ "count": 39
81
+ },
82
+ "Huggy.Losses.PolicyLoss.sum": {
83
+ "value": 0.03731223734406133,
84
+ "min": 0.025415540458925533,
85
+ "max": 0.05219667065975954,
86
+ "count": 39
87
+ },
88
+ "Huggy.Losses.ValueLoss.mean": {
89
+ "value": 0.05366541085143884,
90
+ "min": 0.021912601217627524,
91
+ "max": 0.059947727185984456,
92
+ "count": 39
93
+ },
94
+ "Huggy.Losses.ValueLoss.sum": {
95
+ "value": 0.10733082170287768,
96
+ "min": 0.04382520243525505,
97
+ "max": 0.1781808293114106,
98
+ "count": 39
99
+ },
100
+ "Huggy.Policy.LearningRate.mean": {
101
+ "value": 1.1567946144050005e-05,
102
+ "min": 1.1567946144050005e-05,
103
+ "max": 0.00029527395157534996,
104
+ "count": 39
105
+ },
106
+ "Huggy.Policy.LearningRate.sum": {
107
+ "value": 2.313589228810001e-05,
108
+ "min": 2.313589228810001e-05,
109
+ "max": 0.0008436718687760501,
110
+ "count": 39
111
+ },
112
+ "Huggy.Policy.Epsilon.mean": {
113
+ "value": 0.10385595,
114
+ "min": 0.10385595,
115
+ "max": 0.19842465000000004,
116
+ "count": 39
117
+ },
118
+ "Huggy.Policy.Epsilon.sum": {
119
+ "value": 0.2077119,
120
+ "min": 0.2077119,
121
+ "max": 0.5812239499999998,
122
+ "count": 39
123
+ },
124
+ "Huggy.Policy.Beta.mean": {
125
+ "value": 0.00020241190500000018,
126
+ "min": 0.00020241190500000018,
127
+ "max": 0.004921390035000001,
128
+ "count": 39
129
+ },
130
+ "Huggy.Policy.Beta.sum": {
131
+ "value": 0.00040482381000000035,
132
+ "min": 0.00040482381000000035,
133
+ "max": 0.014063075104999996,
134
+ "count": 39
135
+ },
136
+ "Huggy.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 39
141
+ },
142
+ "Huggy.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 39
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1670764317",
152
+ "python_version": "3.8.16 (default, Dec 7 2022, 01:12:13) \n[GCC 7.5.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": "1670766462"
160
+ },
161
+ "total": 2145.0520965799997,
162
+ "count": 1,
163
+ "self": 10.008713797999462,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.105532390999997,
167
+ "count": 1,
168
+ "self": 0.105532390999997
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 2134.937850391,
172
+ "count": 1,
173
+ "self": 3.7903234859554686,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 10.83409558400001,
177
+ "count": 1,
178
+ "self": 10.83409558400001
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 2120.130292083045,
182
+ "count": 227242,
183
+ "self": 4.046155947153238,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 1668.3730619499931,
187
+ "count": 227242,
188
+ "self": 1400.8124546220502,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 265.05734577899784,
192
+ "count": 227242,
193
+ "self": 13.910732319060457,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 251.14661345993738,
197
+ "count": 217558,
198
+ "self": 63.41278021890196,
199
+ "children": {
200
+ "TorchPolicy.sample_actions": {
201
+ "total": 187.73383324103543,
202
+ "count": 217558,
203
+ "self": 187.73383324103543
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "workers": {
210
+ "total": 2.5032615489450336,
211
+ "count": 227241,
212
+ "self": 0.0,
213
+ "children": {
214
+ "worker_root": {
215
+ "total": 2127.3495334590534,
216
+ "count": 227241,
217
+ "is_parallel": true,
218
+ "self": 977.2002030890801,
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.0022285759999931543,
228
+ "count": 1,
229
+ "is_parallel": true,
230
+ "self": 0.00029063800002404605,
231
+ "children": {
232
+ "_process_rank_one_or_two_observation": {
233
+ "total": 0.0019379379999691082,
234
+ "count": 2,
235
+ "is_parallel": true,
236
+ "self": 0.0019379379999691082
237
+ }
238
+ }
239
+ },
240
+ "UnityEnvironment.step": {
241
+ "total": 0.02690880299996934,
242
+ "count": 1,
243
+ "is_parallel": true,
244
+ "self": 0.00029030199993940187,
245
+ "children": {
246
+ "UnityEnvironment._generate_step_input": {
247
+ "total": 0.00017719400000260066,
248
+ "count": 1,
249
+ "is_parallel": true,
250
+ "self": 0.00017719400000260066
251
+ },
252
+ "communicator.exchange": {
253
+ "total": 0.025706061000050795,
254
+ "count": 1,
255
+ "is_parallel": true,
256
+ "self": 0.025706061000050795
257
+ },
258
+ "steps_from_proto": {
259
+ "total": 0.0007352459999765415,
260
+ "count": 1,
261
+ "is_parallel": true,
262
+ "self": 0.0002660990001004393,
263
+ "children": {
264
+ "_process_rank_one_or_two_observation": {
265
+ "total": 0.0004691469998761022,
266
+ "count": 2,
267
+ "is_parallel": true,
268
+ "self": 0.0004691469998761022
269
+ }
270
+ }
271
+ }
272
+ }
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 1150.1493303699733,
278
+ "count": 227240,
279
+ "is_parallel": true,
280
+ "self": 33.5120115350594,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 74.0062600799472,
284
+ "count": 227240,
285
+ "is_parallel": true,
286
+ "self": 74.0062600799472
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 952.8639262280135,
290
+ "count": 227240,
291
+ "is_parallel": true,
292
+ "self": 952.8639262280135
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 89.76713252695322,
296
+ "count": 227240,
297
+ "is_parallel": true,
298
+ "self": 36.901885798056014,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 52.865246728897205,
302
+ "count": 454480,
303
+ "is_parallel": true,
304
+ "self": 52.865246728897205
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ },
316
+ "trainer_advance": {
317
+ "total": 447.71107418589827,
318
+ "count": 227241,
319
+ "self": 5.857419967037117,
320
+ "children": {
321
+ "process_trajectory": {
322
+ "total": 142.15309032286166,
323
+ "count": 227241,
324
+ "self": 141.80509532086137,
325
+ "children": {
326
+ "RLTrainer._checkpoint": {
327
+ "total": 0.3479950020002889,
328
+ "count": 3,
329
+ "self": 0.3479950020002889
330
+ }
331
+ }
332
+ },
333
+ "_update_policy": {
334
+ "total": 299.7005638959995,
335
+ "count": 94,
336
+ "self": 248.01190740500692,
337
+ "children": {
338
+ "TorchPPOOptimizer.update": {
339
+ "total": 51.68865649099257,
340
+ "count": 2820,
341
+ "self": 51.68865649099257
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ },
349
+ "trainer_threads": {
350
+ "total": 1.475999852118548e-06,
351
+ "count": 1,
352
+ "self": 1.475999852118548e-06
353
+ },
354
+ "TrainerController._save_models": {
355
+ "total": 0.1831377620001149,
356
+ "count": 1,
357
+ "self": 0.0028474350001488347,
358
+ "children": {
359
+ "RLTrainer._checkpoint": {
360
+ "total": 0.18029032699996606,
361
+ "count": 1,
362
+ "self": 0.18029032699996606
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Huggy": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499961,
6
+ "file_path": "results/Huggy/Huggy/Huggy-499961.onnx",
7
+ "reward": 3.8873849388880606,
8
+ "creation_time": 1670764865.473463,
9
+ "auxillary_file_paths": [
10
+ "results/Huggy/Huggy/Huggy-499961.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999978,
15
+ "file_path": "results/Huggy/Huggy/Huggy-999978.onnx",
16
+ "reward": 3.6072826739540673,
17
+ "creation_time": 1670765409.656409,
18
+ "auxillary_file_paths": [
19
+ "results/Huggy/Huggy/Huggy-999978.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1499768,
24
+ "file_path": "results/Huggy/Huggy/Huggy-1499768.onnx",
25
+ "reward": 3.8276425943739953,
26
+ "creation_time": 1670765956.880245,
27
+ "auxillary_file_paths": [
28
+ "results/Huggy/Huggy/Huggy-1499768.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 1951949,
33
+ "file_path": "results/Huggy/Huggy/Huggy-1951949.onnx",
34
+ "reward": 3.836015446394819,
35
+ "creation_time": 1670766452.7526398,
36
+ "auxillary_file_paths": [
37
+ "results/Huggy/Huggy/Huggy-1951949.pt"
38
+ ]
39
+ }
40
+ ],
41
+ "final_checkpoint": {
42
+ "steps": 1951949,
43
+ "file_path": "results/Huggy/Huggy.onnx",
44
+ "reward": 3.836015446394819,
45
+ "creation_time": 1670766452.7526398,
46
+ "auxillary_file_paths": [
47
+ "results/Huggy/Huggy/Huggy-1951949.pt"
48
+ ]
49
+ }
50
+ },
51
+ "metadata": {
52
+ "stats_format_version": "0.3.0",
53
+ "mlagents_version": "0.29.0.dev0",
54
+ "torch_version": "1.8.1+cu102"
55
+ }
56
+ }