First Push
Browse files- README.md +35 -0
- SnowballTarget.onnx +3 -0
- SnowballTarget/SnowballTarget-0.onnx +3 -0
- SnowballTarget/SnowballTarget-0.pt +3 -0
- SnowballTarget/SnowballTarget-128.onnx +3 -0
- SnowballTarget/SnowballTarget-128.pt +3 -0
- SnowballTarget/SnowballTarget-64.onnx +3 -0
- SnowballTarget/SnowballTarget-64.pt +3 -0
- SnowballTarget/checkpoint.pt +3 -0
- SnowballTarget/events.out.tfevents.1725268239.coder-william-william-gpu-8cpu-2gpu-5db79f7689-4s7d2.1153536.0 +3 -0
- SnowballTarget/events.out.tfevents.1725268250.coder-william-william-gpu-8cpu-2gpu-5db79f7689-4s7d2.1154903.0 +3 -0
- SnowballTarget/events.out.tfevents.1725268397.coder-william-william-gpu-8cpu-2gpu-5db79f7689-4s7d2.1165288.0 +3 -0
- config.json +1 -0
- configuration.yaml +79 -0
- run_logs/Player-0.log +814 -0
- run_logs/timers.json +49 -0
- run_logs/training_status.json +29 -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: wilt8/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:be4a713fe9fc5bddbc3288a5d51a2bb613924693157be74a0e3f3e2af8675428
|
3 |
+
size 649740
|
SnowballTarget/SnowballTarget-0.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be4a713fe9fc5bddbc3288a5d51a2bb613924693157be74a0e3f3e2af8675428
|
3 |
+
size 649740
|
SnowballTarget/SnowballTarget-0.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:830f2278ce7a8de0a65d1f3537c2d9ea24ceb934509ab32bf61254fb5118e116
|
3 |
+
size 1286148
|
SnowballTarget/SnowballTarget-128.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be4a713fe9fc5bddbc3288a5d51a2bb613924693157be74a0e3f3e2af8675428
|
3 |
+
size 649740
|
SnowballTarget/SnowballTarget-128.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3a49ba366b956bda8e0eb7d26232253b7d16154cc8e501f364ee8913e90fff8
|
3 |
+
size 1286202
|
SnowballTarget/SnowballTarget-64.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be4a713fe9fc5bddbc3288a5d51a2bb613924693157be74a0e3f3e2af8675428
|
3 |
+
size 649740
|
SnowballTarget/SnowballTarget-64.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1578dd6f8130368eb98c84428c00560a6dc364c0d25d5827e59192cb933cb9bb
|
3 |
+
size 1286175
|
SnowballTarget/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79a7438183412c91aa3fac99312b10f0bdfe88e7948aa76ff63415b7a75e1e5a
|
3 |
+
size 1285986
|
SnowballTarget/events.out.tfevents.1725268239.coder-william-william-gpu-8cpu-2gpu-5db79f7689-4s7d2.1153536.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cea970e9dc0957a598e35f0a4b049055563ccc3b46ed564a56d488ba58f75349
|
3 |
+
size 1114
|
SnowballTarget/events.out.tfevents.1725268250.coder-william-william-gpu-8cpu-2gpu-5db79f7689-4s7d2.1154903.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42107e6131257a229f14a4b7142dfa86393d5f45c70f0d034c5b0b2625e34c76
|
3 |
+
size 1114
|
SnowballTarget/events.out.tfevents.1725268397.coder-william-william-gpu-8cpu-2gpu-5db79f7689-4s7d2.1165288.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d451ec36e644dbd774bdeb8a9e0840710dd0eefb20f20cb56c009b1de98c1ffb
|
3 |
+
size 1114
|
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": 200000, "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, "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": null}, "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: 200000
|
42 |
+
time_horizon: 64
|
43 |
+
summary_freq: 10000
|
44 |
+
threaded: true
|
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: null
|
79 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,814 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/home/coder/repos/deep-rl-class/notebooks/unit5/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
|
2 |
+
Mono config path = '/home/coder/repos/deep-rl-class/notebooks/unit5/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 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
6 |
+
[Subsystems] Discovering subsystems at path /home/coder/repos/deep-rl-class/notebooks/unit5/ml-agents/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:767:(parse_card) cannot find card '0'
|
14 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
15 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
16 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
17 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
18 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
19 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
20 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
24 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
25 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
26 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
27 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
28 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
29 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
30 |
+
ALSA lib pcm.c:2642:(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.105 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.523286 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 112 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]: 38 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_Job.Worker 18]
|
59 |
+
Initial Block Size 256.0 KB
|
60 |
+
Current Block Size 256.0 KB
|
61 |
+
Peak Allocated Bytes 3.4 KB
|
62 |
+
Overflow Count 0
|
63 |
+
[ALLOC_TEMP_Job.Worker 44]
|
64 |
+
Initial Block Size 256.0 KB
|
65 |
+
Current Block Size 256.0 KB
|
66 |
+
Peak Allocated Bytes 3.6 KB
|
67 |
+
Overflow Count 0
|
68 |
+
[ALLOC_TEMP_Job.Worker 58]
|
69 |
+
Initial Block Size 256.0 KB
|
70 |
+
Current Block Size 256.0 KB
|
71 |
+
Peak Allocated Bytes 3.4 KB
|
72 |
+
Overflow Count 0
|
73 |
+
[ALLOC_TEMP_Job.Worker 42]
|
74 |
+
Initial Block Size 256.0 KB
|
75 |
+
Current Block Size 256.0 KB
|
76 |
+
Peak Allocated Bytes 3.1 KB
|
77 |
+
Overflow Count 0
|
78 |
+
[ALLOC_TEMP_Job.Worker 73]
|
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 8]
|
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_Job.Worker 40]
|
89 |
+
Initial Block Size 256.0 KB
|
90 |
+
Current Block Size 256.0 KB
|
91 |
+
Peak Allocated Bytes 2.8 KB
|
92 |
+
Overflow Count 0
|
93 |
+
[ALLOC_TEMP_Job.Worker 36]
|
94 |
+
Initial Block Size 256.0 KB
|
95 |
+
Current Block Size 256.0 KB
|
96 |
+
Peak Allocated Bytes 3.6 KB
|
97 |
+
Overflow Count 0
|
98 |
+
[ALLOC_TEMP_Job.Worker 77]
|
99 |
+
Initial Block Size 256.0 KB
|
100 |
+
Current Block Size 256.0 KB
|
101 |
+
Peak Allocated Bytes 3.6 KB
|
102 |
+
Overflow Count 0
|
103 |
+
[ALLOC_TEMP_Job.Worker 16]
|
104 |
+
Initial Block Size 256.0 KB
|
105 |
+
Current Block Size 256.0 KB
|
106 |
+
Peak Allocated Bytes 3.4 KB
|
107 |
+
Overflow Count 0
|
108 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
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_Job.Worker 52]
|
114 |
+
Initial Block Size 256.0 KB
|
115 |
+
Current Block Size 256.0 KB
|
116 |
+
Peak Allocated Bytes 0 B
|
117 |
+
Overflow Count 0
|
118 |
+
[ALLOC_TEMP_Job.Worker 27]
|
119 |
+
Initial Block Size 256.0 KB
|
120 |
+
Current Block Size 256.0 KB
|
121 |
+
Peak Allocated Bytes 3.4 KB
|
122 |
+
Overflow Count 0
|
123 |
+
[ALLOC_TEMP_Job.Worker 4]
|
124 |
+
Initial Block Size 256.0 KB
|
125 |
+
Current Block Size 256.0 KB
|
126 |
+
Peak Allocated Bytes 3.6 KB
|
127 |
+
Overflow Count 0
|
128 |
+
[ALLOC_TEMP_Job.Worker 60]
|
129 |
+
Initial Block Size 256.0 KB
|
130 |
+
Current Block Size 256.0 KB
|
131 |
+
Peak Allocated Bytes 3.6 KB
|
132 |
+
Overflow Count 0
|
133 |
+
[ALLOC_TEMP_Job.Worker 110]
|
134 |
+
Initial Block Size 256.0 KB
|
135 |
+
Current Block Size 256.0 KB
|
136 |
+
Peak Allocated Bytes 3.6 KB
|
137 |
+
Overflow Count 0
|
138 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
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_Job.Worker 85]
|
144 |
+
Initial Block Size 256.0 KB
|
145 |
+
Current Block Size 256.0 KB
|
146 |
+
Peak Allocated Bytes 0 B
|
147 |
+
Overflow Count 0
|
148 |
+
[ALLOC_TEMP_Job.Worker 103]
|
149 |
+
Initial Block Size 256.0 KB
|
150 |
+
Current Block Size 256.0 KB
|
151 |
+
Peak Allocated Bytes 3.6 KB
|
152 |
+
Overflow Count 0
|
153 |
+
[ALLOC_TEMP_Job.Worker 70]
|
154 |
+
Initial Block Size 256.0 KB
|
155 |
+
Current Block Size 256.0 KB
|
156 |
+
Peak Allocated Bytes 3.6 KB
|
157 |
+
Overflow Count 0
|
158 |
+
[ALLOC_TEMP_Job.Worker 79]
|
159 |
+
Initial Block Size 256.0 KB
|
160 |
+
Current Block Size 256.0 KB
|
161 |
+
Peak Allocated Bytes 3.4 KB
|
162 |
+
Overflow Count 0
|
163 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
164 |
+
Initial Block Size 32.0 KB
|
165 |
+
Current Block Size 32.0 KB
|
166 |
+
Peak Allocated Bytes 0 B
|
167 |
+
Overflow Count 0
|
168 |
+
[ALLOC_TEMP_Job.Worker 78]
|
169 |
+
Initial Block Size 256.0 KB
|
170 |
+
Current Block Size 256.0 KB
|
171 |
+
Peak Allocated Bytes 3.6 KB
|
172 |
+
Overflow Count 0
|
173 |
+
[ALLOC_TEMP_Job.Worker 66]
|
174 |
+
Initial Block Size 256.0 KB
|
175 |
+
Current Block Size 256.0 KB
|
176 |
+
Peak Allocated Bytes 3.6 KB
|
177 |
+
Overflow Count 0
|
178 |
+
[ALLOC_TEMP_Job.Worker 74]
|
179 |
+
Initial Block Size 256.0 KB
|
180 |
+
Current Block Size 256.0 KB
|
181 |
+
Peak Allocated Bytes 3.4 KB
|
182 |
+
Overflow Count 0
|
183 |
+
[ALLOC_TEMP_Job.Worker 101]
|
184 |
+
Initial Block Size 256.0 KB
|
185 |
+
Current Block Size 256.0 KB
|
186 |
+
Peak Allocated Bytes 3.6 KB
|
187 |
+
Overflow Count 0
|
188 |
+
[ALLOC_TEMP_Job.Worker 53]
|
189 |
+
Initial Block Size 256.0 KB
|
190 |
+
Current Block Size 256.0 KB
|
191 |
+
Peak Allocated Bytes 3.6 KB
|
192 |
+
Overflow Count 0
|
193 |
+
[ALLOC_TEMP_Job.Worker 38]
|
194 |
+
Initial Block Size 256.0 KB
|
195 |
+
Current Block Size 256.0 KB
|
196 |
+
Peak Allocated Bytes 3.6 KB
|
197 |
+
Overflow Count 0
|
198 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
199 |
+
Initial Block Size 32.0 KB
|
200 |
+
Current Block Size 32.0 KB
|
201 |
+
Peak Allocated Bytes 0 B
|
202 |
+
Overflow Count 0
|
203 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
204 |
+
Initial Block Size 32.0 KB
|
205 |
+
Current Block Size 32.0 KB
|
206 |
+
Peak Allocated Bytes 0 B
|
207 |
+
Overflow Count 0
|
208 |
+
[ALLOC_TEMP_Job.Worker 20]
|
209 |
+
Initial Block Size 256.0 KB
|
210 |
+
Current Block Size 256.0 KB
|
211 |
+
Peak Allocated Bytes 3.6 KB
|
212 |
+
Overflow Count 0
|
213 |
+
[ALLOC_TEMP_Job.Worker 46]
|
214 |
+
Initial Block Size 256.0 KB
|
215 |
+
Current Block Size 256.0 KB
|
216 |
+
Peak Allocated Bytes 3.6 KB
|
217 |
+
Overflow Count 0
|
218 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
219 |
+
Initial Block Size 64.0 KB
|
220 |
+
Current Block Size 64.0 KB
|
221 |
+
Peak Allocated Bytes 0 B
|
222 |
+
Overflow Count 0
|
223 |
+
[ALLOC_TEMP_Job.Worker 43]
|
224 |
+
Initial Block Size 256.0 KB
|
225 |
+
Current Block Size 256.0 KB
|
226 |
+
Peak Allocated Bytes 3.6 KB
|
227 |
+
Overflow Count 0
|
228 |
+
[ALLOC_TEMP_Job.Worker 96]
|
229 |
+
Initial Block Size 256.0 KB
|
230 |
+
Current Block Size 256.0 KB
|
231 |
+
Peak Allocated Bytes 0 B
|
232 |
+
Overflow Count 0
|
233 |
+
[ALLOC_TEMP_Job.Worker 106]
|
234 |
+
Initial Block Size 256.0 KB
|
235 |
+
Current Block Size 256.0 KB
|
236 |
+
Peak Allocated Bytes 3.6 KB
|
237 |
+
Overflow Count 0
|
238 |
+
[ALLOC_TEMP_Job.Worker 30]
|
239 |
+
Initial Block Size 256.0 KB
|
240 |
+
Current Block Size 256.0 KB
|
241 |
+
Peak Allocated Bytes 3.4 KB
|
242 |
+
Overflow Count 0
|
243 |
+
[ALLOC_TEMP_Job.Worker 51]
|
244 |
+
Initial Block Size 256.0 KB
|
245 |
+
Current Block Size 256.0 KB
|
246 |
+
Peak Allocated Bytes 3.6 KB
|
247 |
+
Overflow Count 0
|
248 |
+
[ALLOC_TEMP_Job.Worker 63]
|
249 |
+
Initial Block Size 256.0 KB
|
250 |
+
Current Block Size 256.0 KB
|
251 |
+
Peak Allocated Bytes 3.6 KB
|
252 |
+
Overflow Count 0
|
253 |
+
[ALLOC_TEMP_Job.Worker 21]
|
254 |
+
Initial Block Size 256.0 KB
|
255 |
+
Current Block Size 256.0 KB
|
256 |
+
Peak Allocated Bytes 3.4 KB
|
257 |
+
Overflow Count 0
|
258 |
+
[ALLOC_TEMP_Job.Worker 86]
|
259 |
+
Initial Block Size 256.0 KB
|
260 |
+
Current Block Size 256.0 KB
|
261 |
+
Peak Allocated Bytes 3.4 KB
|
262 |
+
Overflow Count 0
|
263 |
+
[ALLOC_TEMP_Job.Worker 82]
|
264 |
+
Initial Block Size 256.0 KB
|
265 |
+
Current Block Size 256.0 KB
|
266 |
+
Peak Allocated Bytes 2.8 KB
|
267 |
+
Overflow Count 0
|
268 |
+
[ALLOC_TEMP_Job.Worker 26]
|
269 |
+
Initial Block Size 256.0 KB
|
270 |
+
Current Block Size 256.0 KB
|
271 |
+
Peak Allocated Bytes 3.6 KB
|
272 |
+
Overflow Count 0
|
273 |
+
[ALLOC_TEMP_Job.Worker 25]
|
274 |
+
Initial Block Size 256.0 KB
|
275 |
+
Current Block Size 256.0 KB
|
276 |
+
Peak Allocated Bytes 3.6 KB
|
277 |
+
Overflow Count 0
|
278 |
+
[ALLOC_TEMP_Job.Worker 39]
|
279 |
+
Initial Block Size 256.0 KB
|
280 |
+
Current Block Size 256.0 KB
|
281 |
+
Peak Allocated Bytes 3.6 KB
|
282 |
+
Overflow Count 0
|
283 |
+
[ALLOC_TEMP_Job.Worker 92]
|
284 |
+
Initial Block Size 256.0 KB
|
285 |
+
Current Block Size 256.0 KB
|
286 |
+
Peak Allocated Bytes 3.4 KB
|
287 |
+
Overflow Count 0
|
288 |
+
[ALLOC_TEMP_Job.Worker 111]
|
289 |
+
Initial Block Size 256.0 KB
|
290 |
+
Current Block Size 256.0 KB
|
291 |
+
Peak Allocated Bytes 3.6 KB
|
292 |
+
Overflow Count 0
|
293 |
+
[ALLOC_TEMP_Job.Worker 100]
|
294 |
+
Initial Block Size 256.0 KB
|
295 |
+
Current Block Size 256.0 KB
|
296 |
+
Peak Allocated Bytes 3.6 KB
|
297 |
+
Overflow Count 0
|
298 |
+
[ALLOC_TEMP_Job.Worker 31]
|
299 |
+
Initial Block Size 256.0 KB
|
300 |
+
Current Block Size 256.0 KB
|
301 |
+
Peak Allocated Bytes 3.6 KB
|
302 |
+
Overflow Count 0
|
303 |
+
[ALLOC_TEMP_Job.Worker 71]
|
304 |
+
Initial Block Size 256.0 KB
|
305 |
+
Current Block Size 256.0 KB
|
306 |
+
Peak Allocated Bytes 3.6 KB
|
307 |
+
Overflow Count 0
|
308 |
+
[ALLOC_TEMP_Job.Worker 47]
|
309 |
+
Initial Block Size 256.0 KB
|
310 |
+
Current Block Size 256.0 KB
|
311 |
+
Peak Allocated Bytes 3.6 KB
|
312 |
+
Overflow Count 0
|
313 |
+
[ALLOC_TEMP_Job.Worker 29]
|
314 |
+
Initial Block Size 256.0 KB
|
315 |
+
Current Block Size 256.0 KB
|
316 |
+
Peak Allocated Bytes 3.4 KB
|
317 |
+
Overflow Count 0
|
318 |
+
[ALLOC_TEMP_Job.Worker 13]
|
319 |
+
Initial Block Size 256.0 KB
|
320 |
+
Current Block Size 256.0 KB
|
321 |
+
Peak Allocated Bytes 3.6 KB
|
322 |
+
Overflow Count 0
|
323 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
324 |
+
Initial Block Size 32.0 KB
|
325 |
+
Current Block Size 32.0 KB
|
326 |
+
Peak Allocated Bytes 0 B
|
327 |
+
Overflow Count 0
|
328 |
+
[ALLOC_TEMP_Job.Worker 55]
|
329 |
+
Initial Block Size 256.0 KB
|
330 |
+
Current Block Size 256.0 KB
|
331 |
+
Peak Allocated Bytes 3.6 KB
|
332 |
+
Overflow Count 0
|
333 |
+
[ALLOC_TEMP_Job.Worker 76]
|
334 |
+
Initial Block Size 256.0 KB
|
335 |
+
Current Block Size 256.0 KB
|
336 |
+
Peak Allocated Bytes 3.6 KB
|
337 |
+
Overflow Count 0
|
338 |
+
[ALLOC_TEMP_Job.Worker 98]
|
339 |
+
Initial Block Size 256.0 KB
|
340 |
+
Current Block Size 256.0 KB
|
341 |
+
Peak Allocated Bytes 3.0 KB
|
342 |
+
Overflow Count 0
|
343 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
344 |
+
Initial Block Size 32.0 KB
|
345 |
+
Current Block Size 32.0 KB
|
346 |
+
Peak Allocated Bytes 0 B
|
347 |
+
Overflow Count 0
|
348 |
+
[ALLOC_TEMP_Job.Worker 22]
|
349 |
+
Initial Block Size 256.0 KB
|
350 |
+
Current Block Size 256.0 KB
|
351 |
+
Peak Allocated Bytes 0 B
|
352 |
+
Overflow Count 0
|
353 |
+
[ALLOC_TEMP_Job.Worker 80]
|
354 |
+
Initial Block Size 256.0 KB
|
355 |
+
Current Block Size 256.0 KB
|
356 |
+
Peak Allocated Bytes 3.6 KB
|
357 |
+
Overflow Count 0
|
358 |
+
[ALLOC_TEMP_Job.Worker 75]
|
359 |
+
Initial Block Size 256.0 KB
|
360 |
+
Current Block Size 256.0 KB
|
361 |
+
Peak Allocated Bytes 3.4 KB
|
362 |
+
Overflow Count 0
|
363 |
+
[ALLOC_TEMP_Job.Worker 35]
|
364 |
+
Initial Block Size 256.0 KB
|
365 |
+
Current Block Size 256.0 KB
|
366 |
+
Peak Allocated Bytes 3.4 KB
|
367 |
+
Overflow Count 0
|
368 |
+
[ALLOC_TEMP_Job.Worker 67]
|
369 |
+
Initial Block Size 256.0 KB
|
370 |
+
Current Block Size 256.0 KB
|
371 |
+
Peak Allocated Bytes 3.6 KB
|
372 |
+
Overflow Count 0
|
373 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
374 |
+
Initial Block Size 32.0 KB
|
375 |
+
Current Block Size 32.0 KB
|
376 |
+
Peak Allocated Bytes 0 B
|
377 |
+
Overflow Count 0
|
378 |
+
[ALLOC_TEMP_Job.Worker 8]
|
379 |
+
Initial Block Size 256.0 KB
|
380 |
+
Current Block Size 256.0 KB
|
381 |
+
Peak Allocated Bytes 3.6 KB
|
382 |
+
Overflow Count 0
|
383 |
+
[ALLOC_TEMP_Job.Worker 90]
|
384 |
+
Initial Block Size 256.0 KB
|
385 |
+
Current Block Size 256.0 KB
|
386 |
+
Peak Allocated Bytes 3.6 KB
|
387 |
+
Overflow Count 0
|
388 |
+
[ALLOC_TEMP_Job.Worker 59]
|
389 |
+
Initial Block Size 256.0 KB
|
390 |
+
Current Block Size 256.0 KB
|
391 |
+
Peak Allocated Bytes 3.6 KB
|
392 |
+
Overflow Count 0
|
393 |
+
[ALLOC_TEMP_Job.Worker 32]
|
394 |
+
Initial Block Size 256.0 KB
|
395 |
+
Current Block Size 256.0 KB
|
396 |
+
Peak Allocated Bytes 3.6 KB
|
397 |
+
Overflow Count 0
|
398 |
+
[ALLOC_TEMP_Job.Worker 1]
|
399 |
+
Initial Block Size 256.0 KB
|
400 |
+
Current Block Size 256.0 KB
|
401 |
+
Peak Allocated Bytes 3.4 KB
|
402 |
+
Overflow Count 0
|
403 |
+
[ALLOC_TEMP_Job.Worker 23]
|
404 |
+
Initial Block Size 256.0 KB
|
405 |
+
Current Block Size 256.0 KB
|
406 |
+
Peak Allocated Bytes 2.8 KB
|
407 |
+
Overflow Count 0
|
408 |
+
[ALLOC_TEMP_Job.Worker 49]
|
409 |
+
Initial Block Size 256.0 KB
|
410 |
+
Current Block Size 256.0 KB
|
411 |
+
Peak Allocated Bytes 3.6 KB
|
412 |
+
Overflow Count 0
|
413 |
+
[ALLOC_TEMP_Job.Worker 33]
|
414 |
+
Initial Block Size 256.0 KB
|
415 |
+
Current Block Size 256.0 KB
|
416 |
+
Peak Allocated Bytes 3.6 KB
|
417 |
+
Overflow Count 0
|
418 |
+
[ALLOC_TEMP_Job.Worker 10]
|
419 |
+
Initial Block Size 256.0 KB
|
420 |
+
Current Block Size 256.0 KB
|
421 |
+
Peak Allocated Bytes 3.6 KB
|
422 |
+
Overflow Count 0
|
423 |
+
[ALLOC_TEMP_Job.Worker 24]
|
424 |
+
Initial Block Size 256.0 KB
|
425 |
+
Current Block Size 256.0 KB
|
426 |
+
Peak Allocated Bytes 3.6 KB
|
427 |
+
Overflow Count 0
|
428 |
+
[ALLOC_TEMP_Job.Worker 15]
|
429 |
+
Initial Block Size 256.0 KB
|
430 |
+
Current Block Size 256.0 KB
|
431 |
+
Peak Allocated Bytes 3.6 KB
|
432 |
+
Overflow Count 0
|
433 |
+
[ALLOC_TEMP_Job.Worker 12]
|
434 |
+
Initial Block Size 256.0 KB
|
435 |
+
Current Block Size 256.0 KB
|
436 |
+
Peak Allocated Bytes 3.6 KB
|
437 |
+
Overflow Count 0
|
438 |
+
[ALLOC_TEMP_Job.Worker 83]
|
439 |
+
Initial Block Size 256.0 KB
|
440 |
+
Current Block Size 256.0 KB
|
441 |
+
Peak Allocated Bytes 3.4 KB
|
442 |
+
Overflow Count 0
|
443 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
444 |
+
Initial Block Size 256.0 KB
|
445 |
+
Current Block Size 304.0 KB
|
446 |
+
Peak Allocated Bytes 228.9 KB
|
447 |
+
Overflow Count 4
|
448 |
+
[ALLOC_TEMP_Job.Worker 99]
|
449 |
+
Initial Block Size 256.0 KB
|
450 |
+
Current Block Size 256.0 KB
|
451 |
+
Peak Allocated Bytes 3.1 KB
|
452 |
+
Overflow Count 0
|
453 |
+
[ALLOC_TEMP_Job.Worker 87]
|
454 |
+
Initial Block Size 256.0 KB
|
455 |
+
Current Block Size 256.0 KB
|
456 |
+
Peak Allocated Bytes 3.4 KB
|
457 |
+
Overflow Count 0
|
458 |
+
[ALLOC_TEMP_Job.Worker 107]
|
459 |
+
Initial Block Size 256.0 KB
|
460 |
+
Current Block Size 256.0 KB
|
461 |
+
Peak Allocated Bytes 0 B
|
462 |
+
Overflow Count 0
|
463 |
+
[ALLOC_TEMP_Job.Worker 109]
|
464 |
+
Initial Block Size 256.0 KB
|
465 |
+
Current Block Size 256.0 KB
|
466 |
+
Peak Allocated Bytes 3.6 KB
|
467 |
+
Overflow Count 0
|
468 |
+
[ALLOC_TEMP_Job.Worker 108]
|
469 |
+
Initial Block Size 256.0 KB
|
470 |
+
Current Block Size 256.0 KB
|
471 |
+
Peak Allocated Bytes 3.6 KB
|
472 |
+
Overflow Count 0
|
473 |
+
[ALLOC_TEMP_Job.Worker 17]
|
474 |
+
Initial Block Size 256.0 KB
|
475 |
+
Current Block Size 256.0 KB
|
476 |
+
Peak Allocated Bytes 3.6 KB
|
477 |
+
Overflow Count 0
|
478 |
+
[ALLOC_TEMP_Job.Worker 14]
|
479 |
+
Initial Block Size 256.0 KB
|
480 |
+
Current Block Size 256.0 KB
|
481 |
+
Peak Allocated Bytes 3.6 KB
|
482 |
+
Overflow Count 0
|
483 |
+
[ALLOC_TEMP_Job.Worker 65]
|
484 |
+
Initial Block Size 256.0 KB
|
485 |
+
Current Block Size 256.0 KB
|
486 |
+
Peak Allocated Bytes 3.1 KB
|
487 |
+
Overflow Count 0
|
488 |
+
[ALLOC_TEMP_Job.Worker 3]
|
489 |
+
Initial Block Size 256.0 KB
|
490 |
+
Current Block Size 256.0 KB
|
491 |
+
Peak Allocated Bytes 3.6 KB
|
492 |
+
Overflow Count 0
|
493 |
+
[ALLOC_TEMP_Job.Worker 97]
|
494 |
+
Initial Block Size 256.0 KB
|
495 |
+
Current Block Size 256.0 KB
|
496 |
+
Peak Allocated Bytes 3.6 KB
|
497 |
+
Overflow Count 0
|
498 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
499 |
+
Initial Block Size 32.0 KB
|
500 |
+
Current Block Size 32.0 KB
|
501 |
+
Peak Allocated Bytes 0 B
|
502 |
+
Overflow Count 0
|
503 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 223
|
504 |
+
Initial Block Size 64.0 KB
|
505 |
+
Current Block Size 64.0 KB
|
506 |
+
Peak Allocated Bytes 0 B
|
507 |
+
Overflow Count 0
|
508 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
509 |
+
Initial Block Size 32.0 KB
|
510 |
+
Current Block Size 32.0 KB
|
511 |
+
Peak Allocated Bytes 0 B
|
512 |
+
Overflow Count 0
|
513 |
+
[ALLOC_TEMP_Job.Worker 56]
|
514 |
+
Initial Block Size 256.0 KB
|
515 |
+
Current Block Size 256.0 KB
|
516 |
+
Peak Allocated Bytes 3.6 KB
|
517 |
+
Overflow Count 0
|
518 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
519 |
+
Initial Block Size 32.0 KB
|
520 |
+
Current Block Size 32.0 KB
|
521 |
+
Peak Allocated Bytes 0 B
|
522 |
+
Overflow Count 0
|
523 |
+
[ALLOC_TEMP_Job.Worker 37]
|
524 |
+
Initial Block Size 256.0 KB
|
525 |
+
Current Block Size 256.0 KB
|
526 |
+
Peak Allocated Bytes 3.4 KB
|
527 |
+
Overflow Count 0
|
528 |
+
[ALLOC_TEMP_Job.Worker 62]
|
529 |
+
Initial Block Size 256.0 KB
|
530 |
+
Current Block Size 256.0 KB
|
531 |
+
Peak Allocated Bytes 3.4 KB
|
532 |
+
Overflow Count 0
|
533 |
+
[ALLOC_TEMP_Job.Worker 84]
|
534 |
+
Initial Block Size 256.0 KB
|
535 |
+
Current Block Size 256.0 KB
|
536 |
+
Peak Allocated Bytes 3.6 KB
|
537 |
+
Overflow Count 0
|
538 |
+
[ALLOC_TEMP_Job.Worker 88]
|
539 |
+
Initial Block Size 256.0 KB
|
540 |
+
Current Block Size 256.0 KB
|
541 |
+
Peak Allocated Bytes 2.8 KB
|
542 |
+
Overflow Count 0
|
543 |
+
[ALLOC_TEMP_Job.Worker 50]
|
544 |
+
Initial Block Size 256.0 KB
|
545 |
+
Current Block Size 256.0 KB
|
546 |
+
Peak Allocated Bytes 3.6 KB
|
547 |
+
Overflow Count 0
|
548 |
+
[ALLOC_TEMP_Job.Worker 54]
|
549 |
+
Initial Block Size 256.0 KB
|
550 |
+
Current Block Size 256.0 KB
|
551 |
+
Peak Allocated Bytes 3.4 KB
|
552 |
+
Overflow Count 0
|
553 |
+
[ALLOC_TEMP_Job.Worker 2]
|
554 |
+
Initial Block Size 256.0 KB
|
555 |
+
Current Block Size 256.0 KB
|
556 |
+
Peak Allocated Bytes 3.6 KB
|
557 |
+
Overflow Count 0
|
558 |
+
[ALLOC_TEMP_Job.Worker 94]
|
559 |
+
Initial Block Size 256.0 KB
|
560 |
+
Current Block Size 256.0 KB
|
561 |
+
Peak Allocated Bytes 3.6 KB
|
562 |
+
Overflow Count 0
|
563 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
564 |
+
Initial Block Size 32.0 KB
|
565 |
+
Current Block Size 32.0 KB
|
566 |
+
Peak Allocated Bytes 0 B
|
567 |
+
Overflow Count 0
|
568 |
+
[ALLOC_TEMP_Job.Worker 41]
|
569 |
+
Initial Block Size 256.0 KB
|
570 |
+
Current Block Size 256.0 KB
|
571 |
+
Peak Allocated Bytes 3.6 KB
|
572 |
+
Overflow Count 0
|
573 |
+
[ALLOC_TEMP_Job.Worker 11]
|
574 |
+
Initial Block Size 256.0 KB
|
575 |
+
Current Block Size 256.0 KB
|
576 |
+
Peak Allocated Bytes 3.6 KB
|
577 |
+
Overflow Count 0
|
578 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
579 |
+
Initial Block Size 32.0 KB
|
580 |
+
Current Block Size 32.0 KB
|
581 |
+
Peak Allocated Bytes 0 B
|
582 |
+
Overflow Count 0
|
583 |
+
[ALLOC_TEMP_Job.Worker 81]
|
584 |
+
Initial Block Size 256.0 KB
|
585 |
+
Current Block Size 256.0 KB
|
586 |
+
Peak Allocated Bytes 3.4 KB
|
587 |
+
Overflow Count 0
|
588 |
+
[ALLOC_TEMP_Job.Worker 6]
|
589 |
+
Initial Block Size 256.0 KB
|
590 |
+
Current Block Size 256.0 KB
|
591 |
+
Peak Allocated Bytes 3.4 KB
|
592 |
+
Overflow Count 0
|
593 |
+
[ALLOC_TEMP_Job.Worker 0]
|
594 |
+
Initial Block Size 256.0 KB
|
595 |
+
Current Block Size 256.0 KB
|
596 |
+
Peak Allocated Bytes 3.6 KB
|
597 |
+
Overflow Count 0
|
598 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
599 |
+
Initial Block Size 32.0 KB
|
600 |
+
Current Block Size 32.0 KB
|
601 |
+
Peak Allocated Bytes 0 B
|
602 |
+
Overflow Count 0
|
603 |
+
[ALLOC_TEMP_Job.Worker 5]
|
604 |
+
Initial Block Size 256.0 KB
|
605 |
+
Current Block Size 256.0 KB
|
606 |
+
Peak Allocated Bytes 3.6 KB
|
607 |
+
Overflow Count 0
|
608 |
+
[ALLOC_TEMP_Job.Worker 64]
|
609 |
+
Initial Block Size 256.0 KB
|
610 |
+
Current Block Size 256.0 KB
|
611 |
+
Peak Allocated Bytes 3.6 KB
|
612 |
+
Overflow Count 0
|
613 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
614 |
+
Initial Block Size 32.0 KB
|
615 |
+
Current Block Size 32.0 KB
|
616 |
+
Peak Allocated Bytes 0 B
|
617 |
+
Overflow Count 0
|
618 |
+
[ALLOC_TEMP_Job.Worker 91]
|
619 |
+
Initial Block Size 256.0 KB
|
620 |
+
Current Block Size 256.0 KB
|
621 |
+
Peak Allocated Bytes 3.6 KB
|
622 |
+
Overflow Count 0
|
623 |
+
[ALLOC_TEMP_Job.Worker 34]
|
624 |
+
Initial Block Size 256.0 KB
|
625 |
+
Current Block Size 256.0 KB
|
626 |
+
Peak Allocated Bytes 3.6 KB
|
627 |
+
Overflow Count 0
|
628 |
+
[ALLOC_TEMP_Job.Worker 95]
|
629 |
+
Initial Block Size 256.0 KB
|
630 |
+
Current Block Size 256.0 KB
|
631 |
+
Peak Allocated Bytes 3.4 KB
|
632 |
+
Overflow Count 0
|
633 |
+
[ALLOC_TEMP_Job.Worker 48]
|
634 |
+
Initial Block Size 256.0 KB
|
635 |
+
Current Block Size 256.0 KB
|
636 |
+
Peak Allocated Bytes 2.8 KB
|
637 |
+
Overflow Count 0
|
638 |
+
[ALLOC_TEMP_Job.Worker 57]
|
639 |
+
Initial Block Size 256.0 KB
|
640 |
+
Current Block Size 256.0 KB
|
641 |
+
Peak Allocated Bytes 3.6 KB
|
642 |
+
Overflow Count 0
|
643 |
+
[ALLOC_TEMP_Job.Worker 68]
|
644 |
+
Initial Block Size 256.0 KB
|
645 |
+
Current Block Size 256.0 KB
|
646 |
+
Peak Allocated Bytes 3.4 KB
|
647 |
+
Overflow Count 0
|
648 |
+
[ALLOC_TEMP_Job.Worker 89]
|
649 |
+
Initial Block Size 256.0 KB
|
650 |
+
Current Block Size 256.0 KB
|
651 |
+
Peak Allocated Bytes 3.6 KB
|
652 |
+
Overflow Count 0
|
653 |
+
[ALLOC_TEMP_Job.Worker 72]
|
654 |
+
Initial Block Size 256.0 KB
|
655 |
+
Current Block Size 256.0 KB
|
656 |
+
Peak Allocated Bytes 3.4 KB
|
657 |
+
Overflow Count 0
|
658 |
+
[ALLOC_TEMP_EnlightenWorker] x 112
|
659 |
+
Initial Block Size 64.0 KB
|
660 |
+
Current Block Size 64.0 KB
|
661 |
+
Peak Allocated Bytes 0 B
|
662 |
+
Overflow Count 0
|
663 |
+
[ALLOC_TEMP_Job.Worker 104]
|
664 |
+
Initial Block Size 256.0 KB
|
665 |
+
Current Block Size 256.0 KB
|
666 |
+
Peak Allocated Bytes 3.4 KB
|
667 |
+
Overflow Count 0
|
668 |
+
[ALLOC_TEMP_Job.Worker 28]
|
669 |
+
Initial Block Size 256.0 KB
|
670 |
+
Current Block Size 256.0 KB
|
671 |
+
Peak Allocated Bytes 3.0 KB
|
672 |
+
Overflow Count 0
|
673 |
+
[ALLOC_TEMP_Job.Worker 69]
|
674 |
+
Initial Block Size 256.0 KB
|
675 |
+
Current Block Size 256.0 KB
|
676 |
+
Peak Allocated Bytes 3.6 KB
|
677 |
+
Overflow Count 0
|
678 |
+
[ALLOC_TEMP_Job.Worker 61]
|
679 |
+
Initial Block Size 256.0 KB
|
680 |
+
Current Block Size 256.0 KB
|
681 |
+
Peak Allocated Bytes 3.6 KB
|
682 |
+
Overflow Count 0
|
683 |
+
[ALLOC_TEMP_Job.Worker 9]
|
684 |
+
Initial Block Size 256.0 KB
|
685 |
+
Current Block Size 256.0 KB
|
686 |
+
Peak Allocated Bytes 3.1 KB
|
687 |
+
Overflow Count 0
|
688 |
+
[ALLOC_TEMP_Job.Worker 102]
|
689 |
+
Initial Block Size 256.0 KB
|
690 |
+
Current Block Size 256.0 KB
|
691 |
+
Peak Allocated Bytes 3.4 KB
|
692 |
+
Overflow Count 0
|
693 |
+
[ALLOC_TEMP_Job.Worker 93]
|
694 |
+
Initial Block Size 256.0 KB
|
695 |
+
Current Block Size 256.0 KB
|
696 |
+
Peak Allocated Bytes 3.6 KB
|
697 |
+
Overflow Count 0
|
698 |
+
[ALLOC_TEMP_Job.Worker 7]
|
699 |
+
Initial Block Size 256.0 KB
|
700 |
+
Current Block Size 256.0 KB
|
701 |
+
Peak Allocated Bytes 3.6 KB
|
702 |
+
Overflow Count 0
|
703 |
+
[ALLOC_TEMP_Job.Worker 105]
|
704 |
+
Initial Block Size 256.0 KB
|
705 |
+
Current Block Size 256.0 KB
|
706 |
+
Peak Allocated Bytes 3.6 KB
|
707 |
+
Overflow Count 0
|
708 |
+
[ALLOC_TEMP_Job.Worker 19]
|
709 |
+
Initial Block Size 256.0 KB
|
710 |
+
Current Block Size 256.0 KB
|
711 |
+
Peak Allocated Bytes 3.6 KB
|
712 |
+
Overflow Count 0
|
713 |
+
[ALLOC_TEMP_Job.Worker 45]
|
714 |
+
Initial Block Size 256.0 KB
|
715 |
+
Current Block Size 256.0 KB
|
716 |
+
Peak Allocated Bytes 3.6 KB
|
717 |
+
Overflow Count 0
|
718 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
719 |
+
Initial Block Size 64.0 KB
|
720 |
+
Current Block Size 64.0 KB
|
721 |
+
Peak Allocated Bytes 276 B
|
722 |
+
Overflow Count 0
|
723 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
724 |
+
Peak main deferred allocation count 20
|
725 |
+
[ALLOC_BUCKET]
|
726 |
+
Large Block size 4.0 MB
|
727 |
+
Used Block count 1
|
728 |
+
Peak Allocated bytes 1.0 MB
|
729 |
+
[ALLOC_DEFAULT_MAIN]
|
730 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 39 frames
|
731 |
+
Requested Block Size 16.0 MB
|
732 |
+
Peak Block count 1
|
733 |
+
Peak Allocated memory 5.1 MB
|
734 |
+
Peak Large allocation bytes 0 B
|
735 |
+
[ALLOC_DEFAULT_THREAD]
|
736 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 39 frames
|
737 |
+
Requested Block Size 16.0 MB
|
738 |
+
Peak Block count 1
|
739 |
+
Peak Allocated memory 17.5 MB
|
740 |
+
Peak Large allocation bytes 16.0 MB
|
741 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
742 |
+
Initial Block Size 2.0 MB
|
743 |
+
Used Block Count 1
|
744 |
+
Overflow Count (too large) 0
|
745 |
+
Overflow Count (full) 0
|
746 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
747 |
+
Initial Block Size 2.0 MB
|
748 |
+
Used Block Count 1
|
749 |
+
Overflow Count (too large) 0
|
750 |
+
Overflow Count (full) 0
|
751 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
752 |
+
Initial Block Size 2.0 MB
|
753 |
+
Used Block Count 2
|
754 |
+
Overflow Count (too large) 0
|
755 |
+
Overflow Count (full) 0
|
756 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
757 |
+
Initial Block Size 1.0 MB
|
758 |
+
Used Block Count 3
|
759 |
+
Overflow Count (too large) 0
|
760 |
+
Overflow Count (full) 0
|
761 |
+
[ALLOC_GFX] Dual Thread Allocator
|
762 |
+
Peak main deferred allocation count 0
|
763 |
+
[ALLOC_BUCKET]
|
764 |
+
Large Block size 4.0 MB
|
765 |
+
Used Block count 1
|
766 |
+
Peak Allocated bytes 1.0 MB
|
767 |
+
[ALLOC_GFX_MAIN]
|
768 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 35 frames, [64.0 KB-128.0 KB]: 4 frames
|
769 |
+
Requested Block Size 16.0 MB
|
770 |
+
Peak Block count 1
|
771 |
+
Peak Allocated memory 65.6 KB
|
772 |
+
Peak Large allocation bytes 0 B
|
773 |
+
[ALLOC_GFX_THREAD]
|
774 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 39 frames
|
775 |
+
Requested Block Size 16.0 MB
|
776 |
+
Peak Block count 1
|
777 |
+
Peak Allocated memory 39.6 KB
|
778 |
+
Peak Large allocation bytes 0 B
|
779 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
780 |
+
Peak main deferred allocation count 0
|
781 |
+
[ALLOC_BUCKET]
|
782 |
+
Large Block size 4.0 MB
|
783 |
+
Used Block count 1
|
784 |
+
Peak Allocated bytes 1.0 MB
|
785 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
786 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 39 frames
|
787 |
+
Requested Block Size 4.0 MB
|
788 |
+
Peak Block count 1
|
789 |
+
Peak Allocated memory 0.6 MB
|
790 |
+
Peak Large allocation bytes 0 B
|
791 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
792 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 38 frames, [2.0 MB-4.0 MB]: 1 frames
|
793 |
+
Requested Block Size 4.0 MB
|
794 |
+
Peak Block count 1
|
795 |
+
Peak Allocated memory 2.2 MB
|
796 |
+
Peak Large allocation bytes 0 B
|
797 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
798 |
+
Peak main deferred allocation count 0
|
799 |
+
[ALLOC_BUCKET]
|
800 |
+
Large Block size 4.0 MB
|
801 |
+
Used Block count 1
|
802 |
+
Peak Allocated bytes 1.0 MB
|
803 |
+
[ALLOC_TYPETREE_MAIN]
|
804 |
+
Peak usage frame count: [0-1.0 KB]: 39 frames
|
805 |
+
Requested Block Size 2.0 MB
|
806 |
+
Peak Block count 1
|
807 |
+
Peak Allocated memory 1.0 KB
|
808 |
+
Peak Large allocation bytes 0 B
|
809 |
+
[ALLOC_TYPETREE_THREAD]
|
810 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 39 frames
|
811 |
+
Requested Block Size 2.0 MB
|
812 |
+
Peak Block count 1
|
813 |
+
Peak Allocated memory 1.7 KB
|
814 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"metadata": {
|
4 |
+
"timer_format_version": "0.1.0",
|
5 |
+
"start_time_seconds": "1725268238",
|
6 |
+
"python_version": "3.10.12 (main, Sep 2 2024, 16:47:36) [GCC 9.4.0]",
|
7 |
+
"command_line_arguments": "/home/coder/.pyenv/versions/3.10.12/envs/deep-rl-unit5-3.10.12/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics --resume",
|
8 |
+
"mlagents_version": "1.1.0.dev0",
|
9 |
+
"mlagents_envs_version": "1.1.0.dev0",
|
10 |
+
"communication_protocol_version": "1.5.0",
|
11 |
+
"pytorch_version": "2.4.0+cu121",
|
12 |
+
"numpy_version": "1.23.5",
|
13 |
+
"end_time_seconds": "1725268241"
|
14 |
+
},
|
15 |
+
"total": 2.604894977004733,
|
16 |
+
"count": 1,
|
17 |
+
"self": 0.3215806210064329,
|
18 |
+
"children": {
|
19 |
+
"run_training.setup": {
|
20 |
+
"total": 0.01730186300119385,
|
21 |
+
"count": 1,
|
22 |
+
"self": 0.01730186300119385
|
23 |
+
},
|
24 |
+
"TrainerController.start_learning": {
|
25 |
+
"total": 2.266012492997106,
|
26 |
+
"count": 1,
|
27 |
+
"self": 6.816000677645206e-05,
|
28 |
+
"children": {
|
29 |
+
"TrainerController._reset_env": {
|
30 |
+
"total": 2.0214843319845386,
|
31 |
+
"count": 1,
|
32 |
+
"self": 2.0214843319845386
|
33 |
+
},
|
34 |
+
"TrainerController._save_models": {
|
35 |
+
"total": 0.24446000100579113,
|
36 |
+
"count": 1,
|
37 |
+
"self": 0.002805172000080347,
|
38 |
+
"children": {
|
39 |
+
"RLTrainer._checkpoint": {
|
40 |
+
"total": 0.24165482900571078,
|
41 |
+
"count": 1,
|
42 |
+
"self": 0.24165482900571078
|
43 |
+
}
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|
47 |
+
}
|
48 |
+
}
|
49 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"stats_format_version": "0.3.0",
|
4 |
+
"mlagents_version": "1.1.0.dev0",
|
5 |
+
"torch_version": "2.4.0+cu121"
|
6 |
+
},
|
7 |
+
"SnowballTarget": {
|
8 |
+
"checkpoints": [
|
9 |
+
{
|
10 |
+
"steps": 0,
|
11 |
+
"file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-0.onnx",
|
12 |
+
"reward": null,
|
13 |
+
"creation_time": 1725268240.908768,
|
14 |
+
"auxillary_file_paths": [
|
15 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-0.pt"
|
16 |
+
]
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"final_checkpoint": {
|
20 |
+
"steps": 0,
|
21 |
+
"file_path": "results/SnowballTarget1/SnowballTarget.onnx",
|
22 |
+
"reward": null,
|
23 |
+
"creation_time": 1725268240.908768,
|
24 |
+
"auxillary_file_paths": [
|
25 |
+
"results/SnowballTarget1/SnowballTarget/SnowballTarget-0.pt"
|
26 |
+
]
|
27 |
+
}
|
28 |
+
}
|
29 |
+
}
|