Huggingfly
commited on
Commit
•
1ef8e26
1
Parent(s):
0988479
First Push`
Browse files- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-14999966.onnx +3 -0
- SoccerTwos/SoccerTwos-14999966.pt +3 -0
- SoccerTwos/SoccerTwos-15499950.onnx +3 -0
- SoccerTwos/SoccerTwos-15499950.pt +3 -0
- SoccerTwos/SoccerTwos-15999846.onnx +3 -0
- SoccerTwos/SoccerTwos-15999846.pt +3 -0
- SoccerTwos/SoccerTwos-16499998.onnx +3 -0
- SoccerTwos/SoccerTwos-16499998.pt +3 -0
- SoccerTwos/SoccerTwos-16999844.onnx +3 -0
- SoccerTwos/SoccerTwos-16999844.pt +3 -0
- SoccerTwos/SoccerTwos-18499970.onnx +3 -0
- SoccerTwos/SoccerTwos-18499970.pt +3 -0
- SoccerTwos/SoccerTwos-18999856.onnx +3 -0
- SoccerTwos/SoccerTwos-18999856.pt +3 -0
- SoccerTwos/SoccerTwos-19499977.onnx +3 -0
- SoccerTwos/SoccerTwos-19499977.pt +3 -0
- SoccerTwos/SoccerTwos-19999990.onnx +3 -0
- SoccerTwos/SoccerTwos-19999990.pt +3 -0
- SoccerTwos/SoccerTwos-20000296.onnx +3 -0
- SoccerTwos/SoccerTwos-20000296.pt +3 -0
- SoccerTwos/SoccerTwos-499750.pt +3 -0
- SoccerTwos/SoccerTwos-499804.pt +3 -0
- SoccerTwos/SoccerTwos-4999988.onnx +3 -0
- SoccerTwos/SoccerTwos-4999988.pt +3 -0
- SoccerTwos/SoccerTwos-5499991.onnx +3 -0
- SoccerTwos/SoccerTwos-5499991.pt +3 -0
- SoccerTwos/SoccerTwos-5999974.onnx +3 -0
- SoccerTwos/SoccerTwos-5999974.pt +3 -0
- SoccerTwos/SoccerTwos-6499968.onnx +3 -0
- SoccerTwos/SoccerTwos-6499968.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1690655318.DESKTOP-S9D0BQM.2752.0 +3 -0
- SoccerTwos/events.out.tfevents.1690657702.DESKTOP-S9D0BQM.30064.0 +3 -0
- SoccerTwos/events.out.tfevents.1690658084.DESKTOP-S9D0BQM.32396.0 +3 -0
- SoccerTwos/events.out.tfevents.1690725795.DESKTOP-S9D0BQM.28108.0 +3 -0
- SoccerTwos/events.out.tfevents.1690895485.DESKTOP-S9D0BQM.13084.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +282 -0
- run_logs/timers.json +368 -0
- run_logs/training_status.json +66 -0
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 |
+
# **poca** Agent playing **SoccerTwos**
|
11 |
+
This is a trained model of a **poca** 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: Huggingfly/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:00d210ce2f9b2039a2dceb49bf3fdbfe038bbd9676a4e44fe855ddece6d424e9
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-14999966.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e6e3e61e27f3b39547b708a9a641816356f9a8d29130986fb14dc307a74ceee
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-14999966.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c38e881168d7315394854c91bf5c3258c1b5b156253eb330fbb9ae2e305f1a60
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-15499950.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af0010e4240866ff0304e163f1dd25563546590653ca64c83b454f6c31ecc1d8
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-15499950.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16120b3f4e9b5bfea481e7beba2eb0eb98c416c55947acdd8a54b7e9ea17f0be
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-15999846.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ead4e8b0f242893c67e6fcbfac9f5659f98cfcbca830e8aa76d87d91ea1c1878
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-15999846.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5921d85fe3495cfd3f599b45b24a5622667e64a86df563f35e0ffbb06d8f51e9
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-16499998.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f345367c04465338a087f5ba42b0912e3b5ae0300c6c85e1ce811976a6f4a993
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-16499998.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83383ad4e84e2eea06c060df85dbebe867dc0b4f295cf5324861bdebd92e7708
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-16999844.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c621b522fc677b091178189ef0569dd40d1b2f4a3d2b38d34c6a59cf7536897
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-16999844.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92ee5c33a0737b911a87214e1f3e76d987f0bcdaaff8691ed29dcb7403277e53
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-18499970.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efdf8b1380ed237a0f747ae38ec34eba8f0b835368ab482a5d76f42b25d45249
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-18499970.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc7ae16cec363f793f11c65a250085442218e28f5b54cf90bee8abe79e947820
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-18999856.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f7404f7b2b6009fda5c2d5af954c8a8ad6dd49c2a85ee28d41a2826bfb03862
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-18999856.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc91eeb49e630f357181b09b80d387dc434ded315927b4d671df05a622ec0315
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-19499977.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26bc6d92495e08594ef312d8bdfcb91fb9048cd0d4ae21394b07eb712248b48e
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-19499977.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85038f460a307e1743c35f8f78ebed75dd1f35271ac468adc09f53d198a03123
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-19999990.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00d210ce2f9b2039a2dceb49bf3fdbfe038bbd9676a4e44fe855ddece6d424e9
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-19999990.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9842b423759ff2f960ff0f5f7b71f16118a63c5cca65eac8ef43a735063a3e4e
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-20000296.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00d210ce2f9b2039a2dceb49bf3fdbfe038bbd9676a4e44fe855ddece6d424e9
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-20000296.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf0a42bcef2348591b7f9152be09c7eabce2b91fc9e120101c7b0c3a6cf8d1c6
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-499750.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a6c6ab90935ed11478e0ee86f3077f67621904109ba6a1094621409649f0428
|
3 |
+
size 28429781
|
SoccerTwos/SoccerTwos-499804.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e6ba215c15d8f1647c7063b9144b46c1d7ffe2849835eb1536ee2b60de4ece2
|
3 |
+
size 28429781
|
SoccerTwos/SoccerTwos-4999988.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2b383567ea07782643f30f06d26ccfb8efead6cfeff745f6d59a5491b0b7788
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-4999988.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0ba86c38190772a6d4840a40443c137c185fdf1e6adf5f91857448692bf21e1
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-5499991.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc2ef0027eec30c3ed6492c40ac84cf050e8d2adf4bd80eac1c917e7b42581f1
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-5499991.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40ab3d23483eb23cc437cf6e348adad777e3ca1f7f2ce2beacb9c3749e821c2a
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-5999974.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f2ece4d848ab2aa792658be5fdc12b5acf4d48fd7c20ae0abe09751da8b320b
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-5999974.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05e62ef4a9b649cd8a85a0afbc14869f685808c37a65318434f2d5fa5582c268
|
3 |
+
size 28429903
|
SoccerTwos/SoccerTwos-6499968.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbd04560ed3f4bae79393412458dfe263c474ff33521f02ab7dba5403b7e09f6
|
3 |
+
size 1768746
|
SoccerTwos/SoccerTwos-6499968.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc146d3b05317e923d62b5f12c9e8f8d2f25a90a88955dbb6e32aeb8729317e4
|
3 |
+
size 28429903
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e1acc5c1df02787116722b7cc8ae2e7e3df27ddede1ec9b7da548a77b4b91b5
|
3 |
+
size 28428927
|
SoccerTwos/events.out.tfevents.1690655318.DESKTOP-S9D0BQM.2752.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb6ba244d6a9bcf1e9c14886c78991e0b8d5047dcf48edc5bdce215e942c339c
|
3 |
+
size 397618
|
SoccerTwos/events.out.tfevents.1690657702.DESKTOP-S9D0BQM.30064.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70f3c6f270e716f8722bda623166b7f46e91e1638fcb806583750ec887fef1a6
|
3 |
+
size 2040
|
SoccerTwos/events.out.tfevents.1690658084.DESKTOP-S9D0BQM.32396.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61e3b6c09a9799ae61766a71918dfaa14a716f9cdbf9a46cc39908d8da66eb66
|
3 |
+
size 6670166
|
SoccerTwos/events.out.tfevents.1690725795.DESKTOP-S9D0BQM.28108.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fa0216c03865807fa48a570f48f24dc8703e6a1859805114e159c93cc994b70
|
3 |
+
size 10567151
|
SoccerTwos/events.out.tfevents.1690895485.DESKTOP-S9D0BQM.13084.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c08a50f9b0b0abe597c09a7eae7f5460ea69385fb33094cade358ad48e4f2863
|
3 |
+
size 3094521
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "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": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "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": 20000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 200000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.exe", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SoccerTwos:
|
4 |
+
trainer_type: poca
|
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: constant
|
14 |
+
beta_schedule: constant
|
15 |
+
epsilon_schedule: constant
|
16 |
+
checkpoint_interval: 500000
|
17 |
+
network_settings:
|
18 |
+
normalize: false
|
19 |
+
hidden_units: 512
|
20 |
+
num_layers: 2
|
21 |
+
vis_encode_type: simple
|
22 |
+
memory: null
|
23 |
+
goal_conditioning_type: hyper
|
24 |
+
deterministic: false
|
25 |
+
reward_signals:
|
26 |
+
extrinsic:
|
27 |
+
gamma: 0.99
|
28 |
+
strength: 1.0
|
29 |
+
network_settings:
|
30 |
+
normalize: false
|
31 |
+
hidden_units: 128
|
32 |
+
num_layers: 2
|
33 |
+
vis_encode_type: simple
|
34 |
+
memory: null
|
35 |
+
goal_conditioning_type: hyper
|
36 |
+
deterministic: false
|
37 |
+
init_path: null
|
38 |
+
keep_checkpoints: 5
|
39 |
+
even_checkpoints: false
|
40 |
+
max_steps: 20000000
|
41 |
+
time_horizon: 1000
|
42 |
+
summary_freq: 10000
|
43 |
+
threaded: false
|
44 |
+
self_play:
|
45 |
+
save_steps: 50000
|
46 |
+
team_change: 200000
|
47 |
+
swap_steps: 2000
|
48 |
+
window: 10
|
49 |
+
play_against_latest_model_ratio: 0.5
|
50 |
+
initial_elo: 1200.0
|
51 |
+
behavioral_cloning: null
|
52 |
+
env_settings:
|
53 |
+
env_path: ./training-envs-executables/SoccerTwos.exe
|
54 |
+
env_args: null
|
55 |
+
base_port: 5005
|
56 |
+
num_envs: 1
|
57 |
+
num_areas: 1
|
58 |
+
seed: -1
|
59 |
+
max_lifetime_restarts: 10
|
60 |
+
restarts_rate_limit_n: 1
|
61 |
+
restarts_rate_limit_period_s: 60
|
62 |
+
engine_settings:
|
63 |
+
width: 84
|
64 |
+
height: 84
|
65 |
+
quality_level: 5
|
66 |
+
time_scale: 20
|
67 |
+
target_frame_rate: -1
|
68 |
+
capture_frame_rate: 60
|
69 |
+
no_graphics: true
|
70 |
+
environment_parameters: null
|
71 |
+
checkpoint_settings:
|
72 |
+
run_id: SoccerTwos
|
73 |
+
initialize_from: null
|
74 |
+
load_model: false
|
75 |
+
resume: true
|
76 |
+
force: false
|
77 |
+
train_model: false
|
78 |
+
inference: false
|
79 |
+
results_dir: results
|
80 |
+
torch_settings:
|
81 |
+
device: null
|
82 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = 'D:/Frank/Stay Hungry Stay Foolish/Projects/DeepRL/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = 'D:/Frank/Stay Hungry Stay Foolish/Projects/DeepRL/ml-agents/training-envs-executables/SoccerTwos/MonoBleedingEdge/etc'
|
3 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
4 |
+
[Subsystems] Discovering subsystems at path D:/Frank/Stay Hungry Stay Foolish/Projects/DeepRL/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/UnitySubsystems
|
5 |
+
Forcing GfxDevice: Null
|
6 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
7 |
+
NullGfxDevice:
|
8 |
+
Version: NULL 1.0 [1.0]
|
9 |
+
Renderer: Null Device
|
10 |
+
Vendor: Unity Technologies
|
11 |
+
Begin MonoManager ReloadAssembly
|
12 |
+
- Completed reload, in 0.105 seconds
|
13 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
14 |
+
Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported for hardware-accelerated video decoding.
|
15 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
16 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
17 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
18 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
19 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
20 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
21 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
22 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
23 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
24 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
25 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
26 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
27 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
28 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
29 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
30 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
31 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
32 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
33 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
34 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
35 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
36 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
37 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
38 |
+
UnloadTime: 1.078100 ms
|
39 |
+
Registered Communicator in Agent.
|
40 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
41 |
+
Setting up 4 worker threads for Enlighten.
|
42 |
+
Memory Statistics:
|
43 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
44 |
+
StackAllocators :
|
45 |
+
[ALLOC_TEMP_MAIN]
|
46 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 56457 frames, [2.0 MB-4.0 MB]: 1 frames
|
47 |
+
Initial Block Size 4.0 MB
|
48 |
+
Current Block Size 4.0 MB
|
49 |
+
Peak Allocated Bytes 2.0 MB
|
50 |
+
Overflow Count 0
|
51 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
52 |
+
Initial Block Size 64.0 KB
|
53 |
+
Current Block Size 64.0 KB
|
54 |
+
Peak Allocated Bytes 417 B
|
55 |
+
Overflow Count 0
|
56 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
57 |
+
Initial Block Size 256.0 KB
|
58 |
+
Current Block Size 256.0 KB
|
59 |
+
Peak Allocated Bytes 67.1 KB
|
60 |
+
Overflow Count 4
|
61 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
62 |
+
Initial Block Size 32.0 KB
|
63 |
+
Current Block Size 32.0 KB
|
64 |
+
Peak Allocated Bytes 54 B
|
65 |
+
Overflow Count 0
|
66 |
+
[ALLOC_TEMP_Job.Worker 6]
|
67 |
+
Initial Block Size 256.0 KB
|
68 |
+
Current Block Size 256.0 KB
|
69 |
+
Peak Allocated Bytes 0 B
|
70 |
+
Overflow Count 0
|
71 |
+
[ALLOC_TEMP_Job.Worker 0]
|
72 |
+
Initial Block Size 256.0 KB
|
73 |
+
Current Block Size 256.0 KB
|
74 |
+
Peak Allocated Bytes 0 B
|
75 |
+
Overflow Count 0
|
76 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
77 |
+
Initial Block Size 32.0 KB
|
78 |
+
Current Block Size 32.0 KB
|
79 |
+
Peak Allocated Bytes 54 B
|
80 |
+
Overflow Count 0
|
81 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
82 |
+
Initial Block Size 32.0 KB
|
83 |
+
Current Block Size 32.0 KB
|
84 |
+
Peak Allocated Bytes 54 B
|
85 |
+
Overflow Count 0
|
86 |
+
[ALLOC_TEMP_Job.Worker 5]
|
87 |
+
Initial Block Size 256.0 KB
|
88 |
+
Current Block Size 256.0 KB
|
89 |
+
Peak Allocated Bytes 0 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
92 |
+
Initial Block Size 32.0 KB
|
93 |
+
Current Block Size 32.0 KB
|
94 |
+
Peak Allocated Bytes 54 B
|
95 |
+
Overflow Count 0
|
96 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
97 |
+
Initial Block Size 32.0 KB
|
98 |
+
Current Block Size 32.0 KB
|
99 |
+
Peak Allocated Bytes 54 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Job.Worker 4]
|
102 |
+
Initial Block Size 256.0 KB
|
103 |
+
Current Block Size 256.0 KB
|
104 |
+
Peak Allocated Bytes 0 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Job.Worker 3]
|
107 |
+
Initial Block Size 256.0 KB
|
108 |
+
Current Block Size 256.0 KB
|
109 |
+
Peak Allocated Bytes 0 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
112 |
+
Initial Block Size 32.0 KB
|
113 |
+
Current Block Size 32.0 KB
|
114 |
+
Peak Allocated Bytes 54 B
|
115 |
+
Overflow Count 0
|
116 |
+
[ALLOC_TEMP_EnlightenWorker] x 4
|
117 |
+
Initial Block Size 64.0 KB
|
118 |
+
Current Block Size 64.0 KB
|
119 |
+
Peak Allocated Bytes 54 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
122 |
+
Initial Block Size 32.0 KB
|
123 |
+
Current Block Size 32.0 KB
|
124 |
+
Peak Allocated Bytes 54 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
127 |
+
Initial Block Size 32.0 KB
|
128 |
+
Current Block Size 32.0 KB
|
129 |
+
Peak Allocated Bytes 54 B
|
130 |
+
Overflow Count 0
|
131 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
132 |
+
Initial Block Size 32.0 KB
|
133 |
+
Current Block Size 32.0 KB
|
134 |
+
Peak Allocated Bytes 54 B
|
135 |
+
Overflow Count 0
|
136 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
137 |
+
Initial Block Size 32.0 KB
|
138 |
+
Current Block Size 32.0 KB
|
139 |
+
Peak Allocated Bytes 54 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
|
142 |
+
Initial Block Size 64.0 KB
|
143 |
+
Current Block Size 64.0 KB
|
144 |
+
Peak Allocated Bytes 0 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
147 |
+
Initial Block Size 32.0 KB
|
148 |
+
Current Block Size 32.0 KB
|
149 |
+
Peak Allocated Bytes 54 B
|
150 |
+
Overflow Count 0
|
151 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
152 |
+
Initial Block Size 32.0 KB
|
153 |
+
Current Block Size 32.0 KB
|
154 |
+
Peak Allocated Bytes 54 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Job.Worker 1]
|
157 |
+
Initial Block Size 256.0 KB
|
158 |
+
Current Block Size 256.0 KB
|
159 |
+
Peak Allocated Bytes 0 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Job.Worker 2]
|
162 |
+
Initial Block Size 256.0 KB
|
163 |
+
Current Block Size 256.0 KB
|
164 |
+
Peak Allocated Bytes 0.8 KB
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
167 |
+
Initial Block Size 32.0 KB
|
168 |
+
Current Block Size 32.0 KB
|
169 |
+
Peak Allocated Bytes 54 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
172 |
+
Initial Block Size 32.0 KB
|
173 |
+
Current Block Size 32.0 KB
|
174 |
+
Peak Allocated Bytes 54 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
177 |
+
Initial Block Size 32.0 KB
|
178 |
+
Current Block Size 32.0 KB
|
179 |
+
Peak Allocated Bytes 54 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
182 |
+
Initial Block Size 32.0 KB
|
183 |
+
Current Block Size 32.0 KB
|
184 |
+
Peak Allocated Bytes 54 B
|
185 |
+
Overflow Count 0
|
186 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
187 |
+
Initial Block Size 64.0 KB
|
188 |
+
Current Block Size 64.0 KB
|
189 |
+
Peak Allocated Bytes 54 B
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
192 |
+
Peak main deferred allocation count 3
|
193 |
+
[ALLOC_BUCKET]
|
194 |
+
Large Block size 4.0 MB
|
195 |
+
Used Block count 1
|
196 |
+
Peak Allocated bytes 0.9 MB
|
197 |
+
[ALLOC_DEFAULT_MAIN]
|
198 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 56458 frames
|
199 |
+
Requested Block Size 16.0 MB
|
200 |
+
Peak Block count 1
|
201 |
+
Peak Allocated memory 5.0 MB
|
202 |
+
Peak Large allocation bytes 0 B
|
203 |
+
[ALLOC_DEFAULT_THREAD]
|
204 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 56458 frames
|
205 |
+
Requested Block Size 16.0 MB
|
206 |
+
Peak Block count 1
|
207 |
+
Peak Allocated memory 17.5 MB
|
208 |
+
Peak Large allocation bytes 16.0 MB
|
209 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
210 |
+
Initial Block Size 2.0 MB
|
211 |
+
Used Block Count 1
|
212 |
+
Overflow Count (too large) 0
|
213 |
+
Overflow Count (full) 0
|
214 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
215 |
+
Initial Block Size 2.0 MB
|
216 |
+
Used Block Count 1
|
217 |
+
Overflow Count (too large) 0
|
218 |
+
Overflow Count (full) 0
|
219 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
220 |
+
Initial Block Size 2.0 MB
|
221 |
+
Used Block Count 2
|
222 |
+
Overflow Count (too large) 0
|
223 |
+
Overflow Count (full) 0
|
224 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
225 |
+
Initial Block Size 1.0 MB
|
226 |
+
Used Block Count 3
|
227 |
+
Overflow Count (too large) 0
|
228 |
+
Overflow Count (full) 0
|
229 |
+
[ALLOC_GFX] Dual Thread Allocator
|
230 |
+
Peak main deferred allocation count 0
|
231 |
+
[ALLOC_BUCKET]
|
232 |
+
Large Block size 4.0 MB
|
233 |
+
Used Block count 1
|
234 |
+
Peak Allocated bytes 0.9 MB
|
235 |
+
[ALLOC_GFX_MAIN]
|
236 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 56457 frames, [64.0 KB-128.0 KB]: 1 frames
|
237 |
+
Requested Block Size 16.0 MB
|
238 |
+
Peak Block count 1
|
239 |
+
Peak Allocated memory 65.6 KB
|
240 |
+
Peak Large allocation bytes 0 B
|
241 |
+
[ALLOC_GFX_THREAD]
|
242 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 56458 frames
|
243 |
+
Requested Block Size 16.0 MB
|
244 |
+
Peak Block count 1
|
245 |
+
Peak Allocated memory 173.6 KB
|
246 |
+
Peak Large allocation bytes 0 B
|
247 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
248 |
+
Peak main deferred allocation count 2
|
249 |
+
[ALLOC_BUCKET]
|
250 |
+
Large Block size 4.0 MB
|
251 |
+
Used Block count 1
|
252 |
+
Peak Allocated bytes 0.9 MB
|
253 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
254 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 56458 frames
|
255 |
+
Requested Block Size 4.0 MB
|
256 |
+
Peak Block count 1
|
257 |
+
Peak Allocated memory 0.6 MB
|
258 |
+
Peak Large allocation bytes 0 B
|
259 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
260 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 56457 frames, [2.0 MB-4.0 MB]: 1 frames
|
261 |
+
Requested Block Size 4.0 MB
|
262 |
+
Peak Block count 1
|
263 |
+
Peak Allocated memory 2.2 MB
|
264 |
+
Peak Large allocation bytes 0 B
|
265 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
266 |
+
Peak main deferred allocation count 0
|
267 |
+
[ALLOC_BUCKET]
|
268 |
+
Large Block size 4.0 MB
|
269 |
+
Used Block count 1
|
270 |
+
Peak Allocated bytes 0.9 MB
|
271 |
+
[ALLOC_TYPETREE_MAIN]
|
272 |
+
Peak usage frame count: [0-1.0 KB]: 56458 frames
|
273 |
+
Requested Block Size 2.0 MB
|
274 |
+
Peak Block count 1
|
275 |
+
Peak Allocated memory 1.0 KB
|
276 |
+
Peak Large allocation bytes 0 B
|
277 |
+
[ALLOC_TYPETREE_THREAD]
|
278 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 56457 frames, [2.0 KB-4.0 KB]: 1 frames
|
279 |
+
Requested Block Size 2.0 MB
|
280 |
+
Peak Block count 1
|
281 |
+
Peak Allocated memory 2.2 KB
|
282 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,368 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 1.5059399604797363,
|
6 |
+
"min": 1.4319477081298828,
|
7 |
+
"max": 1.6117600202560425,
|
8 |
+
"count": 301
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 30938.03125,
|
12 |
+
"min": 1558.8505859375,
|
13 |
+
"max": 35971.828125,
|
14 |
+
"count": 301
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 69.6056338028169,
|
18 |
+
"min": 23.0,
|
19 |
+
"max": 79.74193548387096,
|
20 |
+
"count": 301
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 19768.0,
|
24 |
+
"min": 368.0,
|
25 |
+
"max": 21180.0,
|
26 |
+
"count": 301
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1246.8471832362964,
|
30 |
+
"min": 1189.6382320330763,
|
31 |
+
"max": 1273.867379861165,
|
32 |
+
"count": 301
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 177052.3000195541,
|
36 |
+
"min": 9586.127309492153,
|
37 |
+
"max": 282188.65309644124,
|
38 |
+
"count": 301
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 19999990.0,
|
42 |
+
"min": 16999970.0,
|
43 |
+
"max": 19999990.0,
|
44 |
+
"count": 301
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 19999990.0,
|
48 |
+
"min": 16999970.0,
|
49 |
+
"max": 19999990.0,
|
50 |
+
"count": 301
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.032287657260894775,
|
54 |
+
"min": -0.12829278409481049,
|
55 |
+
"max": 0.0702536478638649,
|
56 |
+
"count": 301
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -4.584847450256348,
|
60 |
+
"min": -25.83823585510254,
|
61 |
+
"max": 12.294387817382812,
|
62 |
+
"count": 301
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.026449164375662804,
|
66 |
+
"min": -0.12863744795322418,
|
67 |
+
"max": 0.07054764032363892,
|
68 |
+
"count": 301
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -3.755781412124634,
|
72 |
+
"min": -25.118663787841797,
|
73 |
+
"max": 12.345837593078613,
|
74 |
+
"count": 301
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 301
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 301
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.09355493078769093,
|
90 |
+
"min": -0.37945442337568114,
|
91 |
+
"max": 0.3102267581812093,
|
92 |
+
"count": 301
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -13.284800171852112,
|
96 |
+
"min": -55.77980023622513,
|
97 |
+
"max": 44.05219966173172,
|
98 |
+
"count": 301
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.09355493078769093,
|
102 |
+
"min": -0.37945442337568114,
|
103 |
+
"max": 0.3102267581812093,
|
104 |
+
"count": 301
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -13.284800171852112,
|
108 |
+
"min": -55.77980023622513,
|
109 |
+
"max": 44.05219966173172,
|
110 |
+
"count": 301
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 301
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 301
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.018065121199470013,
|
126 |
+
"min": 0.010378121212124825,
|
127 |
+
"max": 0.02473225532254825,
|
128 |
+
"count": 145
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.018065121199470013,
|
132 |
+
"min": 0.010378121212124825,
|
133 |
+
"max": 0.02473225532254825,
|
134 |
+
"count": 145
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.09091534689068795,
|
138 |
+
"min": 0.09007394015789032,
|
139 |
+
"max": 0.11795357093214989,
|
140 |
+
"count": 145
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.09091534689068795,
|
144 |
+
"min": 0.09007394015789032,
|
145 |
+
"max": 0.11795357093214989,
|
146 |
+
"count": 145
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.09234057664871216,
|
150 |
+
"min": 0.0911927747229735,
|
151 |
+
"max": 0.12005007788538932,
|
152 |
+
"count": 145
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.09234057664871216,
|
156 |
+
"min": 0.0911927747229735,
|
157 |
+
"max": 0.12005007788538932,
|
158 |
+
"count": 145
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0003,
|
162 |
+
"min": 0.0003,
|
163 |
+
"max": 0.0003,
|
164 |
+
"count": 145
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0003,
|
168 |
+
"min": 0.0003,
|
169 |
+
"max": 0.0003,
|
170 |
+
"count": 145
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.20000000000000007,
|
174 |
+
"min": 0.20000000000000007,
|
175 |
+
"max": 0.20000000000000007,
|
176 |
+
"count": 145
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.20000000000000007,
|
180 |
+
"min": 0.20000000000000007,
|
181 |
+
"max": 0.20000000000000007,
|
182 |
+
"count": 145
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005000000000000001,
|
186 |
+
"min": 0.005000000000000001,
|
187 |
+
"max": 0.005000000000000001,
|
188 |
+
"count": 145
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005000000000000001,
|
192 |
+
"min": 0.005000000000000001,
|
193 |
+
"max": 0.005000000000000001,
|
194 |
+
"count": 145
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1690895478",
|
200 |
+
"python_version": "3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)]",
|
201 |
+
"command_line_arguments": "D:\\Python\\turtledove39\\Scripts\\mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.exe --run-id=SoccerTwos --no-graphics --resume",
|
202 |
+
"mlagents_version": "0.31.0.dev0",
|
203 |
+
"mlagents_envs_version": "0.31.0.dev0",
|
204 |
+
"communication_protocol_version": "1.5.0",
|
205 |
+
"pytorch_version": "2.0.1+cpu",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1690907636"
|
208 |
+
},
|
209 |
+
"total": 12157.8615709,
|
210 |
+
"count": 1,
|
211 |
+
"self": 2.359178400001838,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.2948898999999976,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.2948898999999976
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 12155.207502599998,
|
220 |
+
"count": 1,
|
221 |
+
"self": 6.265188600000329,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 8.819070700000559,
|
225 |
+
"count": 16,
|
226 |
+
"self": 8.819070700000559
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 12139.947929799997,
|
230 |
+
"count": 208372,
|
231 |
+
"self": 5.875391699923057,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 4773.789322800094,
|
235 |
+
"count": 208372,
|
236 |
+
"self": 3758.485206099992,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 1011.6621459001269,
|
240 |
+
"count": 208372,
|
241 |
+
"self": 35.81118820006054,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 975.8509577000664,
|
245 |
+
"count": 376390,
|
246 |
+
"self": 975.8509577000664
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 3.641970799974871,
|
252 |
+
"count": 208372,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 12140.297951199937,
|
257 |
+
"count": 208372,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 9065.13143900015,
|
260 |
+
"children": {
|
261 |
+
"steps_from_proto": {
|
262 |
+
"total": 0.06633240000306184,
|
263 |
+
"count": 32,
|
264 |
+
"is_parallel": true,
|
265 |
+
"self": 0.006828700005497623,
|
266 |
+
"children": {
|
267 |
+
"_process_rank_one_or_two_observation": {
|
268 |
+
"total": 0.05950369999756422,
|
269 |
+
"count": 128,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.05950369999756422
|
272 |
+
}
|
273 |
+
}
|
274 |
+
},
|
275 |
+
"UnityEnvironment.step": {
|
276 |
+
"total": 3075.1001797997847,
|
277 |
+
"count": 208372,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 156.08862579947663,
|
280 |
+
"children": {
|
281 |
+
"UnityEnvironment._generate_step_input": {
|
282 |
+
"total": 119.95586170016085,
|
283 |
+
"count": 208372,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 119.95586170016085
|
286 |
+
},
|
287 |
+
"communicator.exchange": {
|
288 |
+
"total": 2300.185689300237,
|
289 |
+
"count": 208372,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 2300.185689300237
|
292 |
+
},
|
293 |
+
"steps_from_proto": {
|
294 |
+
"total": 498.8700029999106,
|
295 |
+
"count": 416744,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 98.83645789880103,
|
298 |
+
"children": {
|
299 |
+
"_process_rank_one_or_two_observation": {
|
300 |
+
"total": 400.03354510110955,
|
301 |
+
"count": 1666976,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 400.03354510110955
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
}
|
309 |
+
}
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
},
|
315 |
+
"trainer_advance": {
|
316 |
+
"total": 7360.283215299979,
|
317 |
+
"count": 208372,
|
318 |
+
"self": 42.508584399726715,
|
319 |
+
"children": {
|
320 |
+
"process_trajectory": {
|
321 |
+
"total": 1131.9221432002605,
|
322 |
+
"count": 208372,
|
323 |
+
"self": 1128.0133847002621,
|
324 |
+
"children": {
|
325 |
+
"RLTrainer._checkpoint": {
|
326 |
+
"total": 3.908758499998484,
|
327 |
+
"count": 7,
|
328 |
+
"self": 3.908758499998484
|
329 |
+
}
|
330 |
+
}
|
331 |
+
},
|
332 |
+
"_update_policy": {
|
333 |
+
"total": 6185.852487699992,
|
334 |
+
"count": 145,
|
335 |
+
"self": 555.3977262999942,
|
336 |
+
"children": {
|
337 |
+
"TorchPOCAOptimizer.update": {
|
338 |
+
"total": 5630.454761399998,
|
339 |
+
"count": 4350,
|
340 |
+
"self": 5630.454761399998
|
341 |
+
}
|
342 |
+
}
|
343 |
+
}
|
344 |
+
}
|
345 |
+
}
|
346 |
+
}
|
347 |
+
},
|
348 |
+
"trainer_threads": {
|
349 |
+
"total": 8.999995770864189e-07,
|
350 |
+
"count": 1,
|
351 |
+
"self": 8.999995770864189e-07
|
352 |
+
},
|
353 |
+
"TrainerController._save_models": {
|
354 |
+
"total": 0.1753126000003249,
|
355 |
+
"count": 1,
|
356 |
+
"self": 0.0032988000002660556,
|
357 |
+
"children": {
|
358 |
+
"RLTrainer._checkpoint": {
|
359 |
+
"total": 0.17201380000005884,
|
360 |
+
"count": 1,
|
361 |
+
"self": 0.17201380000005884
|
362 |
+
}
|
363 |
+
}
|
364 |
+
}
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"elo": 1246.338643741416,
|
4 |
+
"checkpoints": [
|
5 |
+
{
|
6 |
+
"steps": 18499970,
|
7 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18499970.onnx",
|
8 |
+
"reward": 0.0,
|
9 |
+
"creation_time": 1690901510.6543279,
|
10 |
+
"auxillary_file_paths": [
|
11 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18499970.pt"
|
12 |
+
]
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"steps": 18999856,
|
16 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18999856.onnx",
|
17 |
+
"reward": 0.0,
|
18 |
+
"creation_time": 1690903647.5899353,
|
19 |
+
"auxillary_file_paths": [
|
20 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18999856.pt"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"steps": 19499977,
|
25 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19499977.onnx",
|
26 |
+
"reward": 0.0,
|
27 |
+
"creation_time": 1690905642.3286748,
|
28 |
+
"auxillary_file_paths": [
|
29 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19499977.pt"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"steps": 19999990,
|
34 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19999990.onnx",
|
35 |
+
"reward": 0.0,
|
36 |
+
"creation_time": 1690907634.2160316,
|
37 |
+
"auxillary_file_paths": [
|
38 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19999990.pt"
|
39 |
+
]
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"steps": 20000296,
|
43 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000296.onnx",
|
44 |
+
"reward": 0.0,
|
45 |
+
"creation_time": 1690907634.4803224,
|
46 |
+
"auxillary_file_paths": [
|
47 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000296.pt"
|
48 |
+
]
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 20000296,
|
53 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
|
54 |
+
"reward": 0.0,
|
55 |
+
"creation_time": 1690907634.4803224,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000296.pt"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"metadata": {
|
62 |
+
"stats_format_version": "0.3.0",
|
63 |
+
"mlagents_version": "0.31.0.dev0",
|
64 |
+
"torch_version": "2.0.1+cpu"
|
65 |
+
}
|
66 |
+
}
|