First Push with larger scale
Browse files- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-48499949.onnx +3 -0
- SoccerTwos/SoccerTwos-48499949.pt +3 -0
- SoccerTwos/SoccerTwos-48999994.onnx +3 -0
- SoccerTwos/SoccerTwos-48999994.pt +3 -0
- SoccerTwos/SoccerTwos-49499974.onnx +3 -0
- SoccerTwos/SoccerTwos-49499974.pt +3 -0
- SoccerTwos/SoccerTwos-49999992.onnx +3 -0
- SoccerTwos/SoccerTwos-49999992.pt +3 -0
- SoccerTwos/SoccerTwos-50000022.onnx +3 -0
- SoccerTwos/SoccerTwos-50000022.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1680258703.hodoo-01.11221.0 +3 -0
- SoccerTwos/events.out.tfevents.1680493648.hodoo-01.22824.0 +3 -0
- SoccerTwos/events.out.tfevents.1680494095.hodoo-01.23307.0 +3 -0
- SoccerTwos/events.out.tfevents.1680514625.hodoo-01.27618.0 +3 -0
- SoccerTwos/events.out.tfevents.1680515075.hodoo-01.27870.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +304 -0
- run_logs/timers.json +424 -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: jinukoo/poca-SoccerTwos_1
|
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:142428ca7cf78ab94ffcae2da40d1e6959f2bba00632129d07311dbf07d6723e
|
3 |
+
size 2819099
|
SoccerTwos/SoccerTwos-48499949.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86419b7e7be129516e6344286786cbd5473c79d2dc24c0c99d9063913523f877
|
3 |
+
size 2819099
|
SoccerTwos/SoccerTwos-48499949.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e08b68a73ea7e32b9195ba7e110e3e949ae8a2c2554693911f6e85357b67ff3f
|
3 |
+
size 34742297
|
SoccerTwos/SoccerTwos-48999994.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b2c99358fc9de0978b8f980e4bf96d1dd75b4468bbb6705843501bd73b057f
|
3 |
+
size 2819099
|
SoccerTwos/SoccerTwos-48999994.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:924c5c430a67cd92f18a69e5eec5350fdc3e93ff8b51a83b016ea612802f33f9
|
3 |
+
size 34742297
|
SoccerTwos/SoccerTwos-49499974.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efaba954292b54dfc484bc304d54e98bd2aacab7531d5fd3bfb7fd5daabe9845
|
3 |
+
size 2819099
|
SoccerTwos/SoccerTwos-49499974.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fcbc8f87a44ebcec9dd4c05459f8465fcf71423aebb1c892b7df39be40e6370
|
3 |
+
size 34742297
|
SoccerTwos/SoccerTwos-49999992.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88c4bf880c560506b7039b61a53a9b85b4c5e30085e3db1f268cab708fda65d8
|
3 |
+
size 2819099
|
SoccerTwos/SoccerTwos-49999992.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:291ae284d6c2cec8ece4e58df5b0caa58ff42545f186fc5e61194fd7638a8992
|
3 |
+
size 34742297
|
SoccerTwos/SoccerTwos-50000022.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:142428ca7cf78ab94ffcae2da40d1e6959f2bba00632129d07311dbf07d6723e
|
3 |
+
size 2819099
|
SoccerTwos/SoccerTwos-50000022.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545aca5267341c812ef61212093b2d959010abcec90988d977fdbb4d62a0190a
|
3 |
+
size 34742297
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545aca5267341c812ef61212093b2d959010abcec90988d977fdbb4d62a0190a
|
3 |
+
size 34742297
|
SoccerTwos/events.out.tfevents.1680258703.hodoo-01.11221.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54ce21e08d8261d5d353f919b61fe34de706f4eed2b3353264a3fb8e28b60289
|
3 |
+
size 365887
|
SoccerTwos/events.out.tfevents.1680493648.hodoo-01.22824.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e48008620250ef5451e409eec019ddf9e8a1a47daf3b075c0eccf975825ea8d1
|
3 |
+
size 145262
|
SoccerTwos/events.out.tfevents.1680494095.hodoo-01.23307.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e54082662cc4139d61d07f7055cdf19ebf88868a2e60a3ae0eefd1a44cc6b649
|
3 |
+
size 11530343
|
SoccerTwos/events.out.tfevents.1680514625.hodoo-01.27618.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b414ed8182862832a02ad276854b8284b5e9aed325015554e57a6c10921ceb5
|
3 |
+
size 234464
|
SoccerTwos/events.out.tfevents.1680515075.hodoo-01.27870.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cc294a5742dc34a01d2a6bcb2abb5dbf2803f6198178cac0b8faef9c6bb2e67
|
3 |
+
size 38253034
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 4096, "buffer_size": 102400, "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": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "resnet", "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": 100000, "team_change": 500000, "swap_steps": 5000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.x86_64", "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_1", "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: 4096
|
7 |
+
buffer_size: 102400
|
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: true
|
19 |
+
hidden_units: 512
|
20 |
+
num_layers: 3
|
21 |
+
vis_encode_type: resnet
|
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: 100000
|
46 |
+
team_change: 500000
|
47 |
+
swap_steps: 5000
|
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.x86_64
|
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_1
|
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,304 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/home/jinukoo/HFRL/ml-agents/training-envs-executables/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/home/jinukoo/HFRL/ml-agents/training-envs-executables/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
6 |
+
[Subsystems] Discovering subsystems at path /home/jinukoo/HFRL/ml-agents/training-envs-executables/SoccerTwos_Data/UnitySubsystems
|
7 |
+
Forcing GfxDevice: Null
|
8 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
9 |
+
NullGfxDevice:
|
10 |
+
Version: NULL 1.0 [1.0]
|
11 |
+
Renderer: Null Device
|
12 |
+
Vendor: Unity Technologies
|
13 |
+
Begin MonoManager ReloadAssembly
|
14 |
+
- Completed reload, in 0.067 seconds
|
15 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
16 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
17 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
18 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
19 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
20 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
21 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
22 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
23 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
24 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
25 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
26 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
27 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
28 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
29 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
30 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
31 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
32 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
33 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
34 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
35 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
36 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
37 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
38 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
39 |
+
UnloadTime: 1.302084 ms
|
40 |
+
Registered Communicator in Agent.
|
41 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
42 |
+
requesting resize 84 x 84
|
43 |
+
Setting up 6 worker threads for Enlighten.
|
44 |
+
Memory Statistics:
|
45 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
46 |
+
StackAllocators :
|
47 |
+
[ALLOC_TEMP_MAIN]
|
48 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 708286 frames, [2.0 MB-4.0 MB]: 1 frames
|
49 |
+
Initial Block Size 4.0 MB
|
50 |
+
Current Block Size 4.0 MB
|
51 |
+
Peak Allocated Bytes 2.1 MB
|
52 |
+
Overflow Count 0
|
53 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
54 |
+
Initial Block Size 64.0 KB
|
55 |
+
Current Block Size 64.0 KB
|
56 |
+
Peak Allocated Bytes 128 B
|
57 |
+
Overflow Count 0
|
58 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
59 |
+
Initial Block Size 256.0 KB
|
60 |
+
Current Block Size 300.0 KB
|
61 |
+
Peak Allocated Bytes 249.6 KB
|
62 |
+
Overflow Count 4
|
63 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
64 |
+
Initial Block Size 32.0 KB
|
65 |
+
Current Block Size 32.0 KB
|
66 |
+
Peak Allocated Bytes 0 B
|
67 |
+
Overflow Count 0
|
68 |
+
[ALLOC_TEMP_Job.Worker 6]
|
69 |
+
Initial Block Size 256.0 KB
|
70 |
+
Current Block Size 256.0 KB
|
71 |
+
Peak Allocated Bytes 0 B
|
72 |
+
Overflow Count 0
|
73 |
+
[ALLOC_TEMP_Job.Worker 0]
|
74 |
+
Initial Block Size 256.0 KB
|
75 |
+
Current Block Size 256.0 KB
|
76 |
+
Peak Allocated Bytes 0 B
|
77 |
+
Overflow Count 0
|
78 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
79 |
+
Initial Block Size 32.0 KB
|
80 |
+
Current Block Size 32.0 KB
|
81 |
+
Peak Allocated Bytes 0 B
|
82 |
+
Overflow Count 0
|
83 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
84 |
+
Initial Block Size 32.0 KB
|
85 |
+
Current Block Size 32.0 KB
|
86 |
+
Peak Allocated Bytes 0 B
|
87 |
+
Overflow Count 0
|
88 |
+
[ALLOC_TEMP_Job.Worker 5]
|
89 |
+
Initial Block Size 256.0 KB
|
90 |
+
Current Block Size 256.0 KB
|
91 |
+
Peak Allocated Bytes 0 B
|
92 |
+
Overflow Count 0
|
93 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
94 |
+
Initial Block Size 32.0 KB
|
95 |
+
Current Block Size 32.0 KB
|
96 |
+
Peak Allocated Bytes 0 B
|
97 |
+
Overflow Count 0
|
98 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
99 |
+
Initial Block Size 32.0 KB
|
100 |
+
Current Block Size 32.0 KB
|
101 |
+
Peak Allocated Bytes 0 B
|
102 |
+
Overflow Count 0
|
103 |
+
[ALLOC_TEMP_Job.Worker 4]
|
104 |
+
Initial Block Size 256.0 KB
|
105 |
+
Current Block Size 256.0 KB
|
106 |
+
Peak Allocated Bytes 0 B
|
107 |
+
Overflow Count 0
|
108 |
+
[ALLOC_TEMP_Job.Worker 3]
|
109 |
+
Initial Block Size 256.0 KB
|
110 |
+
Current Block Size 256.0 KB
|
111 |
+
Peak Allocated Bytes 0 B
|
112 |
+
Overflow Count 0
|
113 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
114 |
+
Initial Block Size 32.0 KB
|
115 |
+
Current Block Size 32.0 KB
|
116 |
+
Peak Allocated Bytes 0 B
|
117 |
+
Overflow Count 0
|
118 |
+
[ALLOC_TEMP_EnlightenWorker] x 6
|
119 |
+
Initial Block Size 64.0 KB
|
120 |
+
Current Block Size 64.0 KB
|
121 |
+
Peak Allocated Bytes 0 B
|
122 |
+
Overflow Count 0
|
123 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
124 |
+
Initial Block Size 32.0 KB
|
125 |
+
Current Block Size 32.0 KB
|
126 |
+
Peak Allocated Bytes 0 B
|
127 |
+
Overflow Count 0
|
128 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
129 |
+
Initial Block Size 32.0 KB
|
130 |
+
Current Block Size 32.0 KB
|
131 |
+
Peak Allocated Bytes 0 B
|
132 |
+
Overflow Count 0
|
133 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
134 |
+
Initial Block Size 32.0 KB
|
135 |
+
Current Block Size 32.0 KB
|
136 |
+
Peak Allocated Bytes 0 B
|
137 |
+
Overflow Count 0
|
138 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
139 |
+
Initial Block Size 32.0 KB
|
140 |
+
Current Block Size 32.0 KB
|
141 |
+
Peak Allocated Bytes 0 B
|
142 |
+
Overflow Count 0
|
143 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 11
|
144 |
+
Initial Block Size 64.0 KB
|
145 |
+
Current Block Size 64.0 KB
|
146 |
+
Peak Allocated Bytes 0 B
|
147 |
+
Overflow Count 0
|
148 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
149 |
+
Initial Block Size 32.0 KB
|
150 |
+
Current Block Size 32.0 KB
|
151 |
+
Peak Allocated Bytes 0 B
|
152 |
+
Overflow Count 0
|
153 |
+
[ALLOC_TEMP_Job.Worker 9]
|
154 |
+
Initial Block Size 256.0 KB
|
155 |
+
Current Block Size 256.0 KB
|
156 |
+
Peak Allocated Bytes 0 B
|
157 |
+
Overflow Count 0
|
158 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
159 |
+
Initial Block Size 32.0 KB
|
160 |
+
Current Block Size 32.0 KB
|
161 |
+
Peak Allocated Bytes 0 B
|
162 |
+
Overflow Count 0
|
163 |
+
[ALLOC_TEMP_Job.Worker 8]
|
164 |
+
Initial Block Size 256.0 KB
|
165 |
+
Current Block Size 256.0 KB
|
166 |
+
Peak Allocated Bytes 0 B
|
167 |
+
Overflow Count 0
|
168 |
+
[ALLOC_TEMP_Job.Worker 7]
|
169 |
+
Initial Block Size 256.0 KB
|
170 |
+
Current Block Size 256.0 KB
|
171 |
+
Peak Allocated Bytes 0 B
|
172 |
+
Overflow Count 0
|
173 |
+
[ALLOC_TEMP_Job.Worker 1]
|
174 |
+
Initial Block Size 256.0 KB
|
175 |
+
Current Block Size 256.0 KB
|
176 |
+
Peak Allocated Bytes 0 B
|
177 |
+
Overflow Count 0
|
178 |
+
[ALLOC_TEMP_Job.Worker 2]
|
179 |
+
Initial Block Size 256.0 KB
|
180 |
+
Current Block Size 256.0 KB
|
181 |
+
Peak Allocated Bytes 0 B
|
182 |
+
Overflow Count 0
|
183 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
184 |
+
Initial Block Size 32.0 KB
|
185 |
+
Current Block Size 32.0 KB
|
186 |
+
Peak Allocated Bytes 0 B
|
187 |
+
Overflow Count 0
|
188 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
189 |
+
Initial Block Size 32.0 KB
|
190 |
+
Current Block Size 32.0 KB
|
191 |
+
Peak Allocated Bytes 0 B
|
192 |
+
Overflow Count 0
|
193 |
+
[ALLOC_TEMP_Job.Worker 10]
|
194 |
+
Initial Block Size 256.0 KB
|
195 |
+
Current Block Size 256.0 KB
|
196 |
+
Peak Allocated Bytes 0.7 KB
|
197 |
+
Overflow Count 0
|
198 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
199 |
+
Initial Block Size 32.0 KB
|
200 |
+
Current Block Size 32.0 KB
|
201 |
+
Peak Allocated Bytes 0 B
|
202 |
+
Overflow Count 0
|
203 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
204 |
+
Initial Block Size 32.0 KB
|
205 |
+
Current Block Size 32.0 KB
|
206 |
+
Peak Allocated Bytes 0 B
|
207 |
+
Overflow Count 0
|
208 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
209 |
+
Initial Block Size 64.0 KB
|
210 |
+
Current Block Size 64.0 KB
|
211 |
+
Peak Allocated Bytes 0 B
|
212 |
+
Overflow Count 0
|
213 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
214 |
+
Peak main deferred allocation count 6
|
215 |
+
[ALLOC_BUCKET]
|
216 |
+
Large Block size 4.0 MB
|
217 |
+
Used Block count 1
|
218 |
+
Peak Allocated bytes 1.0 MB
|
219 |
+
[ALLOC_DEFAULT_MAIN]
|
220 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 708287 frames
|
221 |
+
Requested Block Size 16.0 MB
|
222 |
+
Peak Block count 1
|
223 |
+
Peak Allocated memory 4.8 MB
|
224 |
+
Peak Large allocation bytes 0 B
|
225 |
+
[ALLOC_DEFAULT_THREAD]
|
226 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 708287 frames
|
227 |
+
Requested Block Size 16.0 MB
|
228 |
+
Peak Block count 1
|
229 |
+
Peak Allocated memory 17.5 MB
|
230 |
+
Peak Large allocation bytes 16.0 MB
|
231 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
232 |
+
Initial Block Size 2.0 MB
|
233 |
+
Used Block Count 1
|
234 |
+
Overflow Count (too large) 0
|
235 |
+
Overflow Count (full) 0
|
236 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
237 |
+
Initial Block Size 2.0 MB
|
238 |
+
Used Block Count 1
|
239 |
+
Overflow Count (too large) 0
|
240 |
+
Overflow Count (full) 0
|
241 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
242 |
+
Initial Block Size 2.0 MB
|
243 |
+
Used Block Count 2
|
244 |
+
Overflow Count (too large) 0
|
245 |
+
Overflow Count (full) 0
|
246 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
247 |
+
Initial Block Size 1.0 MB
|
248 |
+
Used Block Count 3
|
249 |
+
Overflow Count (too large) 0
|
250 |
+
Overflow Count (full) 0
|
251 |
+
[ALLOC_GFX] Dual Thread Allocator
|
252 |
+
Peak main deferred allocation count 0
|
253 |
+
[ALLOC_BUCKET]
|
254 |
+
Large Block size 4.0 MB
|
255 |
+
Used Block count 1
|
256 |
+
Peak Allocated bytes 1.0 MB
|
257 |
+
[ALLOC_GFX_MAIN]
|
258 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 708286 frames, [64.0 KB-128.0 KB]: 1 frames
|
259 |
+
Requested Block Size 16.0 MB
|
260 |
+
Peak Block count 1
|
261 |
+
Peak Allocated memory 65.6 KB
|
262 |
+
Peak Large allocation bytes 0 B
|
263 |
+
[ALLOC_GFX_THREAD]
|
264 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 708287 frames
|
265 |
+
Requested Block Size 16.0 MB
|
266 |
+
Peak Block count 1
|
267 |
+
Peak Allocated memory 173.5 KB
|
268 |
+
Peak Large allocation bytes 0 B
|
269 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
270 |
+
Peak main deferred allocation count 0
|
271 |
+
[ALLOC_BUCKET]
|
272 |
+
Large Block size 4.0 MB
|
273 |
+
Used Block count 1
|
274 |
+
Peak Allocated bytes 1.0 MB
|
275 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
276 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 708287 frames
|
277 |
+
Requested Block Size 4.0 MB
|
278 |
+
Peak Block count 1
|
279 |
+
Peak Allocated memory 0.6 MB
|
280 |
+
Peak Large allocation bytes 0 B
|
281 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
282 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 708286 frames, [4.0 MB-8.0 MB]: 1 frames
|
283 |
+
Requested Block Size 4.0 MB
|
284 |
+
Peak Block count 2
|
285 |
+
Peak Allocated memory 4.5 MB
|
286 |
+
Peak Large allocation bytes 0 B
|
287 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
288 |
+
Peak main deferred allocation count 0
|
289 |
+
[ALLOC_BUCKET]
|
290 |
+
Large Block size 4.0 MB
|
291 |
+
Used Block count 1
|
292 |
+
Peak Allocated bytes 1.0 MB
|
293 |
+
[ALLOC_TYPETREE_MAIN]
|
294 |
+
Peak usage frame count: [0-1.0 KB]: 708287 frames
|
295 |
+
Requested Block Size 2.0 MB
|
296 |
+
Peak Block count 1
|
297 |
+
Peak Allocated memory 1.0 KB
|
298 |
+
Peak Large allocation bytes 0 B
|
299 |
+
[ALLOC_TYPETREE_THREAD]
|
300 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 708286 frames, [2.0 KB-4.0 KB]: 1 frames
|
301 |
+
Requested Block Size 2.0 MB
|
302 |
+
Peak Block count 1
|
303 |
+
Peak Allocated memory 2.2 KB
|
304 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,424 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 1.4850791692733765,
|
6 |
+
"min": 1.4256231784820557,
|
7 |
+
"max": 1.783791422843933,
|
8 |
+
"count": 3771
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 29416.44921875,
|
12 |
+
"min": 17761.49609375,
|
13 |
+
"max": 40767.0703125,
|
14 |
+
"count": 3771
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 79.9672131147541,
|
18 |
+
"min": 49.43434343434343,
|
19 |
+
"max": 117.83333333333333,
|
20 |
+
"count": 3771
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 19512.0,
|
24 |
+
"min": 7128.0,
|
25 |
+
"max": 21608.0,
|
26 |
+
"count": 3771
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1630.5199995189128,
|
30 |
+
"min": 1613.6555317266225,
|
31 |
+
"max": 1818.8031434927584,
|
32 |
+
"count": 3771
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 198923.43994130736,
|
36 |
+
"min": 122525.19065368592,
|
37 |
+
"max": 355368.689448794,
|
38 |
+
"count": 3771
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 49999992.0,
|
42 |
+
"min": 12299962.0,
|
43 |
+
"max": 49999992.0,
|
44 |
+
"count": 3771
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 49999992.0,
|
48 |
+
"min": 12299962.0,
|
49 |
+
"max": 49999992.0,
|
50 |
+
"count": 3771
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.016999894753098488,
|
54 |
+
"min": -0.12616680562496185,
|
55 |
+
"max": 0.09603842347860336,
|
56 |
+
"count": 3771
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -2.090986967086792,
|
60 |
+
"min": -20.20294189453125,
|
61 |
+
"max": 13.92557144165039,
|
62 |
+
"count": 3771
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.015765422955155373,
|
66 |
+
"min": -0.12606105208396912,
|
67 |
+
"max": 0.09782852977514267,
|
68 |
+
"count": 3771
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -1.9391469955444336,
|
72 |
+
"min": -19.7592716217041,
|
73 |
+
"max": 14.185136795043945,
|
74 |
+
"count": 3771
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 3771
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 3771
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.03594471865553197,
|
90 |
+
"min": -0.5129999998790115,
|
91 |
+
"max": 0.4166758603063123,
|
92 |
+
"count": 3771
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -4.421200394630432,
|
96 |
+
"min": -68.74199998378754,
|
97 |
+
"max": 60.41799974441528,
|
98 |
+
"count": 3771
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.03594471865553197,
|
102 |
+
"min": -0.5129999998790115,
|
103 |
+
"max": 0.4166758603063123,
|
104 |
+
"count": 3771
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -4.421200394630432,
|
108 |
+
"min": -68.74199998378754,
|
109 |
+
"max": 60.41799974441528,
|
110 |
+
"count": 3771
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 3771
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 3771
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.01985647118766792,
|
126 |
+
"min": 0.014973752333705003,
|
127 |
+
"max": 0.022444916989964744,
|
128 |
+
"count": 367
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.01985647118766792,
|
132 |
+
"min": 0.014973752333705003,
|
133 |
+
"max": 0.022444916989964744,
|
134 |
+
"count": 367
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.07494918862978617,
|
138 |
+
"min": 0.06786443119247755,
|
139 |
+
"max": 0.09158067335685094,
|
140 |
+
"count": 367
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.07494918862978617,
|
144 |
+
"min": 0.06786443119247755,
|
145 |
+
"max": 0.09158067335685094,
|
146 |
+
"count": 367
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.07917612830797831,
|
150 |
+
"min": 0.07220904245972633,
|
151 |
+
"max": 0.09506003459294637,
|
152 |
+
"count": 367
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.07917612830797831,
|
156 |
+
"min": 0.07220904245972633,
|
157 |
+
"max": 0.09506003459294637,
|
158 |
+
"count": 367
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.00030000000000000003,
|
162 |
+
"min": 0.00030000000000000003,
|
163 |
+
"max": 0.00030000000000000003,
|
164 |
+
"count": 367
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.00030000000000000003,
|
168 |
+
"min": 0.00030000000000000003,
|
169 |
+
"max": 0.00030000000000000003,
|
170 |
+
"count": 367
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.19999999999999996,
|
174 |
+
"min": 0.19999999999999996,
|
175 |
+
"max": 0.19999999999999996,
|
176 |
+
"count": 367
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.19999999999999996,
|
180 |
+
"min": 0.19999999999999996,
|
181 |
+
"max": 0.19999999999999996,
|
182 |
+
"count": 367
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005,
|
186 |
+
"min": 0.005,
|
187 |
+
"max": 0.005,
|
188 |
+
"count": 367
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005,
|
192 |
+
"min": 0.005,
|
193 |
+
"max": 0.005,
|
194 |
+
"count": 367
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1680515074",
|
200 |
+
"python_version": "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]",
|
201 |
+
"command_line_arguments": "/home/jinukoo/anaconda3/envs/soccer/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos_1 --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.11.0+cu102",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1680584114"
|
208 |
+
},
|
209 |
+
"total": 69039.51107467618,
|
210 |
+
"count": 1,
|
211 |
+
"self": 0.27026671217754483,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.008927013259381056,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.008927013259381056
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 69039.23188095074,
|
220 |
+
"count": 1,
|
221 |
+
"self": 46.88477434264496,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 3.7687600338831544,
|
225 |
+
"count": 77,
|
226 |
+
"self": 3.7687600338831544
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 68988.34327531932,
|
230 |
+
"count": 2567990,
|
231 |
+
"self": 43.6723068789579,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 54392.1399778761,
|
235 |
+
"count": 2567990,
|
236 |
+
"self": 43929.67047391925,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 10436.666205249261,
|
240 |
+
"count": 2567990,
|
241 |
+
"self": 282.74313431978226,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 10153.923070929479,
|
245 |
+
"count": 4721936,
|
246 |
+
"self": 10153.923070929479
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 25.803298707585782,
|
252 |
+
"count": 2567990,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 68924.02226980822,
|
257 |
+
"count": 2567990,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 31104.854727547616,
|
260 |
+
"children": {
|
261 |
+
"run_training.setup": {
|
262 |
+
"total": 0.0,
|
263 |
+
"count": 0,
|
264 |
+
"is_parallel": true,
|
265 |
+
"self": 0.0,
|
266 |
+
"children": {
|
267 |
+
"steps_from_proto": {
|
268 |
+
"total": 0.002117745578289032,
|
269 |
+
"count": 2,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.000569462776184082,
|
272 |
+
"children": {
|
273 |
+
"_process_rank_one_or_two_observation": {
|
274 |
+
"total": 0.00154828280210495,
|
275 |
+
"count": 8,
|
276 |
+
"is_parallel": true,
|
277 |
+
"self": 0.00154828280210495
|
278 |
+
}
|
279 |
+
}
|
280 |
+
},
|
281 |
+
"UnityEnvironment.step": {
|
282 |
+
"total": 0.029935280792415142,
|
283 |
+
"count": 1,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 0.0005185911431908607,
|
286 |
+
"children": {
|
287 |
+
"UnityEnvironment._generate_step_input": {
|
288 |
+
"total": 0.0004728552885353565,
|
289 |
+
"count": 1,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 0.0004728552885353565
|
292 |
+
},
|
293 |
+
"communicator.exchange": {
|
294 |
+
"total": 0.02732711425051093,
|
295 |
+
"count": 1,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 0.02732711425051093
|
298 |
+
},
|
299 |
+
"steps_from_proto": {
|
300 |
+
"total": 0.0016167201101779938,
|
301 |
+
"count": 2,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 0.0003783875145018101,
|
304 |
+
"children": {
|
305 |
+
"_process_rank_one_or_two_observation": {
|
306 |
+
"total": 0.0012383325956761837,
|
307 |
+
"count": 8,
|
308 |
+
"is_parallel": true,
|
309 |
+
"self": 0.0012383325956761837
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
}
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"steps_from_proto": {
|
318 |
+
"total": 0.23856165912002325,
|
319 |
+
"count": 152,
|
320 |
+
"is_parallel": true,
|
321 |
+
"self": 0.049330131616443396,
|
322 |
+
"children": {
|
323 |
+
"_process_rank_one_or_two_observation": {
|
324 |
+
"total": 0.18923152750357985,
|
325 |
+
"count": 608,
|
326 |
+
"is_parallel": true,
|
327 |
+
"self": 0.18923152750357985
|
328 |
+
}
|
329 |
+
}
|
330 |
+
},
|
331 |
+
"UnityEnvironment.step": {
|
332 |
+
"total": 37818.928980601486,
|
333 |
+
"count": 2567989,
|
334 |
+
"is_parallel": true,
|
335 |
+
"self": 2354.372796281241,
|
336 |
+
"children": {
|
337 |
+
"UnityEnvironment._generate_step_input": {
|
338 |
+
"total": 1501.6758446977474,
|
339 |
+
"count": 2567989,
|
340 |
+
"is_parallel": true,
|
341 |
+
"self": 1501.6758446977474
|
342 |
+
},
|
343 |
+
"communicator.exchange": {
|
344 |
+
"total": 26912.11968277814,
|
345 |
+
"count": 2567989,
|
346 |
+
"is_parallel": true,
|
347 |
+
"self": 26912.11968277814
|
348 |
+
},
|
349 |
+
"steps_from_proto": {
|
350 |
+
"total": 7050.760656844359,
|
351 |
+
"count": 5135978,
|
352 |
+
"is_parallel": true,
|
353 |
+
"self": 1479.640364073217,
|
354 |
+
"children": {
|
355 |
+
"_process_rank_one_or_two_observation": {
|
356 |
+
"total": 5571.120292771142,
|
357 |
+
"count": 20543912,
|
358 |
+
"is_parallel": true,
|
359 |
+
"self": 5571.120292771142
|
360 |
+
}
|
361 |
+
}
|
362 |
+
}
|
363 |
+
}
|
364 |
+
}
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
369 |
+
}
|
370 |
+
},
|
371 |
+
"trainer_advance": {
|
372 |
+
"total": 14552.530990564264,
|
373 |
+
"count": 2567990,
|
374 |
+
"self": 310.8270340245217,
|
375 |
+
"children": {
|
376 |
+
"process_trajectory": {
|
377 |
+
"total": 6093.4004200175405,
|
378 |
+
"count": 2567990,
|
379 |
+
"self": 6075.062773200683,
|
380 |
+
"children": {
|
381 |
+
"RLTrainer._checkpoint": {
|
382 |
+
"total": 18.33764681685716,
|
383 |
+
"count": 76,
|
384 |
+
"self": 18.33764681685716
|
385 |
+
}
|
386 |
+
}
|
387 |
+
},
|
388 |
+
"_update_policy": {
|
389 |
+
"total": 8148.303536522202,
|
390 |
+
"count": 367,
|
391 |
+
"self": 5360.714502063114,
|
392 |
+
"children": {
|
393 |
+
"TorchPOCAOptimizer.update": {
|
394 |
+
"total": 2787.589034459088,
|
395 |
+
"count": 27525,
|
396 |
+
"self": 2787.589034459088
|
397 |
+
}
|
398 |
+
}
|
399 |
+
}
|
400 |
+
}
|
401 |
+
}
|
402 |
+
}
|
403 |
+
},
|
404 |
+
"trainer_threads": {
|
405 |
+
"total": 7.599592208862305e-07,
|
406 |
+
"count": 1,
|
407 |
+
"self": 7.599592208862305e-07
|
408 |
+
},
|
409 |
+
"TrainerController._save_models": {
|
410 |
+
"total": 0.2350704949349165,
|
411 |
+
"count": 1,
|
412 |
+
"self": 0.0024241660721600056,
|
413 |
+
"children": {
|
414 |
+
"RLTrainer._checkpoint": {
|
415 |
+
"total": 0.2326463288627565,
|
416 |
+
"count": 1,
|
417 |
+
"self": 0.2326463288627565
|
418 |
+
}
|
419 |
+
}
|
420 |
+
}
|
421 |
+
}
|
422 |
+
}
|
423 |
+
}
|
424 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"elo": 1629.8091671728114,
|
4 |
+
"checkpoints": [
|
5 |
+
{
|
6 |
+
"steps": 48499949,
|
7 |
+
"file_path": "results/SoccerTwos_1/SoccerTwos/SoccerTwos-48499949.onnx",
|
8 |
+
"reward": 0.0,
|
9 |
+
"creation_time": 1680581377.819263,
|
10 |
+
"auxillary_file_paths": [
|
11 |
+
"results/SoccerTwos_1/SoccerTwos/SoccerTwos-48499949.pt"
|
12 |
+
]
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"steps": 48999994,
|
16 |
+
"file_path": "results/SoccerTwos_1/SoccerTwos/SoccerTwos-48999994.onnx",
|
17 |
+
"reward": 0.0,
|
18 |
+
"creation_time": 1680582277.101221,
|
19 |
+
"auxillary_file_paths": [
|
20 |
+
"results/SoccerTwos_1/SoccerTwos/SoccerTwos-48999994.pt"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"steps": 49499974,
|
25 |
+
"file_path": "results/SoccerTwos_1/SoccerTwos/SoccerTwos-49499974.onnx",
|
26 |
+
"reward": 0.0,
|
27 |
+
"creation_time": 1680583192.5774992,
|
28 |
+
"auxillary_file_paths": [
|
29 |
+
"results/SoccerTwos_1/SoccerTwos/SoccerTwos-49499974.pt"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"steps": 49999992,
|
34 |
+
"file_path": "results/SoccerTwos_1/SoccerTwos/SoccerTwos-49999992.onnx",
|
35 |
+
"reward": 0.0,
|
36 |
+
"creation_time": 1680584113.5956023,
|
37 |
+
"auxillary_file_paths": [
|
38 |
+
"results/SoccerTwos_1/SoccerTwos/SoccerTwos-49999992.pt"
|
39 |
+
]
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"steps": 50000022,
|
43 |
+
"file_path": "results/SoccerTwos_1/SoccerTwos/SoccerTwos-50000022.onnx",
|
44 |
+
"reward": 0.0,
|
45 |
+
"creation_time": 1680584113.8381567,
|
46 |
+
"auxillary_file_paths": [
|
47 |
+
"results/SoccerTwos_1/SoccerTwos/SoccerTwos-50000022.pt"
|
48 |
+
]
|
49 |
+
}
|
50 |
+
],
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 50000022,
|
53 |
+
"file_path": "results/SoccerTwos_1/SoccerTwos.onnx",
|
54 |
+
"reward": 0.0,
|
55 |
+
"creation_time": 1680584113.8381567,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results/SoccerTwos_1/SoccerTwos/SoccerTwos-50000022.pt"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"metadata": {
|
62 |
+
"stats_format_version": "0.3.0",
|
63 |
+
"mlagents_version": "0.31.0.dev0",
|
64 |
+
"torch_version": "1.11.0+cu102"
|
65 |
+
}
|
66 |
+
}
|