First Push`
Browse files- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-48499970.onnx +3 -0
- SoccerTwos/SoccerTwos-48499970.pt +3 -0
- SoccerTwos/SoccerTwos-48999956.onnx +3 -0
- SoccerTwos/SoccerTwos-48999956.pt +3 -0
- SoccerTwos/SoccerTwos-49499990.onnx +3 -0
- SoccerTwos/SoccerTwos-49499990.pt +3 -0
- SoccerTwos/SoccerTwos-49999941.onnx +3 -0
- SoccerTwos/SoccerTwos-49999941.pt +3 -0
- SoccerTwos/SoccerTwos-50000024.onnx +3 -0
- SoccerTwos/SoccerTwos-50000024.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1689125757.VitCon.20372.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +0 -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: VitCon/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:b64e1387900dd8524354562dea8a98e5acf03d247f9deac73bc9687a1642bfb1
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-48499970.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbcfd011624e8b59381d61efe62ccd2d2b2e69c9a9ae9867f9f31a3dd20e91eb
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-48499970.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbd938ecab7054383fc2f2ad1f2e3ce2d8999b17d4771b7277e5890311e565cc
|
3 |
+
size 28431689
|
SoccerTwos/SoccerTwos-48999956.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6abf32f698130ac36be908c5bfd371a69b83953cdab9d3e7484df33b2f308fa6
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-48999956.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cb466ea4a0d8bc11a0859e296fdd647de316c4b5ffe44a0926ca86c236e5436
|
3 |
+
size 28431689
|
SoccerTwos/SoccerTwos-49499990.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aca1bd5c6cc2672d32ef5b2eaa90fe58488c70a285526956fb26cc41e14ca1c6
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-49499990.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8515302c8e92a2c87251252c80967b27879c98afbf361e084ed3ae6fab85fddd
|
3 |
+
size 28431689
|
SoccerTwos/SoccerTwos-49999941.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b64e1387900dd8524354562dea8a98e5acf03d247f9deac73bc9687a1642bfb1
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-49999941.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0863e58d5623beae495ff3d9f5f139dcea0d3a621b3624dc3ac3ade94dc45aee
|
3 |
+
size 28431689
|
SoccerTwos/SoccerTwos-50000024.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b64e1387900dd8524354562dea8a98e5acf03d247f9deac73bc9687a1642bfb1
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-50000024.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b57c9c5ad0075b88e43ca3bd2b43ecdd8450ce0595eb2968a5fa6cfcf551400d
|
3 |
+
size 28431689
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76c8b59ee77f634c139f4871c799369b4dcd0c670adbb3d2fa12d5de05309395
|
3 |
+
size 28430591
|
SoccerTwos/events.out.tfevents.1689125757.VitCon.20372.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:294a5c5a20a853710927787f0cd625442b4e2c49684dd8345763c763e4b3a961
|
3 |
+
size 17862475
|
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, "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": false, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SoccerTwos:
|
4 |
+
trainer_type: poca
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 2048
|
7 |
+
buffer_size: 20480
|
8 |
+
learning_rate: 0.0003
|
9 |
+
beta: 0.005
|
10 |
+
epsilon: 0.2
|
11 |
+
lambd: 0.95
|
12 |
+
num_epoch: 3
|
13 |
+
learning_rate_schedule: constant
|
14 |
+
beta_schedule: constant
|
15 |
+
epsilon_schedule: constant
|
16 |
+
checkpoint_interval: 500000
|
17 |
+
network_settings:
|
18 |
+
normalize: false
|
19 |
+
hidden_units: 512
|
20 |
+
num_layers: 2
|
21 |
+
vis_encode_type: simple
|
22 |
+
memory: null
|
23 |
+
goal_conditioning_type: hyper
|
24 |
+
deterministic: false
|
25 |
+
reward_signals:
|
26 |
+
extrinsic:
|
27 |
+
gamma: 0.99
|
28 |
+
strength: 1.0
|
29 |
+
network_settings:
|
30 |
+
normalize: false
|
31 |
+
hidden_units: 128
|
32 |
+
num_layers: 2
|
33 |
+
vis_encode_type: simple
|
34 |
+
memory: null
|
35 |
+
goal_conditioning_type: hyper
|
36 |
+
deterministic: false
|
37 |
+
init_path: null
|
38 |
+
keep_checkpoints: 5
|
39 |
+
even_checkpoints: false
|
40 |
+
max_steps: 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 |
+
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: false
|
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
The diff for this file is too large to render.
See raw diff
|
|
run_logs/timers.json
ADDED
@@ -0,0 +1,368 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 1.8859961032867432,
|
6 |
+
"min": 0.7960292100906372,
|
7 |
+
"max": 3.2957451343536377,
|
8 |
+
"count": 5000
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 37056.05078125,
|
12 |
+
"min": 10420.7392578125,
|
13 |
+
"max": 160892.15625,
|
14 |
+
"count": 5000
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 61.69230769230769,
|
18 |
+
"min": 47.300970873786405,
|
19 |
+
"max": 999.0,
|
20 |
+
"count": 5000
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 19248.0,
|
24 |
+
"min": 12720.0,
|
25 |
+
"max": 30472.0,
|
26 |
+
"count": 5000
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1596.9313248102283,
|
30 |
+
"min": 1181.879118812825,
|
31 |
+
"max": 1607.88234923467,
|
32 |
+
"count": 1668
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 249121.2866703956,
|
36 |
+
"min": 2363.75823762565,
|
37 |
+
"max": 320736.99087702495,
|
38 |
+
"count": 1668
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 49999941.0,
|
42 |
+
"min": 9252.0,
|
43 |
+
"max": 49999941.0,
|
44 |
+
"count": 5000
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 49999941.0,
|
48 |
+
"min": 9252.0,
|
49 |
+
"max": 49999941.0,
|
50 |
+
"count": 5000
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.0425206795334816,
|
54 |
+
"min": -0.12837325036525726,
|
55 |
+
"max": 0.15666325390338898,
|
56 |
+
"count": 5000
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -6.675746917724609,
|
60 |
+
"min": -18.100627899169922,
|
61 |
+
"max": 27.25940704345703,
|
62 |
+
"count": 5000
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.0382288359105587,
|
66 |
+
"min": -0.1278502345085144,
|
67 |
+
"max": 0.16222737729549408,
|
68 |
+
"count": 5000
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -6.001927375793457,
|
72 |
+
"min": -18.455331802368164,
|
73 |
+
"max": 28.227563858032227,
|
74 |
+
"count": 5000
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 5000
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 5000
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.30523311864038943,
|
90 |
+
"min": -0.6923076923076923,
|
91 |
+
"max": 0.42062222295337254,
|
92 |
+
"count": 5000
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -47.92159962654114,
|
96 |
+
"min": -47.92159962654114,
|
97 |
+
"max": 47.269000351428986,
|
98 |
+
"count": 5000
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.30523311864038943,
|
102 |
+
"min": -0.6923076923076923,
|
103 |
+
"max": 0.42062222295337254,
|
104 |
+
"count": 5000
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -47.92159962654114,
|
108 |
+
"min": -47.92159962654114,
|
109 |
+
"max": 47.269000351428986,
|
110 |
+
"count": 5000
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 5000
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 5000
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.014865773305064067,
|
126 |
+
"min": 0.009734752150446486,
|
127 |
+
"max": 0.02486639428922596,
|
128 |
+
"count": 2314
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.014865773305064067,
|
132 |
+
"min": 0.009734752150446486,
|
133 |
+
"max": 0.02486639428922596,
|
134 |
+
"count": 2314
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.09687695155541103,
|
138 |
+
"min": 5.549574153806044e-12,
|
139 |
+
"max": 0.10573716560999552,
|
140 |
+
"count": 2314
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.09687695155541103,
|
144 |
+
"min": 5.549574153806044e-12,
|
145 |
+
"max": 0.10573716560999552,
|
146 |
+
"count": 2314
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.09823337495326996,
|
150 |
+
"min": 8.280764818060135e-12,
|
151 |
+
"max": 0.10774662320812543,
|
152 |
+
"count": 2314
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.09823337495326996,
|
156 |
+
"min": 8.280764818060135e-12,
|
157 |
+
"max": 0.10774662320812543,
|
158 |
+
"count": 2314
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0003,
|
162 |
+
"min": 0.0003,
|
163 |
+
"max": 0.0003,
|
164 |
+
"count": 2314
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0003,
|
168 |
+
"min": 0.0003,
|
169 |
+
"max": 0.0003,
|
170 |
+
"count": 2314
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.20000000000000007,
|
174 |
+
"min": 0.20000000000000007,
|
175 |
+
"max": 0.20000000000000007,
|
176 |
+
"count": 2314
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.20000000000000007,
|
180 |
+
"min": 0.20000000000000007,
|
181 |
+
"max": 0.20000000000000007,
|
182 |
+
"count": 2314
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005000000000000001,
|
186 |
+
"min": 0.005000000000000001,
|
187 |
+
"max": 0.005000000000000001,
|
188 |
+
"count": 2314
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005000000000000001,
|
192 |
+
"min": 0.005000000000000001,
|
193 |
+
"max": 0.005000000000000001,
|
194 |
+
"count": 2314
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1689125754",
|
200 |
+
"python_version": "3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)]",
|
201 |
+
"command_line_arguments": "C:\\Users\\vitco\\Desktop\\SoccerTwos\\env\\Scripts\\mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.exe --run-id=SoccerTwos --no-graphics",
|
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+cu116",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1689205231"
|
208 |
+
},
|
209 |
+
"total": 79476.61104039999,
|
210 |
+
"count": 1,
|
211 |
+
"self": 0.7239865999872563,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.2028278000000001,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.2028278000000001
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 79475.684226,
|
220 |
+
"count": 1,
|
221 |
+
"self": 53.68059590390476,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 17.12137330000531,
|
225 |
+
"count": 249,
|
226 |
+
"self": 17.12137330000531
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 79404.7220559961,
|
230 |
+
"count": 3278979,
|
231 |
+
"self": 58.7541511883901,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 56214.57777440655,
|
235 |
+
"count": 3278979,
|
236 |
+
"self": 34536.39524380873,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 21642.040069300623,
|
240 |
+
"count": 3278979,
|
241 |
+
"self": 359.92690518921154,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 21282.11316411141,
|
245 |
+
"count": 6431088,
|
246 |
+
"self": 21282.11316411141
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 36.14246129719899,
|
252 |
+
"count": 3278979,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 79379.58762889986,
|
257 |
+
"count": 3278979,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 51420.96723030831,
|
260 |
+
"children": {
|
261 |
+
"steps_from_proto": {
|
262 |
+
"total": 0.5842672999857501,
|
263 |
+
"count": 498,
|
264 |
+
"is_parallel": true,
|
265 |
+
"self": 0.11798829990786297,
|
266 |
+
"children": {
|
267 |
+
"_process_rank_one_or_two_observation": {
|
268 |
+
"total": 0.46627900007788714,
|
269 |
+
"count": 1992,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.46627900007788714
|
272 |
+
}
|
273 |
+
}
|
274 |
+
},
|
275 |
+
"UnityEnvironment.step": {
|
276 |
+
"total": 27958.036131291556,
|
277 |
+
"count": 3278979,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 1510.600279377246,
|
280 |
+
"children": {
|
281 |
+
"UnityEnvironment._generate_step_input": {
|
282 |
+
"total": 1552.2331909067102,
|
283 |
+
"count": 3278979,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 1552.2331909067102
|
286 |
+
},
|
287 |
+
"communicator.exchange": {
|
288 |
+
"total": 20337.390693502173,
|
289 |
+
"count": 3278979,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 20337.390693502173
|
292 |
+
},
|
293 |
+
"steps_from_proto": {
|
294 |
+
"total": 4557.811967505427,
|
295 |
+
"count": 6557958,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 949.4219691056983,
|
298 |
+
"children": {
|
299 |
+
"_process_rank_one_or_two_observation": {
|
300 |
+
"total": 3608.3899983997285,
|
301 |
+
"count": 26231832,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 3608.3899983997285
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
}
|
309 |
+
}
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
},
|
315 |
+
"trainer_advance": {
|
316 |
+
"total": 23131.390130401163,
|
317 |
+
"count": 3278979,
|
318 |
+
"self": 429.52601460448204,
|
319 |
+
"children": {
|
320 |
+
"process_trajectory": {
|
321 |
+
"total": 5416.983307796469,
|
322 |
+
"count": 3278979,
|
323 |
+
"self": 5399.051477096455,
|
324 |
+
"children": {
|
325 |
+
"RLTrainer._checkpoint": {
|
326 |
+
"total": 17.931830700013734,
|
327 |
+
"count": 100,
|
328 |
+
"self": 17.931830700013734
|
329 |
+
}
|
330 |
+
}
|
331 |
+
},
|
332 |
+
"_update_policy": {
|
333 |
+
"total": 17284.880808000213,
|
334 |
+
"count": 2314,
|
335 |
+
"self": 7338.387878698481,
|
336 |
+
"children": {
|
337 |
+
"TorchPOCAOptimizer.update": {
|
338 |
+
"total": 9946.492929301732,
|
339 |
+
"count": 69420,
|
340 |
+
"self": 9946.492929301732
|
341 |
+
}
|
342 |
+
}
|
343 |
+
}
|
344 |
+
}
|
345 |
+
}
|
346 |
+
}
|
347 |
+
},
|
348 |
+
"trainer_threads": {
|
349 |
+
"total": 4.999892553314567e-07,
|
350 |
+
"count": 1,
|
351 |
+
"self": 4.999892553314567e-07
|
352 |
+
},
|
353 |
+
"TrainerController._save_models": {
|
354 |
+
"total": 0.16020030000072438,
|
355 |
+
"count": 1,
|
356 |
+
"self": 0.011720599999534898,
|
357 |
+
"children": {
|
358 |
+
"RLTrainer._checkpoint": {
|
359 |
+
"total": 0.14847970000118949,
|
360 |
+
"count": 1,
|
361 |
+
"self": 0.14847970000118949
|
362 |
+
}
|
363 |
+
}
|
364 |
+
}
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 48499970,
|
6 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-48499970.onnx",
|
7 |
+
"reward": 0.0,
|
8 |
+
"creation_time": 1689203016.1253088,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-48499970.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 48999956,
|
15 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-48999956.onnx",
|
16 |
+
"reward": 0.0,
|
17 |
+
"creation_time": 1689203754.341808,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-48999956.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 49499990,
|
24 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49499990.onnx",
|
25 |
+
"reward": 0.0,
|
26 |
+
"creation_time": 1689204489.358575,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49499990.pt"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 49999941,
|
33 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49999941.onnx",
|
34 |
+
"reward": 0.0,
|
35 |
+
"creation_time": 1689205230.671029,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-49999941.pt"
|
38 |
+
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 50000024,
|
42 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000024.onnx",
|
43 |
+
"reward": 0.0,
|
44 |
+
"creation_time": 1689205230.8380823,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000024.pt"
|
47 |
+
]
|
48 |
+
}
|
49 |
+
],
|
50 |
+
"elo": 1591.5127129992936,
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 50000024,
|
53 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
|
54 |
+
"reward": 0.0,
|
55 |
+
"creation_time": 1689205230.8380823,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-50000024.pt"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"metadata": {
|
62 |
+
"stats_format_version": "0.3.0",
|
63 |
+
"mlagents_version": "0.31.0.dev0",
|
64 |
+
"torch_version": "1.13.1+cu116"
|
65 |
+
}
|
66 |
+
}
|