First Push`
Browse files- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-85000040.onnx +3 -0
- SoccerTwos/SoccerTwos-85000040.pt +3 -0
- SoccerTwos/SoccerTwos-87899960.onnx +3 -0
- SoccerTwos/SoccerTwos-87899960.pt +3 -0
- SoccerTwos/SoccerTwos-87999985.onnx +3 -0
- SoccerTwos/SoccerTwos-87999985.pt +3 -0
- SoccerTwos/SoccerTwos-88000526.onnx +3 -0
- SoccerTwos/SoccerTwos-88000526.pt +3 -0
- SoccerTwos/SoccerTwos-88099817.onnx +3 -0
- SoccerTwos/SoccerTwos-88099817.pt +3 -0
- SoccerTwos/SoccerTwos-88110062.onnx +3 -0
- SoccerTwos/SoccerTwos-88110062.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1678179378.instance-AI-dev-env.4996.0 +3 -0
- SoccerTwos/events.out.tfevents.1678223520.instance-AI-dev-env.3964.0 +3 -0
- SoccerTwos/events.out.tfevents.1692538929.instance-AI-dev-env.4824.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +252 -0
- run_logs/timers.json +368 -0
- run_logs/training_status.json +66 -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: Ljuda3000/CrazyFrogs
|
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:460964eac974d5746aa578eeea90120de7037b3cd09b95cef6cbe411d9fe1c26
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-85000040.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb3112bbee1e8ed8aa01e5c6c2823c26be12d521c196c9fbca721a437a1f1ec0
|
3 |
+
size 1764633
|
SoccerTwos/SoccerTwos-85000040.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dc3395615c9b7ec4192532be73bfd8009234f882d00c790190ea197600a9416
|
3 |
+
size 28421201
|
SoccerTwos/SoccerTwos-87899960.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:926693b1021d6ffbb5702522b92dbff780146e0cde5a1bad912b4ae44f0f9cd2
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-87899960.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6a78e15b6178734f2d7f2849e5f4b342a7c6c2bab18efa02cda9eefb543d817
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-87999985.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaf9e9ac7c3552aadd5ecd455a97aff8ab861bc3ef100f150341f4a814ab3b14
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-87999985.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4297da88dc29fe28d8d60ecfd8c6a3aab29779af3a67cee67ddb19a121dca2b0
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-88000526.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaf9e9ac7c3552aadd5ecd455a97aff8ab861bc3ef100f150341f4a814ab3b14
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-88000526.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:118c9094eabc1f3f549b05c482411debb55cdbb564cbc076f1b75b1eb81f0935
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-88099817.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73391290c8c19c32ba7a637fca62dd623ce06f5b31e79c99f3c46ae2ab7375f3
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-88099817.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:757a1918c578594562a27b8c11687f39d5ea758a472a2349f3e3e7060ff3a9ef
|
3 |
+
size 28430025
|
SoccerTwos/SoccerTwos-88110062.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:460964eac974d5746aa578eeea90120de7037b3cd09b95cef6cbe411d9fe1c26
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-88110062.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f345f93169e6432fd3ba2979733bacc7f264b41e5ab7ad486cfd62d49578f796
|
3 |
+
size 28430025
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d155d98640f1b74fb7b14749d5c14f4401694853ce453ca3387f978e3f940256
|
3 |
+
size 28428927
|
SoccerTwos/events.out.tfevents.1678179378.instance-AI-dev-env.4996.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:158e683504f3bf214eedfe1d717f15924c784844757a78706b4c2f4485c433fe
|
3 |
+
size 1707181
|
SoccerTwos/events.out.tfevents.1678223520.instance-AI-dev-env.3964.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:126119168d0e3e61f07314c11a0ea28d504a55f45bc7a3976cfbc49b2720894e
|
3 |
+
size 1368824
|
SoccerTwos/events.out.tfevents.1692538929.instance-AI-dev-env.4824.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:756cd5b56b295b3d3f1ebfb81c75d77e7a828a7f4323a3bb682e158366702847
|
3 |
+
size 114181
|
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": 100000, "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": 88110000, "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.0, "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: 100000
|
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: 88110000
|
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.0
|
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,252 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = 'C:/Users/KoRiF/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = 'C:/Users/KoRiF/ml-agents/training-envs-executables/SoccerTwos/MonoBleedingEdge/etc'
|
3 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
4 |
+
[Subsystems] Discovering subsystems at path C:/Users/KoRiF/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.698 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: 8.290100 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 1 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]: 2072 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 312 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]
|
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]
|
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_Background Job.Worker 11]
|
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_Background Job.Worker 3]
|
142 |
+
Initial Block Size 32.0 KB
|
143 |
+
Current Block Size 32.0 KB
|
144 |
+
Peak Allocated Bytes 54 B
|
145 |
+
Overflow Count 0
|
146 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
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 4]
|
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_BatchDeleteObjects]
|
157 |
+
Initial Block Size 64.0 KB
|
158 |
+
Current Block Size 64.0 KB
|
159 |
+
Peak Allocated Bytes 54 B
|
160 |
+
Overflow Count 0
|
161 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
162 |
+
Peak main deferred allocation count 2
|
163 |
+
[ALLOC_BUCKET]
|
164 |
+
Large Block size 4.0 MB
|
165 |
+
Used Block count 1
|
166 |
+
Peak Allocated bytes 0.9 MB
|
167 |
+
[ALLOC_DEFAULT_MAIN]
|
168 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 2073 frames
|
169 |
+
Requested Block Size 16.0 MB
|
170 |
+
Peak Block count 1
|
171 |
+
Peak Allocated memory 4.8 MB
|
172 |
+
Peak Large allocation bytes 0 B
|
173 |
+
[ALLOC_DEFAULT_THREAD]
|
174 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 2073 frames
|
175 |
+
Requested Block Size 16.0 MB
|
176 |
+
Peak Block count 1
|
177 |
+
Peak Allocated memory 17.6 MB
|
178 |
+
Peak Large allocation bytes 16.0 MB
|
179 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
180 |
+
Initial Block Size 2.0 MB
|
181 |
+
Used Block Count 1
|
182 |
+
Overflow Count (too large) 0
|
183 |
+
Overflow Count (full) 0
|
184 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
185 |
+
Initial Block Size 2.0 MB
|
186 |
+
Used Block Count 1
|
187 |
+
Overflow Count (too large) 0
|
188 |
+
Overflow Count (full) 0
|
189 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
190 |
+
Initial Block Size 2.0 MB
|
191 |
+
Used Block Count 2
|
192 |
+
Overflow Count (too large) 0
|
193 |
+
Overflow Count (full) 0
|
194 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
195 |
+
Initial Block Size 1.0 MB
|
196 |
+
Used Block Count 3
|
197 |
+
Overflow Count (too large) 0
|
198 |
+
Overflow Count (full) 0
|
199 |
+
[ALLOC_GFX] Dual Thread Allocator
|
200 |
+
Peak main deferred allocation count 0
|
201 |
+
[ALLOC_BUCKET]
|
202 |
+
Large Block size 4.0 MB
|
203 |
+
Used Block count 1
|
204 |
+
Peak Allocated bytes 0.9 MB
|
205 |
+
[ALLOC_GFX_MAIN]
|
206 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 2072 frames, [64.0 KB-128.0 KB]: 1 frames
|
207 |
+
Requested Block Size 16.0 MB
|
208 |
+
Peak Block count 1
|
209 |
+
Peak Allocated memory 65.6 KB
|
210 |
+
Peak Large allocation bytes 0 B
|
211 |
+
[ALLOC_GFX_THREAD]
|
212 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 2073 frames
|
213 |
+
Requested Block Size 16.0 MB
|
214 |
+
Peak Block count 1
|
215 |
+
Peak Allocated memory 173.6 KB
|
216 |
+
Peak Large allocation bytes 0 B
|
217 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
218 |
+
Peak main deferred allocation count 2
|
219 |
+
[ALLOC_BUCKET]
|
220 |
+
Large Block size 4.0 MB
|
221 |
+
Used Block count 1
|
222 |
+
Peak Allocated bytes 0.9 MB
|
223 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
224 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 2073 frames
|
225 |
+
Requested Block Size 4.0 MB
|
226 |
+
Peak Block count 1
|
227 |
+
Peak Allocated memory 0.6 MB
|
228 |
+
Peak Large allocation bytes 0 B
|
229 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
230 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 2072 frames, [2.0 MB-4.0 MB]: 1 frames
|
231 |
+
Requested Block Size 4.0 MB
|
232 |
+
Peak Block count 1
|
233 |
+
Peak Allocated memory 2.2 MB
|
234 |
+
Peak Large allocation bytes 0 B
|
235 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
236 |
+
Peak main deferred allocation count 0
|
237 |
+
[ALLOC_BUCKET]
|
238 |
+
Large Block size 4.0 MB
|
239 |
+
Used Block count 1
|
240 |
+
Peak Allocated bytes 0.9 MB
|
241 |
+
[ALLOC_TYPETREE_MAIN]
|
242 |
+
Peak usage frame count: [0-1.0 KB]: 2073 frames
|
243 |
+
Requested Block Size 2.0 MB
|
244 |
+
Peak Block count 1
|
245 |
+
Peak Allocated memory 1.0 KB
|
246 |
+
Peak Large allocation bytes 0 B
|
247 |
+
[ALLOC_TYPETREE_THREAD]
|
248 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 2072 frames, [2.0 KB-4.0 KB]: 1 frames
|
249 |
+
Requested Block Size 2.0 MB
|
250 |
+
Peak Block count 1
|
251 |
+
Peak Allocated memory 2.2 KB
|
252 |
+
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.0803265571594238,
|
6 |
+
"min": 1.0574179887771606,
|
7 |
+
"max": 1.086998462677002,
|
8 |
+
"count": 11
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 21537.390625,
|
12 |
+
"min": 19729.171875,
|
13 |
+
"max": 22783.48828125,
|
14 |
+
"count": 11
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 71.61764705882354,
|
18 |
+
"min": 60.87012987012987,
|
19 |
+
"max": 92.58490566037736,
|
20 |
+
"count": 11
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 19480.0,
|
24 |
+
"min": 18748.0,
|
25 |
+
"max": 20552.0,
|
26 |
+
"count": 11
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1204.7586992211272,
|
30 |
+
"min": 1196.8470867329395,
|
31 |
+
"max": 1210.728672892176,
|
32 |
+
"count": 11
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 163847.18309407332,
|
36 |
+
"min": 126868.05519638382,
|
37 |
+
"max": 191634.31250189635,
|
38 |
+
"count": 11
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 88109892.0,
|
42 |
+
"min": 88009949.0,
|
43 |
+
"max": 88109892.0,
|
44 |
+
"count": 11
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 88109892.0,
|
48 |
+
"min": 88009949.0,
|
49 |
+
"max": 88109892.0,
|
50 |
+
"count": 11
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.02082687057554722,
|
54 |
+
"min": -0.05088413134217262,
|
55 |
+
"max": 0.019816529005765915,
|
56 |
+
"count": 11
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -2.8324544429779053,
|
60 |
+
"min": -5.444602012634277,
|
61 |
+
"max": 3.170644760131836,
|
62 |
+
"count": 11
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.022853447124361992,
|
66 |
+
"min": -0.052238572388887405,
|
67 |
+
"max": 0.018581686541438103,
|
68 |
+
"count": 11
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -3.1080687046051025,
|
72 |
+
"min": -5.589527130126953,
|
73 |
+
"max": 2.973069906234741,
|
74 |
+
"count": 11
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 11
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 11
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.17529705868047826,
|
90 |
+
"min": -0.22259813380018573,
|
91 |
+
"max": 0.07999389317199473,
|
92 |
+
"count": 11
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -23.840399980545044,
|
96 |
+
"min": -23.840399980545044,
|
97 |
+
"max": 10.479200005531311,
|
98 |
+
"count": 11
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.17529705868047826,
|
102 |
+
"min": -0.22259813380018573,
|
103 |
+
"max": 0.07999389317199473,
|
104 |
+
"count": 11
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -23.840399980545044,
|
108 |
+
"min": -23.840399980545044,
|
109 |
+
"max": 10.479200005531311,
|
110 |
+
"count": 11
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 11
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 11
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.0184350126539357,
|
126 |
+
"min": 0.017460095636730937,
|
127 |
+
"max": 0.02302864146186039,
|
128 |
+
"count": 5
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.0184350126539357,
|
132 |
+
"min": 0.017460095636730937,
|
133 |
+
"max": 0.02302864146186039,
|
134 |
+
"count": 5
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.08154813771446547,
|
138 |
+
"min": 0.08106828406453133,
|
139 |
+
"max": 0.10016394977768263,
|
140 |
+
"count": 5
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.08154813771446547,
|
144 |
+
"min": 0.08106828406453133,
|
145 |
+
"max": 0.10016394977768263,
|
146 |
+
"count": 5
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.08265527412295341,
|
150 |
+
"min": 0.08185019766290982,
|
151 |
+
"max": 0.10112455636262893,
|
152 |
+
"count": 5
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.08265527412295341,
|
156 |
+
"min": 0.08185019766290982,
|
157 |
+
"max": 0.10112455636262893,
|
158 |
+
"count": 5
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0003,
|
162 |
+
"min": 0.0003,
|
163 |
+
"max": 0.0003,
|
164 |
+
"count": 5
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0003,
|
168 |
+
"min": 0.0003,
|
169 |
+
"max": 0.0003,
|
170 |
+
"count": 5
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.20000000000000007,
|
174 |
+
"min": 0.20000000000000007,
|
175 |
+
"max": 0.20000000000000007,
|
176 |
+
"count": 5
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.20000000000000007,
|
180 |
+
"min": 0.20000000000000007,
|
181 |
+
"max": 0.20000000000000007,
|
182 |
+
"count": 5
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005000000000000001,
|
186 |
+
"min": 0.005000000000000001,
|
187 |
+
"max": 0.005000000000000001,
|
188 |
+
"count": 5
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005000000000000001,
|
192 |
+
"min": 0.005000000000000001,
|
193 |
+
"max": 0.005000000000000001,
|
194 |
+
"count": 5
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1692538923",
|
200 |
+
"python_version": "3.9.16 (main, Jan 11 2023, 16:16:36) [MSC v.1916 64 bit (AMD64)]",
|
201 |
+
"command_line_arguments": "C:\\ProgramData\\Anaconda3\\envs\\rl\\Scripts\\mlagents-learn ./results/SoccerTwos/configuration.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+cpu",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1692539971"
|
208 |
+
},
|
209 |
+
"total": 1048.6833275000001,
|
210 |
+
"count": 1,
|
211 |
+
"self": 0.7257235000001856,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.15400169999999846,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.15400169999999846
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 1047.8036023,
|
220 |
+
"count": 1,
|
221 |
+
"self": 0.2697666000008212,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 7.431944899999998,
|
225 |
+
"count": 2,
|
226 |
+
"self": 7.431944899999998
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 1039.9362069999995,
|
230 |
+
"count": 7485,
|
231 |
+
"self": 0.24848569999426218,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 177.1795504000015,
|
235 |
+
"count": 7485,
|
236 |
+
"self": 137.83829900000956,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 39.18984879999914,
|
240 |
+
"count": 7485,
|
241 |
+
"self": 1.4832885999975503,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 37.70656020000159,
|
245 |
+
"count": 13820,
|
246 |
+
"self": 37.70656020000159
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 0.15140259999278882,
|
252 |
+
"count": 7485,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 1040.244597799997,
|
257 |
+
"count": 7485,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 931.3910564999986,
|
260 |
+
"children": {
|
261 |
+
"steps_from_proto": {
|
262 |
+
"total": 0.010581900000000033,
|
263 |
+
"count": 4,
|
264 |
+
"is_parallel": true,
|
265 |
+
"self": 0.0009658000000030142,
|
266 |
+
"children": {
|
267 |
+
"_process_rank_one_or_two_observation": {
|
268 |
+
"total": 0.009616099999997019,
|
269 |
+
"count": 16,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.009616099999997019
|
272 |
+
}
|
273 |
+
}
|
274 |
+
},
|
275 |
+
"UnityEnvironment.step": {
|
276 |
+
"total": 108.8429593999985,
|
277 |
+
"count": 7485,
|
278 |
+
"is_parallel": true,
|
279 |
+
"self": 4.879690299989818,
|
280 |
+
"children": {
|
281 |
+
"UnityEnvironment._generate_step_input": {
|
282 |
+
"total": 3.974621800001904,
|
283 |
+
"count": 7485,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 3.974621800001904
|
286 |
+
},
|
287 |
+
"communicator.exchange": {
|
288 |
+
"total": 85.5321096000012,
|
289 |
+
"count": 7485,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 85.5321096000012
|
292 |
+
},
|
293 |
+
"steps_from_proto": {
|
294 |
+
"total": 14.456537700005578,
|
295 |
+
"count": 14970,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 2.8314205000128183,
|
298 |
+
"children": {
|
299 |
+
"_process_rank_one_or_two_observation": {
|
300 |
+
"total": 11.62511719999276,
|
301 |
+
"count": 59880,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 11.62511719999276
|
304 |
+
}
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
308 |
+
}
|
309 |
+
}
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
},
|
315 |
+
"trainer_advance": {
|
316 |
+
"total": 862.5081709000037,
|
317 |
+
"count": 7485,
|
318 |
+
"self": 1.9097082999978738,
|
319 |
+
"children": {
|
320 |
+
"process_trajectory": {
|
321 |
+
"total": 57.221641200005806,
|
322 |
+
"count": 7485,
|
323 |
+
"self": 56.3784911000058,
|
324 |
+
"children": {
|
325 |
+
"RLTrainer._checkpoint": {
|
326 |
+
"total": 0.8431501000000026,
|
327 |
+
"count": 1,
|
328 |
+
"self": 0.8431501000000026
|
329 |
+
}
|
330 |
+
}
|
331 |
+
},
|
332 |
+
"_update_policy": {
|
333 |
+
"total": 803.3768214,
|
334 |
+
"count": 5,
|
335 |
+
"self": 22.57178979999992,
|
336 |
+
"children": {
|
337 |
+
"TorchPOCAOptimizer.update": {
|
338 |
+
"total": 780.8050316000001,
|
339 |
+
"count": 150,
|
340 |
+
"self": 780.8050316000001
|
341 |
+
}
|
342 |
+
}
|
343 |
+
}
|
344 |
+
}
|
345 |
+
}
|
346 |
+
}
|
347 |
+
},
|
348 |
+
"trainer_threads": {
|
349 |
+
"total": 1.199999815071351e-06,
|
350 |
+
"count": 1,
|
351 |
+
"self": 1.199999815071351e-06
|
352 |
+
},
|
353 |
+
"TrainerController._save_models": {
|
354 |
+
"total": 0.16568259999985457,
|
355 |
+
"count": 1,
|
356 |
+
"self": 0.004929799999899842,
|
357 |
+
"children": {
|
358 |
+
"RLTrainer._checkpoint": {
|
359 |
+
"total": 0.16075279999995473,
|
360 |
+
"count": 1,
|
361 |
+
"self": 0.16075279999995473
|
362 |
+
}
|
363 |
+
}
|
364 |
+
}
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"elo": 1204.9603698690996,
|
4 |
+
"checkpoints": [
|
5 |
+
{
|
6 |
+
"steps": 87899960,
|
7 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-87899960.onnx",
|
8 |
+
"reward": 0.0,
|
9 |
+
"creation_time": 1678248842.9437559,
|
10 |
+
"auxillary_file_paths": [
|
11 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-87899960.pt"
|
12 |
+
]
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"steps": 87999985,
|
16 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-87999985.onnx",
|
17 |
+
"reward": 0.0,
|
18 |
+
"creation_time": 1678252077.9958282,
|
19 |
+
"auxillary_file_paths": [
|
20 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-87999985.pt"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"steps": 88000526,
|
25 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-88000526.onnx",
|
26 |
+
"reward": 0.0,
|
27 |
+
"creation_time": 1678252080.5117538,
|
28 |
+
"auxillary_file_paths": [
|
29 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-88000526.pt"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"steps": 88099817,
|
34 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-88099817.onnx",
|
35 |
+
"reward": 0.0,
|
36 |
+
"creation_time": 1692539797.8195543,
|
37 |
+
"auxillary_file_paths": [
|
38 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-88099817.pt"
|
39 |
+
]
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"steps": 88110062,
|
43 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos\\SoccerTwos-88110062.onnx",
|
44 |
+
"reward": 0.0,
|
45 |
+
"creation_time": 1692539970.9855554,
|
46 |
+
"auxillary_file_paths": [
|
47 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-88110062.pt"
|
48 |
+
]
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 88110062,
|
53 |
+
"file_path": "results\\SoccerTwos\\SoccerTwos.onnx",
|
54 |
+
"reward": 0.0,
|
55 |
+
"creation_time": 1692539970.9855554,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results\\SoccerTwos\\SoccerTwos\\SoccerTwos-88110062.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 |
+
}
|