Sc0urge commited on
Commit
886744a
·
verified ·
1 Parent(s): ad2eed6
Huggy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8cb63250b81887287f4fbae2581be71dc0de2b4e6d10074810dfbee7c018ef8
3
+ size 2316648
Huggy/Huggy-101956.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8cb63250b81887287f4fbae2581be71dc0de2b4e6d10074810dfbee7c018ef8
3
+ size 2316648
Huggy/Huggy-101956.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b7c6d0030901602b44ed76523a5891d7923098eaf246acd8d8492fda48b1375
3
+ size 29513857
Huggy/Huggy-97973.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d767ad9447e3266d81bb3598ad4727748b1eee74727f635bd362d0f4369422
3
+ size 2316648
Huggy/Huggy-97973.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b1cd95ac8e3ecceb78798e990861cd7d915c2bb11ddf84b4eab2fb0e3f875f
3
+ size 29513684
Huggy/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546c1f4a037466abdd60f8d6d228027a0b479fe609641a4b297fa08cd74ff74e
3
+ size 29513511
Huggy/events.out.tfevents.1738930874.9d65878b726a.4818.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5e8ce22cc14fda9ff3bb6cbd219f9c79f0721dd8b5991cf503416349ac195de
3
+ size 11821
Huggy/events.out.tfevents.1738934929.9d65878b726a.21539.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59764acae9a1f6cbfea6bbb4ab4009388400a20ea0bde7f01c82b012affd9779
3
+ size 11325
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - Huggy
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-Huggy
8
+ ---
9
+
10
+ # **sac** Agent playing **Huggy**
11
+ This is a trained model of a **sac** agent playing **Huggy**
12
+ using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
+
14
+ ## Usage (with ML-Agents)
15
+ The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
+
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+ - A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
19
+ browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
20
+ - A *longer tutorial* to understand how works ML-Agents:
21
+ https://huggingface.co/learn/deep-rl-course/unit5/introduction
22
+
23
+ ### Resume the training
24
+ ```bash
25
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
26
+ ```
27
+
28
+ ### Watch your Agent play
29
+ You can watch your agent **playing directly in your browser**
30
+
31
+ 1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
32
+ 2. Step 1: Find your model_id: Sc0urge/SAC_huggy
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"Huggy": {"trainer_type": "sac", "hyperparameters": {"learning_rate": 0.0003, "learning_rate_schedule": "constant", "batch_size": 256, "buffer_size": 50000, "buffer_init_steps": 0, "tau": 0.005, "steps_per_update": 1.0, "save_replay_buffer": false, "init_entcoef": 1.0, "reward_signal_steps_per_update": 1.0}, "checkpoint_interval": 200000, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 15, "even_checkpoints": false, "max_steps": 2000000, "time_horizon": 1000, "summary_freq": 50000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./trained-envs-executables/linux/Huggy/Huggy", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "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, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Huggy2", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ Huggy:
4
+ trainer_type: sac
5
+ hyperparameters:
6
+ learning_rate: 0.0003
7
+ learning_rate_schedule: constant
8
+ batch_size: 256
9
+ buffer_size: 50000
10
+ buffer_init_steps: 0
11
+ tau: 0.005
12
+ steps_per_update: 1.0
13
+ save_replay_buffer: false
14
+ init_entcoef: 1.0
15
+ reward_signal_steps_per_update: 1.0
16
+ checkpoint_interval: 200000
17
+ network_settings:
18
+ normalize: true
19
+ hidden_units: 512
20
+ num_layers: 3
21
+ vis_encode_type: simple
22
+ memory: null
23
+ goal_conditioning_type: hyper
24
+ deterministic: false
25
+ reward_signals:
26
+ extrinsic:
27
+ gamma: 0.995
28
+ strength: 1.0
29
+ network_settings:
30
+ normalize: false
31
+ hidden_units: 128
32
+ num_layers: 2
33
+ vis_encode_type: simple
34
+ memory: null
35
+ goal_conditioning_type: hyper
36
+ deterministic: false
37
+ init_path: null
38
+ keep_checkpoints: 15
39
+ even_checkpoints: false
40
+ max_steps: 2000000
41
+ time_horizon: 1000
42
+ summary_freq: 50000
43
+ threaded: false
44
+ self_play: null
45
+ behavioral_cloning: null
46
+ env_settings:
47
+ env_path: ./trained-envs-executables/linux/Huggy/Huggy
48
+ env_args: null
49
+ base_port: 5005
50
+ num_envs: 1
51
+ num_areas: 1
52
+ timeout_wait: 60
53
+ seed: -1
54
+ max_lifetime_restarts: 10
55
+ restarts_rate_limit_n: 1
56
+ restarts_rate_limit_period_s: 60
57
+ engine_settings:
58
+ width: 84
59
+ height: 84
60
+ quality_level: 5
61
+ time_scale: 20
62
+ target_frame_rate: -1
63
+ capture_frame_rate: 60
64
+ no_graphics: true
65
+ no_graphics_monitor: false
66
+ environment_parameters: null
67
+ checkpoint_settings:
68
+ run_id: Huggy2
69
+ initialize_from: null
70
+ load_model: false
71
+ resume: true
72
+ force: false
73
+ train_model: false
74
+ inference: false
75
+ results_dir: results
76
+ torch_settings:
77
+ device: null
78
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
6
+ [Subsystems] Discovering subsystems at path /content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/UnitySubsystems
7
+ Forcing GfxDevice: Null
8
+ GfxDevice: creating device client; threaded=0; jobified=0
9
+ NullGfxDevice:
10
+ Version: NULL 1.0 [1.0]
11
+ Renderer: Null Device
12
+ Vendor: Unity Technologies
13
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
14
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
15
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
16
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
17
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
18
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
19
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
20
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
21
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
22
+ 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
23
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
24
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
25
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
26
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
27
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
28
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
29
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
30
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
31
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
32
+ FMOD initialized on nosound output
33
+ Begin MonoManager ReloadAssembly
34
+ - Completed reload, in 0.098 seconds
35
+ ERROR: Shader Hidden/Universal Render Pipeline/Blit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
+ ERROR: Shader Hidden/Universal Render Pipeline/CopyDepth shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ ERROR: Shader Hidden/Universal Render Pipeline/ScreenSpaceShadows shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Hidden/Universal Render Pipeline/Sampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderLdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderHdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
+ ERROR: Shader Hidden/Universal Render Pipeline/UberPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - All subshaders removed
43
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ ERROR: Shader Hidden/Universal Render Pipeline/FallbackError shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
46
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - All subshaders removed
47
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
48
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
49
+ ERROR: Shader Hidden/Universal Render Pipeline/Stop NaN shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
50
+ ERROR: Shader Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ ERROR: Shader Hidden/Universal Render Pipeline/GaussianDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
52
+ ERROR: Shader Hidden/Universal Render Pipeline/BokehDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
53
+ ERROR: Shader Hidden/Universal Render Pipeline/CameraMotionBlur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ ERROR: Shader Hidden/Universal Render Pipeline/PaniniProjection shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
55
+ ERROR: Shader Hidden/Universal Render Pipeline/Bloom shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
56
+ ERROR: Shader Hidden/Universal Render Pipeline/FinalPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
57
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
58
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
59
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
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
+ ERROR: Shader Hidden/Universal Render Pipeline/LensFlareDataDriven shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
64
+ ERROR: Shader Hidden/Universal Render Pipeline/Scaling Setup shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
65
+ ERROR: Shader Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
66
+ ERROR: Shader Hidden/Universal Render Pipeline/Debug/DebugReplacement shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
67
+ ERROR: Shader Hidden/kMotion/CameraMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
68
+ ERROR: Shader Hidden/kMotion/ObjectMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
69
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
70
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
71
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
72
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
73
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
74
+ ERROR: Shader Universal Render Pipeline/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
75
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
76
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
77
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
78
+ UnloadTime: 0.701272 ms
79
+ requesting resize 84 x 84
80
+ Setting up 1 worker threads for Enlighten.
81
+ Memory Statistics:
82
+ [ALLOC_TEMP_TLS] TLS Allocator
83
+ StackAllocators :
84
+ [ALLOC_TEMP_MAIN]
85
+ Peak usage frame count: [4.0 KB-8.0 KB]: 114 frames, [2.0 MB-4.0 MB]: 1 frames
86
+ Initial Block Size 4.0 MB
87
+ Current Block Size 4.0 MB
88
+ Peak Allocated Bytes 3.6 MB
89
+ Overflow Count 0
90
+ [ALLOC_TEMP_Loading.AsyncRead]
91
+ Initial Block Size 64.0 KB
92
+ Current Block Size 64.0 KB
93
+ Peak Allocated Bytes 136 B
94
+ Overflow Count 0
95
+ [ALLOC_TEMP_Loading.PreloadManager]
96
+ Initial Block Size 256.0 KB
97
+ Current Block Size 296.0 KB
98
+ Peak Allocated Bytes 211.5 KB
99
+ Overflow Count 4
100
+ [ALLOC_TEMP_Background Job.Worker 8]
101
+ Initial Block Size 32.0 KB
102
+ Current Block Size 32.0 KB
103
+ Peak Allocated Bytes 0 B
104
+ Overflow Count 0
105
+ [ALLOC_TEMP_Background Job.Worker 9]
106
+ Initial Block Size 32.0 KB
107
+ Current Block Size 32.0 KB
108
+ Peak Allocated Bytes 0 B
109
+ Overflow Count 0
110
+ [ALLOC_TEMP_Job.Worker 0]
111
+ Initial Block Size 256.0 KB
112
+ Current Block Size 256.0 KB
113
+ Peak Allocated Bytes 0 B
114
+ Overflow Count 0
115
+ [ALLOC_TEMP_Background Job.Worker 10]
116
+ Initial Block Size 32.0 KB
117
+ Current Block Size 32.0 KB
118
+ Peak Allocated Bytes 0 B
119
+ Overflow Count 0
120
+ [ALLOC_TEMP_Background Job.Worker 14]
121
+ Initial Block Size 32.0 KB
122
+ Current Block Size 32.0 KB
123
+ Peak Allocated Bytes 0 B
124
+ Overflow Count 0
125
+ [ALLOC_TEMP_Background Job.Worker 6]
126
+ Initial Block Size 32.0 KB
127
+ Current Block Size 32.0 KB
128
+ Peak Allocated Bytes 0 B
129
+ Overflow Count 0
130
+ [ALLOC_TEMP_Background Job.Worker 12]
131
+ Initial Block Size 32.0 KB
132
+ Current Block Size 32.0 KB
133
+ Peak Allocated Bytes 0 B
134
+ Overflow Count 0
135
+ [ALLOC_TEMP_EnlightenWorker]
136
+ Initial Block Size 64.0 KB
137
+ Current Block Size 64.0 KB
138
+ Peak Allocated Bytes 0 B
139
+ Overflow Count 0
140
+ [ALLOC_TEMP_Background Job.Worker 15]
141
+ Initial Block Size 32.0 KB
142
+ Current Block Size 32.0 KB
143
+ Peak Allocated Bytes 0 B
144
+ Overflow Count 0
145
+ [ALLOC_TEMP_Background Job.Worker 1]
146
+ Initial Block Size 32.0 KB
147
+ Current Block Size 32.0 KB
148
+ Peak Allocated Bytes 0 B
149
+ Overflow Count 0
150
+ [ALLOC_TEMP_Background Job.Worker 2]
151
+ Initial Block Size 32.0 KB
152
+ Current Block Size 32.0 KB
153
+ Peak Allocated Bytes 0 B
154
+ Overflow Count 0
155
+ [ALLOC_TEMP_Background Job.Worker 7]
156
+ Initial Block Size 32.0 KB
157
+ Current Block Size 32.0 KB
158
+ Peak Allocated Bytes 0 B
159
+ Overflow Count 0
160
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
161
+ Initial Block Size 64.0 KB
162
+ Current Block Size 64.0 KB
163
+ Peak Allocated Bytes 0 B
164
+ Overflow Count 0
165
+ [ALLOC_TEMP_Background Job.Worker 5]
166
+ Initial Block Size 32.0 KB
167
+ Current Block Size 32.0 KB
168
+ Peak Allocated Bytes 0 B
169
+ Overflow Count 0
170
+ [ALLOC_TEMP_Background Job.Worker 13]
171
+ Initial Block Size 32.0 KB
172
+ Current Block Size 32.0 KB
173
+ Peak Allocated Bytes 0 B
174
+ Overflow Count 0
175
+ [ALLOC_TEMP_Background Job.Worker 11]
176
+ Initial Block Size 32.0 KB
177
+ Current Block Size 32.0 KB
178
+ Peak Allocated Bytes 0 B
179
+ Overflow Count 0
180
+ [ALLOC_TEMP_Background Job.Worker 3]
181
+ Initial Block Size 32.0 KB
182
+ Current Block Size 32.0 KB
183
+ Peak Allocated Bytes 0 B
184
+ Overflow Count 0
185
+ [ALLOC_TEMP_Background Job.Worker 0]
186
+ Initial Block Size 32.0 KB
187
+ Current Block Size 32.0 KB
188
+ Peak Allocated Bytes 0 B
189
+ Overflow Count 0
190
+ [ALLOC_TEMP_Background Job.Worker 4]
191
+ Initial Block Size 32.0 KB
192
+ Current Block Size 32.0 KB
193
+ Peak Allocated Bytes 0 B
194
+ Overflow Count 0
195
+ [ALLOC_TEMP_BatchDeleteObjects]
196
+ Initial Block Size 64.0 KB
197
+ Current Block Size 64.0 KB
198
+ Peak Allocated Bytes 0 B
199
+ Overflow Count 0
200
+ [ALLOC_DEFAULT] Dual Thread Allocator
201
+ Peak main deferred allocation count 205
202
+ [ALLOC_BUCKET]
203
+ Large Block size 4.0 MB
204
+ Used Block count 1
205
+ Peak Allocated bytes 1.4 MB
206
+ [ALLOC_DEFAULT_MAIN]
207
+ Peak usage frame count: [16.0 MB-32.0 MB]: 115 frames
208
+ Requested Block Size 16.0 MB
209
+ Peak Block count 1
210
+ Peak Allocated memory 21.8 MB
211
+ Peak Large allocation bytes 16.0 MB
212
+ [ALLOC_DEFAULT_THREAD]
213
+ Peak usage frame count: [2.0 MB-4.0 MB]: 115 frames
214
+ Requested Block Size 16.0 MB
215
+ Peak Block count 1
216
+ Peak Allocated memory 2.5 MB
217
+ Peak Large allocation bytes 0 B
218
+ [ALLOC_TEMP_JOB_1_FRAME]
219
+ Initial Block Size 2.0 MB
220
+ Used Block Count 1
221
+ Overflow Count (too large) 0
222
+ Overflow Count (full) 0
223
+ [ALLOC_TEMP_JOB_2_FRAMES]
224
+ Initial Block Size 2.0 MB
225
+ Used Block Count 1
226
+ Overflow Count (too large) 0
227
+ Overflow Count (full) 0
228
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
229
+ Initial Block Size 2.0 MB
230
+ Used Block Count 1
231
+ Overflow Count (too large) 0
232
+ Overflow Count (full) 0
233
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
234
+ Initial Block Size 1.0 MB
235
+ Used Block Count 3
236
+ Overflow Count (too large) 0
237
+ Overflow Count (full) 0
238
+ [ALLOC_GFX] Dual Thread Allocator
239
+ Peak main deferred allocation count 0
240
+ [ALLOC_BUCKET]
241
+ Large Block size 4.0 MB
242
+ Used Block count 1
243
+ Peak Allocated bytes 1.4 MB
244
+ [ALLOC_GFX_MAIN]
245
+ Peak usage frame count: [32.0 KB-64.0 KB]: 114 frames, [64.0 KB-128.0 KB]: 1 frames
246
+ Requested Block Size 16.0 MB
247
+ Peak Block count 1
248
+ Peak Allocated memory 65.6 KB
249
+ Peak Large allocation bytes 0 B
250
+ [ALLOC_GFX_THREAD]
251
+ Peak usage frame count: [64.0 KB-128.0 KB]: 115 frames
252
+ Requested Block Size 16.0 MB
253
+ Peak Block count 1
254
+ Peak Allocated memory 81.8 KB
255
+ Peak Large allocation bytes 0 B
256
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
257
+ Peak main deferred allocation count 0
258
+ [ALLOC_BUCKET]
259
+ Large Block size 4.0 MB
260
+ Used Block count 1
261
+ Peak Allocated bytes 1.4 MB
262
+ [ALLOC_CACHEOBJECTS_MAIN]
263
+ Peak usage frame count: [1.0 MB-2.0 MB]: 114 frames, [16.0 MB-32.0 MB]: 1 frames
264
+ Requested Block Size 4.0 MB
265
+ Peak Block count 2
266
+ Peak Allocated memory 30.6 MB
267
+ Peak Large allocation bytes 24.9 MB
268
+ [ALLOC_CACHEOBJECTS_THREAD]
269
+ Peak usage frame count: [0.5 MB-1.0 MB]: 114 frames, [2.0 MB-4.0 MB]: 1 frames
270
+ Requested Block Size 4.0 MB
271
+ Peak Block count 1
272
+ Peak Allocated memory 2.6 MB
273
+ Peak Large allocation bytes 0 B
274
+ [ALLOC_TYPETREE] Dual Thread Allocator
275
+ Peak main deferred allocation count 0
276
+ [ALLOC_BUCKET]
277
+ Large Block size 4.0 MB
278
+ Used Block count 1
279
+ Peak Allocated bytes 1.4 MB
280
+ [ALLOC_TYPETREE_MAIN]
281
+ Peak usage frame count: [0-1.0 KB]: 115 frames
282
+ Requested Block Size 2.0 MB
283
+ Peak Block count 1
284
+ Peak Allocated memory 1.0 KB
285
+ Peak Large allocation bytes 0 B
286
+ [ALLOC_TYPETREE_THREAD]
287
+ Peak usage frame count: [4.0 KB-8.0 KB]: 115 frames
288
+ Requested Block Size 2.0 MB
289
+ Peak Block count 1
290
+ Peak Allocated memory 7.3 KB
291
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "Huggy.Policy.Entropy.mean": {
5
+ "value": 0.6007463335990906,
6
+ "min": 0.6007463335990906,
7
+ "max": 0.6007463335990906,
8
+ "count": 1
9
+ },
10
+ "Huggy.Policy.Entropy.sum": {
11
+ "value": 4443.720703125,
12
+ "min": 4443.720703125,
13
+ "max": 4443.720703125,
14
+ "count": 1
15
+ },
16
+ "Huggy.Environment.EpisodeLength.mean": {
17
+ "value": 167.78571428571428,
18
+ "min": 167.78571428571428,
19
+ "max": 167.78571428571428,
20
+ "count": 1
21
+ },
22
+ "Huggy.Environment.EpisodeLength.sum": {
23
+ "value": 2349.0,
24
+ "min": 2349.0,
25
+ "max": 2349.0,
26
+ "count": 1
27
+ },
28
+ "Huggy.Step.mean": {
29
+ "value": 99925.0,
30
+ "min": 99925.0,
31
+ "max": 99925.0,
32
+ "count": 1
33
+ },
34
+ "Huggy.Step.sum": {
35
+ "value": 99925.0,
36
+ "min": 99925.0,
37
+ "max": 99925.0,
38
+ "count": 1
39
+ },
40
+ "Huggy.Policy.ExtrinsicValue.mean": {
41
+ "value": 355.0265808105469,
42
+ "min": 355.0265808105469,
43
+ "max": 355.0265808105469,
44
+ "count": 1
45
+ },
46
+ "Huggy.Policy.ExtrinsicValue.sum": {
47
+ "value": 4615.345703125,
48
+ "min": 4615.345703125,
49
+ "max": 4615.345703125,
50
+ "count": 1
51
+ },
52
+ "Huggy.Environment.CumulativeReward.mean": {
53
+ "value": 1.1283439581210797,
54
+ "min": 1.1283439581210797,
55
+ "max": 1.1283439581210797,
56
+ "count": 1
57
+ },
58
+ "Huggy.Environment.CumulativeReward.sum": {
59
+ "value": 14.668471455574036,
60
+ "min": 14.668471455574036,
61
+ "max": 14.668471455574036,
62
+ "count": 1
63
+ },
64
+ "Huggy.Policy.ExtrinsicReward.mean": {
65
+ "value": 1.1283439581210797,
66
+ "min": 1.1283439581210797,
67
+ "max": 1.1283439581210797,
68
+ "count": 1
69
+ },
70
+ "Huggy.Policy.ExtrinsicReward.sum": {
71
+ "value": 14.668471455574036,
72
+ "min": 14.668471455574036,
73
+ "max": 14.668471455574036,
74
+ "count": 1
75
+ },
76
+ "Huggy.Losses.PolicyLoss.mean": {
77
+ "value": -377.51686883773505,
78
+ "min": -377.51686883773505,
79
+ "max": -377.51686883773505,
80
+ "count": 1
81
+ },
82
+ "Huggy.Losses.PolicyLoss.sum": {
83
+ "value": -736912.9279712588,
84
+ "min": -736912.9279712588,
85
+ "max": -736912.9279712588,
86
+ "count": 1
87
+ },
88
+ "Huggy.Losses.ValueLoss.mean": {
89
+ "value": 37.55478162918095,
90
+ "min": 37.55478162918095,
91
+ "max": 37.55478162918095,
92
+ "count": 1
93
+ },
94
+ "Huggy.Losses.ValueLoss.sum": {
95
+ "value": 73306.93374016121,
96
+ "min": 73306.93374016121,
97
+ "max": 73306.93374016121,
98
+ "count": 1
99
+ },
100
+ "Huggy.Losses.Q1Loss.mean": {
101
+ "value": 32.88027379275666,
102
+ "min": 32.88027379275666,
103
+ "max": 32.88027379275666,
104
+ "count": 1
105
+ },
106
+ "Huggy.Losses.Q1Loss.sum": {
107
+ "value": 64182.294443461,
108
+ "min": 64182.294443461,
109
+ "max": 64182.294443461,
110
+ "count": 1
111
+ },
112
+ "Huggy.Losses.Q2Loss.mean": {
113
+ "value": 30.215098221913532,
114
+ "min": 30.215098221913532,
115
+ "max": 30.215098221913532,
116
+ "count": 1
117
+ },
118
+ "Huggy.Losses.Q2Loss.sum": {
119
+ "value": 58979.87172917522,
120
+ "min": 58979.87172917522,
121
+ "max": 58979.87172917522,
122
+ "count": 1
123
+ },
124
+ "Huggy.Policy.ContinuousEntropyCoeff.mean": {
125
+ "value": 0.6101228481604988,
126
+ "min": 0.6101228481604988,
127
+ "max": 0.6101228481604988,
128
+ "count": 1
129
+ },
130
+ "Huggy.Policy.ContinuousEntropyCoeff.sum": {
131
+ "value": 1190.9597996092937,
132
+ "min": 1190.9597996092937,
133
+ "max": 1190.9597996092937,
134
+ "count": 1
135
+ },
136
+ "Huggy.Policy.LearningRate.mean": {
137
+ "value": 0.0003,
138
+ "min": 0.0003,
139
+ "max": 0.0003,
140
+ "count": 1
141
+ },
142
+ "Huggy.Policy.LearningRate.sum": {
143
+ "value": 0.5855999999999999,
144
+ "min": 0.5855999999999999,
145
+ "max": 0.5855999999999999,
146
+ "count": 1
147
+ },
148
+ "Huggy.IsTraining.mean": {
149
+ "value": 1.0,
150
+ "min": 1.0,
151
+ "max": 1.0,
152
+ "count": 1
153
+ },
154
+ "Huggy.IsTraining.sum": {
155
+ "value": 1.0,
156
+ "min": 1.0,
157
+ "max": 1.0,
158
+ "count": 1
159
+ }
160
+ },
161
+ "metadata": {
162
+ "timer_format_version": "0.1.0",
163
+ "start_time_seconds": "1738934928",
164
+ "python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
165
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Huggy.yaml --env=./trained-envs-executables/linux/Huggy/Huggy --run-id=Huggy2 --resume --no-graphics",
166
+ "mlagents_version": "1.2.0.dev0",
167
+ "mlagents_envs_version": "1.2.0.dev0",
168
+ "communication_protocol_version": "1.5.0",
169
+ "pytorch_version": "2.6.0+cu124",
170
+ "numpy_version": "1.23.5",
171
+ "end_time_seconds": "1738935067"
172
+ },
173
+ "total": 138.4005149980003,
174
+ "count": 1,
175
+ "self": 0.05426449300102831,
176
+ "children": {
177
+ "run_training.setup": {
178
+ "total": 0.020437452999431116,
179
+ "count": 1,
180
+ "self": 0.020437452999431116
181
+ },
182
+ "TrainerController.start_learning": {
183
+ "total": 138.32581305199983,
184
+ "count": 1,
185
+ "self": 0.019194586986486684,
186
+ "children": {
187
+ "TrainerController._reset_env": {
188
+ "total": 2.163946042000134,
189
+ "count": 1,
190
+ "self": 2.163946042000134
191
+ },
192
+ "TrainerController.advance": {
193
+ "total": 135.7644718560141,
194
+ "count": 962,
195
+ "self": 0.016848251021656324,
196
+ "children": {
197
+ "env_step": {
198
+ "total": 8.339853386981304,
199
+ "count": 962,
200
+ "self": 6.3132783790006215,
201
+ "children": {
202
+ "SubprocessEnvManager._take_step": {
203
+ "total": 2.0163242189964876,
204
+ "count": 962,
205
+ "self": 0.06530384300913283,
206
+ "children": {
207
+ "TorchPolicy.evaluate": {
208
+ "total": 1.9510203759873548,
209
+ "count": 954,
210
+ "self": 1.9510203759873548
211
+ }
212
+ }
213
+ },
214
+ "workers": {
215
+ "total": 0.010250788984194514,
216
+ "count": 962,
217
+ "self": 0.0,
218
+ "children": {
219
+ "worker_root": {
220
+ "total": 134.3363206410104,
221
+ "count": 962,
222
+ "is_parallel": true,
223
+ "self": 129.18815153601554,
224
+ "children": {
225
+ "run_training.setup": {
226
+ "total": 0.0,
227
+ "count": 0,
228
+ "is_parallel": true,
229
+ "self": 0.0,
230
+ "children": {
231
+ "steps_from_proto": {
232
+ "total": 0.0008550060001653037,
233
+ "count": 1,
234
+ "is_parallel": true,
235
+ "self": 0.0002193910004280042,
236
+ "children": {
237
+ "_process_rank_one_or_two_observation": {
238
+ "total": 0.0006356149997372995,
239
+ "count": 2,
240
+ "is_parallel": true,
241
+ "self": 0.0006356149997372995
242
+ }
243
+ }
244
+ },
245
+ "UnityEnvironment.step": {
246
+ "total": 0.029458187999807706,
247
+ "count": 1,
248
+ "is_parallel": true,
249
+ "self": 0.00026676699962990824,
250
+ "children": {
251
+ "UnityEnvironment._generate_step_input": {
252
+ "total": 0.0001875770003607613,
253
+ "count": 1,
254
+ "is_parallel": true,
255
+ "self": 0.0001875770003607613
256
+ },
257
+ "communicator.exchange": {
258
+ "total": 0.028169782000077248,
259
+ "count": 1,
260
+ "is_parallel": true,
261
+ "self": 0.028169782000077248
262
+ },
263
+ "steps_from_proto": {
264
+ "total": 0.000834061999739788,
265
+ "count": 1,
266
+ "is_parallel": true,
267
+ "self": 0.0003398689996174653,
268
+ "children": {
269
+ "_process_rank_one_or_two_observation": {
270
+ "total": 0.0004941930001223227,
271
+ "count": 2,
272
+ "is_parallel": true,
273
+ "self": 0.0004941930001223227
274
+ }
275
+ }
276
+ }
277
+ }
278
+ }
279
+ }
280
+ },
281
+ "UnityEnvironment.step": {
282
+ "total": 5.1481691049948495,
283
+ "count": 961,
284
+ "is_parallel": true,
285
+ "self": 0.14491284300765983,
286
+ "children": {
287
+ "UnityEnvironment._generate_step_input": {
288
+ "total": 0.332936723979401,
289
+ "count": 961,
290
+ "is_parallel": true,
291
+ "self": 0.332936723979401
292
+ },
293
+ "communicator.exchange": {
294
+ "total": 4.328824988002452,
295
+ "count": 961,
296
+ "is_parallel": true,
297
+ "self": 4.328824988002452
298
+ },
299
+ "steps_from_proto": {
300
+ "total": 0.34149455000533635,
301
+ "count": 961,
302
+ "is_parallel": true,
303
+ "self": 0.1215183390177117,
304
+ "children": {
305
+ "_process_rank_one_or_two_observation": {
306
+ "total": 0.21997621098762465,
307
+ "count": 1922,
308
+ "is_parallel": true,
309
+ "self": 0.21997621098762465
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ }
317
+ }
318
+ }
319
+ }
320
+ },
321
+ "trainer_advance": {
322
+ "total": 127.40777021801114,
323
+ "count": 962,
324
+ "self": 0.02621321100559726,
325
+ "children": {
326
+ "process_trajectory": {
327
+ "total": 0.23487424600170925,
328
+ "count": 962,
329
+ "self": 0.23487424600170925
330
+ },
331
+ "_update_policy": {
332
+ "total": 127.14668276100383,
333
+ "count": 698,
334
+ "self": 0.004324537019783747,
335
+ "children": {
336
+ "OffPolicyTrainer._update_policy": {
337
+ "total": 127.14235822398405,
338
+ "count": 698,
339
+ "self": 54.006551052007126,
340
+ "children": {
341
+ "TorchSACOptimizer.update": {
342
+ "total": 73.13580717197692,
343
+ "count": 3639,
344
+ "self": 73.13580717197692
345
+ }
346
+ }
347
+ }
348
+ }
349
+ }
350
+ }
351
+ }
352
+ }
353
+ },
354
+ "trainer_threads": {
355
+ "total": 1.6889998732949607e-06,
356
+ "count": 1,
357
+ "self": 1.6889998732949607e-06
358
+ },
359
+ "TrainerController._save_models": {
360
+ "total": 0.3781988779992389,
361
+ "count": 1,
362
+ "self": 0.005318793999322224,
363
+ "children": {
364
+ "RLTrainer._checkpoint": {
365
+ "total": 0.3728800839999167,
366
+ "count": 1,
367
+ "self": 0.3728800839999167
368
+ }
369
+ }
370
+ }
371
+ }
372
+ }
373
+ }
374
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Huggy": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 97973,
6
+ "file_path": "results/Huggy2/Huggy/Huggy-97973.onnx",
7
+ "reward": null,
8
+ "creation_time": 1738934823.4959493,
9
+ "auxillary_file_paths": [
10
+ "results/Huggy2/Huggy/Huggy-97973.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 101956,
15
+ "file_path": "results/Huggy2/Huggy/Huggy-101956.onnx",
16
+ "reward": null,
17
+ "creation_time": 1738935067.1005564,
18
+ "auxillary_file_paths": [
19
+ "results/Huggy2/Huggy/Huggy-101956.pt"
20
+ ]
21
+ }
22
+ ],
23
+ "final_checkpoint": {
24
+ "steps": 101956,
25
+ "file_path": "results/Huggy2/Huggy.onnx",
26
+ "reward": null,
27
+ "creation_time": 1738935067.1005564,
28
+ "auxillary_file_paths": [
29
+ "results/Huggy2/Huggy/Huggy-101956.pt"
30
+ ]
31
+ }
32
+ },
33
+ "metadata": {
34
+ "stats_format_version": "0.3.0",
35
+ "mlagents_version": "1.2.0.dev0",
36
+ "torch_version": "2.6.0+cu124"
37
+ }
38
+ }