Second Push
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .ipynb_checkpoints/configuration-checkpoint.yaml +85 -0
- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-39499822.onnx +3 -0
- SoccerTwos/SoccerTwos-39499822.pt +3 -0
- SoccerTwos/SoccerTwos-39999951.onnx +3 -0
- SoccerTwos/SoccerTwos-39999951.pt +3 -0
- SoccerTwos/SoccerTwos-40499961.onnx +3 -0
- SoccerTwos/SoccerTwos-40499961.pt +3 -0
- SoccerTwos/SoccerTwos-40999995.onnx +3 -0
- SoccerTwos/SoccerTwos-40999995.pt +3 -0
- SoccerTwos/SoccerTwos-41499846.onnx +3 -0
- SoccerTwos/SoccerTwos-41499846.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events-Copy1.out.tfevents.1775151413.e7ee0f44fb5c.2382676.0 +3 -0
- SoccerTwos/events.out.tfevents.1775151413.e7ee0f44fb5c.2382676.0 +3 -0
- config.json +1 -0
- configuration.yaml +85 -0
- run_logs/.ipynb_checkpoints/Player-0-checkpoint.log +93 -0
- run_logs/.ipynb_checkpoints/Player-18-checkpoint.log +90 -0
- run_logs/.ipynb_checkpoints/Player-31-checkpoint.log +75 -0
- run_logs/Player-0.log +174 -0
- run_logs/Player-1.log +166 -0
- run_logs/Player-10.log +173 -0
- run_logs/Player-11.log +170 -0
- run_logs/Player-12.log +168 -0
- run_logs/Player-13.log +170 -0
- run_logs/Player-14.log +172 -0
- run_logs/Player-15.log +169 -0
- run_logs/Player-16.log +171 -0
- run_logs/Player-17.log +174 -0
- run_logs/Player-18.log +171 -0
- run_logs/Player-19.log +172 -0
- run_logs/Player-2.log +175 -0
- run_logs/Player-20.log +165 -0
- run_logs/Player-21.log +170 -0
- run_logs/Player-22.log +172 -0
- run_logs/Player-23.log +172 -0
- run_logs/Player-24.log +172 -0
- run_logs/Player-25.log +173 -0
- run_logs/Player-26.log +168 -0
- run_logs/Player-27.log +166 -0
- run_logs/Player-28.log +175 -0
- run_logs/Player-29.log +167 -0
- run_logs/Player-3.log +173 -0
- run_logs/Player-30.log +114 -0
- run_logs/Player-31.log +115 -0
- run_logs/Player-4.log +171 -0
- run_logs/Player-5.log +175 -0
- run_logs/Player-6.log +169 -0
.ipynb_checkpoints/configuration-checkpoint.yaml
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_settings: null
|
| 2 |
+
behaviors:
|
| 3 |
+
SoccerTwos:
|
| 4 |
+
trainer_type: ppo
|
| 5 |
+
hyperparameters:
|
| 6 |
+
batch_size: 2048
|
| 7 |
+
buffer_size: 20480
|
| 8 |
+
learning_rate: 0.0003
|
| 9 |
+
beta: 0.005
|
| 10 |
+
epsilon: 0.2
|
| 11 |
+
lambd: 0.95
|
| 12 |
+
num_epoch: 3
|
| 13 |
+
learning_rate_schedule: linear
|
| 14 |
+
epsilon_schedule: linear
|
| 15 |
+
shared_critic: false
|
| 16 |
+
beta_schedule: linear
|
| 17 |
+
checkpoint_interval: 50000
|
| 18 |
+
network_settings:
|
| 19 |
+
normalize: true
|
| 20 |
+
hidden_units: 512
|
| 21 |
+
num_layers: 2
|
| 22 |
+
vis_encode_type: simple
|
| 23 |
+
memory: null
|
| 24 |
+
goal_conditioning_type: hyper
|
| 25 |
+
deterministic: false
|
| 26 |
+
reward_signals:
|
| 27 |
+
extrinsic:
|
| 28 |
+
gamma: 0.99
|
| 29 |
+
strength: 1.0
|
| 30 |
+
network_settings:
|
| 31 |
+
normalize: false
|
| 32 |
+
hidden_units: 128
|
| 33 |
+
num_layers: 2
|
| 34 |
+
vis_encode_type: simple
|
| 35 |
+
memory: null
|
| 36 |
+
goal_conditioning_type: hyper
|
| 37 |
+
deterministic: false
|
| 38 |
+
init_path: null
|
| 39 |
+
keep_checkpoints: 5
|
| 40 |
+
even_checkpoints: false
|
| 41 |
+
max_steps: 60000000
|
| 42 |
+
time_horizon: 256
|
| 43 |
+
summary_freq: 10000
|
| 44 |
+
threaded: false
|
| 45 |
+
self_play:
|
| 46 |
+
save_steps: 100000
|
| 47 |
+
team_change: 200000
|
| 48 |
+
swap_steps: 20000
|
| 49 |
+
window: 6
|
| 50 |
+
play_against_latest_model_ratio: 0.3
|
| 51 |
+
initial_elo: 1200.0
|
| 52 |
+
behavioral_cloning: null
|
| 53 |
+
env_settings:
|
| 54 |
+
env_path: ./training-envs-executables/linux/SoccerTwos/SoccerTwos
|
| 55 |
+
env_args: null
|
| 56 |
+
base_port: 5005
|
| 57 |
+
num_envs: 1
|
| 58 |
+
num_areas: 1
|
| 59 |
+
timeout_wait: 60
|
| 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 |
+
no_graphics_monitor: false
|
| 73 |
+
environment_parameters: null
|
| 74 |
+
checkpoint_settings:
|
| 75 |
+
run_id: SoccerTwos
|
| 76 |
+
initialize_from: null
|
| 77 |
+
load_model: false
|
| 78 |
+
resume: false
|
| 79 |
+
force: false
|
| 80 |
+
train_model: false
|
| 81 |
+
inference: false
|
| 82 |
+
results_dir: results
|
| 83 |
+
torch_settings:
|
| 84 |
+
device: null
|
| 85 |
+
debug: false
|
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: ml-agents
|
| 3 |
+
tags:
|
| 4 |
+
- SoccerTwos
|
| 5 |
+
- deep-reinforcement-learning
|
| 6 |
+
- reinforcement-learning
|
| 7 |
+
- ML-Agents-SoccerTwos
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# **ppo** Agent playing **SoccerTwos**
|
| 11 |
+
This is a trained model of a **ppo** agent playing **SoccerTwos**
|
| 12 |
+
using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
| 13 |
+
|
| 14 |
+
## Usage (with ML-Agents)
|
| 15 |
+
The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
|
| 16 |
+
|
| 17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
| 18 |
+
- A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
|
| 19 |
+
browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
|
| 20 |
+
- A *longer tutorial* to understand how works ML-Agents:
|
| 21 |
+
https://huggingface.co/learn/deep-rl-course/unit5/introduction
|
| 22 |
+
|
| 23 |
+
### Resume the training
|
| 24 |
+
```bash
|
| 25 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
### Watch your Agent play
|
| 29 |
+
You can watch your agent **playing directly in your browser**
|
| 30 |
+
|
| 31 |
+
1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
|
| 32 |
+
2. Step 1: Find your model_id: andyv237/poca-SoccerTwos
|
| 33 |
+
3. Step 2: Select your *.nn /*.onnx file
|
| 34 |
+
4. Click on Watch the agent play 👀
|
| 35 |
+
|
SoccerTwos.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09788ee60c6609040c6938a9b9106e7b8d872c7449e9107b1daa13035a36576c
|
| 3 |
+
size 1773175
|
SoccerTwos/SoccerTwos-39499822.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3067fc1daf37e85aba6380b002ee5eed6c1981a823f0ed707c9a5bffb341f3b9
|
| 3 |
+
size 1773175
|
SoccerTwos/SoccerTwos-39499822.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4bc2944777914d6f77ca44e44484078d6a108bb58893fe4712d87711254a213
|
| 3 |
+
size 28443867
|
SoccerTwos/SoccerTwos-39999951.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edf5778cdc9d053f2d818a3e660f454fc90990a55bcafca795b7fdb41492f105
|
| 3 |
+
size 1773175
|
SoccerTwos/SoccerTwos-39999951.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a481fea1e05b0d755458d771a7953991662b37bcfbf1d04b565d1a0c4e23594a
|
| 3 |
+
size 28443867
|
SoccerTwos/SoccerTwos-40499961.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba03cd34ff4712b0ae50b117c3047df5a22d566a8e0ef75fc7aa33a2aba0680d
|
| 3 |
+
size 1773175
|
SoccerTwos/SoccerTwos-40499961.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c10e658fa8ebf08017fc949ca37666f233a829245a73a28f08bb80f43c340266
|
| 3 |
+
size 28443867
|
SoccerTwos/SoccerTwos-40999995.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3ba144be593ed719800d70c28f7d087a60178ac77e8075a42dacfaf350eb035
|
| 3 |
+
size 1773175
|
SoccerTwos/SoccerTwos-40999995.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:167d2c269bfdb16c0303019e28a73c47d7bfa36c405096614e125b12f68dfc65
|
| 3 |
+
size 28443867
|
SoccerTwos/SoccerTwos-41499846.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09788ee60c6609040c6938a9b9106e7b8d872c7449e9107b1daa13035a36576c
|
| 3 |
+
size 1773175
|
SoccerTwos/SoccerTwos-41499846.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:413ea350323ef2fe1ea62fe8895911f497144cc8c7c75f137c152c5c92496629
|
| 3 |
+
size 28443867
|
SoccerTwos/checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e21270cccae1651336f97e1a546788c4cd917edb33895d8364e75886b61f812c
|
| 3 |
+
size 28442643
|
SoccerTwos/events-Copy1.out.tfevents.1775151413.e7ee0f44fb5c.2382676.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f7c73d23664d6e2260f22e2e5d935ac6d42ae100d6c0853c9a5ec6bce09aafd
|
| 3 |
+
size 37867402
|
SoccerTwos/events.out.tfevents.1775151413.e7ee0f44fb5c.2382676.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e85773fb3c41bf9985be4f81e2a00e69121dfb3bde279f3e5167a936679fe87
|
| 3 |
+
size 38031584
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "epsilon_schedule": "linear", "shared_critic": false, "beta_schedule": "linear"}, "checkpoint_interval": 50000, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 60000000, "time_horizon": 256, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 100000, "team_change": 200000, "swap_steps": 20000, "window": 6, "play_against_latest_model_ratio": 0.3, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SoccerTwos/SoccerTwos", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
default_settings: null
|
| 2 |
+
behaviors:
|
| 3 |
+
SoccerTwos:
|
| 4 |
+
trainer_type: ppo
|
| 5 |
+
hyperparameters:
|
| 6 |
+
batch_size: 2048
|
| 7 |
+
buffer_size: 20480
|
| 8 |
+
learning_rate: 0.0003
|
| 9 |
+
beta: 0.005
|
| 10 |
+
epsilon: 0.2
|
| 11 |
+
lambd: 0.95
|
| 12 |
+
num_epoch: 3
|
| 13 |
+
learning_rate_schedule: linear
|
| 14 |
+
epsilon_schedule: linear
|
| 15 |
+
shared_critic: false
|
| 16 |
+
beta_schedule: linear
|
| 17 |
+
checkpoint_interval: 50000
|
| 18 |
+
network_settings:
|
| 19 |
+
normalize: true
|
| 20 |
+
hidden_units: 512
|
| 21 |
+
num_layers: 2
|
| 22 |
+
vis_encode_type: simple
|
| 23 |
+
memory: null
|
| 24 |
+
goal_conditioning_type: hyper
|
| 25 |
+
deterministic: false
|
| 26 |
+
reward_signals:
|
| 27 |
+
extrinsic:
|
| 28 |
+
gamma: 0.99
|
| 29 |
+
strength: 1.0
|
| 30 |
+
network_settings:
|
| 31 |
+
normalize: false
|
| 32 |
+
hidden_units: 128
|
| 33 |
+
num_layers: 2
|
| 34 |
+
vis_encode_type: simple
|
| 35 |
+
memory: null
|
| 36 |
+
goal_conditioning_type: hyper
|
| 37 |
+
deterministic: false
|
| 38 |
+
init_path: null
|
| 39 |
+
keep_checkpoints: 5
|
| 40 |
+
even_checkpoints: false
|
| 41 |
+
max_steps: 60000000
|
| 42 |
+
time_horizon: 256
|
| 43 |
+
summary_freq: 10000
|
| 44 |
+
threaded: false
|
| 45 |
+
self_play:
|
| 46 |
+
save_steps: 100000
|
| 47 |
+
team_change: 200000
|
| 48 |
+
swap_steps: 20000
|
| 49 |
+
window: 6
|
| 50 |
+
play_against_latest_model_ratio: 0.3
|
| 51 |
+
initial_elo: 1200.0
|
| 52 |
+
behavioral_cloning: null
|
| 53 |
+
env_settings:
|
| 54 |
+
env_path: ./training-envs-executables/linux/SoccerTwos/SoccerTwos
|
| 55 |
+
env_args: null
|
| 56 |
+
base_port: 5005
|
| 57 |
+
num_envs: 1
|
| 58 |
+
num_areas: 1
|
| 59 |
+
timeout_wait: 60
|
| 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 |
+
no_graphics_monitor: false
|
| 73 |
+
environment_parameters: null
|
| 74 |
+
checkpoint_settings:
|
| 75 |
+
run_id: SoccerTwos
|
| 76 |
+
initialize_from: null
|
| 77 |
+
load_model: false
|
| 78 |
+
resume: false
|
| 79 |
+
force: false
|
| 80 |
+
train_model: false
|
| 81 |
+
inference: false
|
| 82 |
+
results_dir: results
|
| 83 |
+
torch_settings:
|
| 84 |
+
device: null
|
| 85 |
+
debug: false
|
run_logs/.ipynb_checkpoints/Player-0-checkpoint.log
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.095 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.843755 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
run_logs/.ipynb_checkpoints/Player-18-checkpoint.log
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.100 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.861258 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
run_logs/.ipynb_checkpoints/Player-31-checkpoint.log
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.097 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.818183 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
run_logs/Player-0.log
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.095 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.843755 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
| 174 |
+
TOO LONG
|
run_logs/Player-1.log
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.095 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.822370 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
run_logs/Player-10.log
ADDED
|
@@ -0,0 +1,173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.095 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.931556 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
run_logs/Player-11.log
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.098 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.921240 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
run_logs/Player-12.log
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.126 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 1.066427 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
run_logs/Player-13.log
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.098 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.841124 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
run_logs/Player-14.log
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.112 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.862741 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
run_logs/Player-15.log
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.095 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.826737 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
run_logs/Player-16.log
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.099 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.770760 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
run_logs/Player-17.log
ADDED
|
@@ -0,0 +1,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.095 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.923455 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
| 174 |
+
TOO LONG
|
run_logs/Player-18.log
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.100 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.861258 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
run_logs/Player-19.log
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.102 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.970100 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
run_logs/Player-2.log
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.097 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.794816 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
| 174 |
+
TOO LONG
|
| 175 |
+
TOO LONG
|
run_logs/Player-20.log
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.093 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 1.012017 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
run_logs/Player-21.log
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.098 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 1.093587 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
run_logs/Player-22.log
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.144 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.804070 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
run_logs/Player-23.log
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.093 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 1.054579 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
run_logs/Player-24.log
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.095 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.978873 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
run_logs/Player-25.log
ADDED
|
@@ -0,0 +1,173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.093 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 1.159675 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
run_logs/Player-26.log
ADDED
|
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.093 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.962206 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
run_logs/Player-27.log
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.093 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.858997 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
run_logs/Player-28.log
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.093 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.809456 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
| 174 |
+
TOO LONG
|
| 175 |
+
TOO LONG
|
run_logs/Player-29.log
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.094 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.936056 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
run_logs/Player-3.log
ADDED
|
@@ -0,0 +1,173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.102 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.943992 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
run_logs/Player-30.log
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.093 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.915282 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
run_logs/Player-31.log
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.097 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.818183 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
run_logs/Player-4.log
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.108 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.991461 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
run_logs/Player-5.log
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.094 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 1.095412 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|
| 170 |
+
TOO LONG
|
| 171 |
+
TOO LONG
|
| 172 |
+
TOO LONG
|
| 173 |
+
TOO LONG
|
| 174 |
+
TOO LONG
|
| 175 |
+
TOO LONG
|
run_logs/Player-6.log
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
| 3 |
+
Preloaded 'lib_burst_generated.so'
|
| 4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
| 5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 6 |
+
[Subsystems] Discovering subsystems at path /workspace/rl_course/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
| 7 |
+
Forcing GfxDevice: Null
|
| 8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
| 9 |
+
NullGfxDevice:
|
| 10 |
+
Version: NULL 1.0 [1.0]
|
| 11 |
+
Renderer: Null Device
|
| 12 |
+
Vendor: Unity Technologies
|
| 13 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 14 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 15 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 16 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 17 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 18 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 19 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 20 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 21 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 22 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
| 23 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
| 24 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
| 25 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
| 26 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
| 27 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
| 28 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
| 29 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
| 30 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
| 31 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
| 32 |
+
FMOD initialized on nosound output
|
| 33 |
+
Begin MonoManager ReloadAssembly
|
| 34 |
+
- Completed reload, in 0.097 seconds
|
| 35 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 36 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 37 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 38 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 39 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 40 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 41 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 42 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
| 43 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 44 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 45 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - 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 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 49 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
| 50 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 51 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 52 |
+
WARNING: Shader Unsupported: 'Standard' - 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 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 56 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
| 57 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
| 58 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
| 59 |
+
UnloadTime: 0.930043 ms
|
| 60 |
+
Registered Communicator in Agent.
|
| 61 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
| 62 |
+
requesting resize 84 x 84
|
| 63 |
+
TOO LONG
|
| 64 |
+
TOO LONG
|
| 65 |
+
TOO LONG
|
| 66 |
+
TOO LONG
|
| 67 |
+
TOO LONG
|
| 68 |
+
TOO LONG
|
| 69 |
+
TOO LONG
|
| 70 |
+
TOO LONG
|
| 71 |
+
TOO LONG
|
| 72 |
+
TOO LONG
|
| 73 |
+
TOO LONG
|
| 74 |
+
TOO LONG
|
| 75 |
+
TOO LONG
|
| 76 |
+
TOO LONG
|
| 77 |
+
TOO LONG
|
| 78 |
+
TOO LONG
|
| 79 |
+
TOO LONG
|
| 80 |
+
TOO LONG
|
| 81 |
+
TOO LONG
|
| 82 |
+
TOO LONG
|
| 83 |
+
TOO LONG
|
| 84 |
+
TOO LONG
|
| 85 |
+
TOO LONG
|
| 86 |
+
TOO LONG
|
| 87 |
+
TOO LONG
|
| 88 |
+
TOO LONG
|
| 89 |
+
TOO LONG
|
| 90 |
+
TOO LONG
|
| 91 |
+
TOO LONG
|
| 92 |
+
TOO LONG
|
| 93 |
+
TOO LONG
|
| 94 |
+
TOO LONG
|
| 95 |
+
TOO LONG
|
| 96 |
+
TOO LONG
|
| 97 |
+
TOO LONG
|
| 98 |
+
TOO LONG
|
| 99 |
+
TOO LONG
|
| 100 |
+
TOO LONG
|
| 101 |
+
TOO LONG
|
| 102 |
+
TOO LONG
|
| 103 |
+
TOO LONG
|
| 104 |
+
TOO LONG
|
| 105 |
+
TOO LONG
|
| 106 |
+
TOO LONG
|
| 107 |
+
TOO LONG
|
| 108 |
+
TOO LONG
|
| 109 |
+
TOO LONG
|
| 110 |
+
TOO LONG
|
| 111 |
+
TOO LONG
|
| 112 |
+
TOO LONG
|
| 113 |
+
TOO LONG
|
| 114 |
+
TOO LONG
|
| 115 |
+
TOO LONG
|
| 116 |
+
TOO LONG
|
| 117 |
+
TOO LONG
|
| 118 |
+
TOO LONG
|
| 119 |
+
TOO LONG
|
| 120 |
+
TOO LONG
|
| 121 |
+
TOO LONG
|
| 122 |
+
TOO LONG
|
| 123 |
+
TOO LONG
|
| 124 |
+
TOO LONG
|
| 125 |
+
TOO LONG
|
| 126 |
+
TOO LONG
|
| 127 |
+
TOO LONG
|
| 128 |
+
TOO LONG
|
| 129 |
+
TOO LONG
|
| 130 |
+
TOO LONG
|
| 131 |
+
TOO LONG
|
| 132 |
+
TOO LONG
|
| 133 |
+
TOO LONG
|
| 134 |
+
TOO LONG
|
| 135 |
+
TOO LONG
|
| 136 |
+
TOO LONG
|
| 137 |
+
TOO LONG
|
| 138 |
+
TOO LONG
|
| 139 |
+
TOO LONG
|
| 140 |
+
TOO LONG
|
| 141 |
+
TOO LONG
|
| 142 |
+
TOO LONG
|
| 143 |
+
TOO LONG
|
| 144 |
+
TOO LONG
|
| 145 |
+
TOO LONG
|
| 146 |
+
TOO LONG
|
| 147 |
+
TOO LONG
|
| 148 |
+
TOO LONG
|
| 149 |
+
TOO LONG
|
| 150 |
+
TOO LONG
|
| 151 |
+
TOO LONG
|
| 152 |
+
TOO LONG
|
| 153 |
+
TOO LONG
|
| 154 |
+
TOO LONG
|
| 155 |
+
TOO LONG
|
| 156 |
+
TOO LONG
|
| 157 |
+
TOO LONG
|
| 158 |
+
TOO LONG
|
| 159 |
+
TOO LONG
|
| 160 |
+
TOO LONG
|
| 161 |
+
TOO LONG
|
| 162 |
+
TOO LONG
|
| 163 |
+
TOO LONG
|
| 164 |
+
TOO LONG
|
| 165 |
+
TOO LONG
|
| 166 |
+
TOO LONG
|
| 167 |
+
TOO LONG
|
| 168 |
+
TOO LONG
|
| 169 |
+
TOO LONG
|