First Push
Browse files- README.md +35 -0
- SnowballTarget.onnx +3 -0
- SnowballTarget/SnowballTarget-149936.onnx +3 -0
- SnowballTarget/SnowballTarget-149936.pt +3 -0
- SnowballTarget/SnowballTarget-199960.onnx +3 -0
- SnowballTarget/SnowballTarget-199960.pt +3 -0
- SnowballTarget/SnowballTarget-20480.onnx +3 -0
- SnowballTarget/SnowballTarget-20480.pt +3 -0
- SnowballTarget/SnowballTarget-249984.onnx +3 -0
- SnowballTarget/SnowballTarget-249984.pt +3 -0
- SnowballTarget/SnowballTarget-268288.onnx +3 -0
- SnowballTarget/SnowballTarget-268288.pt +3 -0
- SnowballTarget/SnowballTarget-49976.onnx +3 -0
- SnowballTarget/SnowballTarget-49976.pt +3 -0
- SnowballTarget/SnowballTarget-64.onnx +3 -0
- SnowballTarget/SnowballTarget-64.pt +3 -0
- SnowballTarget/SnowballTarget-768.onnx +3 -0
- SnowballTarget/SnowballTarget-768.pt +3 -0
- SnowballTarget/SnowballTarget-99936.onnx +3 -0
- SnowballTarget/SnowballTarget-99936.pt +3 -0
- SnowballTarget/checkpoint.pt +3 -0
- SnowballTarget/events.out.tfevents.1731712144.d05eb623fe2b.1819.0 +3 -0
- SnowballTarget/events.out.tfevents.1731712548.d05eb623fe2b.3632.0 +3 -0
- SnowballTarget/events.out.tfevents.1731712603.d05eb623fe2b.3925.0 +3 -0
- SnowballTarget/events.out.tfevents.1731712639.d05eb623fe2b.4135.0 +3 -0
- SnowballTarget/events.out.tfevents.1731712755.d05eb623fe2b.4682.0 +3 -0
- config.json +1 -0
- configuration.yaml +79 -0
- run_logs/Player-0.log +259 -0
- run_logs/timers.json +362 -0
- run_logs/training_status.json +101 -0
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ml-agents
|
3 |
+
tags:
|
4 |
+
- SnowballTarget
|
5 |
+
- deep-reinforcement-learning
|
6 |
+
- reinforcement-learning
|
7 |
+
- ML-Agents-SnowballTarget
|
8 |
+
---
|
9 |
+
|
10 |
+
# **ppo** Agent playing **SnowballTarget**
|
11 |
+
This is a trained model of a **ppo** agent playing **SnowballTarget**
|
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: amanoyaku/ppo-SnowballTarget
|
33 |
+
3. Step 2: Select your *.nn /*.onnx file
|
34 |
+
4. Click on Watch the agent play 👀
|
35 |
+
|
SnowballTarget.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:216536f541b3b49d9ef5f7339119f79a4f6fd23a1bcf4cdf1b227daf3b9cb58f
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-149936.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86d880e01fde5dc97f29e69694a2a83ddc916a052d065018d744c326d50669e2
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-149936.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f84350515c036faa3c64938b52349d7668366a4e62785e08b2dd63340dd0ad
|
3 |
+
size 3850075
|
SnowballTarget/SnowballTarget-199960.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa8e9af729f71423ecd484c4508964dcc8bfc0e849e54a12868c07964fd56b23
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-199960.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31ba4eccb600d4c668f1fb7026f2ca2102d939c0879736b21544dc4f3c5d22d5
|
3 |
+
size 3850075
|
SnowballTarget/SnowballTarget-20480.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0e11584d725ba1efe93678f4b8cd7bee26ed25aefc00e636f3b06f2cf3e0753
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-20480.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13a1c677465641cd2a169ee5a0fe5cf6430f5bf4ba9a53c07605f89550b569d5
|
3 |
+
size 3850000
|
SnowballTarget/SnowballTarget-249984.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b48b1661555d1aa255bef2083108be39f49e8dc17087826c421492c6ea3dc5
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-249984.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91737a32f8cb996c8226fc157ba65117a6d94fb2866a2b62fec940229718087d
|
3 |
+
size 3850075
|
SnowballTarget/SnowballTarget-268288.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:216536f541b3b49d9ef5f7339119f79a4f6fd23a1bcf4cdf1b227daf3b9cb58f
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-268288.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5c1528f8219a743d1301b363d06fdb35eb5eba16eda87ba10dec1e17a3fcb4f
|
3 |
+
size 3850075
|
SnowballTarget/SnowballTarget-49976.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46a4995142ad5fb85c62c99b1dc5ce5417f49943b2756299fce5f7756a315197
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-49976.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f7fb4f888da2c290516f818d68c7d79339ca73462d3f75c9e95b4e624f84b47
|
3 |
+
size 3850000
|
SnowballTarget/SnowballTarget-64.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3368f4f37d7fe27521610470ceedfb8e41edb5a61efe4c7ceaeade5a761f9da
|
3 |
+
size 649740
|
SnowballTarget/SnowballTarget-64.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3860c43670d154eff51b15531f3134212822360ef6804c10f25ed4a1308dcfb8
|
3 |
+
size 1286175
|
SnowballTarget/SnowballTarget-768.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3368f4f37d7fe27521610470ceedfb8e41edb5a61efe4c7ceaeade5a761f9da
|
3 |
+
size 649740
|
SnowballTarget/SnowballTarget-768.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05f0ed1f718b74a613581ee455d10e8203d8a64be72ff0c3676c0f4286cf35fc
|
3 |
+
size 1286202
|
SnowballTarget/SnowballTarget-99936.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c176bfadb68ae3714531897c933c3aeb44fda62b7cd2306744061b7cb415d15c
|
3 |
+
size 650646
|
SnowballTarget/SnowballTarget-99936.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b241a17a38c9639e29acc1133d757ccd5ff59130dea3b1faad02d400ab77d13
|
3 |
+
size 3850000
|
SnowballTarget/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c3d4d37300b04d80833cdfbde1290ad4a224c6f1ba955c62ddc3a3604d3290a
|
3 |
+
size 3849250
|
SnowballTarget/events.out.tfevents.1731712144.d05eb623fe2b.1819.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0f798f0fc869c7ee9ba394b984d9646fc4937bdb54baa72e9f20c7d37bb489e
|
3 |
+
size 1111
|
SnowballTarget/events.out.tfevents.1731712548.d05eb623fe2b.3632.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e379d62e2397cfe524863f37e427ec6c99143947b04bce100764a76d34420ba
|
3 |
+
size 1111
|
SnowballTarget/events.out.tfevents.1731712603.d05eb623fe2b.3925.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3177ac4efa7b5f398bd5df6071979065a99ddb9e739f41f26790fe11eeefe26
|
3 |
+
size 1112
|
SnowballTarget/events.out.tfevents.1731712639.d05eb623fe2b.4135.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71e3b9bfc23c56f882f17a3aa4cb385c6ab852cb18a6a67aa5f5bbc7f6df5f2d
|
3 |
+
size 8022
|
SnowballTarget/events.out.tfevents.1731712755.d05eb623fe2b.4682.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6df07b858cd4b5954e8a752fec09984ff9d3dc88e9649d0697ef86e9d33f56d4
|
3 |
+
size 22547
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
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": 700000, "time_horizon": 64, "summary_freq": 10000, "threaded": false, "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, "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": "SnowballTarget1", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": "cuda"}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
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: 50000
|
18 |
+
network_settings:
|
19 |
+
normalize: false
|
20 |
+
hidden_units: 256
|
21 |
+
num_layers: 2
|
22 |
+
vis_encode_type: simple
|
23 |
+
memory: null
|
24 |
+
goal_conditioning_type: hyper
|
25 |
+
deterministic: false
|
26 |
+
reward_signals:
|
27 |
+
extrinsic:
|
28 |
+
gamma: 0.99
|
29 |
+
strength: 1.0
|
30 |
+
network_settings:
|
31 |
+
normalize: false
|
32 |
+
hidden_units: 128
|
33 |
+
num_layers: 2
|
34 |
+
vis_encode_type: simple
|
35 |
+
memory: null
|
36 |
+
goal_conditioning_type: hyper
|
37 |
+
deterministic: false
|
38 |
+
init_path: null
|
39 |
+
keep_checkpoints: 10
|
40 |
+
even_checkpoints: false
|
41 |
+
max_steps: 700000
|
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
|
57 |
+
restarts_rate_limit_period_s: 60
|
58 |
+
engine_settings:
|
59 |
+
width: 84
|
60 |
+
height: 84
|
61 |
+
quality_level: 5
|
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: SnowballTarget1
|
70 |
+
initialize_from: null
|
71 |
+
load_model: false
|
72 |
+
resume: true
|
73 |
+
force: false
|
74 |
+
train_model: false
|
75 |
+
inference: false
|
76 |
+
results_dir: results
|
77 |
+
torch_settings:
|
78 |
+
device: cuda
|
79 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,259 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
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.080 seconds
|
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)
|
38 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
41 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
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: 0.643108 ms
|
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.
|
49 |
+
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]: 6656 frames, [16.0 KB-32.0 KB]: 112 frames, [2.0 MB-4.0 MB]: 1 frames
|
54 |
+
Initial Block Size 4.0 MB
|
55 |
+
Current Block Size 4.0 MB
|
56 |
+
Peak Allocated Bytes 2.0 MB
|
57 |
+
Overflow Count 0
|
58 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
59 |
+
Initial Block Size 64.0 KB
|
60 |
+
Current Block Size 64.0 KB
|
61 |
+
Peak Allocated Bytes 178 B
|
62 |
+
Overflow Count 0
|
63 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
64 |
+
Initial Block Size 256.0 KB
|
65 |
+
Current Block Size 304.0 KB
|
66 |
+
Peak Allocated Bytes 228.9 KB
|
67 |
+
Overflow Count 4
|
68 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
69 |
+
Initial Block Size 32.0 KB
|
70 |
+
Current Block Size 32.0 KB
|
71 |
+
Peak Allocated Bytes 0 B
|
72 |
+
Overflow Count 0
|
73 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
74 |
+
Initial Block Size 32.0 KB
|
75 |
+
Current Block Size 32.0 KB
|
76 |
+
Peak Allocated Bytes 0 B
|
77 |
+
Overflow Count 0
|
78 |
+
[ALLOC_TEMP_Job.Worker 0]
|
79 |
+
Initial Block Size 256.0 KB
|
80 |
+
Current Block Size 256.0 KB
|
81 |
+
Peak Allocated Bytes 3.6 KB
|
82 |
+
Overflow Count 0
|
83 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
84 |
+
Initial Block Size 32.0 KB
|
85 |
+
Current Block Size 32.0 KB
|
86 |
+
Peak Allocated Bytes 0 B
|
87 |
+
Overflow Count 0
|
88 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
89 |
+
Initial Block Size 32.0 KB
|
90 |
+
Current Block Size 32.0 KB
|
91 |
+
Peak Allocated Bytes 0 B
|
92 |
+
Overflow Count 0
|
93 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
94 |
+
Initial Block Size 32.0 KB
|
95 |
+
Current Block Size 32.0 KB
|
96 |
+
Peak Allocated Bytes 0 B
|
97 |
+
Overflow Count 0
|
98 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
99 |
+
Initial Block Size 32.0 KB
|
100 |
+
Current Block Size 32.0 KB
|
101 |
+
Peak Allocated Bytes 0 B
|
102 |
+
Overflow Count 0
|
103 |
+
[ALLOC_TEMP_EnlightenWorker]
|
104 |
+
Initial Block Size 64.0 KB
|
105 |
+
Current Block Size 64.0 KB
|
106 |
+
Peak Allocated Bytes 0 B
|
107 |
+
Overflow Count 0
|
108 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
109 |
+
Initial Block Size 32.0 KB
|
110 |
+
Current Block Size 32.0 KB
|
111 |
+
Peak Allocated Bytes 0 B
|
112 |
+
Overflow Count 0
|
113 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
114 |
+
Initial Block Size 32.0 KB
|
115 |
+
Current Block Size 32.0 KB
|
116 |
+
Peak Allocated Bytes 0 B
|
117 |
+
Overflow Count 0
|
118 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
119 |
+
Initial Block Size 32.0 KB
|
120 |
+
Current Block Size 32.0 KB
|
121 |
+
Peak Allocated Bytes 0 B
|
122 |
+
Overflow Count 0
|
123 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
124 |
+
Initial Block Size 32.0 KB
|
125 |
+
Current Block Size 32.0 KB
|
126 |
+
Peak Allocated Bytes 0 B
|
127 |
+
Overflow Count 0
|
128 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper]
|
129 |
+
Initial Block Size 64.0 KB
|
130 |
+
Current Block Size 64.0 KB
|
131 |
+
Peak Allocated Bytes 0 B
|
132 |
+
Overflow Count 0
|
133 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
134 |
+
Initial Block Size 32.0 KB
|
135 |
+
Current Block Size 32.0 KB
|
136 |
+
Peak Allocated Bytes 0 B
|
137 |
+
Overflow Count 0
|
138 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
139 |
+
Initial Block Size 32.0 KB
|
140 |
+
Current Block Size 32.0 KB
|
141 |
+
Peak Allocated Bytes 0 B
|
142 |
+
Overflow Count 0
|
143 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
144 |
+
Initial Block Size 32.0 KB
|
145 |
+
Current Block Size 32.0 KB
|
146 |
+
Peak Allocated Bytes 0 B
|
147 |
+
Overflow Count 0
|
148 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
149 |
+
Initial Block Size 32.0 KB
|
150 |
+
Current Block Size 32.0 KB
|
151 |
+
Peak Allocated Bytes 0 B
|
152 |
+
Overflow Count 0
|
153 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
154 |
+
Initial Block Size 32.0 KB
|
155 |
+
Current Block Size 32.0 KB
|
156 |
+
Peak Allocated Bytes 0 B
|
157 |
+
Overflow Count 0
|
158 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
159 |
+
Initial Block Size 32.0 KB
|
160 |
+
Current Block Size 32.0 KB
|
161 |
+
Peak Allocated Bytes 0 B
|
162 |
+
Overflow Count 0
|
163 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
164 |
+
Initial Block Size 64.0 KB
|
165 |
+
Current Block Size 64.0 KB
|
166 |
+
Peak Allocated Bytes 0 B
|
167 |
+
Overflow Count 0
|
168 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
169 |
+
Peak main deferred allocation count 36
|
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]: 6769 frames
|
176 |
+
Requested Block Size 16.0 MB
|
177 |
+
Peak Block count 1
|
178 |
+
Peak Allocated memory 7.1 MB
|
179 |
+
Peak Large allocation bytes 0 B
|
180 |
+
[ALLOC_DEFAULT_THREAD]
|
181 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 6769 frames
|
182 |
+
Requested Block Size 16.0 MB
|
183 |
+
Peak Block count 1
|
184 |
+
Peak Allocated memory 17.8 MB
|
185 |
+
Peak Large allocation bytes 16.0 MB
|
186 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
187 |
+
Initial Block Size 2.0 MB
|
188 |
+
Used Block Count 1
|
189 |
+
Overflow Count (too large) 0
|
190 |
+
Overflow Count (full) 0
|
191 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
192 |
+
Initial Block Size 2.0 MB
|
193 |
+
Used Block Count 1
|
194 |
+
Overflow Count (too large) 0
|
195 |
+
Overflow Count (full) 0
|
196 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
197 |
+
Initial Block Size 2.0 MB
|
198 |
+
Used Block Count 2
|
199 |
+
Overflow Count (too large) 0
|
200 |
+
Overflow Count (full) 0
|
201 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
202 |
+
Initial Block Size 1.0 MB
|
203 |
+
Used Block Count 3
|
204 |
+
Overflow Count (too large) 0
|
205 |
+
Overflow Count (full) 0
|
206 |
+
[ALLOC_GFX] Dual Thread Allocator
|
207 |
+
Peak main deferred allocation count 0
|
208 |
+
[ALLOC_BUCKET]
|
209 |
+
Large Block size 4.0 MB
|
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]: 6286 frames, [64.0 KB-128.0 KB]: 483 frames
|
214 |
+
Requested Block Size 16.0 MB
|
215 |
+
Peak Block count 1
|
216 |
+
Peak Allocated memory 66.4 KB
|
217 |
+
Peak Large allocation bytes 0 B
|
218 |
+
[ALLOC_GFX_THREAD]
|
219 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 6769 frames
|
220 |
+
Requested Block Size 16.0 MB
|
221 |
+
Peak Block count 1
|
222 |
+
Peak Allocated memory 39.6 KB
|
223 |
+
Peak Large allocation bytes 0 B
|
224 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
225 |
+
Peak main deferred allocation count 0
|
226 |
+
[ALLOC_BUCKET]
|
227 |
+
Large Block size 4.0 MB
|
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]: 6769 frames
|
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]: 6768 frames, [2.0 MB-4.0 MB]: 1 frames
|
238 |
+
Requested Block Size 4.0 MB
|
239 |
+
Peak Block count 1
|
240 |
+
Peak Allocated memory 2.2 MB
|
241 |
+
Peak Large allocation bytes 0 B
|
242 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
243 |
+
Peak main deferred allocation count 0
|
244 |
+
[ALLOC_BUCKET]
|
245 |
+
Large Block size 4.0 MB
|
246 |
+
Used Block count 1
|
247 |
+
Peak Allocated bytes 1.0 MB
|
248 |
+
[ALLOC_TYPETREE_MAIN]
|
249 |
+
Peak usage frame count: [0-1.0 KB]: 6769 frames
|
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]: 6769 frames
|
256 |
+
Requested Block Size 2.0 MB
|
257 |
+
Peak Block count 1
|
258 |
+
Peak Allocated memory 1.7 KB
|
259 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,362 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SnowballTarget.Policy.Entropy.mean": {
|
5 |
+
"value": 0.8242748379707336,
|
6 |
+
"min": 0.8242748379707336,
|
7 |
+
"max": 2.6825032234191895,
|
8 |
+
"count": 24
|
9 |
+
},
|
10 |
+
"SnowballTarget.Policy.Entropy.sum": {
|
11 |
+
"value": 7833.908203125,
|
12 |
+
"min": 7833.908203125,
|
13 |
+
"max": 27382.9921875,
|
14 |
+
"count": 24
|
15 |
+
},
|
16 |
+
"SnowballTarget.Step.mean": {
|
17 |
+
"value": 259936.0,
|
18 |
+
"min": 29984.0,
|
19 |
+
"max": 259936.0,
|
20 |
+
"count": 24
|
21 |
+
},
|
22 |
+
"SnowballTarget.Step.sum": {
|
23 |
+
"value": 259936.0,
|
24 |
+
"min": 29984.0,
|
25 |
+
"max": 259936.0,
|
26 |
+
"count": 24
|
27 |
+
},
|
28 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.mean": {
|
29 |
+
"value": 13.458937644958496,
|
30 |
+
"min": 2.1360836029052734,
|
31 |
+
"max": 13.458937644958496,
|
32 |
+
"count": 24
|
33 |
+
},
|
34 |
+
"SnowballTarget.Policy.ExtrinsicValueEstimate.sum": {
|
35 |
+
"value": 2611.033935546875,
|
36 |
+
"min": 399.4476318359375,
|
37 |
+
"max": 2755.2294921875,
|
38 |
+
"count": 24
|
39 |
+
},
|
40 |
+
"SnowballTarget.Losses.PolicyLoss.mean": {
|
41 |
+
"value": 0.06904763720579948,
|
42 |
+
"min": 0.06163043446063324,
|
43 |
+
"max": 0.07554938888514538,
|
44 |
+
"count": 24
|
45 |
+
},
|
46 |
+
"SnowballTarget.Losses.PolicyLoss.sum": {
|
47 |
+
"value": 0.27619054882319793,
|
48 |
+
"min": 0.24652173784253295,
|
49 |
+
"max": 0.36025234447315957,
|
50 |
+
"count": 24
|
51 |
+
},
|
52 |
+
"SnowballTarget.Losses.ValueLoss.mean": {
|
53 |
+
"value": 0.19327187676932298,
|
54 |
+
"min": 0.19327187676932298,
|
55 |
+
"max": 0.29792546984903956,
|
56 |
+
"count": 24
|
57 |
+
},
|
58 |
+
"SnowballTarget.Losses.ValueLoss.sum": {
|
59 |
+
"value": 0.7730875070772919,
|
60 |
+
"min": 0.7730875070772919,
|
61 |
+
"max": 1.4480793026148102,
|
62 |
+
"count": 24
|
63 |
+
},
|
64 |
+
"SnowballTarget.Policy.LearningRate.mean": {
|
65 |
+
"value": 0.00019084632209885716,
|
66 |
+
"min": 0.00019084632209885716,
|
67 |
+
"max": 0.0002889034322702857,
|
68 |
+
"count": 24
|
69 |
+
},
|
70 |
+
"SnowballTarget.Policy.LearningRate.sum": {
|
71 |
+
"value": 0.0007633852883954286,
|
72 |
+
"min": 0.0007633852883954286,
|
73 |
+
"max": 0.0014044457461371428,
|
74 |
+
"count": 24
|
75 |
+
},
|
76 |
+
"SnowballTarget.Policy.Epsilon.mean": {
|
77 |
+
"value": 0.16361542857142858,
|
78 |
+
"min": 0.16361542857142858,
|
79 |
+
"max": 0.1963011428571429,
|
80 |
+
"count": 24
|
81 |
+
},
|
82 |
+
"SnowballTarget.Policy.Epsilon.sum": {
|
83 |
+
"value": 0.6544617142857143,
|
84 |
+
"min": 0.6544617142857143,
|
85 |
+
"max": 0.9681485714285716,
|
86 |
+
"count": 24
|
87 |
+
},
|
88 |
+
"SnowballTarget.Policy.Beta.mean": {
|
89 |
+
"value": 0.003184409885714286,
|
90 |
+
"min": 0.003184409885714286,
|
91 |
+
"max": 0.00481542702857143,
|
92 |
+
"count": 24
|
93 |
+
},
|
94 |
+
"SnowballTarget.Policy.Beta.sum": {
|
95 |
+
"value": 0.012737639542857143,
|
96 |
+
"min": 0.012737639542857143,
|
97 |
+
"max": 0.02341061371428571,
|
98 |
+
"count": 24
|
99 |
+
},
|
100 |
+
"SnowballTarget.Environment.EpisodeLength.mean": {
|
101 |
+
"value": 199.0,
|
102 |
+
"min": 199.0,
|
103 |
+
"max": 199.0,
|
104 |
+
"count": 24
|
105 |
+
},
|
106 |
+
"SnowballTarget.Environment.EpisodeLength.sum": {
|
107 |
+
"value": 8756.0,
|
108 |
+
"min": 8756.0,
|
109 |
+
"max": 10945.0,
|
110 |
+
"count": 24
|
111 |
+
},
|
112 |
+
"SnowballTarget.Environment.CumulativeReward.mean": {
|
113 |
+
"value": 26.045454545454547,
|
114 |
+
"min": 7.590909090909091,
|
115 |
+
"max": 26.045454545454547,
|
116 |
+
"count": 24
|
117 |
+
},
|
118 |
+
"SnowballTarget.Environment.CumulativeReward.sum": {
|
119 |
+
"value": 1146.0,
|
120 |
+
"min": 334.0,
|
121 |
+
"max": 1411.0,
|
122 |
+
"count": 24
|
123 |
+
},
|
124 |
+
"SnowballTarget.Policy.ExtrinsicReward.mean": {
|
125 |
+
"value": 26.045454545454547,
|
126 |
+
"min": 7.590909090909091,
|
127 |
+
"max": 26.045454545454547,
|
128 |
+
"count": 24
|
129 |
+
},
|
130 |
+
"SnowballTarget.Policy.ExtrinsicReward.sum": {
|
131 |
+
"value": 1146.0,
|
132 |
+
"min": 334.0,
|
133 |
+
"max": 1411.0,
|
134 |
+
"count": 24
|
135 |
+
},
|
136 |
+
"SnowballTarget.IsTraining.mean": {
|
137 |
+
"value": 1.0,
|
138 |
+
"min": 1.0,
|
139 |
+
"max": 1.0,
|
140 |
+
"count": 24
|
141 |
+
},
|
142 |
+
"SnowballTarget.IsTraining.sum": {
|
143 |
+
"value": 1.0,
|
144 |
+
"min": 1.0,
|
145 |
+
"max": 1.0,
|
146 |
+
"count": 24
|
147 |
+
}
|
148 |
+
},
|
149 |
+
"metadata": {
|
150 |
+
"timer_format_version": "0.1.0",
|
151 |
+
"start_time_seconds": "1731712754",
|
152 |
+
"python_version": "3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0]",
|
153 |
+
"command_line_arguments": "/usr/local/bin/mlagents-learn ./ml-agents/config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics --torch-device cuda --resume",
|
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": "2.5.1+cu121",
|
158 |
+
"numpy_version": "1.23.5",
|
159 |
+
"end_time_seconds": "1731713294"
|
160 |
+
},
|
161 |
+
"total": 539.61505422,
|
162 |
+
"count": 1,
|
163 |
+
"self": 0.26906913400000576,
|
164 |
+
"children": {
|
165 |
+
"run_training.setup": {
|
166 |
+
"total": 0.058036136000055194,
|
167 |
+
"count": 1,
|
168 |
+
"self": 0.058036136000055194
|
169 |
+
},
|
170 |
+
"TrainerController.start_learning": {
|
171 |
+
"total": 539.28794895,
|
172 |
+
"count": 1,
|
173 |
+
"self": 0.4362329969661687,
|
174 |
+
"children": {
|
175 |
+
"TrainerController._reset_env": {
|
176 |
+
"total": 1.9356087439999783,
|
177 |
+
"count": 1,
|
178 |
+
"self": 1.9356087439999783
|
179 |
+
},
|
180 |
+
"TrainerController.advance": {
|
181 |
+
"total": 536.7620196090339,
|
182 |
+
"count": 22563,
|
183 |
+
"self": 0.4618441650176237,
|
184 |
+
"children": {
|
185 |
+
"env_step": {
|
186 |
+
"total": 380.27504954601363,
|
187 |
+
"count": 22563,
|
188 |
+
"self": 289.49349043403174,
|
189 |
+
"children": {
|
190 |
+
"SubprocessEnvManager._take_step": {
|
191 |
+
"total": 90.51927752399763,
|
192 |
+
"count": 22563,
|
193 |
+
"self": 1.6182248720142525,
|
194 |
+
"children": {
|
195 |
+
"TorchPolicy.evaluate": {
|
196 |
+
"total": 88.90105265198338,
|
197 |
+
"count": 22563,
|
198 |
+
"self": 88.90105265198338
|
199 |
+
}
|
200 |
+
}
|
201 |
+
},
|
202 |
+
"workers": {
|
203 |
+
"total": 0.26228158798426193,
|
204 |
+
"count": 22562,
|
205 |
+
"self": 0.0,
|
206 |
+
"children": {
|
207 |
+
"worker_root": {
|
208 |
+
"total": 537.7300130879993,
|
209 |
+
"count": 22562,
|
210 |
+
"is_parallel": true,
|
211 |
+
"self": 284.49012951896407,
|
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.0022845830000051137,
|
221 |
+
"count": 1,
|
222 |
+
"is_parallel": true,
|
223 |
+
"self": 0.0007333489999155063,
|
224 |
+
"children": {
|
225 |
+
"_process_rank_one_or_two_observation": {
|
226 |
+
"total": 0.0015512340000896074,
|
227 |
+
"count": 10,
|
228 |
+
"is_parallel": true,
|
229 |
+
"self": 0.0015512340000896074
|
230 |
+
}
|
231 |
+
}
|
232 |
+
},
|
233 |
+
"UnityEnvironment.step": {
|
234 |
+
"total": 0.03806616999997914,
|
235 |
+
"count": 1,
|
236 |
+
"is_parallel": true,
|
237 |
+
"self": 0.0006805680000070424,
|
238 |
+
"children": {
|
239 |
+
"UnityEnvironment._generate_step_input": {
|
240 |
+
"total": 0.0004608269999835102,
|
241 |
+
"count": 1,
|
242 |
+
"is_parallel": true,
|
243 |
+
"self": 0.0004608269999835102
|
244 |
+
},
|
245 |
+
"communicator.exchange": {
|
246 |
+
"total": 0.03478646899998239,
|
247 |
+
"count": 1,
|
248 |
+
"is_parallel": true,
|
249 |
+
"self": 0.03478646899998239
|
250 |
+
},
|
251 |
+
"steps_from_proto": {
|
252 |
+
"total": 0.002138306000006196,
|
253 |
+
"count": 1,
|
254 |
+
"is_parallel": true,
|
255 |
+
"self": 0.0004805200001101184,
|
256 |
+
"children": {
|
257 |
+
"_process_rank_one_or_two_observation": {
|
258 |
+
"total": 0.0016577859998960776,
|
259 |
+
"count": 10,
|
260 |
+
"is_parallel": true,
|
261 |
+
"self": 0.0016577859998960776
|
262 |
+
}
|
263 |
+
}
|
264 |
+
}
|
265 |
+
}
|
266 |
+
}
|
267 |
+
}
|
268 |
+
},
|
269 |
+
"UnityEnvironment.step": {
|
270 |
+
"total": 253.23988356903521,
|
271 |
+
"count": 22561,
|
272 |
+
"is_parallel": true,
|
273 |
+
"self": 12.47235408805443,
|
274 |
+
"children": {
|
275 |
+
"UnityEnvironment._generate_step_input": {
|
276 |
+
"total": 6.891570990009313,
|
277 |
+
"count": 22561,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 6.891570990009313
|
280 |
+
},
|
281 |
+
"communicator.exchange": {
|
282 |
+
"total": 192.95240642899,
|
283 |
+
"count": 22561,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 192.95240642899
|
286 |
+
},
|
287 |
+
"steps_from_proto": {
|
288 |
+
"total": 40.92355206198147,
|
289 |
+
"count": 22561,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 7.45475248291973,
|
292 |
+
"children": {
|
293 |
+
"_process_rank_one_or_two_observation": {
|
294 |
+
"total": 33.46879957906174,
|
295 |
+
"count": 225610,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 33.46879957906174
|
298 |
+
}
|
299 |
+
}
|
300 |
+
}
|
301 |
+
}
|
302 |
+
}
|
303 |
+
}
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
},
|
309 |
+
"trainer_advance": {
|
310 |
+
"total": 156.02512589800267,
|
311 |
+
"count": 22562,
|
312 |
+
"self": 0.5257124300102305,
|
313 |
+
"children": {
|
314 |
+
"process_trajectory": {
|
315 |
+
"total": 35.37274289899267,
|
316 |
+
"count": 22562,
|
317 |
+
"self": 34.82233673699227,
|
318 |
+
"children": {
|
319 |
+
"RLTrainer._checkpoint": {
|
320 |
+
"total": 0.5504061620003995,
|
321 |
+
"count": 5,
|
322 |
+
"self": 0.5504061620003995
|
323 |
+
}
|
324 |
+
}
|
325 |
+
},
|
326 |
+
"_update_policy": {
|
327 |
+
"total": 120.12667056899977,
|
328 |
+
"count": 112,
|
329 |
+
"self": 49.56214591699916,
|
330 |
+
"children": {
|
331 |
+
"TorchPPOOptimizer.update": {
|
332 |
+
"total": 70.56452465200061,
|
333 |
+
"count": 5709,
|
334 |
+
"self": 70.56452465200061
|
335 |
+
}
|
336 |
+
}
|
337 |
+
}
|
338 |
+
}
|
339 |
+
}
|
340 |
+
}
|
341 |
+
},
|
342 |
+
"trainer_threads": {
|
343 |
+
"total": 1.427999904990429e-06,
|
344 |
+
"count": 1,
|
345 |
+
"self": 1.427999904990429e-06
|
346 |
+
},
|
347 |
+
"TrainerController._save_models": {
|
348 |
+
"total": 0.15408617200000663,
|
349 |
+
"count": 1,
|
350 |
+
"self": 0.001510591999931421,
|
351 |
+
"children": {
|
352 |
+
"RLTrainer._checkpoint": {
|
353 |
+
"total": 0.1525755800000752,
|
354 |
+
"count": 1,
|
355 |
+
"self": 0.1525755800000752
|
356 |
+
}
|
357 |
+
}
|
358 |
+
}
|
359 |
+
}
|
360 |
+
}
|
361 |
+
}
|
362 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SnowballTarget": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 64,
|
6 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-64.onnx",
|
7 |
+
"reward": null,
|
8 |
+
"creation_time": 1731712269.5035892,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-64.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 768,
|
15 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-768.onnx",
|
16 |
+
"reward": null,
|
17 |
+
"creation_time": 1731712606.7549987,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-768.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 20480,
|
24 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-20480.onnx",
|
25 |
+
"reward": 6.545454545454546,
|
26 |
+
"creation_time": 1731712683.0945492,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-20480.pt"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 49976,
|
33 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-49976.onnx",
|
34 |
+
"reward": 12.909090909090908,
|
35 |
+
"creation_time": 1731712821.9121144,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-49976.pt"
|
38 |
+
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 99936,
|
42 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-99936.onnx",
|
43 |
+
"reward": 21.09090909090909,
|
44 |
+
"creation_time": 1731712931.4344592,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-99936.pt"
|
47 |
+
]
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"steps": 149936,
|
51 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-149936.onnx",
|
52 |
+
"reward": 24.545454545454547,
|
53 |
+
"creation_time": 1731713038.3016548,
|
54 |
+
"auxillary_file_paths": [
|
55 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-149936.pt"
|
56 |
+
]
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"steps": 199960,
|
60 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-199960.onnx",
|
61 |
+
"reward": 25.545454545454547,
|
62 |
+
"creation_time": 1731713146.0653207,
|
63 |
+
"auxillary_file_paths": [
|
64 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-199960.pt"
|
65 |
+
]
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"steps": 249984,
|
69 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-249984.onnx",
|
70 |
+
"reward": 25.545454545454547,
|
71 |
+
"creation_time": 1731713255.9924617,
|
72 |
+
"auxillary_file_paths": [
|
73 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-249984.pt"
|
74 |
+
]
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"steps": 268288,
|
78 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-268288.onnx",
|
79 |
+
"reward": 25.818181818181817,
|
80 |
+
"creation_time": 1731713294.2595928,
|
81 |
+
"auxillary_file_paths": [
|
82 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-268288.pt"
|
83 |
+
]
|
84 |
+
}
|
85 |
+
],
|
86 |
+
"final_checkpoint": {
|
87 |
+
"steps": 268288,
|
88 |
+
"file_path": "results/SnowballTarget1/SnowballTarget.onnx",
|
89 |
+
"reward": 25.818181818181817,
|
90 |
+
"creation_time": 1731713294.2595928,
|
91 |
+
"auxillary_file_paths": [
|
92 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-268288.pt"
|
93 |
+
]
|
94 |
+
}
|
95 |
+
},
|
96 |
+
"metadata": {
|
97 |
+
"stats_format_version": "0.3.0",
|
98 |
+
"mlagents_version": "1.2.0.dev0",
|
99 |
+
"torch_version": "2.5.1+cu121"
|
100 |
+
}
|
101 |
+
}
|