First Push
Browse files- .ipynb_checkpoints/configuration-checkpoint.yaml +82 -0
- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-31499977.onnx +3 -0
- SoccerTwos/SoccerTwos-31499977.pt +3 -0
- SoccerTwos/SoccerTwos-31999995.onnx +3 -0
- SoccerTwos/SoccerTwos-31999995.pt +3 -0
- SoccerTwos/SoccerTwos-32499988.onnx +3 -0
- SoccerTwos/SoccerTwos-32499988.pt +3 -0
- SoccerTwos/SoccerTwos-32999868.onnx +3 -0
- SoccerTwos/SoccerTwos-32999868.pt +3 -0
- SoccerTwos/SoccerTwos-33499966.onnx +3 -0
- SoccerTwos/SoccerTwos-33499966.pt +3 -0
- SoccerTwos/SoccerTwos-58499996.onnx +3 -0
- SoccerTwos/SoccerTwos-58499996.pt +3 -0
- SoccerTwos/SoccerTwos-58999955.onnx +3 -0
- SoccerTwos/SoccerTwos-58999955.pt +3 -0
- SoccerTwos/SoccerTwos-59499992.onnx +3 -0
- SoccerTwos/SoccerTwos-59499992.pt +3 -0
- SoccerTwos/SoccerTwos-59999856.onnx +3 -0
- SoccerTwos/SoccerTwos-59999856.pt +3 -0
- SoccerTwos/SoccerTwos-60000672.onnx +3 -0
- SoccerTwos/SoccerTwos-60000672.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1675896354.Dn.47728.0 +3 -0
- SoccerTwos/events.out.tfevents.1675905470.Dn.8556.0 +3 -0
- SoccerTwos/events.out.tfevents.1675910169.Dn.15636.0 +3 -0
- SoccerTwos/events.out.tfevents.1675910916.Dn.19576.0 +3 -0
- SoccerTwos/events.out.tfevents.1675986339.Dn.76916.0 +3 -0
- SoccerTwos/events.out.tfevents.1676055908.Dn.18372.0 +3 -0
- SoccerTwos/events.out.tfevents.1676133687.Dn.11620.0 +3 -0
- SoccerTwos/events.out.tfevents.1676237014.Dn.140208.0 +3 -0
- SoccerTwos/events.out.tfevents.1676312070.Dn.201624.0 +3 -0
- SoccerTwos/events.out.tfevents.1676387195.Dn.263728.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +262 -0
- run_logs/timers.json +368 -0
- run_logs/training_status.json +66 -0
.ipynb_checkpoints/configuration-checkpoint.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: 60000000
|
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
|
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: dn-gh/poca-SoccerTwos
|
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:9311a4a343db40eeb8a27374303fc05be8cb51ea6e3b7bf105011adc401f4b9d
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-31499977.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fdfe53f222c7f70758bff5fe444b7d56b137624c0807f7fafcc744dd05b9f99
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-31499977.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:996414e06d2fb61c4ae359e859f20f7542445a3529404bdf8f3ddcbe83656f53
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-31999995.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e952b2490a20d08da597a9083798a59800dcc6885a1bc8ea5923880398ce77
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-31999995.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b843dffe7217083a5a23d461176bb53e2411f9cea33b4147c6b310799bc2381a
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-32499988.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d8c5cf780b4b0e308fc790d90fafdb15ed1f9e8381677f4b841c46e8129c3d0
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-32499988.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2a4a843d31b3d9c8a6b27e7d327425d93945685378173c6787f87b7a89c3bba
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-32999868.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9907fac0b6afbc02f2e031d9a505a66dd4265cfcb0eb2bf4187e6b5d635369e2
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-32999868.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:946992f558d485dc5b344e0b79dbaedea17b559bddf587a5c69aa3b3aa1750fe
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-33499966.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71b5646b938003645feed863bad3329f9436219ffe529da1966d2c85c1224c9a
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-33499966.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82ae2e242613fb172d7782f090482a9232044159f3332c756471e3b3b5cdcc0c
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-58499996.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dff009dc128ffa1ddf6a0e80ab9437986505a5bab143a5752b6ca5a827fc3ce6
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-58499996.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92457ce6ff55815f26d69dbb43f12fdfb4d40dcd02858e68d53336c0a092c839
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-58999955.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b8bca389867afe643fdf53d0bc52bbeb1cff85dd0613c87e624f1b945088db5
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-58999955.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02cf97d3f93a661ec23a8a96482c01c2a93f855d8d33288ec63541aab2fbee33
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-59499992.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffd0e71b0176b77e0a3b39be97ae624d52442d4fe7891eef1f86c2e9bb52562a
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-59499992.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b67b989e3792bfa729824faff0dcfc9a48caf6a5c4c7b56937b554716169548
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-59999856.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9311a4a343db40eeb8a27374303fc05be8cb51ea6e3b7bf105011adc401f4b9d
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-59999856.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5085199e3dd39f32324f4e6c3042b3dc3b63db6adec33561919d7d9279391b9
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-60000672.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9311a4a343db40eeb8a27374303fc05be8cb51ea6e3b7bf105011adc401f4b9d
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-60000672.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca216e40747e3a68ab63c02687d743090226710da27b28530a072475860b48cf
|
3 |
+
size 28430025
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d87edbd2dba02c8c60d83fa36e558c878a8139c14008c2e716bc47721caa7dc4
|
3 |
+
size 28428927
|
SoccerTwos/events.out.tfevents.1675896354.Dn.47728.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b94a9c3ed8209f750522ab7eedefb3474aa07231c7a1016c2d75d1beaade6c54
|
3 |
+
size 940012
|
SoccerTwos/events.out.tfevents.1675905470.Dn.8556.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b35618a9a8415a7e816611417555d3af1b2893202989fb5f5160acb1b79896
|
3 |
+
size 616713
|
SoccerTwos/events.out.tfevents.1675910169.Dn.15636.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37da2a136bbe96d2609bdae48bc9d94153b10a883927323181fe59b626171953
|
3 |
+
size 83186
|
SoccerTwos/events.out.tfevents.1675910916.Dn.19576.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecc29313fdff533307d46184a05146f99da698a0dff6630c260055fd86be3eb4
|
3 |
+
size 13875738
|
SoccerTwos/events.out.tfevents.1675986339.Dn.76916.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9247c3d94faf40514bcae3f4fdd66bea611837cdb48b92623fdb85b920afba6c
|
3 |
+
size 11303
|
SoccerTwos/events.out.tfevents.1676055908.Dn.18372.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1da2c8b9df08b8042a04384379235df2891fbc8d37ffd3c393a8b7e68af290c
|
3 |
+
size 5931197
|
SoccerTwos/events.out.tfevents.1676133687.Dn.11620.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c37bba44f6656d19323242f0492960293e1866da99d1c4276bbe8478ba660a1
|
3 |
+
size 13279909
|
SoccerTwos/events.out.tfevents.1676237014.Dn.140208.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:471e93d89daf7cb5b9b2faf8c81168ba594dc8957d50fa1aac8e5a43d73db03a
|
3 |
+
size 8388432
|
SoccerTwos/events.out.tfevents.1676312070.Dn.201624.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:742617f51b6ee03a4b0d244823f96f53835568dea17227711b0870715a9a2c3d
|
3 |
+
size 7133789
|
SoccerTwos/events.out.tfevents.1676387195.Dn.263728.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5da3f17015df70931c00e28423a539dbffa517384376894cf040ac95990f119e
|
3 |
+
size 11717585
|
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": 60000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 200000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.exe", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SoccerTwos:
|
4 |
+
trainer_type: poca
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 2048
|
7 |
+
buffer_size: 20480
|
8 |
+
learning_rate: 0.0003
|
9 |
+
beta: 0.005
|
10 |
+
epsilon: 0.2
|
11 |
+
lambd: 0.95
|
12 |
+
num_epoch: 3
|
13 |
+
learning_rate_schedule: constant
|
14 |
+
beta_schedule: constant
|
15 |
+
epsilon_schedule: constant
|
16 |
+
checkpoint_interval: 500000
|
17 |
+
network_settings:
|
18 |
+
normalize: false
|
19 |
+
hidden_units: 512
|
20 |
+
num_layers: 2
|
21 |
+
vis_encode_type: simple
|
22 |
+
memory: null
|
23 |
+
goal_conditioning_type: hyper
|
24 |
+
deterministic: false
|
25 |
+
reward_signals:
|
26 |
+
extrinsic:
|
27 |
+
gamma: 0.99
|
28 |
+
strength: 1.0
|
29 |
+
network_settings:
|
30 |
+
normalize: false
|
31 |
+
hidden_units: 128
|
32 |
+
num_layers: 2
|
33 |
+
vis_encode_type: simple
|
34 |
+
memory: null
|
35 |
+
goal_conditioning_type: hyper
|
36 |
+
deterministic: false
|
37 |
+
init_path: null
|
38 |
+
keep_checkpoints: 5
|
39 |
+
even_checkpoints: false
|
40 |
+
max_steps: 60000000
|
41 |
+
time_horizon: 1000
|
42 |
+
summary_freq: 10000
|
43 |
+
threaded: false
|
44 |
+
self_play:
|
45 |
+
save_steps: 50000
|
46 |
+
team_change: 200000
|
47 |
+
swap_steps: 2000
|
48 |
+
window: 10
|
49 |
+
play_against_latest_model_ratio: 0.5
|
50 |
+
initial_elo: 1200.0
|
51 |
+
behavioral_cloning: null
|
52 |
+
env_settings:
|
53 |
+
env_path: ./training-envs-executables/SoccerTwos.exe
|
54 |
+
env_args: null
|
55 |
+
base_port: 5005
|
56 |
+
num_envs: 1
|
57 |
+
num_areas: 1
|
58 |
+
seed: -1
|
59 |
+
max_lifetime_restarts: 10
|
60 |
+
restarts_rate_limit_n: 1
|
61 |
+
restarts_rate_limit_period_s: 60
|
62 |
+
engine_settings:
|
63 |
+
width: 84
|
64 |
+
height: 84
|
65 |
+
quality_level: 5
|
66 |
+
time_scale: 20
|
67 |
+
target_frame_rate: -1
|
68 |
+
capture_frame_rate: 60
|
69 |
+
no_graphics: true
|
70 |
+
environment_parameters: null
|
71 |
+
checkpoint_settings:
|
72 |
+
run_id: SoccerTwos
|
73 |
+
initialize_from: null
|
74 |
+
load_model: false
|
75 |
+
resume: true
|
76 |
+
force: false
|
77 |
+
train_model: false
|
78 |
+
inference: false
|
79 |
+
results_dir: results
|
80 |
+
torch_settings:
|
81 |
+
device: null
|
82 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = 'C:/Users/wspzo/OneDrive/Desktop/rl/ml-agents/training-envs-executables/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = 'C:/Users/wspzo/OneDrive/Desktop/rl/ml-agents/training-envs-executables/MonoBleedingEdge/etc'
|
3 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
4 |
+
[Subsystems] Discovering subsystems at path C:/Users/wspzo/OneDrive/Desktop/rl/ml-agents/training-envs-executables/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 7.254 seconds
|
13 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
14 |
+
Microsoft Media Foundation video decoding to texture disabled: graphics device is Null, only Direct3D 11 and Direct3D 12 (only on desktop) are supported for hardware-accelerated video decoding.
|
15 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
16 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
17 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
18 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
19 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
20 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
21 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
22 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
23 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
24 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
25 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
26 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
27 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
28 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
29 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
30 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
31 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
32 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
33 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
34 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
35 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
36 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
37 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
38 |
+
UnloadTime: 1.245200 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 2 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]: 214584 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 339 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_Background Job.Worker 9]
|
67 |
+
Initial Block Size 32.0 KB
|
68 |
+
Current Block Size 32.0 KB
|
69 |
+
Peak Allocated Bytes 54 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 14]
|
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_Background Job.Worker 6]
|
87 |
+
Initial Block Size 32.0 KB
|
88 |
+
Current Block Size 32.0 KB
|
89 |
+
Peak Allocated Bytes 54 B
|
90 |
+
Overflow Count 0
|
91 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
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_EnlightenWorker] x 2
|
97 |
+
Initial Block Size 64.0 KB
|
98 |
+
Current Block Size 64.0 KB
|
99 |
+
Peak Allocated Bytes 54 B
|
100 |
+
Overflow Count 0
|
101 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
102 |
+
Initial Block Size 32.0 KB
|
103 |
+
Current Block Size 32.0 KB
|
104 |
+
Peak Allocated Bytes 54 B
|
105 |
+
Overflow Count 0
|
106 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
107 |
+
Initial Block Size 32.0 KB
|
108 |
+
Current Block Size 32.0 KB
|
109 |
+
Peak Allocated Bytes 54 B
|
110 |
+
Overflow Count 0
|
111 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
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_Background Job.Worker 7]
|
117 |
+
Initial Block Size 32.0 KB
|
118 |
+
Current Block Size 32.0 KB
|
119 |
+
Peak Allocated Bytes 54 B
|
120 |
+
Overflow Count 0
|
121 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 3
|
122 |
+
Initial Block Size 64.0 KB
|
123 |
+
Current Block Size 64.0 KB
|
124 |
+
Peak Allocated Bytes 0 B
|
125 |
+
Overflow Count 0
|
126 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
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 13]
|
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_Job.Worker 1]
|
137 |
+
Initial Block Size 256.0 KB
|
138 |
+
Current Block Size 256.0 KB
|
139 |
+
Peak Allocated Bytes 0 B
|
140 |
+
Overflow Count 0
|
141 |
+
[ALLOC_TEMP_Job.Worker 2]
|
142 |
+
Initial Block Size 256.0 KB
|
143 |
+
Current Block Size 256.0 KB
|
144 |
+
Peak Allocated Bytes 0.8 KB
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
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 11]
|
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_Background Job.Worker 0]
|
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_Background Job.Worker 4]
|
162 |
+
Initial Block Size 32.0 KB
|
163 |
+
Current Block Size 32.0 KB
|
164 |
+
Peak Allocated Bytes 54 B
|
165 |
+
Overflow Count 0
|
166 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
167 |
+
Initial Block Size 64.0 KB
|
168 |
+
Current Block Size 64.0 KB
|
169 |
+
Peak Allocated Bytes 54 B
|
170 |
+
Overflow Count 0
|
171 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
172 |
+
Peak main deferred allocation count 4
|
173 |
+
[ALLOC_BUCKET]
|
174 |
+
Large Block size 4.0 MB
|
175 |
+
Used Block count 1
|
176 |
+
Peak Allocated bytes 0.9 MB
|
177 |
+
[ALLOC_DEFAULT_MAIN]
|
178 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 214585 frames
|
179 |
+
Requested Block Size 16.0 MB
|
180 |
+
Peak Block count 1
|
181 |
+
Peak Allocated memory 5.0 MB
|
182 |
+
Peak Large allocation bytes 0 B
|
183 |
+
[ALLOC_DEFAULT_THREAD]
|
184 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 214585 frames
|
185 |
+
Requested Block Size 16.0 MB
|
186 |
+
Peak Block count 1
|
187 |
+
Peak Allocated memory 17.5 MB
|
188 |
+
Peak Large allocation bytes 16.0 MB
|
189 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
190 |
+
Initial Block Size 2.0 MB
|
191 |
+
Used Block Count 1
|
192 |
+
Overflow Count (too large) 0
|
193 |
+
Overflow Count (full) 0
|
194 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
195 |
+
Initial Block Size 2.0 MB
|
196 |
+
Used Block Count 1
|
197 |
+
Overflow Count (too large) 0
|
198 |
+
Overflow Count (full) 0
|
199 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
200 |
+
Initial Block Size 2.0 MB
|
201 |
+
Used Block Count 2
|
202 |
+
Overflow Count (too large) 0
|
203 |
+
Overflow Count (full) 0
|
204 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
205 |
+
Initial Block Size 1.0 MB
|
206 |
+
Used Block Count 3
|
207 |
+
Overflow Count (too large) 0
|
208 |
+
Overflow Count (full) 0
|
209 |
+
[ALLOC_GFX] Dual Thread Allocator
|
210 |
+
Peak main deferred allocation count 0
|
211 |
+
[ALLOC_BUCKET]
|
212 |
+
Large Block size 4.0 MB
|
213 |
+
Used Block count 1
|
214 |
+
Peak Allocated bytes 0.9 MB
|
215 |
+
[ALLOC_GFX_MAIN]
|
216 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 214584 frames, [64.0 KB-128.0 KB]: 1 frames
|
217 |
+
Requested Block Size 16.0 MB
|
218 |
+
Peak Block count 1
|
219 |
+
Peak Allocated memory 65.6 KB
|
220 |
+
Peak Large allocation bytes 0 B
|
221 |
+
[ALLOC_GFX_THREAD]
|
222 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 214585 frames
|
223 |
+
Requested Block Size 16.0 MB
|
224 |
+
Peak Block count 1
|
225 |
+
Peak Allocated memory 173.6 KB
|
226 |
+
Peak Large allocation bytes 0 B
|
227 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
228 |
+
Peak main deferred allocation count 2
|
229 |
+
[ALLOC_BUCKET]
|
230 |
+
Large Block size 4.0 MB
|
231 |
+
Used Block count 1
|
232 |
+
Peak Allocated bytes 0.9 MB
|
233 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
234 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 214585 frames
|
235 |
+
Requested Block Size 4.0 MB
|
236 |
+
Peak Block count 1
|
237 |
+
Peak Allocated memory 0.6 MB
|
238 |
+
Peak Large allocation bytes 0 B
|
239 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
240 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 214584 frames, [2.0 MB-4.0 MB]: 1 frames
|
241 |
+
Requested Block Size 4.0 MB
|
242 |
+
Peak Block count 1
|
243 |
+
Peak Allocated memory 2.2 MB
|
244 |
+
Peak Large allocation bytes 0 B
|
245 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
246 |
+
Peak main deferred allocation count 0
|
247 |
+
[ALLOC_BUCKET]
|
248 |
+
Large Block size 4.0 MB
|
249 |
+
Used Block count 1
|
250 |
+
Peak Allocated bytes 0.9 MB
|
251 |
+
[ALLOC_TYPETREE_MAIN]
|
252 |
+
Peak usage frame count: [0-1.0 KB]: 214585 frames
|
253 |
+
Requested Block Size 2.0 MB
|
254 |
+
Peak Block count 1
|
255 |
+
Peak Allocated memory 1.0 KB
|
256 |
+
Peak Large allocation bytes 0 B
|
257 |
+
[ALLOC_TYPETREE_THREAD]
|
258 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 214584 frames, [2.0 KB-4.0 KB]: 1 frames
|
259 |
+
Requested Block Size 2.0 MB
|
260 |
+
Peak Block count 1
|
261 |
+
Peak Allocated memory 2.2 KB
|
262 |
+
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.4306063652038574,
|
6 |
+
"min": 1.3268777132034302,
|
7 |
+
"max": 1.4792799949645996,
|
8 |
+
"count": 1140
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 30260.185546875,
|
12 |
+
"min": 16392.0703125,
|
13 |
+
"max": 34403.41796875,
|
14 |
+
"count": 1140
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 83.28571428571429,
|
18 |
+
"min": 43.705357142857146,
|
19 |
+
"max": 124.88372093023256,
|
20 |
+
"count": 1140
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 20988.0,
|
24 |
+
"min": 10196.0,
|
25 |
+
"max": 21480.0,
|
26 |
+
"count": 1140
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1773.6463118042361,
|
30 |
+
"min": 1714.5049530258334,
|
31 |
+
"max": 1831.3569180148488,
|
32 |
+
"count": 1140
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 223479.43528733376,
|
36 |
+
"min": 146769.60746478586,
|
37 |
+
"max": 398132.5771840739,
|
38 |
+
"count": 1140
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 59999856.0,
|
42 |
+
"min": 48609899.0,
|
43 |
+
"max": 59999856.0,
|
44 |
+
"count": 1140
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 59999856.0,
|
48 |
+
"min": 48609899.0,
|
49 |
+
"max": 59999856.0,
|
50 |
+
"count": 1140
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.011984286829829216,
|
54 |
+
"min": -0.12386853247880936,
|
55 |
+
"max": 0.07673578709363937,
|
56 |
+
"count": 1140
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -1.4980359077453613,
|
60 |
+
"min": -26.879470825195312,
|
61 |
+
"max": 10.666274070739746,
|
62 |
+
"count": 1140
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.01197702344506979,
|
66 |
+
"min": -0.12527109682559967,
|
67 |
+
"max": 0.07612409442663193,
|
68 |
+
"count": 1140
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -1.497127890586853,
|
72 |
+
"min": -27.183828353881836,
|
73 |
+
"max": 10.581249237060547,
|
74 |
+
"count": 1140
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 1140
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 1140
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": 0.16760000133514405,
|
90 |
+
"min": -0.45308872093831687,
|
91 |
+
"max": 0.35357837821986227,
|
92 |
+
"count": 1140
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": 20.950000166893005,
|
96 |
+
"min": -60.26079988479614,
|
97 |
+
"max": 52.32959997653961,
|
98 |
+
"count": 1140
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": 0.16760000133514405,
|
102 |
+
"min": -0.45308872093831687,
|
103 |
+
"max": 0.35357837821986227,
|
104 |
+
"count": 1140
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": 20.950000166893005,
|
108 |
+
"min": -60.26079988479614,
|
109 |
+
"max": 52.32959997653961,
|
110 |
+
"count": 1140
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 1140
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 1140
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.015749097906518728,
|
126 |
+
"min": 0.012291531917677881,
|
127 |
+
"max": 0.027052302604230742,
|
128 |
+
"count": 552
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.015749097906518728,
|
132 |
+
"min": 0.012291531917677881,
|
133 |
+
"max": 0.027052302604230742,
|
134 |
+
"count": 552
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.08313023646672567,
|
138 |
+
"min": 0.06675376556813717,
|
139 |
+
"max": 0.12261631985505422,
|
140 |
+
"count": 552
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.08313023646672567,
|
144 |
+
"min": 0.06675376556813717,
|
145 |
+
"max": 0.12261631985505422,
|
146 |
+
"count": 552
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.08402771850426992,
|
150 |
+
"min": 0.06726417231063048,
|
151 |
+
"max": 0.12480675975481668,
|
152 |
+
"count": 552
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.08402771850426992,
|
156 |
+
"min": 0.06726417231063048,
|
157 |
+
"max": 0.12480675975481668,
|
158 |
+
"count": 552
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0003,
|
162 |
+
"min": 0.0003,
|
163 |
+
"max": 0.0003,
|
164 |
+
"count": 552
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0003,
|
168 |
+
"min": 0.0003,
|
169 |
+
"max": 0.0003,
|
170 |
+
"count": 552
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.20000000000000007,
|
174 |
+
"min": 0.20000000000000007,
|
175 |
+
"max": 0.20000000000000007,
|
176 |
+
"count": 552
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.20000000000000007,
|
180 |
+
"min": 0.20000000000000007,
|
181 |
+
"max": 0.20000000000000007,
|
182 |
+
"count": 552
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005000000000000001,
|
186 |
+
"min": 0.005000000000000001,
|
187 |
+
"max": 0.005000000000000001,
|
188 |
+
"count": 552
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005000000000000001,
|
192 |
+
"min": 0.005000000000000001,
|
193 |
+
"max": 0.005000000000000001,
|
194 |
+
"count": 552
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1676387181",
|
200 |
+
"python_version": "3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:28:38) [MSC v.1929 64 bit (AMD64)]",
|
201 |
+
"command_line_arguments": "C:\\Users\\wspzo\\mambaforge\\envs\\rl\\Scripts\\mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.exe --run-id=SoccerTwos --no-graphics --resume",
|
202 |
+
"mlagents_version": "0.31.0.dev0",
|
203 |
+
"mlagents_envs_version": "0.31.0.dev0",
|
204 |
+
"communication_protocol_version": "1.5.0",
|
205 |
+
"pytorch_version": "1.13.1+cpu",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1676512851"
|
208 |
+
},
|
209 |
+
"total": 125669.42330159999,
|
210 |
+
"count": 1,
|
211 |
+
"self": 4.9528797999810195,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.33696190000000037,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.33696190000000037
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 125664.13345990001,
|
220 |
+
"count": 1,
|
221 |
+
"self": 37.580279507426894,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 15.784248199986397,
|
225 |
+
"count": 58,
|
226 |
+
"self": 15.784248199986397
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 125610.41518069261,
|
230 |
+
"count": 778993,
|
231 |
+
"self": 41.16833799694723,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 30563.226009794795,
|
235 |
+
"count": 778993,
|
236 |
+
"self": 24488.141989801217,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 6051.034633493797,
|
240 |
+
"count": 778993,
|
241 |
+
"self": 234.8993511885692,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 5816.1352823052275,
|
245 |
+
"count": 1430588,
|
246 |
+
"self": 5816.1352823052275
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 24.049386499780738,
|
252 |
+
"count": 778993,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 125589.69329669444,
|
257 |
+
"count": 778993,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 105712.13803419514,
|
260 |
+
"children": {
|
261 |
+
"steps_from_proto": {
|
262 |
+
"total": 0.21943199993723717,
|
263 |
+
"count": 116,
|
264 |
+
"is_parallel": true,
|
265 |
+
"self": 0.04439199990473952,
|
266 |
+
"children": {
|
267 |
+
"_process_rank_one_or_two_observation": {
|
268 |
+
"total": 0.17504000003249764,
|
269 |
+
"count": 464,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.17504000003249764
|
272 |
+
}
|
273 |
+
}
|
274 |
+
},
|
275 |
+
"UnityEnvironment.step": {
|
276 |
+
"total": 19877.335830499356,
|
277 |
+
"count": 778993,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 1043.1592854950832,
|
280 |
+
"children": {
|
281 |
+
"UnityEnvironment._generate_step_input": {
|
282 |
+
"total": 904.3429011973393,
|
283 |
+
"count": 778993,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 904.3429011973393
|
286 |
+
},
|
287 |
+
"communicator.exchange": {
|
288 |
+
"total": 14439.146355393024,
|
289 |
+
"count": 778993,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 14439.146355393024
|
292 |
+
},
|
293 |
+
"steps_from_proto": {
|
294 |
+
"total": 3490.68728841391,
|
295 |
+
"count": 1557986,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 721.2705505021886,
|
298 |
+
"children": {
|
299 |
+
"_process_rank_one_or_two_observation": {
|
300 |
+
"total": 2769.4167379117216,
|
301 |
+
"count": 6231944,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 2769.4167379117216
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
}
|
309 |
+
}
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
},
|
315 |
+
"trainer_advance": {
|
316 |
+
"total": 95006.02083290086,
|
317 |
+
"count": 778993,
|
318 |
+
"self": 237.79583100328455,
|
319 |
+
"children": {
|
320 |
+
"process_trajectory": {
|
321 |
+
"total": 7402.850478997344,
|
322 |
+
"count": 778993,
|
323 |
+
"self": 7393.232639397315,
|
324 |
+
"children": {
|
325 |
+
"RLTrainer._checkpoint": {
|
326 |
+
"total": 9.617839600028674,
|
327 |
+
"count": 23,
|
328 |
+
"self": 9.617839600028674
|
329 |
+
}
|
330 |
+
}
|
331 |
+
},
|
332 |
+
"_update_policy": {
|
333 |
+
"total": 87365.37452290024,
|
334 |
+
"count": 552,
|
335 |
+
"self": 3695.368661800385,
|
336 |
+
"children": {
|
337 |
+
"TorchPOCAOptimizer.update": {
|
338 |
+
"total": 83670.00586109985,
|
339 |
+
"count": 16560,
|
340 |
+
"self": 83670.00586109985
|
341 |
+
}
|
342 |
+
}
|
343 |
+
}
|
344 |
+
}
|
345 |
+
}
|
346 |
+
}
|
347 |
+
},
|
348 |
+
"trainer_threads": {
|
349 |
+
"total": 1.2999953469261527e-06,
|
350 |
+
"count": 1,
|
351 |
+
"self": 1.2999953469261527e-06
|
352 |
+
},
|
353 |
+
"TrainerController._save_models": {
|
354 |
+
"total": 0.3537501999962842,
|
355 |
+
"count": 1,
|
356 |
+
"self": 0.06820199999492615,
|
357 |
+
"children": {
|
358 |
+
"RLTrainer._checkpoint": {
|
359 |
+
"total": 0.28554820000135805,
|
360 |
+
"count": 1,
|
361 |
+
"self": 0.28554820000135805
|
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": 58499996,
|
6 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-58499996.onnx",
|
7 |
+
"reward": 0.0,
|
8 |
+
"creation_time": 1676494207.9949558,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-58499996.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 58999955,
|
15 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-58999955.onnx",
|
16 |
+
"reward": 0.0,
|
17 |
+
"creation_time": 1676500869.450109,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-58999955.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 59499992,
|
24 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-59499992.onnx",
|
25 |
+
"reward": 0.0,
|
26 |
+
"creation_time": 1676507027.3207085,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-59499992.pt"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 59999856,
|
33 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-59999856.onnx",
|
34 |
+
"reward": 0.0,
|
35 |
+
"creation_time": 1676512846.079949,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-59999856.pt"
|
38 |
+
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 60000672,
|
42 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-60000672.onnx",
|
43 |
+
"reward": 0.0,
|
44 |
+
"creation_time": 1676512846.824804,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-60000672.pt"
|
47 |
+
]
|
48 |
+
}
|
49 |
+
],
|
50 |
+
"elo": 1779.4156704411546,
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 60000672,
|
53 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
|
54 |
+
"reward": 0.0,
|
55 |
+
"creation_time": 1676512846.824804,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-60000672.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+cpu"
|
65 |
+
}
|
66 |
+
}
|