First Push
Browse files- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-20999990.onnx +3 -0
- SoccerTwos/SoccerTwos-20999990.pt +3 -0
- SoccerTwos/SoccerTwos-21499953.onnx +3 -0
- SoccerTwos/SoccerTwos-21499953.pt +3 -0
- SoccerTwos/SoccerTwos-21999980.onnx +3 -0
- SoccerTwos/SoccerTwos-21999980.pt +3 -0
- SoccerTwos/SoccerTwos-22499926.onnx +3 -0
- SoccerTwos/SoccerTwos-22499926.pt +3 -0
- SoccerTwos/SoccerTwos-22999984.onnx +3 -0
- SoccerTwos/SoccerTwos-22999984.pt +3 -0
- SoccerTwos/SoccerTwos-23999992.onnx +3 -0
- SoccerTwos/SoccerTwos-23999992.pt +3 -0
- SoccerTwos/SoccerTwos-24499980.onnx +3 -0
- SoccerTwos/SoccerTwos-24499980.pt +3 -0
- SoccerTwos/SoccerTwos-24999982.onnx +3 -0
- SoccerTwos/SoccerTwos-24999982.pt +3 -0
- SoccerTwos/SoccerTwos-25499983.onnx +3 -0
- SoccerTwos/SoccerTwos-25499983.pt +3 -0
- SoccerTwos/SoccerTwos-25999974.onnx +3 -0
- SoccerTwos/SoccerTwos-25999974.pt +3 -0
- SoccerTwos/SoccerTwos-48999982.onnx +3 -0
- SoccerTwos/SoccerTwos-48999982.pt +3 -0
- SoccerTwos/SoccerTwos-49499982.onnx +3 -0
- SoccerTwos/SoccerTwos-49499982.pt +3 -0
- SoccerTwos/SoccerTwos-49999972.onnx +3 -0
- SoccerTwos/SoccerTwos-49999972.pt +3 -0
- SoccerTwos/SoccerTwos-50000042.onnx +3 -0
- SoccerTwos/SoccerTwos-50000042.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1713561768.DESKTOP-2B39TGF.41956.0 +3 -0
- SoccerTwos/events.out.tfevents.1713826845.DESKTOP-2B39TGF.25120.0 +3 -0
- SoccerTwos/events.out.tfevents.1713832289.DESKTOP-2B39TGF.32228.0 +3 -0
- SoccerTwos/events.out.tfevents.1713871287.DESKTOP-2B39TGF.17696.0 +3 -0
- SoccerTwos/events.out.tfevents.1713892421.DESKTOP-2B39TGF.15376.0 +3 -0
- SoccerTwos/events.out.tfevents.1713993007.DESKTOP-2B39TGF.376.0 +3 -0
- config.json +1 -0
- configuration.yaml +84 -0
- run_logs/Player-0.log +302 -0
- run_logs/timers.json +54 -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: BWangila/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:9406de7c172f0019901ae7ff03fe881cae6984995dd605e4869a557c613dddfd
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-20999990.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7460ac6e0fd6ebf977d74ccba6b45ecabd806d05e3e42537f434f48c96dc123
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-20999990.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01e7eff1bee90e9ca6ff4c2cba539666cc1382981c50720ec9bd879877e71a5b
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-21499953.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89bd9646b7378afee956f5b310c178cedc59337c7d2036ca844296b0a56f7c56
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-21499953.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af7ef4e27fb7a5f596f92646cd7b37b44cb7fff95b39d030a3333ecd1603f8a4
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-21999980.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d8b70f309db7db862c55c1d276f58aa1531699c738c1ed7bd0f0321a79bc773
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-21999980.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b399fdb4188af732f4e6cca503d55cff0e30170b0914f0cce651da7397da68c7
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-22499926.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a71f7d80765e890225016e7e36bbb43b968a750609eeca0fa70e8db99dac561d
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-22499926.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35d70f499a926a6f49c211276b129944fb3718046c4afc78d414ea7b8e2f1ce4
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-22999984.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1719247083c8e5838cec929f4f4690ca5ac0151d31f17a2eb9a1894934d6ba3b
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-22999984.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa8754f84740a482282c748a9533994480bf03ad9c8cdd957d18beffe909c5e7
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-23999992.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c12e992c79e784e049e167daeb2055778541604ce7678d51b26d07c50c2ab769
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-23999992.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac00a3e1352aab0fa93105883359f3b9c82fecaed99f7eb717fa2b4818fe45e3
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-24499980.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62df7948102217042d34e3abe1fd283ac082ed6c87868dcc34ee2c23c4ba647d
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-24499980.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b2c94e102eb1f6945cdfaec94c2ca32b69d025ba95495705380d0ff8e96ad9e
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-24999982.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88abdbbd8f0f257913d3ec4495d2db29e5fa54cf753b0cc859f5b025d0f271b5
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-24999982.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22f26d4639bbb61c37c821e5e21c97b95407ed3915c1e47a826a2aeaded9f27b
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-25499983.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd5b15c626d783d6b65d0f369958c2e743933aaa16941bc416db602115a8bd31
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-25499983.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ac94ce69b27860df553bf5f7a34cfe4457e4d134dee8ae0c90f273b49f3312e
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-25999974.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4639c60745454db56ab83769339fc279fa08a9eb3ec09730ca163a63c19c757
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-25999974.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82e8c5c250d9355a0e110592200ba75431bc93d81a50b6bc3a78cdc4f59b64b4
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-48999982.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:900feca0101e251c3759b813a4e511c9b172ae19a5d010ea43f29547104a8a45
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-48999982.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcbbe0ece0d2fb1d01bb8002d9ffc8f39c296fb4dee3c21de4fb0d4854acaf72
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-49499982.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5a333a0873b2440e1256910536cf7970780105ecb714a81470a2cc2909eaf78
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-49499982.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45111c23122b2d8d42ed09383d208e82d17fcd9d2f17d57a65b33746ac9383c1
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-49999972.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9406de7c172f0019901ae7ff03fe881cae6984995dd605e4869a557c613dddfd
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-49999972.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db97c3275faf27d37181f155491d4acfda1dd5ec25b2c18e270ae9e6d9d3c0c1
|
3 |
+
size 28430482
|
SoccerTwos/SoccerTwos-50000042.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9406de7c172f0019901ae7ff03fe881cae6984995dd605e4869a557c613dddfd
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-50000042.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57e6aa5a465bba582747fec82b1bea5790249726a5cf64f636a7c7dc3eb6a426
|
3 |
+
size 28430482
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aaccfbef4ba2ed9b2c4df6cc0fc91dd0123a2aef1ba0c6e81adbe9da0a42b2b
|
3 |
+
size 28429366
|
SoccerTwos/events.out.tfevents.1713561768.DESKTOP-2B39TGF.41956.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c0a87d329a554f50670675d64f6be24410852388bffdfa84782c62d3fb29f79
|
3 |
+
size 23667467
|
SoccerTwos/events.out.tfevents.1713826845.DESKTOP-2B39TGF.25120.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acd29eff5b02ae23c3342606739d219db6c04d364f66c24a258a0593061f9f60
|
3 |
+
size 628794
|
SoccerTwos/events.out.tfevents.1713832289.DESKTOP-2B39TGF.32228.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65f0bc255043f4ba7f62d930dd6a1ee0375760b42e9e1a6be862530ee67e904d
|
3 |
+
size 555831
|
SoccerTwos/events.out.tfevents.1713871287.DESKTOP-2B39TGF.17696.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a10957108225c9d9f86ca25d924ee0d8d1b3c8e500b36d51b876b11e07716bde
|
3 |
+
size 2159463
|
SoccerTwos/events.out.tfevents.1713892421.DESKTOP-2B39TGF.15376.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08eb2d298751d3c94dee4e22f0635445825ee94d716d61e1043bb95551439aed
|
3 |
+
size 24668794
|
SoccerTwos/events.out.tfevents.1713993007.DESKTOP-2B39TGF.376.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a15c7352ec4c97208b920ba4b5086dd0fb9f9e153c0b68db21492b26478a6178
|
3 |
+
size 1241
|
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": 50000000, "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, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SoccerTwos:
|
4 |
+
trainer_type: poca
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 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: 50000000
|
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 |
+
timeout_wait: 60
|
59 |
+
seed: -1
|
60 |
+
max_lifetime_restarts: 10
|
61 |
+
restarts_rate_limit_n: 1
|
62 |
+
restarts_rate_limit_period_s: 60
|
63 |
+
engine_settings:
|
64 |
+
width: 84
|
65 |
+
height: 84
|
66 |
+
quality_level: 5
|
67 |
+
time_scale: 20
|
68 |
+
target_frame_rate: -1
|
69 |
+
capture_frame_rate: 60
|
70 |
+
no_graphics: true
|
71 |
+
no_graphics_monitor: false
|
72 |
+
environment_parameters: null
|
73 |
+
checkpoint_settings:
|
74 |
+
run_id: SoccerTwos
|
75 |
+
initialize_from: null
|
76 |
+
load_model: false
|
77 |
+
resume: true
|
78 |
+
force: false
|
79 |
+
train_model: false
|
80 |
+
inference: false
|
81 |
+
results_dir: results
|
82 |
+
torch_settings:
|
83 |
+
device: null
|
84 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,302 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = 'C:/Users/brian/Machine Learning/General/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = 'C:/Users/brian/Machine Learning/General/ml-agents/training-envs-executables/SoccerTwos/MonoBleedingEdge/etc'
|
3 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
4 |
+
[Subsystems] Discovering subsystems at path C:/Users/brian/Machine Learning/General/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.233 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: 10.157100 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 6 worker threads for Enlighten.
|
42 |
+
Memory Statistics:
|
43 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
44 |
+
StackAllocators :
|
45 |
+
[ALLOC_TEMP_MAIN]
|
46 |
+
Peak usage frame count: [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 387 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.8 KB
|
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 6
|
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 11
|
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_Job.Worker 9]
|
152 |
+
Initial Block Size 256.0 KB
|
153 |
+
Current Block Size 256.0 KB
|
154 |
+
Peak Allocated Bytes 0 B
|
155 |
+
Overflow Count 0
|
156 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
157 |
+
Initial Block Size 32.0 KB
|
158 |
+
Current Block Size 32.0 KB
|
159 |
+
Peak Allocated Bytes 54 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_TEMP_Job.Worker 8]
|
162 |
+
Initial Block Size 256.0 KB
|
163 |
+
Current Block Size 256.0 KB
|
164 |
+
Peak Allocated Bytes 0 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_Job.Worker 7]
|
167 |
+
Initial Block Size 256.0 KB
|
168 |
+
Current Block Size 256.0 KB
|
169 |
+
Peak Allocated Bytes 0 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_TEMP_Job.Worker 1]
|
172 |
+
Initial Block Size 256.0 KB
|
173 |
+
Current Block Size 256.0 KB
|
174 |
+
Peak Allocated Bytes 0 B
|
175 |
+
Overflow Count 0
|
176 |
+
[ALLOC_TEMP_Job.Worker 2]
|
177 |
+
Initial Block Size 256.0 KB
|
178 |
+
Current Block Size 256.0 KB
|
179 |
+
Peak Allocated Bytes 0 B
|
180 |
+
Overflow Count 0
|
181 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
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_Background Job.Worker 11]
|
187 |
+
Initial Block Size 32.0 KB
|
188 |
+
Current Block Size 32.0 KB
|
189 |
+
Peak Allocated Bytes 54 B
|
190 |
+
Overflow Count 0
|
191 |
+
[ALLOC_TEMP_Job.Worker 10]
|
192 |
+
Initial Block Size 256.0 KB
|
193 |
+
Current Block Size 256.0 KB
|
194 |
+
Peak Allocated Bytes 54 B
|
195 |
+
Overflow Count 0
|
196 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
197 |
+
Initial Block Size 32.0 KB
|
198 |
+
Current Block Size 32.0 KB
|
199 |
+
Peak Allocated Bytes 54 B
|
200 |
+
Overflow Count 0
|
201 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
202 |
+
Initial Block Size 32.0 KB
|
203 |
+
Current Block Size 32.0 KB
|
204 |
+
Peak Allocated Bytes 54 B
|
205 |
+
Overflow Count 0
|
206 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
207 |
+
Initial Block Size 64.0 KB
|
208 |
+
Current Block Size 64.0 KB
|
209 |
+
Peak Allocated Bytes 54 B
|
210 |
+
Overflow Count 0
|
211 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
212 |
+
Peak main deferred allocation count 3
|
213 |
+
[ALLOC_BUCKET]
|
214 |
+
Large Block size 4.0 MB
|
215 |
+
Used Block count 1
|
216 |
+
Peak Allocated bytes 0.9 MB
|
217 |
+
[ALLOC_DEFAULT_MAIN]
|
218 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 1 frames
|
219 |
+
Requested Block Size 16.0 MB
|
220 |
+
Peak Block count 1
|
221 |
+
Peak Allocated memory 5.0 MB
|
222 |
+
Peak Large allocation bytes 0 B
|
223 |
+
[ALLOC_DEFAULT_THREAD]
|
224 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
|
225 |
+
Requested Block Size 16.0 MB
|
226 |
+
Peak Block count 1
|
227 |
+
Peak Allocated memory 17.2 MB
|
228 |
+
Peak Large allocation bytes 16.0 MB
|
229 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
230 |
+
Initial Block Size 2.0 MB
|
231 |
+
Used Block Count 1
|
232 |
+
Overflow Count (too large) 0
|
233 |
+
Overflow Count (full) 0
|
234 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
235 |
+
Initial Block Size 2.0 MB
|
236 |
+
Used Block Count 1
|
237 |
+
Overflow Count (too large) 0
|
238 |
+
Overflow Count (full) 0
|
239 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
240 |
+
Initial Block Size 2.0 MB
|
241 |
+
Used Block Count 1
|
242 |
+
Overflow Count (too large) 0
|
243 |
+
Overflow Count (full) 0
|
244 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
245 |
+
Initial Block Size 1.0 MB
|
246 |
+
Used Block Count 3
|
247 |
+
Overflow Count (too large) 0
|
248 |
+
Overflow Count (full) 0
|
249 |
+
[ALLOC_GFX] Dual Thread Allocator
|
250 |
+
Peak main deferred allocation count 0
|
251 |
+
[ALLOC_BUCKET]
|
252 |
+
Large Block size 4.0 MB
|
253 |
+
Used Block count 1
|
254 |
+
Peak Allocated bytes 0.9 MB
|
255 |
+
[ALLOC_GFX_MAIN]
|
256 |
+
Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
|
257 |
+
Requested Block Size 16.0 MB
|
258 |
+
Peak Block count 1
|
259 |
+
Peak Allocated memory 65.6 KB
|
260 |
+
Peak Large allocation bytes 0 B
|
261 |
+
[ALLOC_GFX_THREAD]
|
262 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 1 frames
|
263 |
+
Requested Block Size 16.0 MB
|
264 |
+
Peak Block count 1
|
265 |
+
Peak Allocated memory 173.6 KB
|
266 |
+
Peak Large allocation bytes 0 B
|
267 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
268 |
+
Peak main deferred allocation count 2
|
269 |
+
[ALLOC_BUCKET]
|
270 |
+
Large Block size 4.0 MB
|
271 |
+
Used Block count 1
|
272 |
+
Peak Allocated bytes 0.9 MB
|
273 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
274 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
|
275 |
+
Requested Block Size 4.0 MB
|
276 |
+
Peak Block count 1
|
277 |
+
Peak Allocated memory 0.6 MB
|
278 |
+
Peak Large allocation bytes 0 B
|
279 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
280 |
+
Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
|
281 |
+
Requested Block Size 4.0 MB
|
282 |
+
Peak Block count 1
|
283 |
+
Peak Allocated memory 3.2 MB
|
284 |
+
Peak Large allocation bytes 0 B
|
285 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
286 |
+
Peak main deferred allocation count 0
|
287 |
+
[ALLOC_BUCKET]
|
288 |
+
Large Block size 4.0 MB
|
289 |
+
Used Block count 1
|
290 |
+
Peak Allocated bytes 0.9 MB
|
291 |
+
[ALLOC_TYPETREE_MAIN]
|
292 |
+
Peak usage frame count: [0-1.0 KB]: 1 frames
|
293 |
+
Requested Block Size 2.0 MB
|
294 |
+
Peak Block count 1
|
295 |
+
Peak Allocated memory 1.0 KB
|
296 |
+
Peak Large allocation bytes 0 B
|
297 |
+
[ALLOC_TYPETREE_THREAD]
|
298 |
+
Peak usage frame count: [2.0 KB-4.0 KB]: 1 frames
|
299 |
+
Requested Block Size 2.0 MB
|
300 |
+
Peak Block count 1
|
301 |
+
Peak Allocated memory 2.2 KB
|
302 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"metadata": {
|
4 |
+
"timer_format_version": "0.1.0",
|
5 |
+
"start_time_seconds": "1713993003",
|
6 |
+
"python_version": "3.10.12 | packaged by Anaconda, Inc. | (main, Jul 5 2023, 19:01:18) [MSC v.1916 64 bit (AMD64)]",
|
7 |
+
"command_line_arguments": "\\\\?\\C:\\Users\\brian\\anaconda3\\envs\\rl\\Scripts\\mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.exe --run-id=SoccerTwos --no-graphics --resume",
|
8 |
+
"mlagents_version": "1.1.0.dev0",
|
9 |
+
"mlagents_envs_version": "1.1.0.dev0",
|
10 |
+
"communication_protocol_version": "1.5.0",
|
11 |
+
"pytorch_version": "2.2.2+cpu",
|
12 |
+
"numpy_version": "1.23.5",
|
13 |
+
"end_time_seconds": "1713993010"
|
14 |
+
},
|
15 |
+
"total": 6.861376999993809,
|
16 |
+
"count": 1,
|
17 |
+
"self": 0.4839098999800626,
|
18 |
+
"children": {
|
19 |
+
"run_training.setup": {
|
20 |
+
"total": 0.1208284000022104,
|
21 |
+
"count": 1,
|
22 |
+
"self": 0.1208284000022104
|
23 |
+
},
|
24 |
+
"TrainerController.start_learning": {
|
25 |
+
"total": 6.2566387000115355,
|
26 |
+
"count": 1,
|
27 |
+
"self": 0.00013699999544769526,
|
28 |
+
"children": {
|
29 |
+
"TrainerController._reset_env": {
|
30 |
+
"total": 5.906483300001128,
|
31 |
+
"count": 1,
|
32 |
+
"self": 5.906483300001128
|
33 |
+
},
|
34 |
+
"trainer_threads": {
|
35 |
+
"total": 1.00000761449337e-06,
|
36 |
+
"count": 1,
|
37 |
+
"self": 1.00000761449337e-06
|
38 |
+
},
|
39 |
+
"TrainerController._save_models": {
|
40 |
+
"total": 0.3500174000073457,
|
41 |
+
"count": 1,
|
42 |
+
"self": 0.0023745000071357936,
|
43 |
+
"children": {
|
44 |
+
"RLTrainer._checkpoint": {
|
45 |
+
"total": 0.3476429000002099,
|
46 |
+
"count": 1,
|
47 |
+
"self": 0.3476429000002099
|
48 |
+
}
|
49 |
+
}
|
50 |
+
}
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
54 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 48999982,
|
6 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-48999982.onnx",
|
7 |
+
"reward": 0.0,
|
8 |
+
"creation_time": 1713966784.4329212,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-48999982.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 49499982,
|
15 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49499982.onnx",
|
16 |
+
"reward": 0.0,
|
17 |
+
"creation_time": 1713968699.4382136,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49499982.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 49999972,
|
24 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49999972.onnx",
|
25 |
+
"reward": 0.0,
|
26 |
+
"creation_time": 1713970672.7131507,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49999972.pt"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 50000042,
|
33 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000042.onnx",
|
34 |
+
"reward": 0.0,
|
35 |
+
"creation_time": 1713970672.8601098,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000042.pt"
|
38 |
+
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 50000042,
|
42 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000042.onnx",
|
43 |
+
"reward": null,
|
44 |
+
"creation_time": 1713993010.1214325,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000042.pt"
|
47 |
+
]
|
48 |
+
}
|
49 |
+
],
|
50 |
+
"elo": 1480.5682750875842,
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 50000042,
|
53 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
|
54 |
+
"reward": null,
|
55 |
+
"creation_time": 1713993010.1214325,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000042.pt"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"metadata": {
|
62 |
+
"stats_format_version": "0.3.0",
|
63 |
+
"mlagents_version": "1.1.0.dev0",
|
64 |
+
"torch_version": "2.2.2+cpu"
|
65 |
+
}
|
66 |
+
}
|