Commit ·
46873ce
1
Parent(s): 26578cc
First Push`
Browse files- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-18499997.onnx +3 -0
- SoccerTwos/SoccerTwos-18499997.pt +3 -0
- SoccerTwos/SoccerTwos-18999989.onnx +3 -0
- SoccerTwos/SoccerTwos-18999989.pt +3 -0
- SoccerTwos/SoccerTwos-19499955.onnx +3 -0
- SoccerTwos/SoccerTwos-19499955.pt +3 -0
- SoccerTwos/SoccerTwos-19999923.onnx +3 -0
- SoccerTwos/SoccerTwos-19999923.pt +3 -0
- SoccerTwos/SoccerTwos-20000081.onnx +3 -0
- SoccerTwos/SoccerTwos-20000081.pt +3 -0
- SoccerTwos/SoccerTwos-7562710.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1694309123.DESKTOP-L0G93AV.2348.0 +3 -0
- SoccerTwos/events.out.tfevents.1694309191.DESKTOP-L0G93AV.8328.0 +3 -0
- SoccerTwos/events.out.tfevents.1694312527.DESKTOP-L0G93AV.11256.0 +3 -0
- SoccerTwos/events.out.tfevents.1694316266.DESKTOP-L0G93AV.4252.0 +3 -0
- SoccerTwos/events.out.tfevents.1694318278.DESKTOP-L0G93AV.6000.0 +3 -0
- SoccerTwos/events.out.tfevents.1694318851.DESKTOP-L0G93AV.13828.0 +3 -0
- SoccerTwos/events.out.tfevents.1694319443.DESKTOP-L0G93AV.12876.0 +3 -0
- SoccerTwos/events.out.tfevents.1694320151.DESKTOP-L0G93AV.11368.0 +3 -0
- SoccerTwos/events.out.tfevents.1694320813.DESKTOP-L0G93AV.13956.0 +3 -0
- SoccerTwos/events.out.tfevents.1694321455.DESKTOP-L0G93AV.10104.0 +3 -0
- SoccerTwos/events.out.tfevents.1694323705.DESKTOP-L0G93AV.9428.0 +3 -0
- SoccerTwos/events.out.tfevents.1694324337.DESKTOP-L0G93AV.7040.0 +3 -0
- SoccerTwos/events.out.tfevents.1694325299.DESKTOP-L0G93AV.7684.0 +3 -0
- SoccerTwos/events.out.tfevents.1694326418.DESKTOP-L0G93AV.7700.0 +3 -0
- SoccerTwos/events.out.tfevents.1694326505.DESKTOP-L0G93AV.11224.0 +3 -0
- SoccerTwos/events.out.tfevents.1694329519.DESKTOP-L0G93AV.13392.0 +3 -0
- SoccerTwos/events.out.tfevents.1694330002.DESKTOP-L0G93AV.9280.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +422 -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: CzarnyRycerz/Lewandowski
|
| 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:773856c7c45be145450e53ce290f6917a1890f3a243e548da683758c5df9645a
|
| 3 |
+
size 3871877
|
SoccerTwos/SoccerTwos-18499997.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7b81a46d233d2c51076625a95e7b4286b7df5515befe3c3fc39ba203c8daa3d
|
| 3 |
+
size 3871877
|
SoccerTwos/SoccerTwos-18499997.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9215e4d16f8ba815a8f41573fbec25812ad456c1a383a72489601dd33005974
|
| 3 |
+
size 41047369
|
SoccerTwos/SoccerTwos-18999989.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcfb0bf0f6c4276144694a49cb5e68ff36bbfe818e186563f47da8f2fccf5a97
|
| 3 |
+
size 3871877
|
SoccerTwos/SoccerTwos-18999989.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad48aa2d3461969f217cadd972f9185a26d192fb8ba90221242cc58c5edc38ec
|
| 3 |
+
size 41047369
|
SoccerTwos/SoccerTwos-19499955.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a1cff3a8de95d289a7a671fce796fb8d7ada713a0554d81074d56d06c1eb5d2
|
| 3 |
+
size 3871877
|
SoccerTwos/SoccerTwos-19499955.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c7da50a3263602457fd2887f6100b2b4dc2ef4c6b8f04f9f1989274f6cd99d2
|
| 3 |
+
size 41047369
|
SoccerTwos/SoccerTwos-19999923.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:773856c7c45be145450e53ce290f6917a1890f3a243e548da683758c5df9645a
|
| 3 |
+
size 3871877
|
SoccerTwos/SoccerTwos-19999923.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d6e3967bcfc019fb6d383f26506855e9898b83d65ef0dc10c5a2b2d493f0c1a
|
| 3 |
+
size 41047369
|
SoccerTwos/SoccerTwos-20000081.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:773856c7c45be145450e53ce290f6917a1890f3a243e548da683758c5df9645a
|
| 3 |
+
size 3871877
|
SoccerTwos/SoccerTwos-20000081.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a1660ca2881eb1981b2f349ab595693fe8492b925ce6c31c11f66427c638025
|
| 3 |
+
size 41047369
|
SoccerTwos/SoccerTwos-7562710.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:721caf97de529fd8fbcdc5ca3d723e8c5b2376616bf84ed40c3826e61fe8d99b
|
| 3 |
+
size 18957050
|
SoccerTwos/checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8908d5c734472264a2976c2620ce6e5d43f68487919a0fea788eec0956ea62a5
|
| 3 |
+
size 41045983
|
SoccerTwos/events.out.tfevents.1694309123.DESKTOP-L0G93AV.2348.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:419ca6ef3a2dba956f9752e0eb35da7b932dbacb35abb2af608aa8ccdb9c76e4
|
| 3 |
+
size 41682
|
SoccerTwos/events.out.tfevents.1694309191.DESKTOP-L0G93AV.8328.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:332705582455f1802f7172e0eec43c644cd1f3c64134632c2cd9ed7529ceb3de
|
| 3 |
+
size 11352
|
SoccerTwos/events.out.tfevents.1694312527.DESKTOP-L0G93AV.11256.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f239750f594e93ce40b6d3cdb7d8f122ea955d0bc0db67d7593d87ca179f9874
|
| 3 |
+
size 1265262
|
SoccerTwos/events.out.tfevents.1694316266.DESKTOP-L0G93AV.4252.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d385fbb21889ad4251256d493e029038a8c2296c58ce6673fc7582f4cc197ab
|
| 3 |
+
size 684144
|
SoccerTwos/events.out.tfevents.1694318278.DESKTOP-L0G93AV.6000.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ed2952f472940648c27b805225753f5e5afc1e74fba1f038641f1d2f42db166
|
| 3 |
+
size 204822
|
SoccerTwos/events.out.tfevents.1694318851.DESKTOP-L0G93AV.13828.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a60ff4575dba565c1551441c7c831940d07da9c736243b5ac28830532f108d4
|
| 3 |
+
size 204822
|
SoccerTwos/events.out.tfevents.1694319443.DESKTOP-L0G93AV.12876.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8eb432416d85c9dcfbe71ef2e66ec9b8705543428f682e10ab3893ec26e4b23a
|
| 3 |
+
size 204822
|
SoccerTwos/events.out.tfevents.1694320151.DESKTOP-L0G93AV.11368.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2713d46f6ce541e8ad464461a1efd9413b84d7f52c3f9ac6109ae5049cd8be16
|
| 3 |
+
size 245608
|
SoccerTwos/events.out.tfevents.1694320813.DESKTOP-L0G93AV.13956.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bab549fa64dc8cd54642031df5782f39d5a4afc7180bea64546eb57adb0d5d8
|
| 3 |
+
size 164036
|
SoccerTwos/events.out.tfevents.1694321455.DESKTOP-L0G93AV.10104.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae15639aa3ded53058214fc40f268361a0d52026c18f392b95cbd24fa77ff166
|
| 3 |
+
size 510892
|
SoccerTwos/events.out.tfevents.1694323705.DESKTOP-L0G93AV.9428.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c155f80aaa5fbb3ef5378559a294d76301474aafac6096778ea10008319189fc
|
| 3 |
+
size 204824
|
SoccerTwos/events.out.tfevents.1694324337.DESKTOP-L0G93AV.7040.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e060f372cfc3967c4412b3422211d9b37681d60ee6a04bc94ef4215855410650
|
| 3 |
+
size 296506
|
SoccerTwos/events.out.tfevents.1694325299.DESKTOP-L0G93AV.7684.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c40f394de1c4fcd0445da2e2372f5a2d5d5dfd1de74c190b9ccb601738b3abc
|
| 3 |
+
size 388534
|
SoccerTwos/events.out.tfevents.1694326418.DESKTOP-L0G93AV.7700.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:088618d212a2e953d9cbcf13b73d5ac250e43a16f6fc42038139422dc31cd92e
|
| 3 |
+
size 41678
|
SoccerTwos/events.out.tfevents.1694326505.DESKTOP-L0G93AV.11224.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ce0e03334c997e6ee5e0d7d64e4ac163ecf319c5fa64e3b1f929bbcacddb8c2
|
| 3 |
+
size 395354
|
SoccerTwos/events.out.tfevents.1694329519.DESKTOP-L0G93AV.13392.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:002f5efe85cc6f0cebe51fa53231a0d17388059a3fdc8f0187519e8d304c343e
|
| 3 |
+
size 49877
|
SoccerTwos/events.out.tfevents.1694330002.DESKTOP-L0G93AV.9280.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aba097a3bb8279d4a11105cad8d314c7193d9622a298f26f59d29cd3e0e98945
|
| 3 |
+
size 19345457
|
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.01, "epsilon": 0.25, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 4, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.986, "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": 5000, "threaded": false, "self_play": {"save_steps": 200000, "team_change": 200000, "swap_steps": 2000, "window": 50, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos/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.01
|
| 10 |
+
epsilon: 0.25
|
| 11 |
+
lambd: 0.95
|
| 12 |
+
num_epoch: 3
|
| 13 |
+
learning_rate_schedule: linear
|
| 14 |
+
beta_schedule: linear
|
| 15 |
+
epsilon_schedule: constant
|
| 16 |
+
checkpoint_interval: 500000
|
| 17 |
+
network_settings:
|
| 18 |
+
normalize: false
|
| 19 |
+
hidden_units: 512
|
| 20 |
+
num_layers: 4
|
| 21 |
+
vis_encode_type: simple
|
| 22 |
+
memory: null
|
| 23 |
+
goal_conditioning_type: hyper
|
| 24 |
+
deterministic: false
|
| 25 |
+
reward_signals:
|
| 26 |
+
extrinsic:
|
| 27 |
+
gamma: 0.986
|
| 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: 5000
|
| 43 |
+
threaded: false
|
| 44 |
+
self_play:
|
| 45 |
+
save_steps: 200000
|
| 46 |
+
team_change: 200000
|
| 47 |
+
swap_steps: 2000
|
| 48 |
+
window: 50
|
| 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/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,422 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = 'C:/ml-agents-2/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = 'C:/ml-agents-2/training-envs-executables/SoccerTwos/MonoBleedingEdge/etc'
|
| 3 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
| 4 |
+
[Subsystems] Discovering subsystems at path C:/ml-agents-2/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.145 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.109200 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 |
+
TOO LONG
|
| 42 |
+
TOO LONG
|
| 43 |
+
TOO LONG
|
| 44 |
+
TOO LONG
|
| 45 |
+
TOO LONG
|
| 46 |
+
TOO LONG
|
| 47 |
+
TOO LONG
|
| 48 |
+
TOO LONG
|
| 49 |
+
TOO LONG
|
| 50 |
+
TOO LONG
|
| 51 |
+
TOO LONG
|
| 52 |
+
TOO LONG
|
| 53 |
+
TOO LONG
|
| 54 |
+
TOO LONG
|
| 55 |
+
TOO LONG
|
| 56 |
+
TOO LONG
|
| 57 |
+
TOO LONG
|
| 58 |
+
TOO LONG
|
| 59 |
+
TOO LONG
|
| 60 |
+
TOO LONG
|
| 61 |
+
TOO LONG
|
| 62 |
+
TOO LONG
|
| 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
|
| 176 |
+
TOO LONG
|
| 177 |
+
TOO LONG
|
| 178 |
+
TOO LONG
|
| 179 |
+
TOO LONG
|
| 180 |
+
TOO LONG
|
| 181 |
+
TOO LONG
|
| 182 |
+
TOO LONG
|
| 183 |
+
TOO LONG
|
| 184 |
+
TOO LONG
|
| 185 |
+
TOO LONG
|
| 186 |
+
TOO LONG
|
| 187 |
+
TOO LONG
|
| 188 |
+
TOO LONG
|
| 189 |
+
TOO LONG
|
| 190 |
+
TOO LONG
|
| 191 |
+
TOO LONG
|
| 192 |
+
TOO LONG
|
| 193 |
+
TOO LONG
|
| 194 |
+
TOO LONG
|
| 195 |
+
TOO LONG
|
| 196 |
+
TOO LONG
|
| 197 |
+
TOO LONG
|
| 198 |
+
TOO LONG
|
| 199 |
+
TOO LONG
|
| 200 |
+
TOO LONG
|
| 201 |
+
Setting up 2 worker threads for Enlighten.
|
| 202 |
+
Memory Statistics:
|
| 203 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
| 204 |
+
StackAllocators :
|
| 205 |
+
[ALLOC_TEMP_MAIN]
|
| 206 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 183593 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 207 |
+
Initial Block Size 4.0 MB
|
| 208 |
+
Current Block Size 4.0 MB
|
| 209 |
+
Peak Allocated Bytes 2.0 MB
|
| 210 |
+
Overflow Count 0
|
| 211 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
| 212 |
+
Initial Block Size 64.0 KB
|
| 213 |
+
Current Block Size 64.0 KB
|
| 214 |
+
Peak Allocated Bytes 282 B
|
| 215 |
+
Overflow Count 0
|
| 216 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
| 217 |
+
Initial Block Size 256.0 KB
|
| 218 |
+
Current Block Size 256.0 KB
|
| 219 |
+
Peak Allocated Bytes 67.1 KB
|
| 220 |
+
Overflow Count 4
|
| 221 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
| 222 |
+
Initial Block Size 32.0 KB
|
| 223 |
+
Current Block Size 32.0 KB
|
| 224 |
+
Peak Allocated Bytes 54 B
|
| 225 |
+
Overflow Count 0
|
| 226 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
| 227 |
+
Initial Block Size 32.0 KB
|
| 228 |
+
Current Block Size 32.0 KB
|
| 229 |
+
Peak Allocated Bytes 54 B
|
| 230 |
+
Overflow Count 0
|
| 231 |
+
[ALLOC_TEMP_Job.Worker 0]
|
| 232 |
+
Initial Block Size 256.0 KB
|
| 233 |
+
Current Block Size 256.0 KB
|
| 234 |
+
Peak Allocated Bytes 0.8 KB
|
| 235 |
+
Overflow Count 0
|
| 236 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
| 237 |
+
Initial Block Size 32.0 KB
|
| 238 |
+
Current Block Size 32.0 KB
|
| 239 |
+
Peak Allocated Bytes 54 B
|
| 240 |
+
Overflow Count 0
|
| 241 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
| 242 |
+
Initial Block Size 32.0 KB
|
| 243 |
+
Current Block Size 32.0 KB
|
| 244 |
+
Peak Allocated Bytes 54 B
|
| 245 |
+
Overflow Count 0
|
| 246 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
| 247 |
+
Initial Block Size 32.0 KB
|
| 248 |
+
Current Block Size 32.0 KB
|
| 249 |
+
Peak Allocated Bytes 54 B
|
| 250 |
+
Overflow Count 0
|
| 251 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
| 252 |
+
Initial Block Size 32.0 KB
|
| 253 |
+
Current Block Size 32.0 KB
|
| 254 |
+
Peak Allocated Bytes 54 B
|
| 255 |
+
Overflow Count 0
|
| 256 |
+
[ALLOC_TEMP_EnlightenWorker] x 2
|
| 257 |
+
Initial Block Size 64.0 KB
|
| 258 |
+
Current Block Size 64.0 KB
|
| 259 |
+
Peak Allocated Bytes 54 B
|
| 260 |
+
Overflow Count 0
|
| 261 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
| 262 |
+
Initial Block Size 32.0 KB
|
| 263 |
+
Current Block Size 32.0 KB
|
| 264 |
+
Peak Allocated Bytes 54 B
|
| 265 |
+
Overflow Count 0
|
| 266 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
| 267 |
+
Initial Block Size 32.0 KB
|
| 268 |
+
Current Block Size 32.0 KB
|
| 269 |
+
Peak Allocated Bytes 54 B
|
| 270 |
+
Overflow Count 0
|
| 271 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
| 272 |
+
Initial Block Size 32.0 KB
|
| 273 |
+
Current Block Size 32.0 KB
|
| 274 |
+
Peak Allocated Bytes 54 B
|
| 275 |
+
Overflow Count 0
|
| 276 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
| 277 |
+
Initial Block Size 32.0 KB
|
| 278 |
+
Current Block Size 32.0 KB
|
| 279 |
+
Peak Allocated Bytes 54 B
|
| 280 |
+
Overflow Count 0
|
| 281 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 3
|
| 282 |
+
Initial Block Size 64.0 KB
|
| 283 |
+
Current Block Size 64.0 KB
|
| 284 |
+
Peak Allocated Bytes 0 B
|
| 285 |
+
Overflow Count 0
|
| 286 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
| 287 |
+
Initial Block Size 32.0 KB
|
| 288 |
+
Current Block Size 32.0 KB
|
| 289 |
+
Peak Allocated Bytes 54 B
|
| 290 |
+
Overflow Count 0
|
| 291 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
| 292 |
+
Initial Block Size 32.0 KB
|
| 293 |
+
Current Block Size 32.0 KB
|
| 294 |
+
Peak Allocated Bytes 54 B
|
| 295 |
+
Overflow Count 0
|
| 296 |
+
[ALLOC_TEMP_Job.Worker 1]
|
| 297 |
+
Initial Block Size 256.0 KB
|
| 298 |
+
Current Block Size 256.0 KB
|
| 299 |
+
Peak Allocated Bytes 0 B
|
| 300 |
+
Overflow Count 0
|
| 301 |
+
[ALLOC_TEMP_Job.Worker 2]
|
| 302 |
+
Initial Block Size 256.0 KB
|
| 303 |
+
Current Block Size 256.0 KB
|
| 304 |
+
Peak Allocated Bytes 0 B
|
| 305 |
+
Overflow Count 0
|
| 306 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
| 307 |
+
Initial Block Size 32.0 KB
|
| 308 |
+
Current Block Size 32.0 KB
|
| 309 |
+
Peak Allocated Bytes 54 B
|
| 310 |
+
Overflow Count 0
|
| 311 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
| 312 |
+
Initial Block Size 32.0 KB
|
| 313 |
+
Current Block Size 32.0 KB
|
| 314 |
+
Peak Allocated Bytes 54 B
|
| 315 |
+
Overflow Count 0
|
| 316 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
| 317 |
+
Initial Block Size 32.0 KB
|
| 318 |
+
Current Block Size 32.0 KB
|
| 319 |
+
Peak Allocated Bytes 54 B
|
| 320 |
+
Overflow Count 0
|
| 321 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
| 322 |
+
Initial Block Size 32.0 KB
|
| 323 |
+
Current Block Size 32.0 KB
|
| 324 |
+
Peak Allocated Bytes 54 B
|
| 325 |
+
Overflow Count 0
|
| 326 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
| 327 |
+
Initial Block Size 64.0 KB
|
| 328 |
+
Current Block Size 64.0 KB
|
| 329 |
+
Peak Allocated Bytes 54 B
|
| 330 |
+
Overflow Count 0
|
| 331 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
| 332 |
+
Peak main deferred allocation count 4
|
| 333 |
+
[ALLOC_BUCKET]
|
| 334 |
+
Large Block size 4.0 MB
|
| 335 |
+
Used Block count 1
|
| 336 |
+
Peak Allocated bytes 0.9 MB
|
| 337 |
+
[ALLOC_DEFAULT_MAIN]
|
| 338 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 183594 frames
|
| 339 |
+
Requested Block Size 16.0 MB
|
| 340 |
+
Peak Block count 1
|
| 341 |
+
Peak Allocated memory 5.0 MB
|
| 342 |
+
Peak Large allocation bytes 0 B
|
| 343 |
+
[ALLOC_DEFAULT_THREAD]
|
| 344 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 183594 frames
|
| 345 |
+
Requested Block Size 16.0 MB
|
| 346 |
+
Peak Block count 1
|
| 347 |
+
Peak Allocated memory 17.4 MB
|
| 348 |
+
Peak Large allocation bytes 16.0 MB
|
| 349 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
| 350 |
+
Initial Block Size 2.0 MB
|
| 351 |
+
Used Block Count 1
|
| 352 |
+
Overflow Count (too large) 0
|
| 353 |
+
Overflow Count (full) 0
|
| 354 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
| 355 |
+
Initial Block Size 2.0 MB
|
| 356 |
+
Used Block Count 1
|
| 357 |
+
Overflow Count (too large) 0
|
| 358 |
+
Overflow Count (full) 0
|
| 359 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
| 360 |
+
Initial Block Size 2.0 MB
|
| 361 |
+
Used Block Count 2
|
| 362 |
+
Overflow Count (too large) 0
|
| 363 |
+
Overflow Count (full) 0
|
| 364 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
| 365 |
+
Initial Block Size 1.0 MB
|
| 366 |
+
Used Block Count 3
|
| 367 |
+
Overflow Count (too large) 0
|
| 368 |
+
Overflow Count (full) 0
|
| 369 |
+
[ALLOC_GFX] Dual Thread Allocator
|
| 370 |
+
Peak main deferred allocation count 0
|
| 371 |
+
[ALLOC_BUCKET]
|
| 372 |
+
Large Block size 4.0 MB
|
| 373 |
+
Used Block count 1
|
| 374 |
+
Peak Allocated bytes 0.9 MB
|
| 375 |
+
[ALLOC_GFX_MAIN]
|
| 376 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 183593 frames, [64.0 KB-128.0 KB]: 1 frames
|
| 377 |
+
Requested Block Size 16.0 MB
|
| 378 |
+
Peak Block count 1
|
| 379 |
+
Peak Allocated memory 65.6 KB
|
| 380 |
+
Peak Large allocation bytes 0 B
|
| 381 |
+
[ALLOC_GFX_THREAD]
|
| 382 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 183594 frames
|
| 383 |
+
Requested Block Size 16.0 MB
|
| 384 |
+
Peak Block count 1
|
| 385 |
+
Peak Allocated memory 173.6 KB
|
| 386 |
+
Peak Large allocation bytes 0 B
|
| 387 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
| 388 |
+
Peak main deferred allocation count 2
|
| 389 |
+
[ALLOC_BUCKET]
|
| 390 |
+
Large Block size 4.0 MB
|
| 391 |
+
Used Block count 1
|
| 392 |
+
Peak Allocated bytes 0.9 MB
|
| 393 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
| 394 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 183594 frames
|
| 395 |
+
Requested Block Size 4.0 MB
|
| 396 |
+
Peak Block count 1
|
| 397 |
+
Peak Allocated memory 0.6 MB
|
| 398 |
+
Peak Large allocation bytes 0 B
|
| 399 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
| 400 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 183593 frames, [2.0 MB-4.0 MB]: 1 frames
|
| 401 |
+
Requested Block Size 4.0 MB
|
| 402 |
+
Peak Block count 1
|
| 403 |
+
Peak Allocated memory 2.2 MB
|
| 404 |
+
Peak Large allocation bytes 0 B
|
| 405 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
| 406 |
+
Peak main deferred allocation count 0
|
| 407 |
+
[ALLOC_BUCKET]
|
| 408 |
+
Large Block size 4.0 MB
|
| 409 |
+
Used Block count 1
|
| 410 |
+
Peak Allocated bytes 0.9 MB
|
| 411 |
+
[ALLOC_TYPETREE_MAIN]
|
| 412 |
+
Peak usage frame count: [0-1.0 KB]: 183594 frames
|
| 413 |
+
Requested Block Size 2.0 MB
|
| 414 |
+
Peak Block count 1
|
| 415 |
+
Peak Allocated memory 1.0 KB
|
| 416 |
+
Peak Large allocation bytes 0 B
|
| 417 |
+
[ALLOC_TYPETREE_THREAD]
|
| 418 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 183593 frames, [2.0 KB-4.0 KB]: 1 frames
|
| 419 |
+
Requested Block Size 2.0 MB
|
| 420 |
+
Peak Block count 1
|
| 421 |
+
Peak Allocated memory 2.2 KB
|
| 422 |
+
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": 0.9178544282913208,
|
| 6 |
+
"min": 0.7289643287658691,
|
| 7 |
+
"max": 3.1238133907318115,
|
| 8 |
+
"count": 1944
|
| 9 |
+
},
|
| 10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
| 11 |
+
"value": 9516.314453125,
|
| 12 |
+
"min": 196.4029541015625,
|
| 13 |
+
"max": 99945.6875,
|
| 14 |
+
"count": 1944
|
| 15 |
+
},
|
| 16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
| 17 |
+
"value": 48.82,
|
| 18 |
+
"min": 29.7125,
|
| 19 |
+
"max": 999.0,
|
| 20 |
+
"count": 1944
|
| 21 |
+
},
|
| 22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
| 23 |
+
"value": 9764.0,
|
| 24 |
+
"min": 3884.0,
|
| 25 |
+
"max": 31936.0,
|
| 26 |
+
"count": 1944
|
| 27 |
+
},
|
| 28 |
+
"SoccerTwos.Step.mean": {
|
| 29 |
+
"value": 19999923.0,
|
| 30 |
+
"min": 10254347.0,
|
| 31 |
+
"max": 19999923.0,
|
| 32 |
+
"count": 1950
|
| 33 |
+
},
|
| 34 |
+
"SoccerTwos.Step.sum": {
|
| 35 |
+
"value": 19999923.0,
|
| 36 |
+
"min": 10254347.0,
|
| 37 |
+
"max": 19999923.0,
|
| 38 |
+
"count": 1950
|
| 39 |
+
},
|
| 40 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
| 41 |
+
"value": 0.04255486652255058,
|
| 42 |
+
"min": -0.07004238665103912,
|
| 43 |
+
"max": 0.5007838010787964,
|
| 44 |
+
"count": 1950
|
| 45 |
+
},
|
| 46 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
| 47 |
+
"value": 4.255486488342285,
|
| 48 |
+
"min": -6.583984375,
|
| 49 |
+
"max": 63.4838752746582,
|
| 50 |
+
"count": 1950
|
| 51 |
+
},
|
| 52 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
| 53 |
+
"value": 0.04240945726633072,
|
| 54 |
+
"min": -0.07176432758569717,
|
| 55 |
+
"max": 0.5026975870132446,
|
| 56 |
+
"count": 1950
|
| 57 |
+
},
|
| 58 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
| 59 |
+
"value": 4.240945816040039,
|
| 60 |
+
"min": -6.745846748352051,
|
| 61 |
+
"max": 63.6322135925293,
|
| 62 |
+
"count": 1950
|
| 63 |
+
},
|
| 64 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
| 65 |
+
"value": 0.0,
|
| 66 |
+
"min": 0.0,
|
| 67 |
+
"max": 0.0,
|
| 68 |
+
"count": 1950
|
| 69 |
+
},
|
| 70 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
| 71 |
+
"value": 0.0,
|
| 72 |
+
"min": 0.0,
|
| 73 |
+
"max": 0.0,
|
| 74 |
+
"count": 1950
|
| 75 |
+
},
|
| 76 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
| 77 |
+
"value": 0.13070400238037108,
|
| 78 |
+
"min": -0.46696818281303754,
|
| 79 |
+
"max": 0.9647746480686564,
|
| 80 |
+
"count": 1950
|
| 81 |
+
},
|
| 82 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
| 83 |
+
"value": 13.07040023803711,
|
| 84 |
+
"min": -41.851199984550476,
|
| 85 |
+
"max": 143.20359992980957,
|
| 86 |
+
"count": 1950
|
| 87 |
+
},
|
| 88 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
| 89 |
+
"value": 0.13070400238037108,
|
| 90 |
+
"min": -0.46696818281303754,
|
| 91 |
+
"max": 0.9647746480686564,
|
| 92 |
+
"count": 1950
|
| 93 |
+
},
|
| 94 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
| 95 |
+
"value": 13.07040023803711,
|
| 96 |
+
"min": -41.851199984550476,
|
| 97 |
+
"max": 143.20359992980957,
|
| 98 |
+
"count": 1950
|
| 99 |
+
},
|
| 100 |
+
"SoccerTwos.IsTraining.mean": {
|
| 101 |
+
"value": 1.0,
|
| 102 |
+
"min": 1.0,
|
| 103 |
+
"max": 1.0,
|
| 104 |
+
"count": 1950
|
| 105 |
+
},
|
| 106 |
+
"SoccerTwos.IsTraining.sum": {
|
| 107 |
+
"value": 1.0,
|
| 108 |
+
"min": 1.0,
|
| 109 |
+
"max": 1.0,
|
| 110 |
+
"count": 1950
|
| 111 |
+
},
|
| 112 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
| 113 |
+
"value": 2087.5293675757584,
|
| 114 |
+
"min": 1487.3612441325536,
|
| 115 |
+
"max": 2112.2760778000647,
|
| 116 |
+
"count": 1908
|
| 117 |
+
},
|
| 118 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
| 119 |
+
"value": 208752.93675757584,
|
| 120 |
+
"min": 2975.7167421911718,
|
| 121 |
+
"max": 334432.67040508194,
|
| 122 |
+
"count": 1908
|
| 123 |
+
},
|
| 124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
| 125 |
+
"value": 0.019150842873690028,
|
| 126 |
+
"min": 0.01072223774244776,
|
| 127 |
+
"max": 0.023182254606702677,
|
| 128 |
+
"count": 472
|
| 129 |
+
},
|
| 130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
| 131 |
+
"value": 0.019150842873690028,
|
| 132 |
+
"min": 0.01072223774244776,
|
| 133 |
+
"max": 0.023182254606702677,
|
| 134 |
+
"count": 472
|
| 135 |
+
},
|
| 136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
| 137 |
+
"value": 0.09839873388409615,
|
| 138 |
+
"min": 3.059263963223202e-06,
|
| 139 |
+
"max": 0.11455846453706424,
|
| 140 |
+
"count": 472
|
| 141 |
+
},
|
| 142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
| 143 |
+
"value": 0.09839873388409615,
|
| 144 |
+
"min": 3.059263963223202e-06,
|
| 145 |
+
"max": 0.11455846453706424,
|
| 146 |
+
"count": 472
|
| 147 |
+
},
|
| 148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
| 149 |
+
"value": 0.09883608892560006,
|
| 150 |
+
"min": 3.496266966370361e-06,
|
| 151 |
+
"max": 0.11490954284866652,
|
| 152 |
+
"count": 472
|
| 153 |
+
},
|
| 154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
| 155 |
+
"value": 0.09883608892560006,
|
| 156 |
+
"min": 3.496266966370361e-06,
|
| 157 |
+
"max": 0.11490954284866652,
|
| 158 |
+
"count": 472
|
| 159 |
+
},
|
| 160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
| 161 |
+
"value": 1.3370495546500331e-07,
|
| 162 |
+
"min": 1.3370495546500331e-07,
|
| 163 |
+
"max": 0.00014577588640805506,
|
| 164 |
+
"count": 472
|
| 165 |
+
},
|
| 166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
| 167 |
+
"value": 1.3370495546500331e-07,
|
| 168 |
+
"min": 1.3370495546500331e-07,
|
| 169 |
+
"max": 0.00014577588640805506,
|
| 170 |
+
"count": 472
|
| 171 |
+
},
|
| 172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
| 173 |
+
"value": 0.25,
|
| 174 |
+
"min": 0.25,
|
| 175 |
+
"max": 0.25,
|
| 176 |
+
"count": 472
|
| 177 |
+
},
|
| 178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
| 179 |
+
"value": 0.25,
|
| 180 |
+
"min": 0.25,
|
| 181 |
+
"max": 0.25,
|
| 182 |
+
"count": 472
|
| 183 |
+
},
|
| 184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
| 185 |
+
"value": 1.4449046500000114e-05,
|
| 186 |
+
"min": 1.4449046500000114e-05,
|
| 187 |
+
"max": 0.004864335305500002,
|
| 188 |
+
"count": 472
|
| 189 |
+
},
|
| 190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
| 191 |
+
"value": 1.4449046500000114e-05,
|
| 192 |
+
"min": 1.4449046500000114e-05,
|
| 193 |
+
"max": 0.004864335305500002,
|
| 194 |
+
"count": 472
|
| 195 |
+
}
|
| 196 |
+
},
|
| 197 |
+
"metadata": {
|
| 198 |
+
"timer_format_version": "0.1.0",
|
| 199 |
+
"start_time_seconds": "1694329997",
|
| 200 |
+
"python_version": "3.9.17 (main, Jul 5 2023, 20:47:11) [MSC v.1916 64 bit (AMD64)]",
|
| 201 |
+
"command_line_arguments": "\\\\?\\F:\\ProgramData\\anaconda3\\envs\\rl\\Scripts\\mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/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": "1694386669"
|
| 208 |
+
},
|
| 209 |
+
"total": 56671.4721282,
|
| 210 |
+
"count": 1,
|
| 211 |
+
"self": 1.1598051999972085,
|
| 212 |
+
"children": {
|
| 213 |
+
"run_training.setup": {
|
| 214 |
+
"total": 0.1515344999999999,
|
| 215 |
+
"count": 1,
|
| 216 |
+
"self": 0.1515344999999999
|
| 217 |
+
},
|
| 218 |
+
"TrainerController.start_learning": {
|
| 219 |
+
"total": 56670.160788500005,
|
| 220 |
+
"count": 1,
|
| 221 |
+
"self": 20.795712302911852,
|
| 222 |
+
"children": {
|
| 223 |
+
"TrainerController._reset_env": {
|
| 224 |
+
"total": 5.718090199977178,
|
| 225 |
+
"count": 50,
|
| 226 |
+
"self": 5.718090199977178
|
| 227 |
+
},
|
| 228 |
+
"TrainerController.advance": {
|
| 229 |
+
"total": 56643.34205059712,
|
| 230 |
+
"count": 679708,
|
| 231 |
+
"self": 19.45168749952427,
|
| 232 |
+
"children": {
|
| 233 |
+
"env_step": {
|
| 234 |
+
"total": 15638.508758199652,
|
| 235 |
+
"count": 679708,
|
| 236 |
+
"self": 10715.026993999712,
|
| 237 |
+
"children": {
|
| 238 |
+
"SubprocessEnvManager._take_step": {
|
| 239 |
+
"total": 4910.7453830998365,
|
| 240 |
+
"count": 679708,
|
| 241 |
+
"self": 144.36084719888277,
|
| 242 |
+
"children": {
|
| 243 |
+
"TorchPolicy.evaluate": {
|
| 244 |
+
"total": 4766.384535900954,
|
| 245 |
+
"count": 1223972,
|
| 246 |
+
"self": 4766.384535900954
|
| 247 |
+
}
|
| 248 |
+
}
|
| 249 |
+
},
|
| 250 |
+
"workers": {
|
| 251 |
+
"total": 12.736381100104035,
|
| 252 |
+
"count": 679708,
|
| 253 |
+
"self": 0.0,
|
| 254 |
+
"children": {
|
| 255 |
+
"worker_root": {
|
| 256 |
+
"total": 56638.41374260014,
|
| 257 |
+
"count": 679708,
|
| 258 |
+
"is_parallel": true,
|
| 259 |
+
"self": 48307.10048139727,
|
| 260 |
+
"children": {
|
| 261 |
+
"steps_from_proto": {
|
| 262 |
+
"total": 0.12094130000634618,
|
| 263 |
+
"count": 100,
|
| 264 |
+
"is_parallel": true,
|
| 265 |
+
"self": 0.026316000010890406,
|
| 266 |
+
"children": {
|
| 267 |
+
"_process_rank_one_or_two_observation": {
|
| 268 |
+
"total": 0.09462529999545577,
|
| 269 |
+
"count": 400,
|
| 270 |
+
"is_parallel": true,
|
| 271 |
+
"self": 0.09462529999545577
|
| 272 |
+
}
|
| 273 |
+
}
|
| 274 |
+
},
|
| 275 |
+
"UnityEnvironment.step": {
|
| 276 |
+
"total": 8331.192319902864,
|
| 277 |
+
"count": 679708,
|
| 278 |
+
"is_parallel": true,
|
| 279 |
+
"self": 463.3433741005474,
|
| 280 |
+
"children": {
|
| 281 |
+
"UnityEnvironment._generate_step_input": {
|
| 282 |
+
"total": 482.23932320021083,
|
| 283 |
+
"count": 679708,
|
| 284 |
+
"is_parallel": true,
|
| 285 |
+
"self": 482.23932320021083
|
| 286 |
+
},
|
| 287 |
+
"communicator.exchange": {
|
| 288 |
+
"total": 5890.32745390054,
|
| 289 |
+
"count": 679708,
|
| 290 |
+
"is_parallel": true,
|
| 291 |
+
"self": 5890.32745390054
|
| 292 |
+
},
|
| 293 |
+
"steps_from_proto": {
|
| 294 |
+
"total": 1495.2821687015667,
|
| 295 |
+
"count": 1359416,
|
| 296 |
+
"is_parallel": true,
|
| 297 |
+
"self": 329.74533200517453,
|
| 298 |
+
"children": {
|
| 299 |
+
"_process_rank_one_or_two_observation": {
|
| 300 |
+
"total": 1165.5368366963921,
|
| 301 |
+
"count": 5437664,
|
| 302 |
+
"is_parallel": true,
|
| 303 |
+
"self": 1165.5368366963921
|
| 304 |
+
}
|
| 305 |
+
}
|
| 306 |
+
}
|
| 307 |
+
}
|
| 308 |
+
}
|
| 309 |
+
}
|
| 310 |
+
}
|
| 311 |
+
}
|
| 312 |
+
}
|
| 313 |
+
}
|
| 314 |
+
},
|
| 315 |
+
"trainer_advance": {
|
| 316 |
+
"total": 40985.38160489795,
|
| 317 |
+
"count": 679708,
|
| 318 |
+
"self": 152.04690239448973,
|
| 319 |
+
"children": {
|
| 320 |
+
"process_trajectory": {
|
| 321 |
+
"total": 5966.121699803454,
|
| 322 |
+
"count": 679708,
|
| 323 |
+
"self": 5961.289966703462,
|
| 324 |
+
"children": {
|
| 325 |
+
"RLTrainer._checkpoint": {
|
| 326 |
+
"total": 4.831733099992562,
|
| 327 |
+
"count": 20,
|
| 328 |
+
"self": 4.831733099992562
|
| 329 |
+
}
|
| 330 |
+
}
|
| 331 |
+
},
|
| 332 |
+
"_update_policy": {
|
| 333 |
+
"total": 34867.21300270001,
|
| 334 |
+
"count": 472,
|
| 335 |
+
"self": 2540.7986863001424,
|
| 336 |
+
"children": {
|
| 337 |
+
"TorchPOCAOptimizer.update": {
|
| 338 |
+
"total": 32326.414316399867,
|
| 339 |
+
"count": 14178,
|
| 340 |
+
"self": 32326.414316399867
|
| 341 |
+
}
|
| 342 |
+
}
|
| 343 |
+
}
|
| 344 |
+
}
|
| 345 |
+
}
|
| 346 |
+
}
|
| 347 |
+
},
|
| 348 |
+
"trainer_threads": {
|
| 349 |
+
"total": 1.1000010999850929e-06,
|
| 350 |
+
"count": 1,
|
| 351 |
+
"self": 1.1000010999850929e-06
|
| 352 |
+
},
|
| 353 |
+
"TrainerController._save_models": {
|
| 354 |
+
"total": 0.30493429999478394,
|
| 355 |
+
"count": 1,
|
| 356 |
+
"self": 0.08147639999515377,
|
| 357 |
+
"children": {
|
| 358 |
+
"RLTrainer._checkpoint": {
|
| 359 |
+
"total": 0.22345789999963017,
|
| 360 |
+
"count": 1,
|
| 361 |
+
"self": 0.22345789999963017
|
| 362 |
+
}
|
| 363 |
+
}
|
| 364 |
+
}
|
| 365 |
+
}
|
| 366 |
+
}
|
| 367 |
+
}
|
| 368 |
+
}
|
run_logs/training_status.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"SoccerTwos": {
|
| 3 |
+
"elo": 2086.384095419922,
|
| 4 |
+
"checkpoints": [
|
| 5 |
+
{
|
| 6 |
+
"steps": 18499997,
|
| 7 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18499997.onnx",
|
| 8 |
+
"reward": 0.0,
|
| 9 |
+
"creation_time": 1694378018.7477627,
|
| 10 |
+
"auxillary_file_paths": [
|
| 11 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18499997.pt"
|
| 12 |
+
]
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"steps": 18999989,
|
| 16 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18999989.onnx",
|
| 17 |
+
"reward": 0.0,
|
| 18 |
+
"creation_time": 1694380871.7409,
|
| 19 |
+
"auxillary_file_paths": [
|
| 20 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18999989.pt"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"steps": 19499955,
|
| 25 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19499955.onnx",
|
| 26 |
+
"reward": 0.0,
|
| 27 |
+
"creation_time": 1694383801.855357,
|
| 28 |
+
"auxillary_file_paths": [
|
| 29 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19499955.pt"
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"steps": 19999923,
|
| 34 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19999923.onnx",
|
| 35 |
+
"reward": 0.0,
|
| 36 |
+
"creation_time": 1694386667.4582355,
|
| 37 |
+
"auxillary_file_paths": [
|
| 38 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19999923.pt"
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"steps": 20000081,
|
| 43 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000081.onnx",
|
| 44 |
+
"reward": 0.0,
|
| 45 |
+
"creation_time": 1694386667.7650497,
|
| 46 |
+
"auxillary_file_paths": [
|
| 47 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000081.pt"
|
| 48 |
+
]
|
| 49 |
+
}
|
| 50 |
+
],
|
| 51 |
+
"final_checkpoint": {
|
| 52 |
+
"steps": 20000081,
|
| 53 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
|
| 54 |
+
"reward": 0.0,
|
| 55 |
+
"creation_time": 1694386667.7650497,
|
| 56 |
+
"auxillary_file_paths": [
|
| 57 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000081.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 |
+
}
|