12M version with time_horizon=64
Browse files- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-13999958.onnx +3 -0
- SoccerTwos/SoccerTwos-13999958.pt +3 -0
- SoccerTwos/SoccerTwos-14499976.onnx +3 -0
- SoccerTwos/SoccerTwos-14499976.pt +3 -0
- SoccerTwos/SoccerTwos-14999986.onnx +3 -0
- SoccerTwos/SoccerTwos-14999986.pt +3 -0
- SoccerTwos/SoccerTwos-15000040.onnx +3 -0
- SoccerTwos/SoccerTwos-15000040.pt +3 -0
- SoccerTwos/SoccerTwos-15499964.onnx +3 -0
- SoccerTwos/SoccerTwos-15499964.pt +3 -0
- SoccerTwos/SoccerTwos-15999990.onnx +3 -0
- SoccerTwos/SoccerTwos-15999990.pt +3 -0
- SoccerTwos/SoccerTwos-16499946.onnx +3 -0
- SoccerTwos/SoccerTwos-16499946.pt +3 -0
- SoccerTwos/SoccerTwos-16999942.onnx +3 -0
- SoccerTwos/SoccerTwos-16999942.pt +3 -0
- SoccerTwos/SoccerTwos-17499938.onnx +3 -0
- SoccerTwos/SoccerTwos-17499938.pt +3 -0
- SoccerTwos/SoccerTwos-17999962.onnx +3 -0
- SoccerTwos/SoccerTwos-17999962.pt +3 -0
- SoccerTwos/SoccerTwos-18499976.onnx +3 -0
- SoccerTwos/SoccerTwos-18499976.pt +3 -0
- SoccerTwos/SoccerTwos-18999950.onnx +3 -0
- SoccerTwos/SoccerTwos-18999950.pt +3 -0
- SoccerTwos/SoccerTwos-19499995.onnx +3 -0
- SoccerTwos/SoccerTwos-19499995.pt +3 -0
- SoccerTwos/SoccerTwos-19999978.onnx +3 -0
- SoccerTwos/SoccerTwos-19999978.pt +3 -0
- SoccerTwos/SoccerTwos-20000010.onnx +3 -0
- SoccerTwos/SoccerTwos-20000010.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1677694345.zippy.38072.0 +3 -0
- SoccerTwos/events.out.tfevents.1677767972.zippy.53840.0 +3 -0
- SoccerTwos/events.out.tfevents.1677768083.zippy.53060.0 +3 -0
- SoccerTwos/events.out.tfevents.1677773149.zippy.47168.0 +3 -0
- SoccerTwos/events.out.tfevents.1677779569.zippy.44044.0 +3 -0
- SoccerTwos/events.out.tfevents.1678072392.zippy.56040.0 +3 -0
- SoccerTwos/events.out.tfevents.1678088901.zippy.49496.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- configuration.yaml.bak +32 -0
- run_logs/Player-0.log +282 -0
- run_logs/timers.json +368 -0
- run_logs/training_status.json +156 -0
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- unity-ml-agents
|
5 |
+
- ml-agents
|
6 |
+
- deep-reinforcement-learning
|
7 |
+
- reinforcement-learning
|
8 |
+
- ML-Agents-SoccerTwos
|
9 |
+
library_name: ml-agents
|
10 |
+
---
|
11 |
+
|
12 |
+
# **poca** Agent playing **SoccerTwos**
|
13 |
+
This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
14 |
+
|
15 |
+
## Usage (with ML-Agents)
|
16 |
+
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
18 |
+
|
19 |
+
|
20 |
+
### Resume the training
|
21 |
+
```
|
22 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
23 |
+
```
|
24 |
+
### Watch your Agent play
|
25 |
+
You can watch your agent **playing directly in your browser:**.
|
26 |
+
|
27 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
|
28 |
+
2. Step 1: Write your model_id: Alex48/poca-SoccerTwos-v4.20
|
29 |
+
3. Step 2: Select your *.nn /*.onnx file
|
30 |
+
4. Click on Watch the agent play 👀
|
31 |
+
|
SoccerTwos.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7a739684103de79621f467ee4932f5cf9ed8c13eb16012bc435c0ac6900a698
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-13999958.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31e8b72917ae89b8906712f0dd49d9f761e4b4fa0b4032bf735931bf6a8dc5b4
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-13999958.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4e8b7db79f8c24cd380c5cdc0e1b5be580fc41113717d60c21326039bb68ac0
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-14499976.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e44e49d2b1e7b39ff6bb77172c338be2ff0c50c9e654f5856d886ffc6ac2e7df
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-14499976.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80fca7ff1ed92b06440b1238f36cb1a8da363c7d3a6a8d5526d75a94c83f900a
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-14999986.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:918a2c27c5d62c9a53f8f4b811c76ee093491b3b203872164693c40766d62298
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-14999986.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9454a01e8603f43a41818e57c01286ea5aac21edd5c6dfe95d09179ff912aa2
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-15000040.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:918a2c27c5d62c9a53f8f4b811c76ee093491b3b203872164693c40766d62298
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-15000040.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bf8495605ed9303280307d317e2c0f40ea5f1d252475e96458c3da61b90253a
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-15499964.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47ce36593d4982536bd119e5544abafb98949a6b6c5f1de4b58327a4a8cc5298
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-15499964.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff02a5e41ca961c5a25f78339d42c76847dcd1e85d79023dd1078c6c6c420254
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-15999990.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b240cf163776479e27f513f9a2ac3e3096b2df490c8327ab0c1081fb8344194e
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-15999990.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deac4a71fede97b8eb493ba05d0425a9dfb222ba36b8088f5175b6395a112857
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-16499946.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:713f959c09d48dbce5da8d20ab16555aa116a0fc19741ffe069ec7b9e6d9a6fb
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-16499946.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1defbd610543d95777c93bd554f80df09991973bb56cbe55a8bb33d2240c7d3
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-16999942.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e42f3918f086be470e232d6ff98123dcfcb1eae34a5a6b35dcc17124a8b3271d
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-16999942.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1248a70755eba684761a63e4fb67271d7b52979001f979753caf08fa0e86c47d
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-17499938.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:571c00bddf765c8ee6fd56a68bb2ce93f5609c8ba537e53ff9f652309e229a3a
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-17499938.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:485a3bbdb51302095cad818fde7a9719763badb4a0b018c07362e9a577873448
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-17999962.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edafdaafa14dd9cec71ab3c2749dc5cd665a95c4114a878f9f1c514da0bb7a00
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-17999962.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d863d51c5e90263a6398702f29a5853a39b8220f196686d0869d04241710a4b
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-18499976.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eaa2b76e8267c6d9c83d6e04d103c41030c297d9a8de9f089a6f9f928cf97c3
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-18499976.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc3401f3560daa48c481c3bf3c0d247715e1b51aaebb5ff37995846cee8dd2d7
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-18999950.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:302fdcdde76f44090cfa084bdb94fceb5a3812f3d11f721616f4c646e37b65e5
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-18999950.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d69c75fe50460a300b565ff6513edc8a85df5749103e35c8cf87709f8b18a2cb
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-19499995.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f01d3b5f281e88e3e71c33682bd01713de92bc2fd9a68d1a68446d537c9645fc
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-19499995.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:024754099c635155d30a9a3e0ebab85a2abdecbbbdc3f6e8be1ab0c4df1c7415
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-19999978.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7a739684103de79621f467ee4932f5cf9ed8c13eb16012bc435c0ac6900a698
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-19999978.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecda08e2d787e9d36829c06d075f6af14c93501097560cb61b21553df3aea1c2
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-20000010.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7a739684103de79621f467ee4932f5cf9ed8c13eb16012bc435c0ac6900a698
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-20000010.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abf63f23dc1f60465402abcfefbd990281969d0c378e5a713e4c66f3be192536
|
3 |
+
size 28430025
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1817a404edd5c2463e55a50c7005503b6f0a96ecf84a10d8a50e3337737663cf
|
3 |
+
size 28428927
|
SoccerTwos/events.out.tfevents.1677694345.zippy.38072.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6bcf67b5ffb52639b3a1b75f330fa50320658638aeb5f1d743392f6e29c9a2c
|
3 |
+
size 9724251
|
SoccerTwos/events.out.tfevents.1677767972.zippy.53840.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4af6aee244b9854e5816a3f1b6c5ea222b94ccc9a501b4a2ae676161e03ade6
|
3 |
+
size 1240
|
SoccerTwos/events.out.tfevents.1677768083.zippy.53060.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d440f31062e24e9fe895c0cd1107623291dc71ec18e18f26869e2cdd1ca0d703
|
3 |
+
size 1028849
|
SoccerTwos/events.out.tfevents.1677773149.zippy.47168.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d2156938f6e6d40a560767285995df95ac18502a89d2675bdb398e6fcc62434
|
3 |
+
size 1028847
|
SoccerTwos/events.out.tfevents.1677779569.zippy.44044.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d52e6bf883d27c81e780ccbfd8f60e9a74377d81605ecfb3d06f0fba002a9cd
|
3 |
+
size 1017775
|
SoccerTwos/events.out.tfevents.1678072392.zippy.56040.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa8b186cd0aa9d9371bf25f6f1f9b2f76796bd9c825a655885e24bd6f83a5605
|
3 |
+
size 2034657
|
SoccerTwos/events.out.tfevents.1678088901.zippy.49496.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:214346ba12ed29e92dc7e213c78c2e875b55c25064b577ec1056913091558146
|
3 |
+
size 5084612
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 1024, "buffer_size": 60480, "learning_rate": 0.0001, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 2, "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": 15, "even_checkpoints": false, "max_steps": 20000000, "time_horizon": 64, "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\\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: 1024
|
7 |
+
buffer_size: 60480
|
8 |
+
learning_rate: 0.0001
|
9 |
+
beta: 0.005
|
10 |
+
epsilon: 0.2
|
11 |
+
lambd: 0.95
|
12 |
+
num_epoch: 2
|
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: 15
|
39 |
+
even_checkpoints: false
|
40 |
+
max_steps: 20000000
|
41 |
+
time_horizon: 64
|
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\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
|
configuration.yaml.bak
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
behaviors:
|
2 |
+
SoccerTwos:
|
3 |
+
trainer_type: poca
|
4 |
+
hyperparameters:
|
5 |
+
batch_size: 2048
|
6 |
+
buffer_size: 20480
|
7 |
+
learning_rate: 0.0003
|
8 |
+
beta: 0.005
|
9 |
+
epsilon: 0.2
|
10 |
+
lambd: 0.95
|
11 |
+
num_epoch: 5
|
12 |
+
learning_rate_schedule: constant
|
13 |
+
network_settings:
|
14 |
+
normalize: false
|
15 |
+
hidden_units: 512
|
16 |
+
num_layers: 2
|
17 |
+
vis_encode_type: simple
|
18 |
+
reward_signals:
|
19 |
+
extrinsic:
|
20 |
+
gamma: 0.99
|
21 |
+
strength: 1.0
|
22 |
+
keep_checkpoints: 5
|
23 |
+
max_steps: 10000000
|
24 |
+
time_horizon: 1000
|
25 |
+
summary_freq: 10000
|
26 |
+
self_play:
|
27 |
+
save_steps: 50000
|
28 |
+
team_change: 200000
|
29 |
+
swap_steps: 2000
|
30 |
+
window: 10
|
31 |
+
play_against_latest_model_ratio: 0.5
|
32 |
+
initial_elo: 1200.0
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = 'C:/Users/Alex/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = 'C:/Users/Alex/ml-agents/training-envs-executables/SoccerTwos/MonoBleedingEdge/etc'
|
3 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
4 |
+
[Subsystems] Discovering subsystems at path C:/Users/Alex/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.097 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: 0.866674 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]: 93915 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 309 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 488 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 B
|
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]: 93916 frames
|
199 |
+
Requested Block Size 16.0 MB
|
200 |
+
Peak Block count 1
|
201 |
+
Peak Allocated memory 5.1 MB
|
202 |
+
Peak Large allocation bytes 0 B
|
203 |
+
[ALLOC_DEFAULT_THREAD]
|
204 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 93916 frames
|
205 |
+
Requested Block Size 16.0 MB
|
206 |
+
Peak Block count 1
|
207 |
+
Peak Allocated memory 17.4 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]: 93915 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]: 93916 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]: 93916 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]: 93915 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]: 93916 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]: 93915 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.4872379302978516,
|
6 |
+
"min": 1.3691848516464233,
|
7 |
+
"max": 1.5180870294570923,
|
8 |
+
"count": 500
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 29126.068359375,
|
12 |
+
"min": 26924.76953125,
|
13 |
+
"max": 31682.85546875,
|
14 |
+
"count": 500
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 55.17204301075269,
|
18 |
+
"min": 43.629629629629626,
|
19 |
+
"max": 89.61290322580645,
|
20 |
+
"count": 500
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 20524.0,
|
24 |
+
"min": 16228.0,
|
25 |
+
"max": 22224.0,
|
26 |
+
"count": 500
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1616.4376838638466,
|
30 |
+
"min": 1579.196744553692,
|
31 |
+
"max": 1700.385513235949,
|
32 |
+
"count": 500
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 300657.4091986755,
|
36 |
+
"min": 172213.5726064411,
|
37 |
+
"max": 364738.29520057444,
|
38 |
+
"count": 500
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 19999978.0,
|
42 |
+
"min": 15009988.0,
|
43 |
+
"max": 19999978.0,
|
44 |
+
"count": 500
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 19999978.0,
|
48 |
+
"min": 15009988.0,
|
49 |
+
"max": 19999978.0,
|
50 |
+
"count": 500
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.019980132579803467,
|
54 |
+
"min": -0.1321440488100052,
|
55 |
+
"max": 0.061585795134305954,
|
56 |
+
"count": 500
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -5.054973602294922,
|
60 |
+
"min": -30.52527618408203,
|
61 |
+
"max": 15.7752046585083,
|
62 |
+
"count": 500
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.02246411144733429,
|
66 |
+
"min": -0.13097290694713593,
|
67 |
+
"max": 0.061111632734537125,
|
68 |
+
"count": 500
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -5.683420181274414,
|
72 |
+
"min": -30.254741668701172,
|
73 |
+
"max": 15.583466529846191,
|
74 |
+
"count": 500
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 500
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 500
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": 0.05270054082612734,
|
90 |
+
"min": -0.40565573778308806,
|
91 |
+
"max": 0.30312405130531217,
|
92 |
+
"count": 500
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": 9.749600052833557,
|
96 |
+
"min": -54.468600153923035,
|
97 |
+
"max": 47.89360010623932,
|
98 |
+
"count": 500
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": 0.05270054082612734,
|
102 |
+
"min": -0.40565573778308806,
|
103 |
+
"max": 0.30312405130531217,
|
104 |
+
"count": 500
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": 9.749600052833557,
|
108 |
+
"min": -54.468600153923035,
|
109 |
+
"max": 47.89360010623932,
|
110 |
+
"count": 500
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 500
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 500
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.021534866566071287,
|
126 |
+
"min": 0.020611216948501827,
|
127 |
+
"max": 0.02840943965714097,
|
128 |
+
"count": 82
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.021534866566071287,
|
132 |
+
"min": 0.020611216948501827,
|
133 |
+
"max": 0.02840943965714097,
|
134 |
+
"count": 82
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.09841666143324415,
|
138 |
+
"min": 0.08451716904923068,
|
139 |
+
"max": 0.10750022770489677,
|
140 |
+
"count": 82
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.09841666143324415,
|
144 |
+
"min": 0.08451716904923068,
|
145 |
+
"max": 0.10750022770489677,
|
146 |
+
"count": 82
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.09949219896126602,
|
150 |
+
"min": 0.08530456951614153,
|
151 |
+
"max": 0.10901509269566859,
|
152 |
+
"count": 82
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.09949219896126602,
|
156 |
+
"min": 0.08530456951614153,
|
157 |
+
"max": 0.10901509269566859,
|
158 |
+
"count": 82
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 9.999999999999999e-05,
|
162 |
+
"min": 9.999999999999999e-05,
|
163 |
+
"max": 9.999999999999999e-05,
|
164 |
+
"count": 82
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 9.999999999999999e-05,
|
168 |
+
"min": 9.999999999999999e-05,
|
169 |
+
"max": 9.999999999999999e-05,
|
170 |
+
"count": 82
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.19999999999999998,
|
174 |
+
"min": 0.19999999999999998,
|
175 |
+
"max": 0.19999999999999998,
|
176 |
+
"count": 82
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.19999999999999998,
|
180 |
+
"min": 0.19999999999999998,
|
181 |
+
"max": 0.19999999999999998,
|
182 |
+
"count": 82
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005,
|
186 |
+
"min": 0.005,
|
187 |
+
"max": 0.005,
|
188 |
+
"count": 82
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005,
|
192 |
+
"min": 0.005,
|
193 |
+
"max": 0.005,
|
194 |
+
"count": 82
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1678088896",
|
200 |
+
"python_version": "3.8.16 (default, Jan 17 2023, 22:25:28) [MSC v.1916 64 bit (AMD64)]",
|
201 |
+
"command_line_arguments": "C:\\Users\\Alex\\.conda\\envs\\rl\\Scripts\\mlagents-learn config\\poca\\SoccerTwos-v4.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": "1.13.1+cpu",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1678103026"
|
208 |
+
},
|
209 |
+
"total": 14129.332310592,
|
210 |
+
"count": 1,
|
211 |
+
"self": 1.1111714860016946,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.19717049600000003,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.19717049600000003
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 14128.02396861,
|
220 |
+
"count": 1,
|
221 |
+
"self": 9.5890246804247,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 4.5362276140002935,
|
225 |
+
"count": 26,
|
226 |
+
"self": 4.5362276140002935
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 14113.775025608575,
|
230 |
+
"count": 344478,
|
231 |
+
"self": 8.740378945574776,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 6499.026367676286,
|
235 |
+
"count": 344478,
|
236 |
+
"self": 5181.30116057813,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 1312.0876138652366,
|
240 |
+
"count": 344478,
|
241 |
+
"self": 45.67449664603737,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 1266.4131172191992,
|
245 |
+
"count": 626106,
|
246 |
+
"self": 1266.4131172191992
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 5.637593232919463,
|
252 |
+
"count": 344478,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 14111.950555176158,
|
257 |
+
"count": 344478,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 9999.969528788399,
|
260 |
+
"children": {
|
261 |
+
"steps_from_proto": {
|
262 |
+
"total": 0.05718324399976371,
|
263 |
+
"count": 52,
|
264 |
+
"is_parallel": true,
|
265 |
+
"self": 0.010959142993296034,
|
266 |
+
"children": {
|
267 |
+
"_process_rank_one_or_two_observation": {
|
268 |
+
"total": 0.04622410100646768,
|
269 |
+
"count": 208,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.04622410100646768
|
272 |
+
}
|
273 |
+
}
|
274 |
+
},
|
275 |
+
"UnityEnvironment.step": {
|
276 |
+
"total": 4111.923843143759,
|
277 |
+
"count": 344478,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 212.07101066499308,
|
280 |
+
"children": {
|
281 |
+
"UnityEnvironment._generate_step_input": {
|
282 |
+
"total": 196.16795433004822,
|
283 |
+
"count": 344478,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 196.16795433004822
|
286 |
+
},
|
287 |
+
"communicator.exchange": {
|
288 |
+
"total": 2925.141056170298,
|
289 |
+
"count": 344478,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 2925.141056170298
|
292 |
+
},
|
293 |
+
"steps_from_proto": {
|
294 |
+
"total": 778.5438219784198,
|
295 |
+
"count": 688956,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 151.49830487435952,
|
298 |
+
"children": {
|
299 |
+
"_process_rank_one_or_two_observation": {
|
300 |
+
"total": 627.0455171040603,
|
301 |
+
"count": 2755824,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 627.0455171040603
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
}
|
309 |
+
}
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
},
|
315 |
+
"trainer_advance": {
|
316 |
+
"total": 7606.008278986715,
|
317 |
+
"count": 344478,
|
318 |
+
"self": 53.78237858206376,
|
319 |
+
"children": {
|
320 |
+
"process_trajectory": {
|
321 |
+
"total": 1932.6900048486557,
|
322 |
+
"count": 344478,
|
323 |
+
"self": 1931.339307254654,
|
324 |
+
"children": {
|
325 |
+
"RLTrainer._checkpoint": {
|
326 |
+
"total": 1.3506975940017583,
|
327 |
+
"count": 10,
|
328 |
+
"self": 1.3506975940017583
|
329 |
+
}
|
330 |
+
}
|
331 |
+
},
|
332 |
+
"_update_policy": {
|
333 |
+
"total": 5619.535895555995,
|
334 |
+
"count": 82,
|
335 |
+
"self": 646.1680682530086,
|
336 |
+
"children": {
|
337 |
+
"TorchPOCAOptimizer.update": {
|
338 |
+
"total": 4973.367827302986,
|
339 |
+
"count": 9676,
|
340 |
+
"self": 4973.367827302986
|
341 |
+
}
|
342 |
+
}
|
343 |
+
}
|
344 |
+
}
|
345 |
+
}
|
346 |
+
}
|
347 |
+
},
|
348 |
+
"trainer_threads": {
|
349 |
+
"total": 9.049999789567664e-07,
|
350 |
+
"count": 1,
|
351 |
+
"self": 9.049999789567664e-07
|
352 |
+
},
|
353 |
+
"TrainerController._save_models": {
|
354 |
+
"total": 0.12368980199971702,
|
355 |
+
"count": 1,
|
356 |
+
"self": 0.0024554240008001216,
|
357 |
+
"children": {
|
358 |
+
"RLTrainer._checkpoint": {
|
359 |
+
"total": 0.1212343779989169,
|
360 |
+
"count": 1,
|
361 |
+
"self": 0.1212343779989169
|
362 |
+
}
|
363 |
+
}
|
364 |
+
}
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,156 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 13999958,
|
6 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-13999958.onnx",
|
7 |
+
"reward": 0.0,
|
8 |
+
"creation_time": 1678076862.6602862,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-13999958.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 14499976,
|
15 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-14499976.onnx",
|
16 |
+
"reward": 0.0,
|
17 |
+
"creation_time": 1678079063.1011443,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-14499976.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 14999986,
|
24 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-14999986.onnx",
|
25 |
+
"reward": 0.0,
|
26 |
+
"creation_time": 1678081433.7117352,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-14999986.pt"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 15000040,
|
33 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-15000040.onnx",
|
34 |
+
"reward": 0.0,
|
35 |
+
"creation_time": 1678081433.8697443,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-15000040.pt"
|
38 |
+
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 15499964,
|
42 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-15499964.onnx",
|
43 |
+
"reward": 0.0,
|
44 |
+
"creation_time": 1678090288.5392025,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-15499964.pt"
|
47 |
+
]
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"steps": 15999990,
|
51 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-15999990.onnx",
|
52 |
+
"reward": 0.0,
|
53 |
+
"creation_time": 1678091680.497818,
|
54 |
+
"auxillary_file_paths": [
|
55 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-15999990.pt"
|
56 |
+
]
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"steps": 16499946,
|
60 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-16499946.onnx",
|
61 |
+
"reward": 0.0,
|
62 |
+
"creation_time": 1678093085.3291698,
|
63 |
+
"auxillary_file_paths": [
|
64 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-16499946.pt"
|
65 |
+
]
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"steps": 16999942,
|
69 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-16999942.onnx",
|
70 |
+
"reward": 0.0,
|
71 |
+
"creation_time": 1678094545.2676733,
|
72 |
+
"auxillary_file_paths": [
|
73 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-16999942.pt"
|
74 |
+
]
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"steps": 17499938,
|
78 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-17499938.onnx",
|
79 |
+
"reward": 0.0,
|
80 |
+
"creation_time": 1678095953.539222,
|
81 |
+
"auxillary_file_paths": [
|
82 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-17499938.pt"
|
83 |
+
]
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"steps": 17999962,
|
87 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-17999962.onnx",
|
88 |
+
"reward": 0.0,
|
89 |
+
"creation_time": 1678097350.700135,
|
90 |
+
"auxillary_file_paths": [
|
91 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-17999962.pt"
|
92 |
+
]
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"steps": 18499976,
|
96 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18499976.onnx",
|
97 |
+
"reward": 0.0,
|
98 |
+
"creation_time": 1678098755.1624658,
|
99 |
+
"auxillary_file_paths": [
|
100 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18499976.pt"
|
101 |
+
]
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"steps": 18999950,
|
105 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18999950.onnx",
|
106 |
+
"reward": 0.0,
|
107 |
+
"creation_time": 1678100227.3276687,
|
108 |
+
"auxillary_file_paths": [
|
109 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-18999950.pt"
|
110 |
+
]
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"steps": 19499995,
|
114 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19499995.onnx",
|
115 |
+
"reward": 0.0,
|
116 |
+
"creation_time": 1678101617.7531965,
|
117 |
+
"auxillary_file_paths": [
|
118 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19499995.pt"
|
119 |
+
]
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"steps": 19999978,
|
123 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19999978.onnx",
|
124 |
+
"reward": 0.0,
|
125 |
+
"creation_time": 1678103025.1146932,
|
126 |
+
"auxillary_file_paths": [
|
127 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-19999978.pt"
|
128 |
+
]
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"steps": 20000010,
|
132 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000010.onnx",
|
133 |
+
"reward": 0.0,
|
134 |
+
"creation_time": 1678103025.2447004,
|
135 |
+
"auxillary_file_paths": [
|
136 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000010.pt"
|
137 |
+
]
|
138 |
+
}
|
139 |
+
],
|
140 |
+
"elo": 1620.0945938092616,
|
141 |
+
"final_checkpoint": {
|
142 |
+
"steps": 20000010,
|
143 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
|
144 |
+
"reward": 0.0,
|
145 |
+
"creation_time": 1678103025.2447004,
|
146 |
+
"auxillary_file_paths": [
|
147 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-20000010.pt"
|
148 |
+
]
|
149 |
+
}
|
150 |
+
},
|
151 |
+
"metadata": {
|
152 |
+
"stats_format_version": "0.3.0",
|
153 |
+
"mlagents_version": "0.31.0.dev0",
|
154 |
+
"torch_version": "1.13.1+cpu"
|
155 |
+
}
|
156 |
+
}
|