Commit
·
659b839
1
Parent(s):
1797611
Second Push 40M
Browse files- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-42499892.onnx +3 -0
- SoccerTwos/SoccerTwos-42499892.pt +3 -0
- SoccerTwos/SoccerTwos-42999833.onnx +3 -0
- SoccerTwos/SoccerTwos-42999833.pt +3 -0
- SoccerTwos/SoccerTwos-43499722.onnx +3 -0
- SoccerTwos/SoccerTwos-43499722.pt +3 -0
- SoccerTwos/SoccerTwos-43999940.onnx +3 -0
- SoccerTwos/SoccerTwos-43999940.pt +3 -0
- SoccerTwos/SoccerTwos-44051158.onnx +3 -0
- SoccerTwos/SoccerTwos-44051158.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1680768197.nstdo7gsow.380.0 +3 -0
- SoccerTwos/events.out.tfevents.1680768246.nstdo7gsow.1109.0 +3 -0
- SoccerTwos/events.out.tfevents.1680789660.njmntzjtdj.379.0 +3 -0
- SoccerTwos/events.out.tfevents.1680798099.njmntzjtdj.2767.0 +3 -0
- SoccerTwos/events.out.tfevents.1680835107.noq89asshb.297.0 +3 -0
- config.json +1 -0
- configuration.yaml +84 -0
- run_logs/Player-0.log +307 -0
- run_logs/Player-1.log +307 -0
- run_logs/Player-2.log +307 -0
- run_logs/Player-3.log +307 -0
- run_logs/Player-4.log +306 -0
- run_logs/Player-5.log +307 -0
- run_logs/Player-6.log +307 -0
- run_logs/Player-7.log +307 -0
- run_logs/timers.json +424 -0
- run_logs/training_status.json +66 -0
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- unity-ml-agents
|
5 |
+
- ml-agents
|
6 |
+
- deep-reinforcement-learning
|
7 |
+
- reinforcement-learning
|
8 |
+
- ML-Agents-SoccerTwos
|
9 |
+
library_name: ml-agents
|
10 |
+
---
|
11 |
+
|
12 |
+
# **poca** Agent playing **SoccerTwos**
|
13 |
+
This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
14 |
+
|
15 |
+
## Usage (with ML-Agents)
|
16 |
+
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
18 |
+
|
19 |
+
|
20 |
+
### Resume the training
|
21 |
+
```
|
22 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
23 |
+
```
|
24 |
+
### Watch your Agent play
|
25 |
+
You can watch your agent **playing directly in your browser:**.
|
26 |
+
|
27 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
|
28 |
+
2. Step 1: Write your model_id: Raiden-1001/poca-Soccerv6.1
|
29 |
+
3. Step 2: Select your *.nn /*.onnx file
|
30 |
+
4. Click on Watch the agent play 👀
|
31 |
+
|
SoccerTwos.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e277b944e2f022a2f126b50068116446efdbf7a0aba5989d0fa5ee825bd3f81
|
3 |
+
size 764662
|
SoccerTwos/SoccerTwos-42499892.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e04906424838f540ba453649cdaf5ca93fd69844a59988088e9cf1160b082d5
|
3 |
+
size 764662
|
SoccerTwos/SoccerTwos-42499892.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2b8d2a490e0e9778f3c247f86113245839f561305104b29ee4739f1897c5e49
|
3 |
+
size 9591973
|
SoccerTwos/SoccerTwos-42999833.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce6396cec59129baedb7d9a74271c0121b6132d2d18871ee99b9854df23d9bb1
|
3 |
+
size 764662
|
SoccerTwos/SoccerTwos-42999833.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bcb5a07567cb149d60b039305f9efe47b344bfc99587ffe63e0daea721fd98b
|
3 |
+
size 9591973
|
SoccerTwos/SoccerTwos-43499722.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bedb28b8ec2ab2ef5137c4761e65090615ed9db6217456f3a16a0135474e38e3
|
3 |
+
size 764662
|
SoccerTwos/SoccerTwos-43499722.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32920d82ffa988448dbbbf3f60654ada3266b42a555da9d1aa08d5b0c0288951
|
3 |
+
size 9591973
|
SoccerTwos/SoccerTwos-43999940.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e277b944e2f022a2f126b50068116446efdbf7a0aba5989d0fa5ee825bd3f81
|
3 |
+
size 764662
|
SoccerTwos/SoccerTwos-43999940.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afab47b83f94a687ac245cd3b42bba73f1476ceef1645a0e849a3d8809b29315
|
3 |
+
size 9591973
|
SoccerTwos/SoccerTwos-44051158.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e277b944e2f022a2f126b50068116446efdbf7a0aba5989d0fa5ee825bd3f81
|
3 |
+
size 764662
|
SoccerTwos/SoccerTwos-44051158.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80adee5c0ab92b96b698ac8f03c9e1f88be1e8c616eb4f65d6989f3749b77c23
|
3 |
+
size 9591973
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80adee5c0ab92b96b698ac8f03c9e1f88be1e8c616eb4f65d6989f3749b77c23
|
3 |
+
size 9591973
|
SoccerTwos/events.out.tfevents.1680768197.nstdo7gsow.380.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc8e9eba99613393268052b25e3d0acbd99782b241e602e261ac279712f47606
|
3 |
+
size 1281
|
SoccerTwos/events.out.tfevents.1680768246.nstdo7gsow.1109.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c83aa4d7e9753a7a1399b2b666bb4e206f066b999f165310fc692a807576542
|
3 |
+
size 13976731
|
SoccerTwos/events.out.tfevents.1680789660.njmntzjtdj.379.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:652e63a16299a06adbf78ab7d7c472311dabd999c7c9c4f371d2cf0fed1e11df
|
3 |
+
size 6010005
|
SoccerTwos/events.out.tfevents.1680798099.njmntzjtdj.2767.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c109bedc84c392b19f1a46f6227fae1d9ade118fea8c25c1c9a1121c9dd554bb
|
3 |
+
size 9212377
|
SoccerTwos/events.out.tfevents.1680835107.noq89asshb.297.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0277ff7710dd6ed610c9ec83bd517bf7f8b85083fd7badf3c3abe6d9c3b9439
|
3 |
+
size 14968005
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 8192, "buffer_size": 163840, "learning_rate": 0.0012, "beta": 0.008, "epsilon": 0.27, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 256, "num_layers": 2, "vis_encode_type": "simple", "memory": {"sequence_length": 16, "memory_size": 64}, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.995, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 100000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 300000, "swap_steps": 2000, "window": 20, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos/SoccerTwos.x86_64", "env_args": null, "base_port": 5005, "num_envs": 8, "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": "Soccerdfm3", "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,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SoccerTwos:
|
4 |
+
trainer_type: poca
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 8192
|
7 |
+
buffer_size: 163840
|
8 |
+
learning_rate: 0.0012
|
9 |
+
beta: 0.008
|
10 |
+
epsilon: 0.27
|
11 |
+
lambd: 0.95
|
12 |
+
num_epoch: 3
|
13 |
+
learning_rate_schedule: linear
|
14 |
+
beta_schedule: linear
|
15 |
+
epsilon_schedule: linear
|
16 |
+
checkpoint_interval: 500000
|
17 |
+
network_settings:
|
18 |
+
normalize: false
|
19 |
+
hidden_units: 256
|
20 |
+
num_layers: 2
|
21 |
+
vis_encode_type: simple
|
22 |
+
memory:
|
23 |
+
sequence_length: 16
|
24 |
+
memory_size: 64
|
25 |
+
goal_conditioning_type: hyper
|
26 |
+
deterministic: false
|
27 |
+
reward_signals:
|
28 |
+
extrinsic:
|
29 |
+
gamma: 0.995
|
30 |
+
strength: 1.0
|
31 |
+
network_settings:
|
32 |
+
normalize: false
|
33 |
+
hidden_units: 128
|
34 |
+
num_layers: 2
|
35 |
+
vis_encode_type: simple
|
36 |
+
memory: null
|
37 |
+
goal_conditioning_type: hyper
|
38 |
+
deterministic: false
|
39 |
+
init_path: null
|
40 |
+
keep_checkpoints: 5
|
41 |
+
even_checkpoints: false
|
42 |
+
max_steps: 100000000
|
43 |
+
time_horizon: 1000
|
44 |
+
summary_freq: 10000
|
45 |
+
threaded: false
|
46 |
+
self_play:
|
47 |
+
save_steps: 50000
|
48 |
+
team_change: 300000
|
49 |
+
swap_steps: 2000
|
50 |
+
window: 20
|
51 |
+
play_against_latest_model_ratio: 0.5
|
52 |
+
initial_elo: 1200.0
|
53 |
+
behavioral_cloning: null
|
54 |
+
env_settings:
|
55 |
+
env_path: ./training-envs-executables/SoccerTwos/SoccerTwos.x86_64
|
56 |
+
env_args: null
|
57 |
+
base_port: 5005
|
58 |
+
num_envs: 8
|
59 |
+
num_areas: 1
|
60 |
+
seed: -1
|
61 |
+
max_lifetime_restarts: 10
|
62 |
+
restarts_rate_limit_n: 1
|
63 |
+
restarts_rate_limit_period_s: 60
|
64 |
+
engine_settings:
|
65 |
+
width: 84
|
66 |
+
height: 84
|
67 |
+
quality_level: 5
|
68 |
+
time_scale: 20
|
69 |
+
target_frame_rate: -1
|
70 |
+
capture_frame_rate: 60
|
71 |
+
no_graphics: true
|
72 |
+
environment_parameters: null
|
73 |
+
checkpoint_settings:
|
74 |
+
run_id: Soccerdfm3
|
75 |
+
initialize_from: null
|
76 |
+
load_model: false
|
77 |
+
resume: true
|
78 |
+
force: false
|
79 |
+
train_model: false
|
80 |
+
inference: false
|
81 |
+
results_dir: results
|
82 |
+
torch_settings:
|
83 |
+
device: null
|
84 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(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.864 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)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 0.998301 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
Setting up 4 worker threads for Enlighten.
|
67 |
+
Memory Statistics:
|
68 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
+
StackAllocators :
|
70 |
+
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 45274 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
+
Initial Block Size 4.0 MB
|
73 |
+
Current Block Size 4.0 MB
|
74 |
+
Peak Allocated Bytes 2.1 MB
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
77 |
+
Initial Block Size 64.0 KB
|
78 |
+
Current Block Size 64.0 KB
|
79 |
+
Peak Allocated Bytes 128 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
82 |
+
Initial Block Size 256.0 KB
|
83 |
+
Current Block Size 300.0 KB
|
84 |
+
Peak Allocated Bytes 249.6 KB
|
85 |
+
Overflow Count 4
|
86 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Job.Worker 6]
|
92 |
+
Initial Block Size 256.0 KB
|
93 |
+
Current Block Size 256.0 KB
|
94 |
+
Peak Allocated Bytes 0 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Job.Worker 0]
|
97 |
+
Initial Block Size 256.0 KB
|
98 |
+
Current Block Size 256.0 KB
|
99 |
+
Peak Allocated Bytes 0 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Job.Worker 5]
|
112 |
+
Initial Block Size 256.0 KB
|
113 |
+
Current Block Size 256.0 KB
|
114 |
+
Peak Allocated Bytes 0.7 KB
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 0 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Job.Worker 4]
|
127 |
+
Initial Block Size 256.0 KB
|
128 |
+
Current Block Size 256.0 KB
|
129 |
+
Peak Allocated Bytes 0 B
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Job.Worker 3]
|
132 |
+
Initial Block Size 256.0 KB
|
133 |
+
Current Block Size 256.0 KB
|
134 |
+
Peak Allocated Bytes 0 B
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Job.Worker 1]
|
182 |
+
Initial Block Size 256.0 KB
|
183 |
+
Current Block Size 256.0 KB
|
184 |
+
Peak Allocated Bytes 0 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_Job.Worker 2]
|
187 |
+
Initial Block Size 256.0 KB
|
188 |
+
Current Block Size 256.0 KB
|
189 |
+
Peak Allocated Bytes 0 B
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
192 |
+
Initial Block Size 32.0 KB
|
193 |
+
Current Block Size 32.0 KB
|
194 |
+
Peak Allocated Bytes 0 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 0 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 0 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
207 |
+
Initial Block Size 32.0 KB
|
208 |
+
Current Block Size 32.0 KB
|
209 |
+
Peak Allocated Bytes 0 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
212 |
+
Initial Block Size 64.0 KB
|
213 |
+
Current Block Size 64.0 KB
|
214 |
+
Peak Allocated Bytes 0 B
|
215 |
+
Overflow Count 0
|
216 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
217 |
+
Peak main deferred allocation count 3
|
218 |
+
[ALLOC_BUCKET]
|
219 |
+
Large Block size 4.0 MB
|
220 |
+
Used Block count 1
|
221 |
+
Peak Allocated bytes 1.0 MB
|
222 |
+
[ALLOC_DEFAULT_MAIN]
|
223 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 45275 frames
|
224 |
+
Requested Block Size 16.0 MB
|
225 |
+
Peak Block count 1
|
226 |
+
Peak Allocated memory 4.8 MB
|
227 |
+
Peak Large allocation bytes 0 B
|
228 |
+
[ALLOC_DEFAULT_THREAD]
|
229 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 45275 frames
|
230 |
+
Requested Block Size 16.0 MB
|
231 |
+
Peak Block count 1
|
232 |
+
Peak Allocated memory 17.5 MB
|
233 |
+
Peak Large allocation bytes 16.0 MB
|
234 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
245 |
+
Initial Block Size 2.0 MB
|
246 |
+
Used Block Count 2
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
250 |
+
Initial Block Size 1.0 MB
|
251 |
+
Used Block Count 3
|
252 |
+
Overflow Count (too large) 0
|
253 |
+
Overflow Count (full) 0
|
254 |
+
[ALLOC_GFX] Dual Thread Allocator
|
255 |
+
Peak main deferred allocation count 0
|
256 |
+
[ALLOC_BUCKET]
|
257 |
+
Large Block size 4.0 MB
|
258 |
+
Used Block count 1
|
259 |
+
Peak Allocated bytes 1.0 MB
|
260 |
+
[ALLOC_GFX_MAIN]
|
261 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 45274 frames, [64.0 KB-128.0 KB]: 1 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 65.6 KB
|
265 |
+
Peak Large allocation bytes 0 B
|
266 |
+
[ALLOC_GFX_THREAD]
|
267 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 45275 frames
|
268 |
+
Requested Block Size 16.0 MB
|
269 |
+
Peak Block count 1
|
270 |
+
Peak Allocated memory 173.5 KB
|
271 |
+
Peak Large allocation bytes 0 B
|
272 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
273 |
+
Peak main deferred allocation count 0
|
274 |
+
[ALLOC_BUCKET]
|
275 |
+
Large Block size 4.0 MB
|
276 |
+
Used Block count 1
|
277 |
+
Peak Allocated bytes 1.0 MB
|
278 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
279 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 45275 frames
|
280 |
+
Requested Block Size 4.0 MB
|
281 |
+
Peak Block count 1
|
282 |
+
Peak Allocated memory 0.6 MB
|
283 |
+
Peak Large allocation bytes 0 B
|
284 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
285 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 45274 frames, [4.0 MB-8.0 MB]: 1 frames
|
286 |
+
Requested Block Size 4.0 MB
|
287 |
+
Peak Block count 2
|
288 |
+
Peak Allocated memory 4.5 MB
|
289 |
+
Peak Large allocation bytes 0 B
|
290 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
291 |
+
Peak main deferred allocation count 0
|
292 |
+
[ALLOC_BUCKET]
|
293 |
+
Large Block size 4.0 MB
|
294 |
+
Used Block count 1
|
295 |
+
Peak Allocated bytes 1.0 MB
|
296 |
+
[ALLOC_TYPETREE_MAIN]
|
297 |
+
Peak usage frame count: [0-1.0 KB]: 45275 frames
|
298 |
+
Requested Block Size 2.0 MB
|
299 |
+
Peak Block count 1
|
300 |
+
Peak Allocated memory 1.0 KB
|
301 |
+
Peak Large allocation bytes 0 B
|
302 |
+
[ALLOC_TYPETREE_THREAD]
|
303 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 45274 frames, [2.0 KB-4.0 KB]: 1 frames
|
304 |
+
Requested Block Size 2.0 MB
|
305 |
+
Peak Block count 1
|
306 |
+
Peak Allocated memory 2.2 KB
|
307 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-1.log
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(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.859 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)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 1.048840 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
Setting up 4 worker threads for Enlighten.
|
67 |
+
Memory Statistics:
|
68 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
+
StackAllocators :
|
70 |
+
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 40776 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
+
Initial Block Size 4.0 MB
|
73 |
+
Current Block Size 4.0 MB
|
74 |
+
Peak Allocated Bytes 2.1 MB
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
77 |
+
Initial Block Size 64.0 KB
|
78 |
+
Current Block Size 64.0 KB
|
79 |
+
Peak Allocated Bytes 128 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
82 |
+
Initial Block Size 256.0 KB
|
83 |
+
Current Block Size 300.0 KB
|
84 |
+
Peak Allocated Bytes 249.6 KB
|
85 |
+
Overflow Count 4
|
86 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Job.Worker 6]
|
92 |
+
Initial Block Size 256.0 KB
|
93 |
+
Current Block Size 256.0 KB
|
94 |
+
Peak Allocated Bytes 0 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Job.Worker 0]
|
97 |
+
Initial Block Size 256.0 KB
|
98 |
+
Current Block Size 256.0 KB
|
99 |
+
Peak Allocated Bytes 0 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Job.Worker 5]
|
112 |
+
Initial Block Size 256.0 KB
|
113 |
+
Current Block Size 256.0 KB
|
114 |
+
Peak Allocated Bytes 0 B
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 0 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Job.Worker 4]
|
127 |
+
Initial Block Size 256.0 KB
|
128 |
+
Current Block Size 256.0 KB
|
129 |
+
Peak Allocated Bytes 0 B
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Job.Worker 3]
|
132 |
+
Initial Block Size 256.0 KB
|
133 |
+
Current Block Size 256.0 KB
|
134 |
+
Peak Allocated Bytes 0.7 KB
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Job.Worker 1]
|
182 |
+
Initial Block Size 256.0 KB
|
183 |
+
Current Block Size 256.0 KB
|
184 |
+
Peak Allocated Bytes 0 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_Job.Worker 2]
|
187 |
+
Initial Block Size 256.0 KB
|
188 |
+
Current Block Size 256.0 KB
|
189 |
+
Peak Allocated Bytes 0 B
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
192 |
+
Initial Block Size 32.0 KB
|
193 |
+
Current Block Size 32.0 KB
|
194 |
+
Peak Allocated Bytes 0 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 0 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 0 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
207 |
+
Initial Block Size 32.0 KB
|
208 |
+
Current Block Size 32.0 KB
|
209 |
+
Peak Allocated Bytes 0 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
212 |
+
Initial Block Size 64.0 KB
|
213 |
+
Current Block Size 64.0 KB
|
214 |
+
Peak Allocated Bytes 0 B
|
215 |
+
Overflow Count 0
|
216 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
217 |
+
Peak main deferred allocation count 3
|
218 |
+
[ALLOC_BUCKET]
|
219 |
+
Large Block size 4.0 MB
|
220 |
+
Used Block count 1
|
221 |
+
Peak Allocated bytes 1.0 MB
|
222 |
+
[ALLOC_DEFAULT_MAIN]
|
223 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 40777 frames
|
224 |
+
Requested Block Size 16.0 MB
|
225 |
+
Peak Block count 1
|
226 |
+
Peak Allocated memory 4.6 MB
|
227 |
+
Peak Large allocation bytes 0 B
|
228 |
+
[ALLOC_DEFAULT_THREAD]
|
229 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 40777 frames
|
230 |
+
Requested Block Size 16.0 MB
|
231 |
+
Peak Block count 1
|
232 |
+
Peak Allocated memory 17.6 MB
|
233 |
+
Peak Large allocation bytes 16.0 MB
|
234 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
245 |
+
Initial Block Size 2.0 MB
|
246 |
+
Used Block Count 2
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
250 |
+
Initial Block Size 1.0 MB
|
251 |
+
Used Block Count 3
|
252 |
+
Overflow Count (too large) 0
|
253 |
+
Overflow Count (full) 0
|
254 |
+
[ALLOC_GFX] Dual Thread Allocator
|
255 |
+
Peak main deferred allocation count 0
|
256 |
+
[ALLOC_BUCKET]
|
257 |
+
Large Block size 4.0 MB
|
258 |
+
Used Block count 1
|
259 |
+
Peak Allocated bytes 1.0 MB
|
260 |
+
[ALLOC_GFX_MAIN]
|
261 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 40776 frames, [64.0 KB-128.0 KB]: 1 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 65.6 KB
|
265 |
+
Peak Large allocation bytes 0 B
|
266 |
+
[ALLOC_GFX_THREAD]
|
267 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 40777 frames
|
268 |
+
Requested Block Size 16.0 MB
|
269 |
+
Peak Block count 1
|
270 |
+
Peak Allocated memory 173.5 KB
|
271 |
+
Peak Large allocation bytes 0 B
|
272 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
273 |
+
Peak main deferred allocation count 0
|
274 |
+
[ALLOC_BUCKET]
|
275 |
+
Large Block size 4.0 MB
|
276 |
+
Used Block count 1
|
277 |
+
Peak Allocated bytes 1.0 MB
|
278 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
279 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 40777 frames
|
280 |
+
Requested Block Size 4.0 MB
|
281 |
+
Peak Block count 1
|
282 |
+
Peak Allocated memory 0.6 MB
|
283 |
+
Peak Large allocation bytes 0 B
|
284 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
285 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 40776 frames, [4.0 MB-8.0 MB]: 1 frames
|
286 |
+
Requested Block Size 4.0 MB
|
287 |
+
Peak Block count 2
|
288 |
+
Peak Allocated memory 4.5 MB
|
289 |
+
Peak Large allocation bytes 0 B
|
290 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
291 |
+
Peak main deferred allocation count 0
|
292 |
+
[ALLOC_BUCKET]
|
293 |
+
Large Block size 4.0 MB
|
294 |
+
Used Block count 1
|
295 |
+
Peak Allocated bytes 1.0 MB
|
296 |
+
[ALLOC_TYPETREE_MAIN]
|
297 |
+
Peak usage frame count: [0-1.0 KB]: 40777 frames
|
298 |
+
Requested Block Size 2.0 MB
|
299 |
+
Peak Block count 1
|
300 |
+
Peak Allocated memory 1.0 KB
|
301 |
+
Peak Large allocation bytes 0 B
|
302 |
+
[ALLOC_TYPETREE_THREAD]
|
303 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 40776 frames, [2.0 KB-4.0 KB]: 1 frames
|
304 |
+
Requested Block Size 2.0 MB
|
305 |
+
Peak Block count 1
|
306 |
+
Peak Allocated memory 2.2 KB
|
307 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-2.log
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(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.866 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)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 1.069399 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
Setting up 4 worker threads for Enlighten.
|
67 |
+
Memory Statistics:
|
68 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
+
StackAllocators :
|
70 |
+
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 37132 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
+
Initial Block Size 4.0 MB
|
73 |
+
Current Block Size 4.0 MB
|
74 |
+
Peak Allocated Bytes 2.1 MB
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
77 |
+
Initial Block Size 64.0 KB
|
78 |
+
Current Block Size 64.0 KB
|
79 |
+
Peak Allocated Bytes 128 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
82 |
+
Initial Block Size 256.0 KB
|
83 |
+
Current Block Size 300.0 KB
|
84 |
+
Peak Allocated Bytes 249.6 KB
|
85 |
+
Overflow Count 4
|
86 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Job.Worker 6]
|
92 |
+
Initial Block Size 256.0 KB
|
93 |
+
Current Block Size 256.0 KB
|
94 |
+
Peak Allocated Bytes 0 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Job.Worker 0]
|
97 |
+
Initial Block Size 256.0 KB
|
98 |
+
Current Block Size 256.0 KB
|
99 |
+
Peak Allocated Bytes 0 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Job.Worker 5]
|
112 |
+
Initial Block Size 256.0 KB
|
113 |
+
Current Block Size 256.0 KB
|
114 |
+
Peak Allocated Bytes 0 B
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 0 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Job.Worker 4]
|
127 |
+
Initial Block Size 256.0 KB
|
128 |
+
Current Block Size 256.0 KB
|
129 |
+
Peak Allocated Bytes 0 B
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Job.Worker 3]
|
132 |
+
Initial Block Size 256.0 KB
|
133 |
+
Current Block Size 256.0 KB
|
134 |
+
Peak Allocated Bytes 0 B
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Job.Worker 1]
|
182 |
+
Initial Block Size 256.0 KB
|
183 |
+
Current Block Size 256.0 KB
|
184 |
+
Peak Allocated Bytes 0 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_Job.Worker 2]
|
187 |
+
Initial Block Size 256.0 KB
|
188 |
+
Current Block Size 256.0 KB
|
189 |
+
Peak Allocated Bytes 0.7 KB
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
192 |
+
Initial Block Size 32.0 KB
|
193 |
+
Current Block Size 32.0 KB
|
194 |
+
Peak Allocated Bytes 0 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 0 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 0 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
207 |
+
Initial Block Size 32.0 KB
|
208 |
+
Current Block Size 32.0 KB
|
209 |
+
Peak Allocated Bytes 0 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
212 |
+
Initial Block Size 64.0 KB
|
213 |
+
Current Block Size 64.0 KB
|
214 |
+
Peak Allocated Bytes 0 B
|
215 |
+
Overflow Count 0
|
216 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
217 |
+
Peak main deferred allocation count 4
|
218 |
+
[ALLOC_BUCKET]
|
219 |
+
Large Block size 4.0 MB
|
220 |
+
Used Block count 1
|
221 |
+
Peak Allocated bytes 1.0 MB
|
222 |
+
[ALLOC_DEFAULT_MAIN]
|
223 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 37133 frames
|
224 |
+
Requested Block Size 16.0 MB
|
225 |
+
Peak Block count 1
|
226 |
+
Peak Allocated memory 4.8 MB
|
227 |
+
Peak Large allocation bytes 0 B
|
228 |
+
[ALLOC_DEFAULT_THREAD]
|
229 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 37133 frames
|
230 |
+
Requested Block Size 16.0 MB
|
231 |
+
Peak Block count 1
|
232 |
+
Peak Allocated memory 17.5 MB
|
233 |
+
Peak Large allocation bytes 16.0 MB
|
234 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
245 |
+
Initial Block Size 2.0 MB
|
246 |
+
Used Block Count 2
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
250 |
+
Initial Block Size 1.0 MB
|
251 |
+
Used Block Count 3
|
252 |
+
Overflow Count (too large) 0
|
253 |
+
Overflow Count (full) 0
|
254 |
+
[ALLOC_GFX] Dual Thread Allocator
|
255 |
+
Peak main deferred allocation count 0
|
256 |
+
[ALLOC_BUCKET]
|
257 |
+
Large Block size 4.0 MB
|
258 |
+
Used Block count 1
|
259 |
+
Peak Allocated bytes 1.0 MB
|
260 |
+
[ALLOC_GFX_MAIN]
|
261 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 37132 frames, [64.0 KB-128.0 KB]: 1 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 65.6 KB
|
265 |
+
Peak Large allocation bytes 0 B
|
266 |
+
[ALLOC_GFX_THREAD]
|
267 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 37133 frames
|
268 |
+
Requested Block Size 16.0 MB
|
269 |
+
Peak Block count 1
|
270 |
+
Peak Allocated memory 173.5 KB
|
271 |
+
Peak Large allocation bytes 0 B
|
272 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
273 |
+
Peak main deferred allocation count 0
|
274 |
+
[ALLOC_BUCKET]
|
275 |
+
Large Block size 4.0 MB
|
276 |
+
Used Block count 1
|
277 |
+
Peak Allocated bytes 1.0 MB
|
278 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
279 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 37133 frames
|
280 |
+
Requested Block Size 4.0 MB
|
281 |
+
Peak Block count 1
|
282 |
+
Peak Allocated memory 0.6 MB
|
283 |
+
Peak Large allocation bytes 0 B
|
284 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
285 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 37132 frames, [4.0 MB-8.0 MB]: 1 frames
|
286 |
+
Requested Block Size 4.0 MB
|
287 |
+
Peak Block count 2
|
288 |
+
Peak Allocated memory 4.2 MB
|
289 |
+
Peak Large allocation bytes 0 B
|
290 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
291 |
+
Peak main deferred allocation count 0
|
292 |
+
[ALLOC_BUCKET]
|
293 |
+
Large Block size 4.0 MB
|
294 |
+
Used Block count 1
|
295 |
+
Peak Allocated bytes 1.0 MB
|
296 |
+
[ALLOC_TYPETREE_MAIN]
|
297 |
+
Peak usage frame count: [0-1.0 KB]: 37133 frames
|
298 |
+
Requested Block Size 2.0 MB
|
299 |
+
Peak Block count 1
|
300 |
+
Peak Allocated memory 1.0 KB
|
301 |
+
Peak Large allocation bytes 0 B
|
302 |
+
[ALLOC_TYPETREE_THREAD]
|
303 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 37132 frames, [2.0 KB-4.0 KB]: 1 frames
|
304 |
+
Requested Block Size 2.0 MB
|
305 |
+
Peak Block count 1
|
306 |
+
Peak Allocated memory 2.2 KB
|
307 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-3.log
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(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.861 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)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 0.985718 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
Setting up 4 worker threads for Enlighten.
|
67 |
+
Memory Statistics:
|
68 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
+
StackAllocators :
|
70 |
+
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 34641 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
+
Initial Block Size 4.0 MB
|
73 |
+
Current Block Size 4.0 MB
|
74 |
+
Peak Allocated Bytes 2.1 MB
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
77 |
+
Initial Block Size 64.0 KB
|
78 |
+
Current Block Size 64.0 KB
|
79 |
+
Peak Allocated Bytes 128 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
82 |
+
Initial Block Size 256.0 KB
|
83 |
+
Current Block Size 300.0 KB
|
84 |
+
Peak Allocated Bytes 249.6 KB
|
85 |
+
Overflow Count 4
|
86 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Job.Worker 6]
|
92 |
+
Initial Block Size 256.0 KB
|
93 |
+
Current Block Size 256.0 KB
|
94 |
+
Peak Allocated Bytes 0 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Job.Worker 0]
|
97 |
+
Initial Block Size 256.0 KB
|
98 |
+
Current Block Size 256.0 KB
|
99 |
+
Peak Allocated Bytes 0 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Job.Worker 5]
|
112 |
+
Initial Block Size 256.0 KB
|
113 |
+
Current Block Size 256.0 KB
|
114 |
+
Peak Allocated Bytes 0 B
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 0 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Job.Worker 4]
|
127 |
+
Initial Block Size 256.0 KB
|
128 |
+
Current Block Size 256.0 KB
|
129 |
+
Peak Allocated Bytes 0.7 KB
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Job.Worker 3]
|
132 |
+
Initial Block Size 256.0 KB
|
133 |
+
Current Block Size 256.0 KB
|
134 |
+
Peak Allocated Bytes 0 B
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Job.Worker 1]
|
182 |
+
Initial Block Size 256.0 KB
|
183 |
+
Current Block Size 256.0 KB
|
184 |
+
Peak Allocated Bytes 0 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_Job.Worker 2]
|
187 |
+
Initial Block Size 256.0 KB
|
188 |
+
Current Block Size 256.0 KB
|
189 |
+
Peak Allocated Bytes 0 B
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
192 |
+
Initial Block Size 32.0 KB
|
193 |
+
Current Block Size 32.0 KB
|
194 |
+
Peak Allocated Bytes 0 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 0 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 0 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
207 |
+
Initial Block Size 32.0 KB
|
208 |
+
Current Block Size 32.0 KB
|
209 |
+
Peak Allocated Bytes 0 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
212 |
+
Initial Block Size 64.0 KB
|
213 |
+
Current Block Size 64.0 KB
|
214 |
+
Peak Allocated Bytes 0 B
|
215 |
+
Overflow Count 0
|
216 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
217 |
+
Peak main deferred allocation count 4
|
218 |
+
[ALLOC_BUCKET]
|
219 |
+
Large Block size 4.0 MB
|
220 |
+
Used Block count 1
|
221 |
+
Peak Allocated bytes 1.0 MB
|
222 |
+
[ALLOC_DEFAULT_MAIN]
|
223 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 34642 frames
|
224 |
+
Requested Block Size 16.0 MB
|
225 |
+
Peak Block count 1
|
226 |
+
Peak Allocated memory 4.7 MB
|
227 |
+
Peak Large allocation bytes 0 B
|
228 |
+
[ALLOC_DEFAULT_THREAD]
|
229 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 34642 frames
|
230 |
+
Requested Block Size 16.0 MB
|
231 |
+
Peak Block count 1
|
232 |
+
Peak Allocated memory 17.6 MB
|
233 |
+
Peak Large allocation bytes 16.0 MB
|
234 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
245 |
+
Initial Block Size 2.0 MB
|
246 |
+
Used Block Count 2
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
250 |
+
Initial Block Size 1.0 MB
|
251 |
+
Used Block Count 3
|
252 |
+
Overflow Count (too large) 0
|
253 |
+
Overflow Count (full) 0
|
254 |
+
[ALLOC_GFX] Dual Thread Allocator
|
255 |
+
Peak main deferred allocation count 0
|
256 |
+
[ALLOC_BUCKET]
|
257 |
+
Large Block size 4.0 MB
|
258 |
+
Used Block count 1
|
259 |
+
Peak Allocated bytes 1.0 MB
|
260 |
+
[ALLOC_GFX_MAIN]
|
261 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 34641 frames, [64.0 KB-128.0 KB]: 1 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 65.6 KB
|
265 |
+
Peak Large allocation bytes 0 B
|
266 |
+
[ALLOC_GFX_THREAD]
|
267 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 34642 frames
|
268 |
+
Requested Block Size 16.0 MB
|
269 |
+
Peak Block count 1
|
270 |
+
Peak Allocated memory 173.5 KB
|
271 |
+
Peak Large allocation bytes 0 B
|
272 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
273 |
+
Peak main deferred allocation count 0
|
274 |
+
[ALLOC_BUCKET]
|
275 |
+
Large Block size 4.0 MB
|
276 |
+
Used Block count 1
|
277 |
+
Peak Allocated bytes 1.0 MB
|
278 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
279 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 34642 frames
|
280 |
+
Requested Block Size 4.0 MB
|
281 |
+
Peak Block count 1
|
282 |
+
Peak Allocated memory 0.6 MB
|
283 |
+
Peak Large allocation bytes 0 B
|
284 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
285 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 34641 frames, [4.0 MB-8.0 MB]: 1 frames
|
286 |
+
Requested Block Size 4.0 MB
|
287 |
+
Peak Block count 2
|
288 |
+
Peak Allocated memory 4.4 MB
|
289 |
+
Peak Large allocation bytes 0 B
|
290 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
291 |
+
Peak main deferred allocation count 0
|
292 |
+
[ALLOC_BUCKET]
|
293 |
+
Large Block size 4.0 MB
|
294 |
+
Used Block count 1
|
295 |
+
Peak Allocated bytes 1.0 MB
|
296 |
+
[ALLOC_TYPETREE_MAIN]
|
297 |
+
Peak usage frame count: [0-1.0 KB]: 34642 frames
|
298 |
+
Requested Block Size 2.0 MB
|
299 |
+
Peak Block count 1
|
300 |
+
Peak Allocated memory 1.0 KB
|
301 |
+
Peak Large allocation bytes 0 B
|
302 |
+
[ALLOC_TYPETREE_THREAD]
|
303 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 34641 frames, [2.0 KB-4.0 KB]: 1 frames
|
304 |
+
Requested Block Size 2.0 MB
|
305 |
+
Peak Block count 1
|
306 |
+
Peak Allocated memory 2.2 KB
|
307 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-4.log
ADDED
@@ -0,0 +1,306 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
6 |
+
Unable to load player prefs
|
7 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
8 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
9 |
+
Forcing GfxDevice: Null
|
10 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
11 |
+
NullGfxDevice:
|
12 |
+
Version: NULL 1.0 [1.0]
|
13 |
+
Renderer: Null Device
|
14 |
+
Vendor: Unity Technologies
|
15 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
16 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
17 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
18 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
19 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
20 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
21 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
22 |
+
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
|
23 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
24 |
+
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
|
25 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
26 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
27 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
28 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
29 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
30 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
31 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
32 |
+
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
|
33 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
34 |
+
FMOD initialized on nosound output
|
35 |
+
Begin MonoManager ReloadAssembly
|
36 |
+
- Completed reload, in 0.862 seconds
|
37 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
38 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
39 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
40 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
41 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
42 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
43 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
44 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
45 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
46 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
47 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
48 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
49 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
50 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
51 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
52 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
53 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
54 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
55 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
56 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
57 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
58 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
59 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
60 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
61 |
+
UnloadTime: 1.066420 ms
|
62 |
+
Registered Communicator in Agent.
|
63 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
64 |
+
requesting resize 84 x 84
|
65 |
+
Setting up 4 worker threads for Enlighten.
|
66 |
+
Memory Statistics:
|
67 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
68 |
+
StackAllocators :
|
69 |
+
[ALLOC_TEMP_MAIN]
|
70 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 32818 frames, [2.0 MB-4.0 MB]: 1 frames
|
71 |
+
Initial Block Size 4.0 MB
|
72 |
+
Current Block Size 4.0 MB
|
73 |
+
Peak Allocated Bytes 2.1 MB
|
74 |
+
Overflow Count 0
|
75 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
76 |
+
Initial Block Size 64.0 KB
|
77 |
+
Current Block Size 64.0 KB
|
78 |
+
Peak Allocated Bytes 128 B
|
79 |
+
Overflow Count 0
|
80 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
81 |
+
Initial Block Size 256.0 KB
|
82 |
+
Current Block Size 300.0 KB
|
83 |
+
Peak Allocated Bytes 249.6 KB
|
84 |
+
Overflow Count 4
|
85 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
86 |
+
Initial Block Size 32.0 KB
|
87 |
+
Current Block Size 32.0 KB
|
88 |
+
Peak Allocated Bytes 0 B
|
89 |
+
Overflow Count 0
|
90 |
+
[ALLOC_TEMP_Job.Worker 6]
|
91 |
+
Initial Block Size 256.0 KB
|
92 |
+
Current Block Size 256.0 KB
|
93 |
+
Peak Allocated Bytes 0 B
|
94 |
+
Overflow Count 0
|
95 |
+
[ALLOC_TEMP_Job.Worker 0]
|
96 |
+
Initial Block Size 256.0 KB
|
97 |
+
Current Block Size 256.0 KB
|
98 |
+
Peak Allocated Bytes 0 B
|
99 |
+
Overflow Count 0
|
100 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
101 |
+
Initial Block Size 32.0 KB
|
102 |
+
Current Block Size 32.0 KB
|
103 |
+
Peak Allocated Bytes 0 B
|
104 |
+
Overflow Count 0
|
105 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
106 |
+
Initial Block Size 32.0 KB
|
107 |
+
Current Block Size 32.0 KB
|
108 |
+
Peak Allocated Bytes 0 B
|
109 |
+
Overflow Count 0
|
110 |
+
[ALLOC_TEMP_Job.Worker 5]
|
111 |
+
Initial Block Size 256.0 KB
|
112 |
+
Current Block Size 256.0 KB
|
113 |
+
Peak Allocated Bytes 0 B
|
114 |
+
Overflow Count 0
|
115 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
116 |
+
Initial Block Size 32.0 KB
|
117 |
+
Current Block Size 32.0 KB
|
118 |
+
Peak Allocated Bytes 0 B
|
119 |
+
Overflow Count 0
|
120 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
121 |
+
Initial Block Size 32.0 KB
|
122 |
+
Current Block Size 32.0 KB
|
123 |
+
Peak Allocated Bytes 0 B
|
124 |
+
Overflow Count 0
|
125 |
+
[ALLOC_TEMP_Job.Worker 4]
|
126 |
+
Initial Block Size 256.0 KB
|
127 |
+
Current Block Size 256.0 KB
|
128 |
+
Peak Allocated Bytes 0 B
|
129 |
+
Overflow Count 0
|
130 |
+
[ALLOC_TEMP_Job.Worker 3]
|
131 |
+
Initial Block Size 256.0 KB
|
132 |
+
Current Block Size 256.0 KB
|
133 |
+
Peak Allocated Bytes 0 B
|
134 |
+
Overflow Count 0
|
135 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
136 |
+
Initial Block Size 32.0 KB
|
137 |
+
Current Block Size 32.0 KB
|
138 |
+
Peak Allocated Bytes 0 B
|
139 |
+
Overflow Count 0
|
140 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
141 |
+
Initial Block Size 64.0 KB
|
142 |
+
Current Block Size 64.0 KB
|
143 |
+
Peak Allocated Bytes 0 B
|
144 |
+
Overflow Count 0
|
145 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
146 |
+
Initial Block Size 32.0 KB
|
147 |
+
Current Block Size 32.0 KB
|
148 |
+
Peak Allocated Bytes 0 B
|
149 |
+
Overflow Count 0
|
150 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
151 |
+
Initial Block Size 32.0 KB
|
152 |
+
Current Block Size 32.0 KB
|
153 |
+
Peak Allocated Bytes 0 B
|
154 |
+
Overflow Count 0
|
155 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
156 |
+
Initial Block Size 32.0 KB
|
157 |
+
Current Block Size 32.0 KB
|
158 |
+
Peak Allocated Bytes 0 B
|
159 |
+
Overflow Count 0
|
160 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
161 |
+
Initial Block Size 32.0 KB
|
162 |
+
Current Block Size 32.0 KB
|
163 |
+
Peak Allocated Bytes 0 B
|
164 |
+
Overflow Count 0
|
165 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
166 |
+
Initial Block Size 64.0 KB
|
167 |
+
Current Block Size 64.0 KB
|
168 |
+
Peak Allocated Bytes 0 B
|
169 |
+
Overflow Count 0
|
170 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
171 |
+
Initial Block Size 32.0 KB
|
172 |
+
Current Block Size 32.0 KB
|
173 |
+
Peak Allocated Bytes 0 B
|
174 |
+
Overflow Count 0
|
175 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
176 |
+
Initial Block Size 32.0 KB
|
177 |
+
Current Block Size 32.0 KB
|
178 |
+
Peak Allocated Bytes 0 B
|
179 |
+
Overflow Count 0
|
180 |
+
[ALLOC_TEMP_Job.Worker 1]
|
181 |
+
Initial Block Size 256.0 KB
|
182 |
+
Current Block Size 256.0 KB
|
183 |
+
Peak Allocated Bytes 0 B
|
184 |
+
Overflow Count 0
|
185 |
+
[ALLOC_TEMP_Job.Worker 2]
|
186 |
+
Initial Block Size 256.0 KB
|
187 |
+
Current Block Size 256.0 KB
|
188 |
+
Peak Allocated Bytes 0.7 KB
|
189 |
+
Overflow Count 0
|
190 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
191 |
+
Initial Block Size 32.0 KB
|
192 |
+
Current Block Size 32.0 KB
|
193 |
+
Peak Allocated Bytes 0 B
|
194 |
+
Overflow Count 0
|
195 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
196 |
+
Initial Block Size 32.0 KB
|
197 |
+
Current Block Size 32.0 KB
|
198 |
+
Peak Allocated Bytes 0 B
|
199 |
+
Overflow Count 0
|
200 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
201 |
+
Initial Block Size 32.0 KB
|
202 |
+
Current Block Size 32.0 KB
|
203 |
+
Peak Allocated Bytes 0 B
|
204 |
+
Overflow Count 0
|
205 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
206 |
+
Initial Block Size 32.0 KB
|
207 |
+
Current Block Size 32.0 KB
|
208 |
+
Peak Allocated Bytes 0 B
|
209 |
+
Overflow Count 0
|
210 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
211 |
+
Initial Block Size 64.0 KB
|
212 |
+
Current Block Size 64.0 KB
|
213 |
+
Peak Allocated Bytes 0 B
|
214 |
+
Overflow Count 0
|
215 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
216 |
+
Peak main deferred allocation count 5
|
217 |
+
[ALLOC_BUCKET]
|
218 |
+
Large Block size 4.0 MB
|
219 |
+
Used Block count 1
|
220 |
+
Peak Allocated bytes 1.0 MB
|
221 |
+
[ALLOC_DEFAULT_MAIN]
|
222 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 32819 frames
|
223 |
+
Requested Block Size 16.0 MB
|
224 |
+
Peak Block count 1
|
225 |
+
Peak Allocated memory 4.9 MB
|
226 |
+
Peak Large allocation bytes 0 B
|
227 |
+
[ALLOC_DEFAULT_THREAD]
|
228 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 32819 frames
|
229 |
+
Requested Block Size 16.0 MB
|
230 |
+
Peak Block count 1
|
231 |
+
Peak Allocated memory 17.3 MB
|
232 |
+
Peak Large allocation bytes 16.0 MB
|
233 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
234 |
+
Initial Block Size 2.0 MB
|
235 |
+
Used Block Count 1
|
236 |
+
Overflow Count (too large) 0
|
237 |
+
Overflow Count (full) 0
|
238 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
239 |
+
Initial Block Size 2.0 MB
|
240 |
+
Used Block Count 1
|
241 |
+
Overflow Count (too large) 0
|
242 |
+
Overflow Count (full) 0
|
243 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
244 |
+
Initial Block Size 2.0 MB
|
245 |
+
Used Block Count 2
|
246 |
+
Overflow Count (too large) 0
|
247 |
+
Overflow Count (full) 0
|
248 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
249 |
+
Initial Block Size 1.0 MB
|
250 |
+
Used Block Count 3
|
251 |
+
Overflow Count (too large) 0
|
252 |
+
Overflow Count (full) 0
|
253 |
+
[ALLOC_GFX] Dual Thread Allocator
|
254 |
+
Peak main deferred allocation count 0
|
255 |
+
[ALLOC_BUCKET]
|
256 |
+
Large Block size 4.0 MB
|
257 |
+
Used Block count 1
|
258 |
+
Peak Allocated bytes 1.0 MB
|
259 |
+
[ALLOC_GFX_MAIN]
|
260 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 32818 frames, [64.0 KB-128.0 KB]: 1 frames
|
261 |
+
Requested Block Size 16.0 MB
|
262 |
+
Peak Block count 1
|
263 |
+
Peak Allocated memory 65.6 KB
|
264 |
+
Peak Large allocation bytes 0 B
|
265 |
+
[ALLOC_GFX_THREAD]
|
266 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 32819 frames
|
267 |
+
Requested Block Size 16.0 MB
|
268 |
+
Peak Block count 1
|
269 |
+
Peak Allocated memory 173.5 KB
|
270 |
+
Peak Large allocation bytes 0 B
|
271 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
272 |
+
Peak main deferred allocation count 0
|
273 |
+
[ALLOC_BUCKET]
|
274 |
+
Large Block size 4.0 MB
|
275 |
+
Used Block count 1
|
276 |
+
Peak Allocated bytes 1.0 MB
|
277 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
278 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 32819 frames
|
279 |
+
Requested Block Size 4.0 MB
|
280 |
+
Peak Block count 1
|
281 |
+
Peak Allocated memory 0.6 MB
|
282 |
+
Peak Large allocation bytes 0 B
|
283 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
284 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 32818 frames, [4.0 MB-8.0 MB]: 1 frames
|
285 |
+
Requested Block Size 4.0 MB
|
286 |
+
Peak Block count 2
|
287 |
+
Peak Allocated memory 4.5 MB
|
288 |
+
Peak Large allocation bytes 0 B
|
289 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
290 |
+
Peak main deferred allocation count 0
|
291 |
+
[ALLOC_BUCKET]
|
292 |
+
Large Block size 4.0 MB
|
293 |
+
Used Block count 1
|
294 |
+
Peak Allocated bytes 1.0 MB
|
295 |
+
[ALLOC_TYPETREE_MAIN]
|
296 |
+
Peak usage frame count: [0-1.0 KB]: 32819 frames
|
297 |
+
Requested Block Size 2.0 MB
|
298 |
+
Peak Block count 1
|
299 |
+
Peak Allocated memory 1.0 KB
|
300 |
+
Peak Large allocation bytes 0 B
|
301 |
+
[ALLOC_TYPETREE_THREAD]
|
302 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 32818 frames, [2.0 KB-4.0 KB]: 1 frames
|
303 |
+
Requested Block Size 2.0 MB
|
304 |
+
Peak Block count 1
|
305 |
+
Peak Allocated memory 2.2 KB
|
306 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-5.log
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(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.866 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)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 1.070944 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
Setting up 4 worker threads for Enlighten.
|
67 |
+
Memory Statistics:
|
68 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
+
StackAllocators :
|
70 |
+
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 31912 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
+
Initial Block Size 4.0 MB
|
73 |
+
Current Block Size 4.0 MB
|
74 |
+
Peak Allocated Bytes 2.1 MB
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
77 |
+
Initial Block Size 64.0 KB
|
78 |
+
Current Block Size 64.0 KB
|
79 |
+
Peak Allocated Bytes 128 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
82 |
+
Initial Block Size 256.0 KB
|
83 |
+
Current Block Size 300.0 KB
|
84 |
+
Peak Allocated Bytes 249.6 KB
|
85 |
+
Overflow Count 4
|
86 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Job.Worker 6]
|
92 |
+
Initial Block Size 256.0 KB
|
93 |
+
Current Block Size 256.0 KB
|
94 |
+
Peak Allocated Bytes 0 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Job.Worker 0]
|
97 |
+
Initial Block Size 256.0 KB
|
98 |
+
Current Block Size 256.0 KB
|
99 |
+
Peak Allocated Bytes 0 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Job.Worker 5]
|
112 |
+
Initial Block Size 256.0 KB
|
113 |
+
Current Block Size 256.0 KB
|
114 |
+
Peak Allocated Bytes 0.7 KB
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 0 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Job.Worker 4]
|
127 |
+
Initial Block Size 256.0 KB
|
128 |
+
Current Block Size 256.0 KB
|
129 |
+
Peak Allocated Bytes 0 B
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Job.Worker 3]
|
132 |
+
Initial Block Size 256.0 KB
|
133 |
+
Current Block Size 256.0 KB
|
134 |
+
Peak Allocated Bytes 0 B
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Job.Worker 1]
|
182 |
+
Initial Block Size 256.0 KB
|
183 |
+
Current Block Size 256.0 KB
|
184 |
+
Peak Allocated Bytes 0 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_Job.Worker 2]
|
187 |
+
Initial Block Size 256.0 KB
|
188 |
+
Current Block Size 256.0 KB
|
189 |
+
Peak Allocated Bytes 0 B
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
192 |
+
Initial Block Size 32.0 KB
|
193 |
+
Current Block Size 32.0 KB
|
194 |
+
Peak Allocated Bytes 0 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 0 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 0 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
207 |
+
Initial Block Size 32.0 KB
|
208 |
+
Current Block Size 32.0 KB
|
209 |
+
Peak Allocated Bytes 0 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
212 |
+
Initial Block Size 64.0 KB
|
213 |
+
Current Block Size 64.0 KB
|
214 |
+
Peak Allocated Bytes 0 B
|
215 |
+
Overflow Count 0
|
216 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
217 |
+
Peak main deferred allocation count 4
|
218 |
+
[ALLOC_BUCKET]
|
219 |
+
Large Block size 4.0 MB
|
220 |
+
Used Block count 1
|
221 |
+
Peak Allocated bytes 1.0 MB
|
222 |
+
[ALLOC_DEFAULT_MAIN]
|
223 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 31913 frames
|
224 |
+
Requested Block Size 16.0 MB
|
225 |
+
Peak Block count 1
|
226 |
+
Peak Allocated memory 4.9 MB
|
227 |
+
Peak Large allocation bytes 0 B
|
228 |
+
[ALLOC_DEFAULT_THREAD]
|
229 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 31913 frames
|
230 |
+
Requested Block Size 16.0 MB
|
231 |
+
Peak Block count 1
|
232 |
+
Peak Allocated memory 17.4 MB
|
233 |
+
Peak Large allocation bytes 16.0 MB
|
234 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
245 |
+
Initial Block Size 2.0 MB
|
246 |
+
Used Block Count 2
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
250 |
+
Initial Block Size 1.0 MB
|
251 |
+
Used Block Count 3
|
252 |
+
Overflow Count (too large) 0
|
253 |
+
Overflow Count (full) 0
|
254 |
+
[ALLOC_GFX] Dual Thread Allocator
|
255 |
+
Peak main deferred allocation count 0
|
256 |
+
[ALLOC_BUCKET]
|
257 |
+
Large Block size 4.0 MB
|
258 |
+
Used Block count 1
|
259 |
+
Peak Allocated bytes 1.0 MB
|
260 |
+
[ALLOC_GFX_MAIN]
|
261 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 31912 frames, [64.0 KB-128.0 KB]: 1 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 65.6 KB
|
265 |
+
Peak Large allocation bytes 0 B
|
266 |
+
[ALLOC_GFX_THREAD]
|
267 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 31913 frames
|
268 |
+
Requested Block Size 16.0 MB
|
269 |
+
Peak Block count 1
|
270 |
+
Peak Allocated memory 173.5 KB
|
271 |
+
Peak Large allocation bytes 0 B
|
272 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
273 |
+
Peak main deferred allocation count 0
|
274 |
+
[ALLOC_BUCKET]
|
275 |
+
Large Block size 4.0 MB
|
276 |
+
Used Block count 1
|
277 |
+
Peak Allocated bytes 1.0 MB
|
278 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
279 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 31913 frames
|
280 |
+
Requested Block Size 4.0 MB
|
281 |
+
Peak Block count 1
|
282 |
+
Peak Allocated memory 0.6 MB
|
283 |
+
Peak Large allocation bytes 0 B
|
284 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
285 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 31912 frames, [4.0 MB-8.0 MB]: 1 frames
|
286 |
+
Requested Block Size 4.0 MB
|
287 |
+
Peak Block count 2
|
288 |
+
Peak Allocated memory 4.5 MB
|
289 |
+
Peak Large allocation bytes 0 B
|
290 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
291 |
+
Peak main deferred allocation count 0
|
292 |
+
[ALLOC_BUCKET]
|
293 |
+
Large Block size 4.0 MB
|
294 |
+
Used Block count 1
|
295 |
+
Peak Allocated bytes 1.0 MB
|
296 |
+
[ALLOC_TYPETREE_MAIN]
|
297 |
+
Peak usage frame count: [0-1.0 KB]: 31913 frames
|
298 |
+
Requested Block Size 2.0 MB
|
299 |
+
Peak Block count 1
|
300 |
+
Peak Allocated memory 1.0 KB
|
301 |
+
Peak Large allocation bytes 0 B
|
302 |
+
[ALLOC_TYPETREE_THREAD]
|
303 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 31912 frames, [2.0 KB-4.0 KB]: 1 frames
|
304 |
+
Requested Block Size 2.0 MB
|
305 |
+
Peak Block count 1
|
306 |
+
Peak Allocated memory 2.2 KB
|
307 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-6.log
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(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.866 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)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 1.260243 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
Setting up 4 worker threads for Enlighten.
|
67 |
+
Memory Statistics:
|
68 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
+
StackAllocators :
|
70 |
+
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 31247 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
+
Initial Block Size 4.0 MB
|
73 |
+
Current Block Size 4.0 MB
|
74 |
+
Peak Allocated Bytes 2.1 MB
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
77 |
+
Initial Block Size 64.0 KB
|
78 |
+
Current Block Size 64.0 KB
|
79 |
+
Peak Allocated Bytes 128 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
82 |
+
Initial Block Size 256.0 KB
|
83 |
+
Current Block Size 300.0 KB
|
84 |
+
Peak Allocated Bytes 249.6 KB
|
85 |
+
Overflow Count 4
|
86 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Job.Worker 6]
|
92 |
+
Initial Block Size 256.0 KB
|
93 |
+
Current Block Size 256.0 KB
|
94 |
+
Peak Allocated Bytes 0 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Job.Worker 0]
|
97 |
+
Initial Block Size 256.0 KB
|
98 |
+
Current Block Size 256.0 KB
|
99 |
+
Peak Allocated Bytes 0 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Job.Worker 5]
|
112 |
+
Initial Block Size 256.0 KB
|
113 |
+
Current Block Size 256.0 KB
|
114 |
+
Peak Allocated Bytes 0.7 KB
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 0 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Job.Worker 4]
|
127 |
+
Initial Block Size 256.0 KB
|
128 |
+
Current Block Size 256.0 KB
|
129 |
+
Peak Allocated Bytes 0 B
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Job.Worker 3]
|
132 |
+
Initial Block Size 256.0 KB
|
133 |
+
Current Block Size 256.0 KB
|
134 |
+
Peak Allocated Bytes 0 B
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Job.Worker 1]
|
182 |
+
Initial Block Size 256.0 KB
|
183 |
+
Current Block Size 256.0 KB
|
184 |
+
Peak Allocated Bytes 0 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_Job.Worker 2]
|
187 |
+
Initial Block Size 256.0 KB
|
188 |
+
Current Block Size 256.0 KB
|
189 |
+
Peak Allocated Bytes 0 B
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
192 |
+
Initial Block Size 32.0 KB
|
193 |
+
Current Block Size 32.0 KB
|
194 |
+
Peak Allocated Bytes 0 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 0 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 0 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
207 |
+
Initial Block Size 32.0 KB
|
208 |
+
Current Block Size 32.0 KB
|
209 |
+
Peak Allocated Bytes 0 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
212 |
+
Initial Block Size 64.0 KB
|
213 |
+
Current Block Size 64.0 KB
|
214 |
+
Peak Allocated Bytes 0 B
|
215 |
+
Overflow Count 0
|
216 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
217 |
+
Peak main deferred allocation count 4
|
218 |
+
[ALLOC_BUCKET]
|
219 |
+
Large Block size 4.0 MB
|
220 |
+
Used Block count 1
|
221 |
+
Peak Allocated bytes 1.0 MB
|
222 |
+
[ALLOC_DEFAULT_MAIN]
|
223 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 31248 frames
|
224 |
+
Requested Block Size 16.0 MB
|
225 |
+
Peak Block count 1
|
226 |
+
Peak Allocated memory 4.7 MB
|
227 |
+
Peak Large allocation bytes 0 B
|
228 |
+
[ALLOC_DEFAULT_THREAD]
|
229 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 31248 frames
|
230 |
+
Requested Block Size 16.0 MB
|
231 |
+
Peak Block count 1
|
232 |
+
Peak Allocated memory 17.6 MB
|
233 |
+
Peak Large allocation bytes 16.0 MB
|
234 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
245 |
+
Initial Block Size 2.0 MB
|
246 |
+
Used Block Count 2
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
250 |
+
Initial Block Size 1.0 MB
|
251 |
+
Used Block Count 3
|
252 |
+
Overflow Count (too large) 0
|
253 |
+
Overflow Count (full) 0
|
254 |
+
[ALLOC_GFX] Dual Thread Allocator
|
255 |
+
Peak main deferred allocation count 0
|
256 |
+
[ALLOC_BUCKET]
|
257 |
+
Large Block size 4.0 MB
|
258 |
+
Used Block count 1
|
259 |
+
Peak Allocated bytes 1.0 MB
|
260 |
+
[ALLOC_GFX_MAIN]
|
261 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 31247 frames, [64.0 KB-128.0 KB]: 1 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 65.6 KB
|
265 |
+
Peak Large allocation bytes 0 B
|
266 |
+
[ALLOC_GFX_THREAD]
|
267 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 31248 frames
|
268 |
+
Requested Block Size 16.0 MB
|
269 |
+
Peak Block count 1
|
270 |
+
Peak Allocated memory 173.5 KB
|
271 |
+
Peak Large allocation bytes 0 B
|
272 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
273 |
+
Peak main deferred allocation count 0
|
274 |
+
[ALLOC_BUCKET]
|
275 |
+
Large Block size 4.0 MB
|
276 |
+
Used Block count 1
|
277 |
+
Peak Allocated bytes 1.0 MB
|
278 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
279 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 31248 frames
|
280 |
+
Requested Block Size 4.0 MB
|
281 |
+
Peak Block count 1
|
282 |
+
Peak Allocated memory 0.6 MB
|
283 |
+
Peak Large allocation bytes 0 B
|
284 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
285 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 31247 frames, [2.0 MB-4.0 MB]: 1 frames
|
286 |
+
Requested Block Size 4.0 MB
|
287 |
+
Peak Block count 1
|
288 |
+
Peak Allocated memory 4.0 MB
|
289 |
+
Peak Large allocation bytes 0 B
|
290 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
291 |
+
Peak main deferred allocation count 0
|
292 |
+
[ALLOC_BUCKET]
|
293 |
+
Large Block size 4.0 MB
|
294 |
+
Used Block count 1
|
295 |
+
Peak Allocated bytes 1.0 MB
|
296 |
+
[ALLOC_TYPETREE_MAIN]
|
297 |
+
Peak usage frame count: [0-1.0 KB]: 31248 frames
|
298 |
+
Requested Block Size 2.0 MB
|
299 |
+
Peak Block count 1
|
300 |
+
Peak Allocated memory 1.0 KB
|
301 |
+
Peak Large allocation bytes 0 B
|
302 |
+
[ALLOC_TYPETREE_THREAD]
|
303 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 31247 frames, [2.0 KB-4.0 KB]: 1 frames
|
304 |
+
Requested Block Size 2.0 MB
|
305 |
+
Peak Block count 1
|
306 |
+
Peak Allocated memory 2.2 KB
|
307 |
+
Peak Large allocation bytes 0 B
|
run_logs/Player-7.log
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /notebooks/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2642:(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:767:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2642:(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.872 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)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - 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 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 1.052589 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
Setting up 4 worker threads for Enlighten.
|
67 |
+
Memory Statistics:
|
68 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
69 |
+
StackAllocators :
|
70 |
+
[ALLOC_TEMP_MAIN]
|
71 |
+
Peak usage frame count: [4.0 KB-8.0 KB]: 1 frames, [8.0 KB-16.0 KB]: 30738 frames, [2.0 MB-4.0 MB]: 1 frames
|
72 |
+
Initial Block Size 4.0 MB
|
73 |
+
Current Block Size 4.0 MB
|
74 |
+
Peak Allocated Bytes 2.1 MB
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
77 |
+
Initial Block Size 64.0 KB
|
78 |
+
Current Block Size 64.0 KB
|
79 |
+
Peak Allocated Bytes 128 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
82 |
+
Initial Block Size 256.0 KB
|
83 |
+
Current Block Size 300.0 KB
|
84 |
+
Peak Allocated Bytes 249.6 KB
|
85 |
+
Overflow Count 4
|
86 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Job.Worker 6]
|
92 |
+
Initial Block Size 256.0 KB
|
93 |
+
Current Block Size 256.0 KB
|
94 |
+
Peak Allocated Bytes 0 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Job.Worker 0]
|
97 |
+
Initial Block Size 256.0 KB
|
98 |
+
Current Block Size 256.0 KB
|
99 |
+
Peak Allocated Bytes 0 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Job.Worker 5]
|
112 |
+
Initial Block Size 256.0 KB
|
113 |
+
Current Block Size 256.0 KB
|
114 |
+
Peak Allocated Bytes 0 B
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 0 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Job.Worker 4]
|
127 |
+
Initial Block Size 256.0 KB
|
128 |
+
Current Block Size 256.0 KB
|
129 |
+
Peak Allocated Bytes 0 B
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Job.Worker 3]
|
132 |
+
Initial Block Size 256.0 KB
|
133 |
+
Current Block Size 256.0 KB
|
134 |
+
Peak Allocated Bytes 0 B
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 0 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Job.Worker 1]
|
182 |
+
Initial Block Size 256.0 KB
|
183 |
+
Current Block Size 256.0 KB
|
184 |
+
Peak Allocated Bytes 0 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_Job.Worker 2]
|
187 |
+
Initial Block Size 256.0 KB
|
188 |
+
Current Block Size 256.0 KB
|
189 |
+
Peak Allocated Bytes 0.7 KB
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
192 |
+
Initial Block Size 32.0 KB
|
193 |
+
Current Block Size 32.0 KB
|
194 |
+
Peak Allocated Bytes 0 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 0 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 0 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
207 |
+
Initial Block Size 32.0 KB
|
208 |
+
Current Block Size 32.0 KB
|
209 |
+
Peak Allocated Bytes 0 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
212 |
+
Initial Block Size 64.0 KB
|
213 |
+
Current Block Size 64.0 KB
|
214 |
+
Peak Allocated Bytes 0 B
|
215 |
+
Overflow Count 0
|
216 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
217 |
+
Peak main deferred allocation count 3
|
218 |
+
[ALLOC_BUCKET]
|
219 |
+
Large Block size 4.0 MB
|
220 |
+
Used Block count 1
|
221 |
+
Peak Allocated bytes 1.0 MB
|
222 |
+
[ALLOC_DEFAULT_MAIN]
|
223 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 30740 frames
|
224 |
+
Requested Block Size 16.0 MB
|
225 |
+
Peak Block count 1
|
226 |
+
Peak Allocated memory 5.0 MB
|
227 |
+
Peak Large allocation bytes 0 B
|
228 |
+
[ALLOC_DEFAULT_THREAD]
|
229 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 30740 frames
|
230 |
+
Requested Block Size 16.0 MB
|
231 |
+
Peak Block count 1
|
232 |
+
Peak Allocated memory 17.3 MB
|
233 |
+
Peak Large allocation bytes 16.0 MB
|
234 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
245 |
+
Initial Block Size 2.0 MB
|
246 |
+
Used Block Count 2
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
250 |
+
Initial Block Size 1.0 MB
|
251 |
+
Used Block Count 3
|
252 |
+
Overflow Count (too large) 0
|
253 |
+
Overflow Count (full) 0
|
254 |
+
[ALLOC_GFX] Dual Thread Allocator
|
255 |
+
Peak main deferred allocation count 0
|
256 |
+
[ALLOC_BUCKET]
|
257 |
+
Large Block size 4.0 MB
|
258 |
+
Used Block count 1
|
259 |
+
Peak Allocated bytes 1.0 MB
|
260 |
+
[ALLOC_GFX_MAIN]
|
261 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 30739 frames, [64.0 KB-128.0 KB]: 1 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 65.6 KB
|
265 |
+
Peak Large allocation bytes 0 B
|
266 |
+
[ALLOC_GFX_THREAD]
|
267 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 30740 frames
|
268 |
+
Requested Block Size 16.0 MB
|
269 |
+
Peak Block count 1
|
270 |
+
Peak Allocated memory 173.5 KB
|
271 |
+
Peak Large allocation bytes 0 B
|
272 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
273 |
+
Peak main deferred allocation count 0
|
274 |
+
[ALLOC_BUCKET]
|
275 |
+
Large Block size 4.0 MB
|
276 |
+
Used Block count 1
|
277 |
+
Peak Allocated bytes 1.0 MB
|
278 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
279 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 30740 frames
|
280 |
+
Requested Block Size 4.0 MB
|
281 |
+
Peak Block count 1
|
282 |
+
Peak Allocated memory 0.6 MB
|
283 |
+
Peak Large allocation bytes 0 B
|
284 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
285 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 30739 frames, [4.0 MB-8.0 MB]: 1 frames
|
286 |
+
Requested Block Size 4.0 MB
|
287 |
+
Peak Block count 2
|
288 |
+
Peak Allocated memory 4.5 MB
|
289 |
+
Peak Large allocation bytes 0 B
|
290 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
291 |
+
Peak main deferred allocation count 0
|
292 |
+
[ALLOC_BUCKET]
|
293 |
+
Large Block size 4.0 MB
|
294 |
+
Used Block count 1
|
295 |
+
Peak Allocated bytes 1.0 MB
|
296 |
+
[ALLOC_TYPETREE_MAIN]
|
297 |
+
Peak usage frame count: [0-1.0 KB]: 30740 frames
|
298 |
+
Requested Block Size 2.0 MB
|
299 |
+
Peak Block count 1
|
300 |
+
Peak Allocated memory 1.0 KB
|
301 |
+
Peak Large allocation bytes 0 B
|
302 |
+
[ALLOC_TYPETREE_THREAD]
|
303 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 30739 frames, [2.0 KB-4.0 KB]: 1 frames
|
304 |
+
Requested Block Size 2.0 MB
|
305 |
+
Peak Block count 1
|
306 |
+
Peak Allocated memory 2.2 KB
|
307 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,424 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 2.003343343734741,
|
6 |
+
"min": 1.9708576202392578,
|
7 |
+
"max": 2.1876306533813477,
|
8 |
+
"count": 1477
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 43592.75,
|
12 |
+
"min": 23739.12109375,
|
13 |
+
"max": 82534.9296875,
|
14 |
+
"count": 1477
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 76.8125,
|
18 |
+
"min": 36.73134328358209,
|
19 |
+
"max": 101.61224489795919,
|
20 |
+
"count": 1477
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 19664.0,
|
24 |
+
"min": 17604.0,
|
25 |
+
"max": 21728.0,
|
26 |
+
"count": 1477
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1670.7651227852452,
|
30 |
+
"min": 1601.1127254363437,
|
31 |
+
"max": 1704.3837233041015,
|
32 |
+
"count": 1477
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 213857.9357165114,
|
36 |
+
"min": 159515.3794194312,
|
37 |
+
"max": 441518.90886224207,
|
38 |
+
"count": 1477
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 44049940.0,
|
42 |
+
"min": 29289991.0,
|
43 |
+
"max": 44049940.0,
|
44 |
+
"count": 1477
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 44049940.0,
|
48 |
+
"min": 29289991.0,
|
49 |
+
"max": 44049940.0,
|
50 |
+
"count": 1477
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.03564319759607315,
|
54 |
+
"min": -0.15263502299785614,
|
55 |
+
"max": 0.11819735169410706,
|
56 |
+
"count": 1477
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -4.562329292297363,
|
60 |
+
"min": -30.679805755615234,
|
61 |
+
"max": 16.66582679748535,
|
62 |
+
"count": 1477
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.042671047151088715,
|
66 |
+
"min": -0.15662381052970886,
|
67 |
+
"max": 0.11775153130292892,
|
68 |
+
"count": 1477
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -5.4618940353393555,
|
72 |
+
"min": -30.357221603393555,
|
73 |
+
"max": 16.60296630859375,
|
74 |
+
"count": 1477
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 1477
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 1477
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.007621875032782555,
|
90 |
+
"min": -0.4151710142260012,
|
91 |
+
"max": 0.3564786274208982,
|
92 |
+
"count": 1477
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -0.975600004196167,
|
96 |
+
"min": -61.85380005836487,
|
97 |
+
"max": 55.43279951810837,
|
98 |
+
"count": 1477
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.007621875032782555,
|
102 |
+
"min": -0.4151710142260012,
|
103 |
+
"max": 0.3564786274208982,
|
104 |
+
"count": 1477
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -0.975600004196167,
|
108 |
+
"min": -61.85380005836487,
|
109 |
+
"max": 55.43279951810837,
|
110 |
+
"count": 1477
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 1477
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 1477
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.03137518592508665,
|
126 |
+
"min": 0.024403294395112123,
|
127 |
+
"max": 0.04008166282971312,
|
128 |
+
"count": 99
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.03137518592508665,
|
132 |
+
"min": 0.024403294395112123,
|
133 |
+
"max": 0.04008166282971312,
|
134 |
+
"count": 99
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.09145575053989888,
|
138 |
+
"min": 0.08953478472928206,
|
139 |
+
"max": 0.1007272166510423,
|
140 |
+
"count": 99
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.09145575053989888,
|
144 |
+
"min": 0.08953478472928206,
|
145 |
+
"max": 0.1007272166510423,
|
146 |
+
"count": 99
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.09841533179084459,
|
150 |
+
"min": 0.09468790317575136,
|
151 |
+
"max": 0.10798867183427016,
|
152 |
+
"count": 99
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.09841533179084459,
|
156 |
+
"min": 0.09468790317575136,
|
157 |
+
"max": 0.10798867183427016,
|
158 |
+
"count": 99
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0006722427799797718,
|
162 |
+
"min": 0.0006722427799797718,
|
163 |
+
"max": 0.0008468438214296836,
|
164 |
+
"count": 99
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0006722427799797718,
|
168 |
+
"min": 0.0006722427799797718,
|
169 |
+
"max": 0.0008468438214296836,
|
170 |
+
"count": 99
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.19523438759999995,
|
174 |
+
"min": 0.19523438759999995,
|
175 |
+
"max": 0.2199695372,
|
176 |
+
"count": 99
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.19523438759999995,
|
180 |
+
"min": 0.19523438759999995,
|
181 |
+
"max": 0.2199695372,
|
182 |
+
"count": 99
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.004486016217200001,
|
186 |
+
"min": 0.004486016217200001,
|
187 |
+
"max": 0.0056485682484,
|
188 |
+
"count": 99
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.004486016217200001,
|
192 |
+
"min": 0.004486016217200001,
|
193 |
+
"max": 0.0056485682484,
|
194 |
+
"count": 99
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1680835105",
|
200 |
+
"python_version": "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]",
|
201 |
+
"command_line_arguments": "/root/miniconda3/envs/rl/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env ./training-envs-executables/SoccerTwos/SoccerTwos.x86_64 --run-id=Soccerdfm3 --no-graphics --num-envs=8 --resume",
|
202 |
+
"mlagents_version": "0.31.0.dev0",
|
203 |
+
"mlagents_envs_version": "0.31.0.dev0",
|
204 |
+
"communication_protocol_version": "1.5.0",
|
205 |
+
"pytorch_version": "1.11.0+cu102",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1680856411"
|
208 |
+
},
|
209 |
+
"total": 21305.654196248972,
|
210 |
+
"count": 1,
|
211 |
+
"self": 0.3835055830422789,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.06492231995798647,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.06492231995798647
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 21305.20576834597,
|
220 |
+
"count": 1,
|
221 |
+
"self": 12.364694083342329,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 16.98002697818447,
|
225 |
+
"count": 51,
|
226 |
+
"self": 16.98002697818447
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 21275.617133334512,
|
230 |
+
"count": 235642,
|
231 |
+
"self": 12.49872620915994,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 10321.006922980538,
|
235 |
+
"count": 235642,
|
236 |
+
"self": 3641.696710498538,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 6667.405239665532,
|
240 |
+
"count": 1031905,
|
241 |
+
"self": 287.2387354298262,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 6380.166504235705,
|
245 |
+
"count": 1896846,
|
246 |
+
"self": 6380.166504235705
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 11.904972816468216,
|
252 |
+
"count": 235642,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 170298.7223940111,
|
257 |
+
"count": 1031757,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 149856.75535241328,
|
260 |
+
"children": {
|
261 |
+
"run_training.setup": {
|
262 |
+
"total": 0.0,
|
263 |
+
"count": 0,
|
264 |
+
"is_parallel": true,
|
265 |
+
"self": 0.0,
|
266 |
+
"children": {
|
267 |
+
"steps_from_proto": {
|
268 |
+
"total": 0.009239372215233743,
|
269 |
+
"count": 6,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.002887515351176262,
|
272 |
+
"children": {
|
273 |
+
"_process_rank_one_or_two_observation": {
|
274 |
+
"total": 0.006351856864057481,
|
275 |
+
"count": 24,
|
276 |
+
"is_parallel": true,
|
277 |
+
"self": 0.006351856864057481
|
278 |
+
}
|
279 |
+
}
|
280 |
+
},
|
281 |
+
"UnityEnvironment.step": {
|
282 |
+
"total": 0.13438456412404776,
|
283 |
+
"count": 3,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 0.002318184240721166,
|
286 |
+
"children": {
|
287 |
+
"UnityEnvironment._generate_step_input": {
|
288 |
+
"total": 0.0016609878512099385,
|
289 |
+
"count": 3,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 0.0016609878512099385
|
292 |
+
},
|
293 |
+
"communicator.exchange": {
|
294 |
+
"total": 0.12017314601689577,
|
295 |
+
"count": 3,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 0.12017314601689577
|
298 |
+
},
|
299 |
+
"steps_from_proto": {
|
300 |
+
"total": 0.01023224601522088,
|
301 |
+
"count": 6,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 0.005091428989544511,
|
304 |
+
"children": {
|
305 |
+
"_process_rank_one_or_two_observation": {
|
306 |
+
"total": 0.00514081702567637,
|
307 |
+
"count": 24,
|
308 |
+
"is_parallel": true,
|
309 |
+
"self": 0.00514081702567637
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
}
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"steps_from_proto": {
|
318 |
+
"total": 0.9495218469528481,
|
319 |
+
"count": 800,
|
320 |
+
"is_parallel": true,
|
321 |
+
"self": 0.1897926511010155,
|
322 |
+
"children": {
|
323 |
+
"_process_rank_one_or_two_observation": {
|
324 |
+
"total": 0.7597291958518326,
|
325 |
+
"count": 3200,
|
326 |
+
"is_parallel": true,
|
327 |
+
"self": 0.7597291958518326
|
328 |
+
}
|
329 |
+
}
|
330 |
+
},
|
331 |
+
"UnityEnvironment.step": {
|
332 |
+
"total": 20441.017519750865,
|
333 |
+
"count": 1031754,
|
334 |
+
"is_parallel": true,
|
335 |
+
"self": 809.942611741717,
|
336 |
+
"children": {
|
337 |
+
"UnityEnvironment._generate_step_input": {
|
338 |
+
"total": 491.75240738736466,
|
339 |
+
"count": 1031754,
|
340 |
+
"is_parallel": true,
|
341 |
+
"self": 491.75240738736466
|
342 |
+
},
|
343 |
+
"communicator.exchange": {
|
344 |
+
"total": 16869.858613911667,
|
345 |
+
"count": 1031754,
|
346 |
+
"is_parallel": true,
|
347 |
+
"self": 16869.858613911667
|
348 |
+
},
|
349 |
+
"steps_from_proto": {
|
350 |
+
"total": 2269.4638867101166,
|
351 |
+
"count": 2063508,
|
352 |
+
"is_parallel": true,
|
353 |
+
"self": 468.5409127617022,
|
354 |
+
"children": {
|
355 |
+
"_process_rank_one_or_two_observation": {
|
356 |
+
"total": 1800.9229739484144,
|
357 |
+
"count": 8254032,
|
358 |
+
"is_parallel": true,
|
359 |
+
"self": 1800.9229739484144
|
360 |
+
}
|
361 |
+
}
|
362 |
+
}
|
363 |
+
}
|
364 |
+
}
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
369 |
+
}
|
370 |
+
},
|
371 |
+
"trainer_advance": {
|
372 |
+
"total": 10942.111484144814,
|
373 |
+
"count": 235642,
|
374 |
+
"self": 231.14730785612483,
|
375 |
+
"children": {
|
376 |
+
"process_trajectory": {
|
377 |
+
"total": 7970.503791292198,
|
378 |
+
"count": 235642,
|
379 |
+
"self": 7962.784578561434,
|
380 |
+
"children": {
|
381 |
+
"RLTrainer._checkpoint": {
|
382 |
+
"total": 7.719212730764411,
|
383 |
+
"count": 30,
|
384 |
+
"self": 7.719212730764411
|
385 |
+
}
|
386 |
+
}
|
387 |
+
},
|
388 |
+
"_update_policy": {
|
389 |
+
"total": 2740.4603849964915,
|
390 |
+
"count": 99,
|
391 |
+
"self": 841.0260717158671,
|
392 |
+
"children": {
|
393 |
+
"TorchPOCAOptimizer.update": {
|
394 |
+
"total": 1899.4343132806243,
|
395 |
+
"count": 5940,
|
396 |
+
"self": 1899.4343132806243
|
397 |
+
}
|
398 |
+
}
|
399 |
+
}
|
400 |
+
}
|
401 |
+
}
|
402 |
+
}
|
403 |
+
},
|
404 |
+
"trainer_threads": {
|
405 |
+
"total": 1.6560079529881477e-06,
|
406 |
+
"count": 1,
|
407 |
+
"self": 1.6560079529881477e-06
|
408 |
+
},
|
409 |
+
"TrainerController._save_models": {
|
410 |
+
"total": 0.24391229392495006,
|
411 |
+
"count": 1,
|
412 |
+
"self": 0.006276611937209964,
|
413 |
+
"children": {
|
414 |
+
"RLTrainer._checkpoint": {
|
415 |
+
"total": 0.2376356819877401,
|
416 |
+
"count": 1,
|
417 |
+
"self": 0.2376356819877401
|
418 |
+
}
|
419 |
+
}
|
420 |
+
}
|
421 |
+
}
|
422 |
+
}
|
423 |
+
}
|
424 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"elo": 1667.311995057036,
|
4 |
+
"checkpoints": [
|
5 |
+
{
|
6 |
+
"steps": 42499892,
|
7 |
+
"file_path": "results/Soccerdfm3/SoccerTwos/SoccerTwos-42499892.onnx",
|
8 |
+
"reward": 0.0,
|
9 |
+
"creation_time": 1680854229.367245,
|
10 |
+
"auxillary_file_paths": [
|
11 |
+
"results/Soccerdfm3/SoccerTwos/SoccerTwos-42499892.pt"
|
12 |
+
]
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"steps": 42999833,
|
16 |
+
"file_path": "results/Soccerdfm3/SoccerTwos/SoccerTwos-42999833.onnx",
|
17 |
+
"reward": 0.0,
|
18 |
+
"creation_time": 1680854923.3007762,
|
19 |
+
"auxillary_file_paths": [
|
20 |
+
"results/Soccerdfm3/SoccerTwos/SoccerTwos-42999833.pt"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"steps": 43499722,
|
25 |
+
"file_path": "results/Soccerdfm3/SoccerTwos/SoccerTwos-43499722.onnx",
|
26 |
+
"reward": 0.0,
|
27 |
+
"creation_time": 1680855625.7439528,
|
28 |
+
"auxillary_file_paths": [
|
29 |
+
"results/Soccerdfm3/SoccerTwos/SoccerTwos-43499722.pt"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"steps": 43999940,
|
34 |
+
"file_path": "results/Soccerdfm3/SoccerTwos/SoccerTwos-43999940.onnx",
|
35 |
+
"reward": 0.0,
|
36 |
+
"creation_time": 1680856348.1278558,
|
37 |
+
"auxillary_file_paths": [
|
38 |
+
"results/Soccerdfm3/SoccerTwos/SoccerTwos-43999940.pt"
|
39 |
+
]
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"steps": 44051158,
|
43 |
+
"file_path": "results/Soccerdfm3/SoccerTwos/SoccerTwos-44051158.onnx",
|
44 |
+
"reward": 0.0,
|
45 |
+
"creation_time": 1680856410.7041903,
|
46 |
+
"auxillary_file_paths": [
|
47 |
+
"results/Soccerdfm3/SoccerTwos/SoccerTwos-44051158.pt"
|
48 |
+
]
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 44051158,
|
53 |
+
"file_path": "results/Soccerdfm3/SoccerTwos.onnx",
|
54 |
+
"reward": 0.0,
|
55 |
+
"creation_time": 1680856410.7041903,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results/Soccerdfm3/SoccerTwos/SoccerTwos-44051158.pt"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"metadata": {
|
62 |
+
"stats_format_version": "0.3.0",
|
63 |
+
"mlagents_version": "0.31.0.dev0",
|
64 |
+
"torch_version": "1.11.0+cu102"
|
65 |
+
}
|
66 |
+
}
|