hugfacerhaha
commited on
Commit
·
1460ab7
1
Parent(s):
5ad4d83
First Push
Browse files- SnowballTarget.onnx +1 -1
- SnowballTarget/SnowballTarget-2112.onnx +3 -0
- SnowballTarget/SnowballTarget-2112.pt +3 -0
- SnowballTarget/checkpoint.pt +2 -2
- SnowballTarget/events.out.tfevents.1690317602.bbf122e29850.2043.0 +3 -0
- config.json +1 -1
- configuration.yaml +3 -3
- run_logs/Player-0.log +30 -30
- run_logs/timers.json +69 -237
- run_logs/training_status.json +9 -45
SnowballTarget.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 646532
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fd581cb36e0b42f97714fa5560f37f6b6dc0ff97edba4e5cd83a2808545b2d0
|
3 |
size 646532
|
SnowballTarget/SnowballTarget-2112.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fd581cb36e0b42f97714fa5560f37f6b6dc0ff97edba4e5cd83a2808545b2d0
|
3 |
+
size 646532
|
SnowballTarget/SnowballTarget-2112.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3c78a66effb9ad5ce444cf64d52329976a68c8be0c1e250cb44e25e8f341778
|
3 |
+
size 1285152
|
SnowballTarget/checkpoint.pt
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:c3c78a66effb9ad5ce444cf64d52329976a68c8be0c1e250cb44e25e8f341778
|
3 |
+
size 1285152
|
SnowballTarget/events.out.tfevents.1690317602.bbf122e29850.2043.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a888da33c3c3bf3331787292a1a541bd60b69d3c6d51f85b7b59068f6a4acc8
|
3 |
+
size 1112
|
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size":
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "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": 50000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "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": 10, "even_checkpoints": false, "max_steps": 2000, "time_horizon": 64, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SnowballTarget/SnowballTarget", "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": "SnowballTarget1", "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
CHANGED
@@ -3,10 +3,10 @@ behaviors:
|
|
3 |
SnowballTarget:
|
4 |
trainer_type: ppo
|
5 |
hyperparameters:
|
6 |
-
batch_size:
|
7 |
buffer_size: 2048
|
8 |
learning_rate: 0.0003
|
9 |
-
beta: 0.
|
10 |
epsilon: 0.2
|
11 |
lambd: 0.95
|
12 |
num_epoch: 3
|
@@ -38,7 +38,7 @@ behaviors:
|
|
38 |
init_path: null
|
39 |
keep_checkpoints: 10
|
40 |
even_checkpoints: false
|
41 |
-
max_steps:
|
42 |
time_horizon: 64
|
43 |
summary_freq: 10000
|
44 |
threaded: true
|
|
|
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
|
|
|
38 |
init_path: null
|
39 |
keep_checkpoints: 10
|
40 |
even_checkpoints: false
|
41 |
+
max_steps: 2000
|
42 |
time_horizon: 64
|
43 |
summary_freq: 10000
|
44 |
threaded: true
|
run_logs/Player-0.log
CHANGED
@@ -13,28 +13,28 @@ NullGfxDevice:
|
|
13 |
Version: NULL 1.0 [1.0]
|
14 |
Renderer: Null Device
|
15 |
Vendor: Unity Technologies
|
16 |
-
ALSA lib confmisc.c:
|
17 |
-
ALSA lib conf.c:
|
18 |
-
ALSA lib confmisc.c:
|
19 |
-
ALSA lib conf.c:
|
20 |
-
ALSA lib confmisc.c:
|
21 |
-
ALSA lib conf.c:
|
22 |
-
ALSA lib conf.c:
|
23 |
-
ALSA lib pcm.c:
|
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:
|
27 |
-
ALSA lib conf.c:
|
28 |
-
ALSA lib confmisc.c:
|
29 |
-
ALSA lib conf.c:
|
30 |
-
ALSA lib confmisc.c:
|
31 |
-
ALSA lib conf.c:
|
32 |
-
ALSA lib conf.c:
|
33 |
-
ALSA lib pcm.c:
|
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.
|
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,7 +45,7 @@ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/f
|
|
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: 0.
|
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,7 +53,7 @@ Memory Statistics:
|
|
53 |
[ALLOC_TEMP_TLS] TLS Allocator
|
54 |
StackAllocators :
|
55 |
[ALLOC_TEMP_MAIN]
|
56 |
-
Peak usage frame count: [8.0 KB-16.0 KB]:
|
57 |
Initial Block Size 4.0 MB
|
58 |
Current Block Size 4.0 MB
|
59 |
Peak Allocated Bytes 2.0 MB
|
@@ -169,19 +169,19 @@ Memory Statistics:
|
|
169 |
Peak Allocated Bytes 0 B
|
170 |
Overflow Count 0
|
171 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
172 |
-
Peak main deferred allocation count
|
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]:
|
179 |
Requested Block Size 16.0 MB
|
180 |
Peak Block count 1
|
181 |
-
Peak Allocated memory
|
182 |
Peak Large allocation bytes 0 B
|
183 |
[ALLOC_DEFAULT_THREAD]
|
184 |
-
Peak usage frame count: [16.0 MB-32.0 MB]:
|
185 |
Requested Block Size 16.0 MB
|
186 |
Peak Block count 1
|
187 |
Peak Allocated memory 17.8 MB
|
@@ -213,13 +213,13 @@ Memory Statistics:
|
|
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]:
|
217 |
Requested Block Size 16.0 MB
|
218 |
Peak Block count 1
|
219 |
-
Peak Allocated memory
|
220 |
Peak Large allocation bytes 0 B
|
221 |
[ALLOC_GFX_THREAD]
|
222 |
-
Peak usage frame count: [32.0 KB-64.0 KB]:
|
223 |
Requested Block Size 16.0 MB
|
224 |
Peak Block count 1
|
225 |
Peak Allocated memory 39.6 KB
|
@@ -231,13 +231,13 @@ Memory Statistics:
|
|
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]:
|
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]:
|
241 |
Requested Block Size 4.0 MB
|
242 |
Peak Block count 1
|
243 |
Peak Allocated memory 2.2 MB
|
@@ -249,13 +249,13 @@ Memory Statistics:
|
|
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]:
|
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]:
|
259 |
Requested Block Size 2.0 MB
|
260 |
Peak Block count 1
|
261 |
Peak Allocated memory 1.7 KB
|
|
|
13 |
Version: NULL 1.0 [1.0]
|
14 |
Renderer: Null Device
|
15 |
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2664:(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:855:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2664:(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.093 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: 0.905713 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]: 58 frames, [16.0 KB-32.0 KB]: 1 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
|
|
|
169 |
Peak Allocated Bytes 0 B
|
170 |
Overflow Count 0
|
171 |
[ALLOC_DEFAULT] Dual Thread Allocator
|
172 |
+
Peak main deferred allocation count 24
|
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]: 60 frames
|
179 |
Requested Block Size 16.0 MB
|
180 |
Peak Block count 1
|
181 |
+
Peak Allocated memory 5.2 MB
|
182 |
Peak Large allocation bytes 0 B
|
183 |
[ALLOC_DEFAULT_THREAD]
|
184 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 60 frames
|
185 |
Requested Block Size 16.0 MB
|
186 |
Peak Block count 1
|
187 |
Peak Allocated memory 17.8 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]: 56 frames, [64.0 KB-128.0 KB]: 4 frames
|
217 |
Requested Block Size 16.0 MB
|
218 |
Peak Block count 1
|
219 |
+
Peak Allocated memory 66.0 KB
|
220 |
Peak Large allocation bytes 0 B
|
221 |
[ALLOC_GFX_THREAD]
|
222 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 60 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]: 60 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]: 59 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]: 60 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]: 60 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,214 +1,68 @@
|
|
1 |
{
|
2 |
"name": "root",
|
3 |
-
"gauges": {
|
4 |
-
"SnowballTarget.Policy.Entropy.mean": {
|
5 |
-
"value": 1.0320813655853271,
|
6 |
-
"min": 1.0320813655853271,
|
7 |
-
"max": 2.85068941116333,
|
8 |
-
"count": 20
|
9 |
-
},
|
10 |
-
"SnowballTarget.Policy.Entropy.sum": {
|
11 |
-
"value": 9854.3125,
|
12 |
-
"min": 9854.3125,
|
13 |
-
"max": 29225.267578125,
|
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.227519035339355,
|
30 |
-
"min": 0.32517558336257935,
|
31 |
-
"max": 12.227519035339355,
|
32 |
-
"count": 20
|
33 |
-
},
|
34 |
-
"SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
|
35 |
-
"value": 2384.3662109375,
|
36 |
-
"min": 63.08406066894531,
|
37 |
-
"max": 2459.785888671875,
|
38 |
-
"count": 20
|
39 |
-
},
|
40 |
-
"SnowballTarget.Environment.EpisodeLength.mean": {
|
41 |
-
"value": 199.0,
|
42 |
-
"min": 199.0,
|
43 |
-
"max": 199.0,
|
44 |
-
"count": 20
|
45 |
-
},
|
46 |
-
"SnowballTarget.Environment.EpisodeLength.sum": {
|
47 |
-
"value": 8756.0,
|
48 |
-
"min": 8756.0,
|
49 |
-
"max": 10945.0,
|
50 |
-
"count": 20
|
51 |
-
},
|
52 |
-
"SnowballTarget.Losses.PolicyLoss.mean": {
|
53 |
-
"value": 0.046792748868028866,
|
54 |
-
"min": 0.041397102062698345,
|
55 |
-
"max": 0.05221424372272546,
|
56 |
-
"count": 20
|
57 |
-
},
|
58 |
-
"SnowballTarget.Losses.PolicyLoss.sum": {
|
59 |
-
"value": 0.18717099547211546,
|
60 |
-
"min": 0.16558840825079338,
|
61 |
-
"max": 0.25067133790192503,
|
62 |
-
"count": 20
|
63 |
-
},
|
64 |
-
"SnowballTarget.Losses.ValueLoss.mean": {
|
65 |
-
"value": 0.25081152298177284,
|
66 |
-
"min": 0.11843305003518859,
|
67 |
-
"max": 0.2943244925389687,
|
68 |
-
"count": 20
|
69 |
-
},
|
70 |
-
"SnowballTarget.Losses.ValueLoss.sum": {
|
71 |
-
"value": 1.0032460919270914,
|
72 |
-
"min": 0.47373220014075434,
|
73 |
-
"max": 1.4716224626948435,
|
74 |
-
"count": 20
|
75 |
-
},
|
76 |
-
"SnowballTarget.Policy.LearningRate.mean": {
|
77 |
-
"value": 8.082097306000005e-06,
|
78 |
-
"min": 8.082097306000005e-06,
|
79 |
-
"max": 0.00029188200270599996,
|
80 |
-
"count": 20
|
81 |
-
},
|
82 |
-
"SnowballTarget.Policy.LearningRate.sum": {
|
83 |
-
"value": 3.232838922400002e-05,
|
84 |
-
"min": 3.232838922400002e-05,
|
85 |
-
"max": 0.00138516003828,
|
86 |
-
"count": 20
|
87 |
-
},
|
88 |
-
"SnowballTarget.Policy.Epsilon.mean": {
|
89 |
-
"value": 0.10269400000000001,
|
90 |
-
"min": 0.10269400000000001,
|
91 |
-
"max": 0.19729400000000002,
|
92 |
-
"count": 20
|
93 |
-
},
|
94 |
-
"SnowballTarget.Policy.Epsilon.sum": {
|
95 |
-
"value": 0.41077600000000003,
|
96 |
-
"min": 0.41077600000000003,
|
97 |
-
"max": 0.9617200000000001,
|
98 |
-
"count": 20
|
99 |
-
},
|
100 |
-
"SnowballTarget.Policy.Beta.mean": {
|
101 |
-
"value": 9.055060000000006e-05,
|
102 |
-
"min": 9.055060000000006e-05,
|
103 |
-
"max": 0.0029190906000000003,
|
104 |
-
"count": 20
|
105 |
-
},
|
106 |
-
"SnowballTarget.Policy.Beta.sum": {
|
107 |
-
"value": 0.00036220240000000024,
|
108 |
-
"min": 0.00036220240000000024,
|
109 |
-
"max": 0.013855428000000001,
|
110 |
-
"count": 20
|
111 |
-
},
|
112 |
-
"SnowballTarget.Environment.CumulativeReward.mean": {
|
113 |
-
"value": 24.113636363636363,
|
114 |
-
"min": 3.2954545454545454,
|
115 |
-
"max": 24.236363636363638,
|
116 |
-
"count": 20
|
117 |
-
},
|
118 |
-
"SnowballTarget.Environment.CumulativeReward.sum": {
|
119 |
-
"value": 1061.0,
|
120 |
-
"min": 145.0,
|
121 |
-
"max": 1333.0,
|
122 |
-
"count": 20
|
123 |
-
},
|
124 |
-
"SnowballTarget.Policy.ExtrinsicReward.mean": {
|
125 |
-
"value": 24.113636363636363,
|
126 |
-
"min": 3.2954545454545454,
|
127 |
-
"max": 24.236363636363638,
|
128 |
-
"count": 20
|
129 |
-
},
|
130 |
-
"SnowballTarget.Policy.ExtrinsicReward.sum": {
|
131 |
-
"value": 1061.0,
|
132 |
-
"min": 145.0,
|
133 |
-
"max": 1333.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": "
|
152 |
-
"python_version": "3.10.
|
153 |
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics",
|
154 |
"mlagents_version": "0.31.0.dev0",
|
155 |
"mlagents_envs_version": "0.31.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": "
|
160 |
},
|
161 |
-
"total":
|
162 |
"count": 1,
|
163 |
-
"self": 0.
|
164 |
"children": {
|
165 |
"run_training.setup": {
|
166 |
-
"total": 0.
|
167 |
"count": 1,
|
168 |
-
"self": 0.
|
169 |
},
|
170 |
"TrainerController.start_learning": {
|
171 |
-
"total":
|
172 |
"count": 1,
|
173 |
-
"self": 0.
|
174 |
"children": {
|
175 |
"TrainerController._reset_env": {
|
176 |
-
"total":
|
177 |
"count": 1,
|
178 |
-
"self":
|
179 |
},
|
180 |
"TrainerController.advance": {
|
181 |
-
"total":
|
182 |
-
"count":
|
183 |
-
"self": 0.
|
184 |
"children": {
|
185 |
"env_step": {
|
186 |
-
"total":
|
187 |
-
"count":
|
188 |
-
"self":
|
189 |
"children": {
|
190 |
"SubprocessEnvManager._take_step": {
|
191 |
-
"total":
|
192 |
-
"count":
|
193 |
-
"self":
|
194 |
"children": {
|
195 |
"TorchPolicy.evaluate": {
|
196 |
-
"total":
|
197 |
-
"count":
|
198 |
-
"self":
|
199 |
}
|
200 |
}
|
201 |
},
|
202 |
"workers": {
|
203 |
-
"total": 0.
|
204 |
-
"count":
|
205 |
"self": 0.0,
|
206 |
"children": {
|
207 |
"worker_root": {
|
208 |
-
"total":
|
209 |
-
"count":
|
210 |
"is_parallel": true,
|
211 |
-
"self":
|
212 |
"children": {
|
213 |
"run_training.setup": {
|
214 |
"total": 0.0,
|
@@ -217,48 +71,48 @@
|
|
217 |
"self": 0.0,
|
218 |
"children": {
|
219 |
"steps_from_proto": {
|
220 |
-
"total": 0.
|
221 |
"count": 1,
|
222 |
"is_parallel": true,
|
223 |
-
"self": 0.
|
224 |
"children": {
|
225 |
"_process_rank_one_or_two_observation": {
|
226 |
-
"total": 0.
|
227 |
"count": 10,
|
228 |
"is_parallel": true,
|
229 |
-
"self": 0.
|
230 |
}
|
231 |
}
|
232 |
},
|
233 |
"UnityEnvironment.step": {
|
234 |
-
"total": 0.
|
235 |
"count": 1,
|
236 |
"is_parallel": true,
|
237 |
-
"self": 0.
|
238 |
"children": {
|
239 |
"UnityEnvironment._generate_step_input": {
|
240 |
-
"total": 0.
|
241 |
"count": 1,
|
242 |
"is_parallel": true,
|
243 |
-
"self": 0.
|
244 |
},
|
245 |
"communicator.exchange": {
|
246 |
-
"total": 0.
|
247 |
"count": 1,
|
248 |
"is_parallel": true,
|
249 |
-
"self": 0.
|
250 |
},
|
251 |
"steps_from_proto": {
|
252 |
-
"total": 0.
|
253 |
"count": 1,
|
254 |
"is_parallel": true,
|
255 |
-
"self": 0.
|
256 |
"children": {
|
257 |
"_process_rank_one_or_two_observation": {
|
258 |
-
"total": 0.
|
259 |
"count": 10,
|
260 |
"is_parallel": true,
|
261 |
-
"self": 0.
|
262 |
}
|
263 |
}
|
264 |
}
|
@@ -267,34 +121,34 @@
|
|
267 |
}
|
268 |
},
|
269 |
"UnityEnvironment.step": {
|
270 |
-
"total":
|
271 |
-
"count":
|
272 |
"is_parallel": true,
|
273 |
-
"self":
|
274 |
"children": {
|
275 |
"UnityEnvironment._generate_step_input": {
|
276 |
-
"total":
|
277 |
-
"count":
|
278 |
"is_parallel": true,
|
279 |
-
"self":
|
280 |
},
|
281 |
"communicator.exchange": {
|
282 |
-
"total":
|
283 |
-
"count":
|
284 |
"is_parallel": true,
|
285 |
-
"self":
|
286 |
},
|
287 |
"steps_from_proto": {
|
288 |
-
"total":
|
289 |
-
"count":
|
290 |
"is_parallel": true,
|
291 |
-
"self":
|
292 |
"children": {
|
293 |
"_process_rank_one_or_two_observation": {
|
294 |
-
"total":
|
295 |
-
"count":
|
296 |
"is_parallel": true,
|
297 |
-
"self":
|
298 |
}
|
299 |
}
|
300 |
}
|
@@ -309,9 +163,9 @@
|
|
309 |
}
|
310 |
},
|
311 |
"trainer_threads": {
|
312 |
-
"total":
|
313 |
"count": 1,
|
314 |
-
"self":
|
315 |
"children": {
|
316 |
"thread_root": {
|
317 |
"total": 0.0,
|
@@ -320,38 +174,16 @@
|
|
320 |
"self": 0.0,
|
321 |
"children": {
|
322 |
"trainer_advance": {
|
323 |
-
"total":
|
324 |
-
"count":
|
325 |
"is_parallel": true,
|
326 |
-
"self":
|
327 |
"children": {
|
328 |
"process_trajectory": {
|
329 |
-
"total":
|
330 |
-
"count":
|
331 |
"is_parallel": true,
|
332 |
-
"self":
|
333 |
-
"children": {
|
334 |
-
"RLTrainer._checkpoint": {
|
335 |
-
"total": 1.81408161499985,
|
336 |
-
"count": 4,
|
337 |
-
"is_parallel": true,
|
338 |
-
"self": 1.81408161499985
|
339 |
-
}
|
340 |
-
}
|
341 |
-
},
|
342 |
-
"_update_policy": {
|
343 |
-
"total": 192.30141739099918,
|
344 |
-
"count": 90,
|
345 |
-
"is_parallel": true,
|
346 |
-
"self": 87.88197563402491,
|
347 |
-
"children": {
|
348 |
-
"TorchPPOOptimizer.update": {
|
349 |
-
"total": 104.41944175697427,
|
350 |
-
"count": 2160,
|
351 |
-
"is_parallel": true,
|
352 |
-
"self": 104.41944175697427
|
353 |
-
}
|
354 |
-
}
|
355 |
}
|
356 |
}
|
357 |
}
|
@@ -360,14 +192,14 @@
|
|
360 |
}
|
361 |
},
|
362 |
"TrainerController._save_models": {
|
363 |
-
"total": 0.
|
364 |
"count": 1,
|
365 |
-
"self": 0.
|
366 |
"children": {
|
367 |
"RLTrainer._checkpoint": {
|
368 |
-
"total": 0.
|
369 |
"count": 1,
|
370 |
-
"self": 0.
|
371 |
}
|
372 |
}
|
373 |
}
|
|
|
1 |
{
|
2 |
"name": "root",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"metadata": {
|
4 |
"timer_format_version": "0.1.0",
|
5 |
+
"start_time_seconds": "1690317599",
|
6 |
+
"python_version": "3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0]",
|
7 |
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics",
|
8 |
"mlagents_version": "0.31.0.dev0",
|
9 |
"mlagents_envs_version": "0.31.0.dev0",
|
10 |
"communication_protocol_version": "1.5.0",
|
11 |
"pytorch_version": "1.11.0+cu102",
|
12 |
"numpy_version": "1.21.2",
|
13 |
+
"end_time_seconds": "1690317611"
|
14 |
},
|
15 |
+
"total": 11.802248393000013,
|
16 |
"count": 1,
|
17 |
+
"self": 0.4842911240000376,
|
18 |
"children": {
|
19 |
"run_training.setup": {
|
20 |
+
"total": 0.03528324899997415,
|
21 |
"count": 1,
|
22 |
+
"self": 0.03528324899997415
|
23 |
},
|
24 |
"TrainerController.start_learning": {
|
25 |
+
"total": 11.282674020000002,
|
26 |
"count": 1,
|
27 |
+
"self": 0.012383146000615852,
|
28 |
"children": {
|
29 |
"TrainerController._reset_env": {
|
30 |
+
"total": 6.645226523999952,
|
31 |
"count": 1,
|
32 |
+
"self": 6.645226523999952
|
33 |
},
|
34 |
"TrainerController.advance": {
|
35 |
+
"total": 4.4797301419994255,
|
36 |
+
"count": 200,
|
37 |
+
"self": 0.0029408709991116666,
|
38 |
"children": {
|
39 |
"env_step": {
|
40 |
+
"total": 4.476789271000314,
|
41 |
+
"count": 200,
|
42 |
+
"self": 3.334233764000544,
|
43 |
"children": {
|
44 |
"SubprocessEnvManager._take_step": {
|
45 |
+
"total": 1.1394555530001753,
|
46 |
+
"count": 200,
|
47 |
+
"self": 0.01777269199959619,
|
48 |
"children": {
|
49 |
"TorchPolicy.evaluate": {
|
50 |
+
"total": 1.1216828610005791,
|
51 |
+
"count": 200,
|
52 |
+
"self": 1.1216828610005791
|
53 |
}
|
54 |
}
|
55 |
},
|
56 |
"workers": {
|
57 |
+
"total": 0.003099953999594618,
|
58 |
+
"count": 200,
|
59 |
"self": 0.0,
|
60 |
"children": {
|
61 |
"worker_root": {
|
62 |
+
"total": 11.150897221999685,
|
63 |
+
"count": 200,
|
64 |
"is_parallel": true,
|
65 |
+
"self": 8.37046225099931,
|
66 |
"children": {
|
67 |
"run_training.setup": {
|
68 |
"total": 0.0,
|
|
|
71 |
"self": 0.0,
|
72 |
"children": {
|
73 |
"steps_from_proto": {
|
74 |
+
"total": 0.005571824000014658,
|
75 |
"count": 1,
|
76 |
"is_parallel": true,
|
77 |
+
"self": 0.004050727999924675,
|
78 |
"children": {
|
79 |
"_process_rank_one_or_two_observation": {
|
80 |
+
"total": 0.0015210960000899831,
|
81 |
"count": 10,
|
82 |
"is_parallel": true,
|
83 |
+
"self": 0.0015210960000899831
|
84 |
}
|
85 |
}
|
86 |
},
|
87 |
"UnityEnvironment.step": {
|
88 |
+
"total": 0.1083028290000243,
|
89 |
"count": 1,
|
90 |
"is_parallel": true,
|
91 |
+
"self": 0.0006205610001188688,
|
92 |
"children": {
|
93 |
"UnityEnvironment._generate_step_input": {
|
94 |
+
"total": 0.0004001829999538131,
|
95 |
"count": 1,
|
96 |
"is_parallel": true,
|
97 |
+
"self": 0.0004001829999538131
|
98 |
},
|
99 |
"communicator.exchange": {
|
100 |
+
"total": 0.10184314499997527,
|
101 |
"count": 1,
|
102 |
"is_parallel": true,
|
103 |
+
"self": 0.10184314499997527
|
104 |
},
|
105 |
"steps_from_proto": {
|
106 |
+
"total": 0.0054389399999763555,
|
107 |
"count": 1,
|
108 |
"is_parallel": true,
|
109 |
+
"self": 0.0027821099999982835,
|
110 |
"children": {
|
111 |
"_process_rank_one_or_two_observation": {
|
112 |
+
"total": 0.002656829999978072,
|
113 |
"count": 10,
|
114 |
"is_parallel": true,
|
115 |
+
"self": 0.002656829999978072
|
116 |
}
|
117 |
}
|
118 |
}
|
|
|
121 |
}
|
122 |
},
|
123 |
"UnityEnvironment.step": {
|
124 |
+
"total": 2.780434971000375,
|
125 |
+
"count": 199,
|
126 |
"is_parallel": true,
|
127 |
+
"self": 0.1301443400006974,
|
128 |
"children": {
|
129 |
"UnityEnvironment._generate_step_input": {
|
130 |
+
"total": 0.06338977299992621,
|
131 |
+
"count": 199,
|
132 |
"is_parallel": true,
|
133 |
+
"self": 0.06338977299992621
|
134 |
},
|
135 |
"communicator.exchange": {
|
136 |
+
"total": 2.1747358339995913,
|
137 |
+
"count": 199,
|
138 |
"is_parallel": true,
|
139 |
+
"self": 2.1747358339995913
|
140 |
},
|
141 |
"steps_from_proto": {
|
142 |
+
"total": 0.41216502400016,
|
143 |
+
"count": 199,
|
144 |
"is_parallel": true,
|
145 |
+
"self": 0.08266888500014602,
|
146 |
"children": {
|
147 |
"_process_rank_one_or_two_observation": {
|
148 |
+
"total": 0.32949613900001395,
|
149 |
+
"count": 1990,
|
150 |
"is_parallel": true,
|
151 |
+
"self": 0.32949613900001395
|
152 |
}
|
153 |
}
|
154 |
}
|
|
|
163 |
}
|
164 |
},
|
165 |
"trainer_threads": {
|
166 |
+
"total": 1.997999999048261e-05,
|
167 |
"count": 1,
|
168 |
+
"self": 1.997999999048261e-05,
|
169 |
"children": {
|
170 |
"thread_root": {
|
171 |
"total": 0.0,
|
|
|
174 |
"self": 0.0,
|
175 |
"children": {
|
176 |
"trainer_advance": {
|
177 |
+
"total": 4.408258556999272,
|
178 |
+
"count": 8948,
|
179 |
"is_parallel": true,
|
180 |
+
"self": 0.17325609099776784,
|
181 |
"children": {
|
182 |
"process_trajectory": {
|
183 |
+
"total": 4.235002466001504,
|
184 |
+
"count": 8948,
|
185 |
"is_parallel": true,
|
186 |
+
"self": 4.235002466001504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
}
|
188 |
}
|
189 |
}
|
|
|
192 |
}
|
193 |
},
|
194 |
"TrainerController._save_models": {
|
195 |
+
"total": 0.14531422800001792,
|
196 |
"count": 1,
|
197 |
+
"self": 0.0010059140000180378,
|
198 |
"children": {
|
199 |
"RLTrainer._checkpoint": {
|
200 |
+
"total": 0.14430831399999988,
|
201 |
"count": 1,
|
202 |
+
"self": 0.14430831399999988
|
203 |
}
|
204 |
}
|
205 |
}
|
run_logs/training_status.json
CHANGED
@@ -2,58 +2,22 @@
|
|
2 |
"SnowballTarget": {
|
3 |
"checkpoints": [
|
4 |
{
|
5 |
-
"steps":
|
6 |
-
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-
|
7 |
-
"reward":
|
8 |
-
"creation_time":
|
9 |
"auxillary_file_paths": [
|
10 |
-
"results/SnowballTarget1/SnowballTarget/SnowballTarget-
|
11 |
-
]
|
12 |
-
},
|
13 |
-
{
|
14 |
-
"steps": 99960,
|
15 |
-
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.onnx",
|
16 |
-
"reward": 20.0,
|
17 |
-
"creation_time": 1689190434.4848058,
|
18 |
-
"auxillary_file_paths": [
|
19 |
-
"results/SnowballTarget1/SnowballTarget/SnowballTarget-99960.pt"
|
20 |
-
]
|
21 |
-
},
|
22 |
-
{
|
23 |
-
"steps": 149984,
|
24 |
-
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.onnx",
|
25 |
-
"reward": 22.363636363636363,
|
26 |
-
"creation_time": 1689190559.1831033,
|
27 |
-
"auxillary_file_paths": [
|
28 |
-
"results/SnowballTarget1/SnowballTarget/SnowballTarget-149984.pt"
|
29 |
-
]
|
30 |
-
},
|
31 |
-
{
|
32 |
-
"steps": 199984,
|
33 |
-
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.onnx",
|
34 |
-
"reward": 24.0,
|
35 |
-
"creation_time": 1689190683.8790047,
|
36 |
-
"auxillary_file_paths": [
|
37 |
-
"results/SnowballTarget1/SnowballTarget/SnowballTarget-199984.pt"
|
38 |
-
]
|
39 |
-
},
|
40 |
-
{
|
41 |
-
"steps": 200112,
|
42 |
-
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.onnx",
|
43 |
-
"reward": 24.0,
|
44 |
-
"creation_time": 1689190684.0564651,
|
45 |
-
"auxillary_file_paths": [
|
46 |
-
"results/SnowballTarget1/SnowballTarget/SnowballTarget-200112.pt"
|
47 |
]
|
48 |
}
|
49 |
],
|
50 |
"final_checkpoint": {
|
51 |
-
"steps":
|
52 |
"file_path": "results/SnowballTarget1/SnowballTarget.onnx",
|
53 |
-
"reward":
|
54 |
-
"creation_time":
|
55 |
"auxillary_file_paths": [
|
56 |
-
"results/SnowballTarget1/SnowballTarget/SnowballTarget-
|
57 |
]
|
58 |
}
|
59 |
},
|
|
|
2 |
"SnowballTarget": {
|
3 |
"checkpoints": [
|
4 |
{
|
5 |
+
"steps": 2112,
|
6 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-2112.onnx",
|
7 |
+
"reward": null,
|
8 |
+
"creation_time": 1690317610.9783988,
|
9 |
"auxillary_file_paths": [
|
10 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-2112.pt"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
]
|
12 |
}
|
13 |
],
|
14 |
"final_checkpoint": {
|
15 |
+
"steps": 2112,
|
16 |
"file_path": "results/SnowballTarget1/SnowballTarget.onnx",
|
17 |
+
"reward": null,
|
18 |
+
"creation_time": 1690317610.9783988,
|
19 |
"auxillary_file_paths": [
|
20 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-2112.pt"
|
21 |
]
|
22 |
}
|
23 |
},
|