Manual upload of SnowballTarget model
Browse files- SnowballTarget.onnx +2 -2
- SnowballTarget/SnowballTarget-200112.onnx +3 -0
- SnowballTarget/SnowballTarget-200112.pt +3 -0
- SnowballTarget/checkpoint.pt +3 -0
- SnowballTarget/events.out.tfevents.1772295257.775f7075641e.59789.0 +3 -0
- configuration.yaml +18 -8
- run_logs/Player-0.log +22 -19
- run_logs/timers.json +326 -20
- run_logs/training_status.json +24 -2
SnowballTarget.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0934a3dc986f70ad3040b0c32d3ef6cfb4f6791980ecae552a5ea64bcc977922
|
| 3 |
+
size 260484
|
SnowballTarget/SnowballTarget-200112.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0934a3dc986f70ad3040b0c32d3ef6cfb4f6791980ecae552a5ea64bcc977922
|
| 3 |
+
size 260484
|
SnowballTarget/SnowballTarget-200112.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa55a6153ebffa85af22a83f730d893bfed317edf68e8588c4756a2daffcddc0
|
| 3 |
+
size 1537030
|
SnowballTarget/checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa55a6153ebffa85af22a83f730d893bfed317edf68e8588c4756a2daffcddc0
|
| 3 |
+
size 1537030
|
SnowballTarget/events.out.tfevents.1772295257.775f7075641e.59789.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdf843ed8afc97dab2330be3b266f63499e0d4b33f12eb7a8fd8b4b1b190672d
|
| 3 |
+
size 28622
|
configuration.yaml
CHANGED
|
@@ -3,12 +3,20 @@ behaviors:
|
|
| 3 |
SnowballTarget:
|
| 4 |
trainer_type: ppo
|
| 5 |
hyperparameters:
|
| 6 |
-
batch_size:
|
| 7 |
buffer_size: 2048
|
| 8 |
learning_rate: 0.0003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
learning_rate_schedule: linear
|
|
|
|
|
|
|
|
|
|
| 10 |
network_settings:
|
| 11 |
-
normalize:
|
| 12 |
hidden_units: 128
|
| 13 |
num_layers: 2
|
| 14 |
vis_encode_type: simple
|
|
@@ -29,19 +37,20 @@ behaviors:
|
|
| 29 |
deterministic: false
|
| 30 |
init_path: null
|
| 31 |
keep_checkpoints: 5
|
| 32 |
-
|
| 33 |
-
max_steps:
|
| 34 |
time_horizon: 64
|
| 35 |
-
summary_freq:
|
| 36 |
threaded: false
|
| 37 |
self_play: null
|
| 38 |
behavioral_cloning: null
|
| 39 |
env_settings:
|
| 40 |
-
env_path: /
|
| 41 |
env_args: null
|
| 42 |
base_port: 5005
|
| 43 |
num_envs: 1
|
| 44 |
num_areas: 1
|
|
|
|
| 45 |
seed: -1
|
| 46 |
max_lifetime_restarts: 10
|
| 47 |
restarts_rate_limit_n: 1
|
|
@@ -54,12 +63,13 @@ engine_settings:
|
|
| 54 |
target_frame_rate: -1
|
| 55 |
capture_frame_rate: 60
|
| 56 |
no_graphics: true
|
|
|
|
| 57 |
environment_parameters: null
|
| 58 |
checkpoint_settings:
|
| 59 |
-
run_id:
|
| 60 |
initialize_from: null
|
| 61 |
load_model: false
|
| 62 |
-
resume:
|
| 63 |
force: false
|
| 64 |
train_model: false
|
| 65 |
inference: false
|
|
|
|
| 3 |
SnowballTarget:
|
| 4 |
trainer_type: ppo
|
| 5 |
hyperparameters:
|
| 6 |
+
batch_size: 128
|
| 7 |
buffer_size: 2048
|
| 8 |
learning_rate: 0.0003
|
| 9 |
+
beta: 0.005
|
| 10 |
+
epsilon: 0.2
|
| 11 |
+
lambd: 0.95
|
| 12 |
+
num_epoch: 3
|
| 13 |
+
shared_critic: false
|
| 14 |
learning_rate_schedule: linear
|
| 15 |
+
beta_schedule: linear
|
| 16 |
+
epsilon_schedule: linear
|
| 17 |
+
checkpoint_interval: 500000
|
| 18 |
network_settings:
|
| 19 |
+
normalize: false
|
| 20 |
hidden_units: 128
|
| 21 |
num_layers: 2
|
| 22 |
vis_encode_type: simple
|
|
|
|
| 37 |
deterministic: false
|
| 38 |
init_path: null
|
| 39 |
keep_checkpoints: 5
|
| 40 |
+
even_checkpoints: false
|
| 41 |
+
max_steps: 200000
|
| 42 |
time_horizon: 64
|
| 43 |
+
summary_freq: 10000
|
| 44 |
threaded: false
|
| 45 |
self_play: null
|
| 46 |
behavioral_cloning: null
|
| 47 |
env_settings:
|
| 48 |
+
env_path: ./training-envs-executables/linux/SnowballTarget/SnowballTarget
|
| 49 |
env_args: null
|
| 50 |
base_port: 5005
|
| 51 |
num_envs: 1
|
| 52 |
num_areas: 1
|
| 53 |
+
timeout_wait: 60
|
| 54 |
seed: -1
|
| 55 |
max_lifetime_restarts: 10
|
| 56 |
restarts_rate_limit_n: 1
|
|
|
|
| 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: Snowball_Final
|
| 70 |
initialize_from: null
|
| 71 |
load_model: false
|
| 72 |
+
resume: false
|
| 73 |
force: false
|
| 74 |
train_model: false
|
| 75 |
inference: false
|
run_logs/Player-0.log
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
-
Mono path[0] = '/content/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
|
| 2 |
-
Mono config path = '/content/training-envs-executables/linux/SnowballTarget/SnowballTarget_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/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/UnitySubsystems
|
| 7 |
Forcing GfxDevice: Null
|
| 8 |
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
NullGfxDevice:
|
|
@@ -31,7 +34,7 @@ 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.
|
| 35 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
|
@@ -42,7 +45,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
|
|
| 42 |
WARNING: Shader Unsupported: 'Standard' - 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 |
-
UnloadTime:
|
| 46 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 47 |
requesting resize 84 x 84
|
| 48 |
Setting up 1 worker threads for Enlighten.
|
|
@@ -50,7 +53,7 @@ Memory Statistics:
|
|
| 50 |
[ALLOC_TEMP_TLS] TLS Allocator
|
| 51 |
StackAllocators :
|
| 52 |
[ALLOC_TEMP_MAIN]
|
| 53 |
-
Peak usage frame count: [8.0 KB-16.0 KB]:
|
| 54 |
Initial Block Size 4.0 MB
|
| 55 |
Current Block Size 4.0 MB
|
| 56 |
Peak Allocated Bytes 2.0 MB
|
|
@@ -58,7 +61,7 @@ Memory Statistics:
|
|
| 58 |
[ALLOC_TEMP_Loading.AsyncRead]
|
| 59 |
Initial Block Size 64.0 KB
|
| 60 |
Current Block Size 64.0 KB
|
| 61 |
-
Peak Allocated Bytes
|
| 62 |
Overflow Count 0
|
| 63 |
[ALLOC_TEMP_Loading.PreloadManager]
|
| 64 |
Initial Block Size 256.0 KB
|
|
@@ -166,22 +169,22 @@ Memory Statistics:
|
|
| 166 |
Peak Allocated Bytes 0 B
|
| 167 |
Overflow Count 0
|
| 168 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 169 |
-
Peak main deferred allocation count
|
| 170 |
[ALLOC_BUCKET]
|
| 171 |
Large Block size 4.0 MB
|
| 172 |
Used Block count 1
|
| 173 |
Peak Allocated bytes 1.0 MB
|
| 174 |
[ALLOC_DEFAULT_MAIN]
|
| 175 |
-
Peak usage frame count: [4.0 MB-8.0 MB]:
|
| 176 |
Requested Block Size 16.0 MB
|
| 177 |
Peak Block count 1
|
| 178 |
-
Peak Allocated memory
|
| 179 |
Peak Large allocation bytes 0 B
|
| 180 |
[ALLOC_DEFAULT_THREAD]
|
| 181 |
-
Peak usage frame count: [16.0 MB-32.0 MB]:
|
| 182 |
Requested Block Size 16.0 MB
|
| 183 |
Peak Block count 1
|
| 184 |
-
Peak Allocated memory 17.
|
| 185 |
Peak Large allocation bytes 16.0 MB
|
| 186 |
[ALLOC_TEMP_JOB_1_FRAME]
|
| 187 |
Initial Block Size 2.0 MB
|
|
@@ -210,13 +213,13 @@ Memory Statistics:
|
|
| 210 |
Used Block count 1
|
| 211 |
Peak Allocated bytes 1.0 MB
|
| 212 |
[ALLOC_GFX_MAIN]
|
| 213 |
-
Peak usage frame count: [32.0 KB-64.0 KB]:
|
| 214 |
Requested Block Size 16.0 MB
|
| 215 |
Peak Block count 1
|
| 216 |
-
Peak Allocated memory
|
| 217 |
Peak Large allocation bytes 0 B
|
| 218 |
[ALLOC_GFX_THREAD]
|
| 219 |
-
Peak usage frame count: [32.0 KB-64.0 KB]:
|
| 220 |
Requested Block Size 16.0 MB
|
| 221 |
Peak Block count 1
|
| 222 |
Peak Allocated memory 39.6 KB
|
|
@@ -228,13 +231,13 @@ Memory Statistics:
|
|
| 228 |
Used Block count 1
|
| 229 |
Peak Allocated bytes 1.0 MB
|
| 230 |
[ALLOC_CACHEOBJECTS_MAIN]
|
| 231 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
| 232 |
Requested Block Size 4.0 MB
|
| 233 |
Peak Block count 1
|
| 234 |
Peak Allocated memory 0.6 MB
|
| 235 |
Peak Large allocation bytes 0 B
|
| 236 |
[ALLOC_CACHEOBJECTS_THREAD]
|
| 237 |
-
Peak usage frame count: [0.5 MB-1.0 MB]:
|
| 238 |
Requested Block Size 4.0 MB
|
| 239 |
Peak Block count 1
|
| 240 |
Peak Allocated memory 2.2 MB
|
|
@@ -246,13 +249,13 @@ Memory Statistics:
|
|
| 246 |
Used Block count 1
|
| 247 |
Peak Allocated bytes 1.0 MB
|
| 248 |
[ALLOC_TYPETREE_MAIN]
|
| 249 |
-
Peak usage frame count: [0-1.0 KB]:
|
| 250 |
Requested Block Size 2.0 MB
|
| 251 |
Peak Block count 1
|
| 252 |
Peak Allocated memory 1.0 KB
|
| 253 |
Peak Large allocation bytes 0 B
|
| 254 |
[ALLOC_TYPETREE_THREAD]
|
| 255 |
-
Peak usage frame count: [1.0 KB-2.0 KB]:
|
| 256 |
Requested Block Size 2.0 MB
|
| 257 |
Peak Block count 1
|
| 258 |
Peak Allocated memory 1.7 KB
|
|
|
|
| 1 |
+
Mono path[0] = '/content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
|
| 2 |
+
Mono config path = '/content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_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/SnowballTarget
|
| 7 |
+
Unable to load player prefs
|
| 8 |
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 9 |
+
[Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/UnitySubsystems
|
| 10 |
Forcing GfxDevice: Null
|
| 11 |
GfxDevice: creating device client; threaded=0; jobified=0
|
| 12 |
NullGfxDevice:
|
|
|
|
| 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.182 seconds
|
| 38 |
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 39 |
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 40 |
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
|
|
|
| 45 |
WARNING: Shader Unsupported: 'Standard' - 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 |
+
UnloadTime: 1.847900 ms
|
| 49 |
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 50 |
requesting resize 84 x 84
|
| 51 |
Setting up 1 worker threads for Enlighten.
|
|
|
|
| 53 |
[ALLOC_TEMP_TLS] TLS Allocator
|
| 54 |
StackAllocators :
|
| 55 |
[ALLOC_TEMP_MAIN]
|
| 56 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 5367 frames, [16.0 KB-32.0 KB]: 90 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 57 |
Initial Block Size 4.0 MB
|
| 58 |
Current Block Size 4.0 MB
|
| 59 |
Peak Allocated Bytes 2.0 MB
|
|
|
|
| 61 |
[ALLOC_TEMP_Loading.AsyncRead]
|
| 62 |
Initial Block Size 64.0 KB
|
| 63 |
Current Block Size 64.0 KB
|
| 64 |
+
Peak Allocated Bytes 198 B
|
| 65 |
Overflow Count 0
|
| 66 |
[ALLOC_TEMP_Loading.PreloadManager]
|
| 67 |
Initial Block Size 256.0 KB
|
|
|
|
| 169 |
Peak Allocated Bytes 0 B
|
| 170 |
Overflow Count 0
|
| 171 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 172 |
+
Peak main deferred allocation count 41
|
| 173 |
[ALLOC_BUCKET]
|
| 174 |
Large Block size 4.0 MB
|
| 175 |
Used Block count 1
|
| 176 |
Peak Allocated bytes 1.0 MB
|
| 177 |
[ALLOC_DEFAULT_MAIN]
|
| 178 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 5458 frames
|
| 179 |
Requested Block Size 16.0 MB
|
| 180 |
Peak Block count 1
|
| 181 |
+
Peak Allocated memory 7.3 MB
|
| 182 |
Peak Large allocation bytes 0 B
|
| 183 |
[ALLOC_DEFAULT_THREAD]
|
| 184 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 5458 frames
|
| 185 |
Requested Block Size 16.0 MB
|
| 186 |
Peak Block count 1
|
| 187 |
+
Peak Allocated memory 17.3 MB
|
| 188 |
Peak Large allocation bytes 16.0 MB
|
| 189 |
[ALLOC_TEMP_JOB_1_FRAME]
|
| 190 |
Initial Block Size 2.0 MB
|
|
|
|
| 213 |
Used Block count 1
|
| 214 |
Peak Allocated bytes 1.0 MB
|
| 215 |
[ALLOC_GFX_MAIN]
|
| 216 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 4452 frames, [64.0 KB-128.0 KB]: 1006 frames
|
| 217 |
Requested Block Size 16.0 MB
|
| 218 |
Peak Block count 1
|
| 219 |
+
Peak Allocated memory 67.7 KB
|
| 220 |
Peak Large allocation bytes 0 B
|
| 221 |
[ALLOC_GFX_THREAD]
|
| 222 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 5458 frames
|
| 223 |
Requested Block Size 16.0 MB
|
| 224 |
Peak Block count 1
|
| 225 |
Peak Allocated memory 39.6 KB
|
|
|
|
| 231 |
Used Block count 1
|
| 232 |
Peak Allocated bytes 1.0 MB
|
| 233 |
[ALLOC_CACHEOBJECTS_MAIN]
|
| 234 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 5458 frames
|
| 235 |
Requested Block Size 4.0 MB
|
| 236 |
Peak Block count 1
|
| 237 |
Peak Allocated memory 0.6 MB
|
| 238 |
Peak Large allocation bytes 0 B
|
| 239 |
[ALLOC_CACHEOBJECTS_THREAD]
|
| 240 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 5457 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 241 |
Requested Block Size 4.0 MB
|
| 242 |
Peak Block count 1
|
| 243 |
Peak Allocated memory 2.2 MB
|
|
|
|
| 249 |
Used Block count 1
|
| 250 |
Peak Allocated bytes 1.0 MB
|
| 251 |
[ALLOC_TYPETREE_MAIN]
|
| 252 |
+
Peak usage frame count: [0-1.0 KB]: 5458 frames
|
| 253 |
Requested Block Size 2.0 MB
|
| 254 |
Peak Block count 1
|
| 255 |
Peak Allocated memory 1.0 KB
|
| 256 |
Peak Large allocation bytes 0 B
|
| 257 |
[ALLOC_TYPETREE_THREAD]
|
| 258 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 5458 frames
|
| 259 |
Requested Block Size 2.0 MB
|
| 260 |
Peak Block count 1
|
| 261 |
Peak Allocated memory 1.7 KB
|
run_logs/timers.json
CHANGED
|
@@ -1,45 +1,351 @@
|
|
| 1 |
{
|
| 2 |
"name": "root",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"metadata": {
|
| 4 |
"timer_format_version": "0.1.0",
|
| 5 |
-
"start_time_seconds": "
|
| 6 |
-
"python_version": "3.
|
| 7 |
-
"command_line_arguments": "/
|
| 8 |
-
"mlagents_version": "
|
| 9 |
-
"mlagents_envs_version": "
|
| 10 |
"communication_protocol_version": "1.5.0",
|
| 11 |
-
"pytorch_version": "
|
| 12 |
-
"numpy_version": "1.
|
| 13 |
-
"end_time_seconds": "
|
| 14 |
},
|
| 15 |
-
"total":
|
| 16 |
"count": 1,
|
| 17 |
-
"self": 0.
|
| 18 |
"children": {
|
| 19 |
"run_training.setup": {
|
| 20 |
-
"total": 0.
|
| 21 |
"count": 1,
|
| 22 |
-
"self": 0.
|
| 23 |
},
|
| 24 |
"TrainerController.start_learning": {
|
| 25 |
-
"total":
|
| 26 |
"count": 1,
|
| 27 |
-
"self":
|
| 28 |
"children": {
|
| 29 |
"TrainerController._reset_env": {
|
| 30 |
-
"total": 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
"count": 1,
|
| 32 |
-
"self":
|
| 33 |
},
|
| 34 |
"TrainerController._save_models": {
|
| 35 |
-
"total": 0.
|
| 36 |
"count": 1,
|
| 37 |
-
"self":
|
| 38 |
"children": {
|
| 39 |
"RLTrainer._checkpoint": {
|
| 40 |
-
"total": 0.
|
| 41 |
"count": 1,
|
| 42 |
-
"self": 0.
|
| 43 |
}
|
| 44 |
}
|
| 45 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "root",
|
| 3 |
+
"gauges": {
|
| 4 |
+
"SnowballTarget.Policy.Entropy.mean": {
|
| 5 |
+
"value": 0.9887726306915283,
|
| 6 |
+
"min": 0.9887726306915283,
|
| 7 |
+
"max": 2.8679988384246826,
|
| 8 |
+
"count": 20
|
| 9 |
+
},
|
| 10 |
+
"SnowballTarget.Policy.Entropy.sum": {
|
| 11 |
+
"value": 9397.294921875,
|
| 12 |
+
"min": 9397.294921875,
|
| 13 |
+
"max": 29276.53125,
|
| 14 |
+
"count": 20
|
| 15 |
+
},
|
| 16 |
+
"SnowballTarget.Step.mean": {
|
| 17 |
+
"value": 199984.0,
|
| 18 |
+
"min": 9952.0,
|
| 19 |
+
"max": 199984.0,
|
| 20 |
+
"count": 20
|
| 21 |
+
},
|
| 22 |
+
"SnowballTarget.Step.sum": {
|
| 23 |
+
"value": 199984.0,
|
| 24 |
+
"min": 9952.0,
|
| 25 |
+
"max": 199984.0,
|
| 26 |
+
"count": 20
|
| 27 |
+
},
|
| 28 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
|
| 29 |
+
"value": 12.556771278381348,
|
| 30 |
+
"min": 0.3245188593864441,
|
| 31 |
+
"max": 12.556771278381348,
|
| 32 |
+
"count": 20
|
| 33 |
+
},
|
| 34 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
|
| 35 |
+
"value": 2448.5703125,
|
| 36 |
+
"min": 62.95665740966797,
|
| 37 |
+
"max": 2499.161376953125,
|
| 38 |
+
"count": 20
|
| 39 |
+
},
|
| 40 |
+
"SnowballTarget.Losses.PolicyLoss.mean": {
|
| 41 |
+
"value": 0.07152489814810299,
|
| 42 |
+
"min": 0.0617977320579538,
|
| 43 |
+
"max": 0.07611527201473055,
|
| 44 |
+
"count": 20
|
| 45 |
+
},
|
| 46 |
+
"SnowballTarget.Losses.PolicyLoss.sum": {
|
| 47 |
+
"value": 0.28609959259241197,
|
| 48 |
+
"min": 0.2506136813545691,
|
| 49 |
+
"max": 0.3597801441198909,
|
| 50 |
+
"count": 20
|
| 51 |
+
},
|
| 52 |
+
"SnowballTarget.Losses.ValueLoss.mean": {
|
| 53 |
+
"value": 0.1941396557890317,
|
| 54 |
+
"min": 0.14471976605344417,
|
| 55 |
+
"max": 0.28903079547134103,
|
| 56 |
+
"count": 20
|
| 57 |
+
},
|
| 58 |
+
"SnowballTarget.Losses.ValueLoss.sum": {
|
| 59 |
+
"value": 0.7765586231561268,
|
| 60 |
+
"min": 0.5788790642137767,
|
| 61 |
+
"max": 1.445153977356705,
|
| 62 |
+
"count": 20
|
| 63 |
+
},
|
| 64 |
+
"SnowballTarget.Policy.LearningRate.mean": {
|
| 65 |
+
"value": 8.082097306000005e-06,
|
| 66 |
+
"min": 8.082097306000005e-06,
|
| 67 |
+
"max": 0.000291882002706,
|
| 68 |
+
"count": 20
|
| 69 |
+
},
|
| 70 |
+
"SnowballTarget.Policy.LearningRate.sum": {
|
| 71 |
+
"value": 3.232838922400002e-05,
|
| 72 |
+
"min": 3.232838922400002e-05,
|
| 73 |
+
"max": 0.00138516003828,
|
| 74 |
+
"count": 20
|
| 75 |
+
},
|
| 76 |
+
"SnowballTarget.Policy.Epsilon.mean": {
|
| 77 |
+
"value": 0.10269400000000001,
|
| 78 |
+
"min": 0.10269400000000001,
|
| 79 |
+
"max": 0.19729400000000002,
|
| 80 |
+
"count": 20
|
| 81 |
+
},
|
| 82 |
+
"SnowballTarget.Policy.Epsilon.sum": {
|
| 83 |
+
"value": 0.41077600000000003,
|
| 84 |
+
"min": 0.41077600000000003,
|
| 85 |
+
"max": 0.96172,
|
| 86 |
+
"count": 20
|
| 87 |
+
},
|
| 88 |
+
"SnowballTarget.Policy.Beta.mean": {
|
| 89 |
+
"value": 0.0001444306000000001,
|
| 90 |
+
"min": 0.0001444306000000001,
|
| 91 |
+
"max": 0.0048649706,
|
| 92 |
+
"count": 20
|
| 93 |
+
},
|
| 94 |
+
"SnowballTarget.Policy.Beta.sum": {
|
| 95 |
+
"value": 0.0005777224000000004,
|
| 96 |
+
"min": 0.0005777224000000004,
|
| 97 |
+
"max": 0.023089828,
|
| 98 |
+
"count": 20
|
| 99 |
+
},
|
| 100 |
+
"SnowballTarget.Environment.EpisodeLength.mean": {
|
| 101 |
+
"value": 199.0,
|
| 102 |
+
"min": 199.0,
|
| 103 |
+
"max": 199.0,
|
| 104 |
+
"count": 20
|
| 105 |
+
},
|
| 106 |
+
"SnowballTarget.Environment.EpisodeLength.sum": {
|
| 107 |
+
"value": 8756.0,
|
| 108 |
+
"min": 8756.0,
|
| 109 |
+
"max": 10945.0,
|
| 110 |
+
"count": 20
|
| 111 |
+
},
|
| 112 |
+
"SnowballTarget.Environment.CumulativeReward.mean": {
|
| 113 |
+
"value": 25.636363636363637,
|
| 114 |
+
"min": 3.772727272727273,
|
| 115 |
+
"max": 25.636363636363637,
|
| 116 |
+
"count": 20
|
| 117 |
+
},
|
| 118 |
+
"SnowballTarget.Environment.CumulativeReward.sum": {
|
| 119 |
+
"value": 1128.0,
|
| 120 |
+
"min": 166.0,
|
| 121 |
+
"max": 1345.0,
|
| 122 |
+
"count": 20
|
| 123 |
+
},
|
| 124 |
+
"SnowballTarget.Policy.ExtrinsicReward.mean": {
|
| 125 |
+
"value": 25.636363636363637,
|
| 126 |
+
"min": 3.772727272727273,
|
| 127 |
+
"max": 25.636363636363637,
|
| 128 |
+
"count": 20
|
| 129 |
+
},
|
| 130 |
+
"SnowballTarget.Policy.ExtrinsicReward.sum": {
|
| 131 |
+
"value": 1128.0,
|
| 132 |
+
"min": 166.0,
|
| 133 |
+
"max": 1345.0,
|
| 134 |
+
"count": 20
|
| 135 |
+
},
|
| 136 |
+
"SnowballTarget.IsTraining.mean": {
|
| 137 |
+
"value": 1.0,
|
| 138 |
+
"min": 1.0,
|
| 139 |
+
"max": 1.0,
|
| 140 |
+
"count": 20
|
| 141 |
+
},
|
| 142 |
+
"SnowballTarget.IsTraining.sum": {
|
| 143 |
+
"value": 1.0,
|
| 144 |
+
"min": 1.0,
|
| 145 |
+
"max": 1.0,
|
| 146 |
+
"count": 20
|
| 147 |
+
}
|
| 148 |
+
},
|
| 149 |
"metadata": {
|
| 150 |
"timer_format_version": "0.1.0",
|
| 151 |
+
"start_time_seconds": "1772295255",
|
| 152 |
+
"python_version": "3.10.12 (main, Jan 26 2026, 14:55:28) [GCC 11.4.0]",
|
| 153 |
+
"command_line_arguments": "/usr/local/lib/python3.10/dist-packages/mlagents/trainers/learn.py /content/ml-agents/config/ppo/SnowballTarget_Fixed.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=Snowball_Final --no-graphics",
|
| 154 |
+
"mlagents_version": "1.2.0.dev0",
|
| 155 |
+
"mlagents_envs_version": "1.2.0.dev0",
|
| 156 |
"communication_protocol_version": "1.5.0",
|
| 157 |
+
"pytorch_version": "1.11.0+cu102",
|
| 158 |
+
"numpy_version": "1.21.2",
|
| 159 |
+
"end_time_seconds": "1772297364"
|
| 160 |
},
|
| 161 |
+
"total": 2108.367676199001,
|
| 162 |
"count": 1,
|
| 163 |
+
"self": 0.638957252002001,
|
| 164 |
"children": {
|
| 165 |
"run_training.setup": {
|
| 166 |
+
"total": 0.027084097999249934,
|
| 167 |
"count": 1,
|
| 168 |
+
"self": 0.027084097999249934
|
| 169 |
},
|
| 170 |
"TrainerController.start_learning": {
|
| 171 |
+
"total": 2107.7016348489997,
|
| 172 |
"count": 1,
|
| 173 |
+
"self": 0.6091161008280324,
|
| 174 |
"children": {
|
| 175 |
"TrainerController._reset_env": {
|
| 176 |
+
"total": 1.2278466150000895,
|
| 177 |
+
"count": 1,
|
| 178 |
+
"self": 1.2278466150000895
|
| 179 |
+
},
|
| 180 |
+
"TrainerController.advance": {
|
| 181 |
+
"total": 2105.669962993172,
|
| 182 |
+
"count": 18192,
|
| 183 |
+
"self": 0.6126272402452742,
|
| 184 |
+
"children": {
|
| 185 |
+
"env_step": {
|
| 186 |
+
"total": 1966.5839412750101,
|
| 187 |
+
"count": 18192,
|
| 188 |
+
"self": 1923.0018352609422,
|
| 189 |
+
"children": {
|
| 190 |
+
"SubprocessEnvManager._take_step": {
|
| 191 |
+
"total": 43.20948449993921,
|
| 192 |
+
"count": 18192,
|
| 193 |
+
"self": 2.6336236400093185,
|
| 194 |
+
"children": {
|
| 195 |
+
"TorchPolicy.evaluate": {
|
| 196 |
+
"total": 40.57586085992989,
|
| 197 |
+
"count": 18192,
|
| 198 |
+
"self": 40.57586085992989
|
| 199 |
+
}
|
| 200 |
+
}
|
| 201 |
+
},
|
| 202 |
+
"workers": {
|
| 203 |
+
"total": 0.3726215141286957,
|
| 204 |
+
"count": 18192,
|
| 205 |
+
"self": 0.0,
|
| 206 |
+
"children": {
|
| 207 |
+
"worker_root": {
|
| 208 |
+
"total": 2105.121331431974,
|
| 209 |
+
"count": 18192,
|
| 210 |
+
"is_parallel": true,
|
| 211 |
+
"self": 228.88382696906228,
|
| 212 |
+
"children": {
|
| 213 |
+
"run_training.setup": {
|
| 214 |
+
"total": 0.0,
|
| 215 |
+
"count": 0,
|
| 216 |
+
"is_parallel": true,
|
| 217 |
+
"self": 0.0,
|
| 218 |
+
"children": {
|
| 219 |
+
"steps_from_proto": {
|
| 220 |
+
"total": 0.005141245001141215,
|
| 221 |
+
"count": 1,
|
| 222 |
+
"is_parallel": true,
|
| 223 |
+
"self": 0.0009071249987755436,
|
| 224 |
+
"children": {
|
| 225 |
+
"_process_rank_one_or_two_observation": {
|
| 226 |
+
"total": 0.004234120002365671,
|
| 227 |
+
"count": 10,
|
| 228 |
+
"is_parallel": true,
|
| 229 |
+
"self": 0.004234120002365671
|
| 230 |
+
}
|
| 231 |
+
}
|
| 232 |
+
},
|
| 233 |
+
"UnityEnvironment.step": {
|
| 234 |
+
"total": 0.22231195399945136,
|
| 235 |
+
"count": 1,
|
| 236 |
+
"is_parallel": true,
|
| 237 |
+
"self": 0.0011741799989977153,
|
| 238 |
+
"children": {
|
| 239 |
+
"UnityEnvironment._generate_step_input": {
|
| 240 |
+
"total": 0.0012943729998369236,
|
| 241 |
+
"count": 1,
|
| 242 |
+
"is_parallel": true,
|
| 243 |
+
"self": 0.0012943729998369236
|
| 244 |
+
},
|
| 245 |
+
"communicator.exchange": {
|
| 246 |
+
"total": 0.21331416600150988,
|
| 247 |
+
"count": 1,
|
| 248 |
+
"is_parallel": true,
|
| 249 |
+
"self": 0.21331416600150988
|
| 250 |
+
},
|
| 251 |
+
"steps_from_proto": {
|
| 252 |
+
"total": 0.006529234999106848,
|
| 253 |
+
"count": 1,
|
| 254 |
+
"is_parallel": true,
|
| 255 |
+
"self": 0.0005537120014196262,
|
| 256 |
+
"children": {
|
| 257 |
+
"_process_rank_one_or_two_observation": {
|
| 258 |
+
"total": 0.0059755229976872215,
|
| 259 |
+
"count": 10,
|
| 260 |
+
"is_parallel": true,
|
| 261 |
+
"self": 0.0059755229976872215
|
| 262 |
+
}
|
| 263 |
+
}
|
| 264 |
+
}
|
| 265 |
+
}
|
| 266 |
+
}
|
| 267 |
+
}
|
| 268 |
+
},
|
| 269 |
+
"UnityEnvironment.step": {
|
| 270 |
+
"total": 1876.2375044629116,
|
| 271 |
+
"count": 18191,
|
| 272 |
+
"is_parallel": true,
|
| 273 |
+
"self": 8.622019769736653,
|
| 274 |
+
"children": {
|
| 275 |
+
"UnityEnvironment._generate_step_input": {
|
| 276 |
+
"total": 25.596684056054073,
|
| 277 |
+
"count": 18191,
|
| 278 |
+
"is_parallel": true,
|
| 279 |
+
"self": 25.596684056054073
|
| 280 |
+
},
|
| 281 |
+
"communicator.exchange": {
|
| 282 |
+
"total": 1767.8237368380487,
|
| 283 |
+
"count": 18191,
|
| 284 |
+
"is_parallel": true,
|
| 285 |
+
"self": 1767.8237368380487
|
| 286 |
+
},
|
| 287 |
+
"steps_from_proto": {
|
| 288 |
+
"total": 74.19506379907216,
|
| 289 |
+
"count": 18191,
|
| 290 |
+
"is_parallel": true,
|
| 291 |
+
"self": 10.375744744558688,
|
| 292 |
+
"children": {
|
| 293 |
+
"_process_rank_one_or_two_observation": {
|
| 294 |
+
"total": 63.81931905451347,
|
| 295 |
+
"count": 181910,
|
| 296 |
+
"is_parallel": true,
|
| 297 |
+
"self": 63.81931905451347
|
| 298 |
+
}
|
| 299 |
+
}
|
| 300 |
+
}
|
| 301 |
+
}
|
| 302 |
+
}
|
| 303 |
+
}
|
| 304 |
+
}
|
| 305 |
+
}
|
| 306 |
+
}
|
| 307 |
+
}
|
| 308 |
+
},
|
| 309 |
+
"trainer_advance": {
|
| 310 |
+
"total": 138.47339447791637,
|
| 311 |
+
"count": 18192,
|
| 312 |
+
"self": 0.7966124339436647,
|
| 313 |
+
"children": {
|
| 314 |
+
"process_trajectory": {
|
| 315 |
+
"total": 26.801289272980284,
|
| 316 |
+
"count": 18192,
|
| 317 |
+
"self": 26.801289272980284
|
| 318 |
+
},
|
| 319 |
+
"_update_policy": {
|
| 320 |
+
"total": 110.87549277099242,
|
| 321 |
+
"count": 90,
|
| 322 |
+
"self": 63.77841348193033,
|
| 323 |
+
"children": {
|
| 324 |
+
"TorchPPOOptimizer.update": {
|
| 325 |
+
"total": 47.097079289062094,
|
| 326 |
+
"count": 4587,
|
| 327 |
+
"self": 47.097079289062094
|
| 328 |
+
}
|
| 329 |
+
}
|
| 330 |
+
}
|
| 331 |
+
}
|
| 332 |
+
}
|
| 333 |
+
}
|
| 334 |
+
},
|
| 335 |
+
"trainer_threads": {
|
| 336 |
+
"total": 9.319992386735976e-07,
|
| 337 |
"count": 1,
|
| 338 |
+
"self": 9.319992386735976e-07
|
| 339 |
},
|
| 340 |
"TrainerController._save_models": {
|
| 341 |
+
"total": 0.19470820800052024,
|
| 342 |
"count": 1,
|
| 343 |
+
"self": 0.0009156790001725312,
|
| 344 |
"children": {
|
| 345 |
"RLTrainer._checkpoint": {
|
| 346 |
+
"total": 0.1937925290003477,
|
| 347 |
"count": 1,
|
| 348 |
+
"self": 0.1937925290003477
|
| 349 |
}
|
| 350 |
}
|
| 351 |
}
|
run_logs/training_status.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"metadata": {
|
| 3 |
"stats_format_version": "0.3.0",
|
| 4 |
-
"mlagents_version": "
|
| 5 |
-
"torch_version": "
|
| 6 |
}
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"SnowballTarget": {
|
| 3 |
+
"checkpoints": [
|
| 4 |
+
{
|
| 5 |
+
"steps": 200112,
|
| 6 |
+
"file_path": "results/Snowball_Final/SnowballTarget/SnowballTarget-200112.onnx",
|
| 7 |
+
"reward": 25.727272727272727,
|
| 8 |
+
"creation_time": 1772297363.5782928,
|
| 9 |
+
"auxillary_file_paths": [
|
| 10 |
+
"results/Snowball_Final/SnowballTarget/SnowballTarget-200112.pt"
|
| 11 |
+
]
|
| 12 |
+
}
|
| 13 |
+
],
|
| 14 |
+
"final_checkpoint": {
|
| 15 |
+
"steps": 200112,
|
| 16 |
+
"file_path": "results/Snowball_Final/SnowballTarget.onnx",
|
| 17 |
+
"reward": 25.727272727272727,
|
| 18 |
+
"creation_time": 1772297363.5782928,
|
| 19 |
+
"auxillary_file_paths": [
|
| 20 |
+
"results/Snowball_Final/SnowballTarget/SnowballTarget-200112.pt"
|
| 21 |
+
]
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
"metadata": {
|
| 25 |
"stats_format_version": "0.3.0",
|
| 26 |
+
"mlagents_version": "1.2.0.dev0",
|
| 27 |
+
"torch_version": "1.11.0+cu102"
|
| 28 |
}
|
| 29 |
}
|