AryanPakdel commited on
Commit
c2c81ad
·
verified ·
1 Parent(s): 01df84a
Huggy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1dd5bf77852266474d2dc0d19659119af474ebcdf303f299d7d6b0b6b62091
3
+ size 2270006
Huggy/Huggy-0.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1dd5bf77852266474d2dc0d19659119af474ebcdf303f299d7d6b0b6b62091
3
+ size 2270006
Huggy/Huggy-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5132e2cf12da9b44bfb69aa52be7c98bce3abd61ded3a641ac43f82ee042a9f7
3
+ size 4507772
Huggy/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4071952f202536f02de74d056f62e7f4f59f2ac2cdf6c16f00df39e56892fffc
3
+ size 4507874
Huggy/events.out.tfevents.1720537836.3f451610931f.16913.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469dfea2beb6ea9d3d4ebd5b43648e0eebfd128e686f3a201abe9cd0cbb853d9
3
+ size 1121
config.json CHANGED
@@ -1 +1 @@
1
- {"default_settings": null, "behaviors": {"Huggy": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 200000, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 15, "even_checkpoints": false, "max_steps": 2000000, "time_horizon": 1000, "summary_freq": 50000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./trained-envs-executables/linux/Huggy/Huggy", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "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": false, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "Huggy2", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
 
1
+ {"default_settings": null, "behaviors": {"Huggy": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 200000, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 15, "even_checkpoints": false, "max_steps": 2000000, "time_horizon": 1000, "summary_freq": 50000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./trained-envs-executables/linux/Huggy/Huggy", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "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": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml CHANGED
@@ -62,15 +62,15 @@ engine_settings:
62
  time_scale: 20
63
  target_frame_rate: -1
64
  capture_frame_rate: 60
65
- no_graphics: false
66
  no_graphics_monitor: false
67
  environment_parameters: null
68
  checkpoint_settings:
69
  run_id: Huggy2
70
  initialize_from: null
71
  load_model: false
72
- resume: false
73
- force: false
74
  train_model: false
75
  inference: false
76
  results_dir: results
 
62
  time_scale: 20
63
  target_frame_rate: -1
64
  capture_frame_rate: 60
65
+ no_graphics: true
66
  no_graphics_monitor: false
67
  environment_parameters: null
68
  checkpoint_settings:
69
  run_id: Huggy2
70
  initialize_from: null
71
  load_model: false
72
+ resume: true
73
+ force: true
74
  train_model: false
75
  inference: false
76
  results_dir: results
run_logs/Player-0.log CHANGED
@@ -2,8 +2,291 @@ Mono path[0] = '/content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Da
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
- Desktop is 0 x 0 @ 0 Hz
9
- error: XDG_RUNTIME_DIR not set in the environment.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  Unable to load player prefs
6
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
7
+ [Subsystems] Discovering subsystems at path /content/ml-agents/trained-envs-executables/linux/Huggy/Huggy_Data/UnitySubsystems
8
+ Forcing GfxDevice: Null
9
+ GfxDevice: creating device client; threaded=0; jobified=0
10
+ NullGfxDevice:
11
+ Version: NULL 1.0 [1.0]
12
+ Renderer: Null Device
13
+ Vendor: Unity Technologies
14
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
15
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
16
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
17
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
18
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
19
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
20
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
21
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
22
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
23
+ 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
24
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
25
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
26
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
27
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
28
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
29
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
30
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
31
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
32
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
33
+ FMOD initialized on nosound output
34
+ Begin MonoManager ReloadAssembly
35
+ - Completed reload, in 0.115 seconds
36
+ ERROR: Shader Hidden/Universal Render Pipeline/Blit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ ERROR: Shader Hidden/Universal Render Pipeline/CopyDepth shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Hidden/Universal Render Pipeline/ScreenSpaceShadows shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Hidden/Universal Render Pipeline/Sampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderLdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
+ ERROR: Shader Hidden/Universal Render Pipeline/LutBuilderHdr shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ ERROR: Shader Hidden/Universal Render Pipeline/UberPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
43
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - 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/FallbackError shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/FallbackError' - All subshaders removed
48
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
49
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
50
+ ERROR: Shader Hidden/Universal Render Pipeline/Stop NaN shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ ERROR: Shader Hidden/Universal Render Pipeline/SubpixelMorphologicalAntialiasing shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
52
+ ERROR: Shader Hidden/Universal Render Pipeline/GaussianDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
53
+ ERROR: Shader Hidden/Universal Render Pipeline/BokehDepthOfField shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ ERROR: Shader Hidden/Universal Render Pipeline/CameraMotionBlur shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
55
+ ERROR: Shader Hidden/Universal Render Pipeline/PaniniProjection shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
56
+ ERROR: Shader Hidden/Universal Render Pipeline/Bloom shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
57
+ ERROR: Shader Hidden/Universal Render Pipeline/FinalPost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
58
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - 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
+ WARNING: Shader Unsupported: 'Hidden/Universal Render Pipeline/StencilDeferred' - All subshaders removed
62
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
63
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
64
+ ERROR: Shader Hidden/Universal Render Pipeline/LensFlareDataDriven shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
65
+ ERROR: Shader Hidden/Universal Render Pipeline/Scaling Setup shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
66
+ ERROR: Shader Hidden/Universal Render Pipeline/Edge Adaptive Spatial Upsampling shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
67
+ ERROR: Shader Hidden/Universal Render Pipeline/Debug/DebugReplacement shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
68
+ ERROR: Shader Hidden/kMotion/CameraMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
69
+ ERROR: Shader Hidden/kMotion/ObjectMotionVectors shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
70
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
71
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
72
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
73
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
74
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
75
+ ERROR: Shader Universal Render Pipeline/Lit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
76
+ WARNING: Shader Unsupported: 'Universal Render Pipeline/Lit' - All subshaders removed
77
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
78
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
79
+ UnloadTime: 0.839749 ms
80
+ requesting resize 84 x 84
81
+ Setting up 1 worker threads for Enlighten.
82
+ Memory Statistics:
83
+ [ALLOC_TEMP_TLS] TLS Allocator
84
+ StackAllocators :
85
+ [ALLOC_TEMP_MAIN]
86
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
87
+ Initial Block Size 4.0 MB
88
+ Current Block Size 4.0 MB
89
+ Peak Allocated Bytes 3.6 MB
90
+ Overflow Count 0
91
+ [ALLOC_TEMP_Loading.AsyncRead]
92
+ Initial Block Size 64.0 KB
93
+ Current Block Size 64.0 KB
94
+ Peak Allocated Bytes 192 B
95
+ Overflow Count 0
96
+ [ALLOC_TEMP_Loading.PreloadManager]
97
+ Initial Block Size 256.0 KB
98
+ Current Block Size 296.0 KB
99
+ Peak Allocated Bytes 211.5 KB
100
+ Overflow Count 4
101
+ [ALLOC_TEMP_Background Job.Worker 8]
102
+ Initial Block Size 32.0 KB
103
+ Current Block Size 32.0 KB
104
+ Peak Allocated Bytes 0 B
105
+ Overflow Count 0
106
+ [ALLOC_TEMP_Background Job.Worker 9]
107
+ Initial Block Size 32.0 KB
108
+ Current Block Size 32.0 KB
109
+ Peak Allocated Bytes 0 B
110
+ Overflow Count 0
111
+ [ALLOC_TEMP_Job.Worker 0]
112
+ Initial Block Size 256.0 KB
113
+ Current Block Size 256.0 KB
114
+ Peak Allocated Bytes 0 B
115
+ Overflow Count 0
116
+ [ALLOC_TEMP_Background Job.Worker 10]
117
+ Initial Block Size 32.0 KB
118
+ Current Block Size 32.0 KB
119
+ Peak Allocated Bytes 0 B
120
+ Overflow Count 0
121
+ [ALLOC_TEMP_Background Job.Worker 14]
122
+ Initial Block Size 32.0 KB
123
+ Current Block Size 32.0 KB
124
+ Peak Allocated Bytes 0 B
125
+ Overflow Count 0
126
+ [ALLOC_TEMP_Background Job.Worker 6]
127
+ Initial Block Size 32.0 KB
128
+ Current Block Size 32.0 KB
129
+ Peak Allocated Bytes 0 B
130
+ Overflow Count 0
131
+ [ALLOC_TEMP_Background Job.Worker 12]
132
+ Initial Block Size 32.0 KB
133
+ Current Block Size 32.0 KB
134
+ Peak Allocated Bytes 0 B
135
+ Overflow Count 0
136
+ [ALLOC_TEMP_EnlightenWorker]
137
+ Initial Block Size 64.0 KB
138
+ Current Block Size 64.0 KB
139
+ Peak Allocated Bytes 0 B
140
+ Overflow Count 0
141
+ [ALLOC_TEMP_Background Job.Worker 15]
142
+ Initial Block Size 32.0 KB
143
+ Current Block Size 32.0 KB
144
+ Peak Allocated Bytes 0 B
145
+ Overflow Count 0
146
+ [ALLOC_TEMP_Background Job.Worker 1]
147
+ Initial Block Size 32.0 KB
148
+ Current Block Size 32.0 KB
149
+ Peak Allocated Bytes 0 B
150
+ Overflow Count 0
151
+ [ALLOC_TEMP_Background Job.Worker 2]
152
+ Initial Block Size 32.0 KB
153
+ Current Block Size 32.0 KB
154
+ Peak Allocated Bytes 0 B
155
+ Overflow Count 0
156
+ [ALLOC_TEMP_Background Job.Worker 7]
157
+ Initial Block Size 32.0 KB
158
+ Current Block Size 32.0 KB
159
+ Peak Allocated Bytes 0 B
160
+ Overflow Count 0
161
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
162
+ Initial Block Size 64.0 KB
163
+ Current Block Size 64.0 KB
164
+ Peak Allocated Bytes 0 B
165
+ Overflow Count 0
166
+ [ALLOC_TEMP_Background Job.Worker 5]
167
+ Initial Block Size 32.0 KB
168
+ Current Block Size 32.0 KB
169
+ Peak Allocated Bytes 0 B
170
+ Overflow Count 0
171
+ [ALLOC_TEMP_Background Job.Worker 13]
172
+ Initial Block Size 32.0 KB
173
+ Current Block Size 32.0 KB
174
+ Peak Allocated Bytes 0 B
175
+ Overflow Count 0
176
+ [ALLOC_TEMP_Background Job.Worker 11]
177
+ Initial Block Size 32.0 KB
178
+ Current Block Size 32.0 KB
179
+ Peak Allocated Bytes 0 B
180
+ Overflow Count 0
181
+ [ALLOC_TEMP_Background Job.Worker 3]
182
+ Initial Block Size 32.0 KB
183
+ Current Block Size 32.0 KB
184
+ Peak Allocated Bytes 0 B
185
+ Overflow Count 0
186
+ [ALLOC_TEMP_Background Job.Worker 0]
187
+ Initial Block Size 32.0 KB
188
+ Current Block Size 32.0 KB
189
+ Peak Allocated Bytes 0 B
190
+ Overflow Count 0
191
+ [ALLOC_TEMP_Background Job.Worker 4]
192
+ Initial Block Size 32.0 KB
193
+ Current Block Size 32.0 KB
194
+ Peak Allocated Bytes 0 B
195
+ Overflow Count 0
196
+ [ALLOC_TEMP_BatchDeleteObjects]
197
+ Initial Block Size 64.0 KB
198
+ Current Block Size 64.0 KB
199
+ Peak Allocated Bytes 0 B
200
+ Overflow Count 0
201
+ [ALLOC_DEFAULT] Dual Thread Allocator
202
+ Peak main deferred allocation count 211
203
+ [ALLOC_BUCKET]
204
+ Large Block size 4.0 MB
205
+ Used Block count 1
206
+ Peak Allocated bytes 1.4 MB
207
+ [ALLOC_DEFAULT_MAIN]
208
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
209
+ Requested Block Size 16.0 MB
210
+ Peak Block count 1
211
+ Peak Allocated memory 21.6 MB
212
+ Peak Large allocation bytes 16.0 MB
213
+ [ALLOC_DEFAULT_THREAD]
214
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
215
+ Requested Block Size 16.0 MB
216
+ Peak Block count 1
217
+ Peak Allocated memory 2.6 MB
218
+ Peak Large allocation bytes 0 B
219
+ [ALLOC_TEMP_JOB_1_FRAME]
220
+ Initial Block Size 2.0 MB
221
+ Used Block Count 1
222
+ Overflow Count (too large) 0
223
+ Overflow Count (full) 0
224
+ [ALLOC_TEMP_JOB_2_FRAMES]
225
+ Initial Block Size 2.0 MB
226
+ Used Block Count 1
227
+ Overflow Count (too large) 0
228
+ Overflow Count (full) 0
229
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
230
+ Initial Block Size 2.0 MB
231
+ Used Block Count 1
232
+ Overflow Count (too large) 0
233
+ Overflow Count (full) 0
234
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
235
+ Initial Block Size 1.0 MB
236
+ Used Block Count 3
237
+ Overflow Count (too large) 0
238
+ Overflow Count (full) 0
239
+ [ALLOC_GFX] Dual Thread Allocator
240
+ Peak main deferred allocation count 0
241
+ [ALLOC_BUCKET]
242
+ Large Block size 4.0 MB
243
+ Used Block count 1
244
+ Peak Allocated bytes 1.4 MB
245
+ [ALLOC_GFX_MAIN]
246
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
247
+ Requested Block Size 16.0 MB
248
+ Peak Block count 1
249
+ Peak Allocated memory 65.6 KB
250
+ Peak Large allocation bytes 0 B
251
+ [ALLOC_GFX_THREAD]
252
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
253
+ Requested Block Size 16.0 MB
254
+ Peak Block count 1
255
+ Peak Allocated memory 81.8 KB
256
+ Peak Large allocation bytes 0 B
257
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
258
+ Peak main deferred allocation count 0
259
+ [ALLOC_BUCKET]
260
+ Large Block size 4.0 MB
261
+ Used Block count 1
262
+ Peak Allocated bytes 1.4 MB
263
+ [ALLOC_CACHEOBJECTS_MAIN]
264
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
265
+ Requested Block Size 4.0 MB
266
+ Peak Block count 2
267
+ Peak Allocated memory 30.6 MB
268
+ Peak Large allocation bytes 24.9 MB
269
+ [ALLOC_CACHEOBJECTS_THREAD]
270
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
271
+ Requested Block Size 4.0 MB
272
+ Peak Block count 1
273
+ Peak Allocated memory 2.6 MB
274
+ Peak Large allocation bytes 0 B
275
+ [ALLOC_TYPETREE] Dual Thread Allocator
276
+ Peak main deferred allocation count 0
277
+ [ALLOC_BUCKET]
278
+ Large Block size 4.0 MB
279
+ Used Block count 1
280
+ Peak Allocated bytes 1.4 MB
281
+ [ALLOC_TYPETREE_MAIN]
282
+ Peak usage frame count: [0-1.0 KB]: 1 frames
283
+ Requested Block Size 2.0 MB
284
+ Peak Block count 1
285
+ Peak Allocated memory 1.0 KB
286
+ Peak Large allocation bytes 0 B
287
+ [ALLOC_TYPETREE_THREAD]
288
+ Peak usage frame count: [4.0 KB-8.0 KB]: 1 frames
289
+ Requested Block Size 2.0 MB
290
+ Peak Block count 1
291
+ Peak Allocated memory 7.3 KB
292
+ Peak Large allocation bytes 0 B
run_logs/timers.json CHANGED
@@ -2,39 +2,46 @@
2
  "name": "root",
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
- "start_time_seconds": "1720534578",
6
  "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
7
- "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Huggy.yaml --env=./trained-envs-executables/linux/Huggy/Huggy --run-id=Huggy2",
8
  "mlagents_version": "1.1.0.dev0",
9
  "mlagents_envs_version": "1.1.0.dev0",
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "2.3.0+cu121",
12
  "numpy_version": "1.23.5",
13
- "end_time_seconds": "1720534638"
14
  },
15
- "total": 60.16140366500008,
16
  "count": 1,
17
- "self": 0.011093576999996912,
18
  "children": {
19
  "run_training.setup": {
20
- "total": 0.05611968000005163,
21
  "count": 1,
22
- "self": 0.05611968000005163
23
  },
24
  "TrainerController.start_learning": {
25
- "total": 60.09419040800003,
26
  "count": 1,
27
- "self": 0.00012612200009698427,
28
  "children": {
29
  "TrainerController._reset_env": {
30
- "total": 60.09403212199993,
31
  "count": 1,
32
- "self": 60.09403212199993
33
  },
34
  "TrainerController._save_models": {
35
- "total": 3.216400000383146e-05,
36
  "count": 1,
37
- "self": 3.216400000383146e-05
 
 
 
 
 
 
 
38
  }
39
  }
40
  }
 
2
  "name": "root",
3
  "metadata": {
4
  "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1720537835",
6
  "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
7
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/Huggy.yaml --env=./trained-envs-executables/linux/Huggy/Huggy --run-id=Huggy2 --no-graphics --resume --force",
8
  "mlagents_version": "1.1.0.dev0",
9
  "mlagents_envs_version": "1.1.0.dev0",
10
  "communication_protocol_version": "1.5.0",
11
  "pytorch_version": "2.3.0+cu121",
12
  "numpy_version": "1.23.5",
13
+ "end_time_seconds": "1720537839"
14
  },
15
+ "total": 4.295991377000064,
16
  "count": 1,
17
+ "self": 0.526631431000169,
18
  "children": {
19
  "run_training.setup": {
20
+ "total": 0.07388179800000216,
21
  "count": 1,
22
+ "self": 0.07388179800000216
23
  },
24
  "TrainerController.start_learning": {
25
+ "total": 3.695478147999893,
26
  "count": 1,
27
+ "self": 9.652299968365696e-05,
28
  "children": {
29
  "TrainerController._reset_env": {
30
+ "total": 3.2054291150002427,
31
  "count": 1,
32
+ "self": 3.2054291150002427
33
  },
34
  "TrainerController._save_models": {
35
+ "total": 0.4899525099999664,
36
  "count": 1,
37
+ "self": 0.0021276410002428747,
38
+ "children": {
39
+ "RLTrainer._checkpoint": {
40
+ "total": 0.48782486899972355,
41
+ "count": 1,
42
+ "self": 0.48782486899972355
43
+ }
44
+ }
45
  }
46
  }
47
  }
run_logs/training_status.json CHANGED
@@ -3,5 +3,27 @@
3
  "stats_format_version": "0.3.0",
4
  "mlagents_version": "1.1.0.dev0",
5
  "torch_version": "2.3.0+cu121"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
7
  }
 
3
  "stats_format_version": "0.3.0",
4
  "mlagents_version": "1.1.0.dev0",
5
  "torch_version": "2.3.0+cu121"
6
+ },
7
+ "Huggy": {
8
+ "checkpoints": [
9
+ {
10
+ "steps": 0,
11
+ "file_path": "results/Huggy2/Huggy/Huggy-0.onnx",
12
+ "reward": null,
13
+ "creation_time": 1720537839.4579315,
14
+ "auxillary_file_paths": [
15
+ "results/Huggy2/Huggy/Huggy-0.pt"
16
+ ]
17
+ }
18
+ ],
19
+ "final_checkpoint": {
20
+ "steps": 0,
21
+ "file_path": "results/Huggy2/Huggy.onnx",
22
+ "reward": null,
23
+ "creation_time": 1720537839.4579315,
24
+ "auxillary_file_paths": [
25
+ "results/Huggy2/Huggy/Huggy-0.pt"
26
+ ]
27
+ }
28
  }
29
  }