samilcoban
commited on
Commit
•
801855c
1
Parent(s):
ce42a1c
First Push
Browse files- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-16499998.onnx +3 -0
- SoccerTwos/SoccerTwos-16499998.pt +3 -0
- SoccerTwos/SoccerTwos-16999938.onnx +3 -0
- SoccerTwos/SoccerTwos-16999938.pt +3 -0
- SoccerTwos/SoccerTwos-17499789.onnx +3 -0
- SoccerTwos/SoccerTwos-17499789.pt +3 -0
- SoccerTwos/SoccerTwos-17999964.onnx +3 -0
- SoccerTwos/SoccerTwos-17999964.pt +3 -0
- SoccerTwos/SoccerTwos-18094866.onnx +3 -0
- SoccerTwos/SoccerTwos-18094866.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1702575307.Computer.9554.0 +3 -0
- SoccerTwos/events.out.tfevents.1702580223.Computer.21339.0 +3 -0
- SoccerTwos/events.out.tfevents.1702612958.Computer.6016.0 +3 -0
- SoccerTwos/events.out.tfevents.1702620134.Computer.5011.0 +3 -0
- config.json +1 -0
- configuration.yaml +84 -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,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ml-agents
|
3 |
+
tags:
|
4 |
+
- SoccerTwos
|
5 |
+
- deep-reinforcement-learning
|
6 |
+
- reinforcement-learning
|
7 |
+
- ML-Agents-SoccerTwos
|
8 |
+
---
|
9 |
+
|
10 |
+
# **poca** Agent playing **SoccerTwos**
|
11 |
+
This is a trained model of a **poca** agent playing **SoccerTwos**
|
12 |
+
using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
13 |
+
|
14 |
+
## Usage (with ML-Agents)
|
15 |
+
The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
|
16 |
+
|
17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
18 |
+
- A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
|
19 |
+
browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
|
20 |
+
- A *longer tutorial* to understand how works ML-Agents:
|
21 |
+
https://huggingface.co/learn/deep-rl-course/unit5/introduction
|
22 |
+
|
23 |
+
### Resume the training
|
24 |
+
```bash
|
25 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
26 |
+
```
|
27 |
+
|
28 |
+
### Watch your Agent play
|
29 |
+
You can watch your agent **playing directly in your browser**
|
30 |
+
|
31 |
+
1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
|
32 |
+
2. Step 1: Find your model_id: samilcoban/poca-SoccerTwos
|
33 |
+
3. Step 2: Select your *.nn /*.onnx file
|
34 |
+
4. Click on Watch the agent play 👀
|
35 |
+
|
SoccerTwos.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7379b74d4f142f6db7af39b5bb07c57820c9fb8fcc2d891e95fa28d04baf5999
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-16499998.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32c8ccac4ead4126db38896d5189d0fbcb1ac82ee2d229c0cb0298e6c6e44ac6
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-16499998.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28fcff08eb19a5f4b56d229058463f23b5219e8fd286d3eb1996b2a9a197f6ee
|
3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-16999938.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:577b3fc4e9cf099189c3b85c9598641064a0cf7f58dbe702410bb53a90ad48b9
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-16999938.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79cef6226ca6053d902d4c1ba12494697ca1f5fd47a317728c309374b1f24114
|
3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-17499789.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e903e375cd64721d11737d37a8c92303554c374f2961d00f2a5123e80b32e381
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-17499789.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd767001954deccbbe7e423c7502118793387d74c4e7290efb3675c3112ed326
|
3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-17999964.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd599797d80b858cd0853678a2c9b69e53ea6d394eb2fc30c320a30ab075aaee
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-17999964.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3d3797e3aaf5690dee0dca2d1390b491db56b8834c7ad33ab243911c9a089b2
|
3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-18094866.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7379b74d4f142f6db7af39b5bb07c57820c9fb8fcc2d891e95fa28d04baf5999
|
3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-18094866.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2007680dc5fc25c7aae1e7a32420fe2b8b3a3fc43291f72fa4a9880cec62d3d2
|
3 |
+
size 28432146
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a7a69748d6355ff9a19e02a328007eb62c41f26e07d284c71fd7bf1753f709e
|
3 |
+
size 28431030
|
SoccerTwos/events.out.tfevents.1702575307.Computer.9554.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39d479ff08813c5ef8fb3d68b49edd025df96e0619d10fca89bdbd10d1772799
|
3 |
+
size 2429781
|
SoccerTwos/events.out.tfevents.1702580223.Computer.21339.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b39195680e7e4dda66630eec093948fcac39f36996e55237e75b6bf679fb9d7f
|
3 |
+
size 9456757
|
SoccerTwos/events.out.tfevents.1702612958.Computer.6016.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a7919df1ad6b7387485ce36383d97db05d048527eccaf9544e5e2cd672115e0
|
3 |
+
size 1974193
|
SoccerTwos/events.out.tfevents.1702620134.Computer.5011.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84c69472cd67c0d70fcfb713acf26bc962a8db268cfc20aa01a29cf2bb8d08b4
|
3 |
+
size 4492317
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"default_settings": null, "behaviors": {"SoccerTwos": {"trainer_type": "poca", "hyperparameters": {"batch_size": 2048, "buffer_size": 20480, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "constant", "beta_schedule": "constant", "epsilon_schedule": "constant"}, "checkpoint_interval": 500000, "network_settings": {"normalize": false, "hidden_units": 512, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.99, "strength": 1.0, "network_settings": {"normalize": false, "hidden_units": 128, "num_layers": 2, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}}}, "init_path": null, "keep_checkpoints": 5, "even_checkpoints": false, "max_steps": 50000000, "time_horizon": 1000, "summary_freq": 10000, "threaded": false, "self_play": {"save_steps": 50000, "team_change": 200000, "swap_steps": 2000, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/SoccerTwos.x86_64", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "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, "no_graphics_monitor": false}, "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": "cuda"}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SoccerTwos:
|
4 |
+
trainer_type: poca
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 2048
|
7 |
+
buffer_size: 20480
|
8 |
+
learning_rate: 0.0003
|
9 |
+
beta: 0.005
|
10 |
+
epsilon: 0.2
|
11 |
+
lambd: 0.95
|
12 |
+
num_epoch: 3
|
13 |
+
learning_rate_schedule: constant
|
14 |
+
beta_schedule: constant
|
15 |
+
epsilon_schedule: constant
|
16 |
+
checkpoint_interval: 500000
|
17 |
+
network_settings:
|
18 |
+
normalize: false
|
19 |
+
hidden_units: 512
|
20 |
+
num_layers: 2
|
21 |
+
vis_encode_type: simple
|
22 |
+
memory: null
|
23 |
+
goal_conditioning_type: hyper
|
24 |
+
deterministic: false
|
25 |
+
reward_signals:
|
26 |
+
extrinsic:
|
27 |
+
gamma: 0.99
|
28 |
+
strength: 1.0
|
29 |
+
network_settings:
|
30 |
+
normalize: false
|
31 |
+
hidden_units: 128
|
32 |
+
num_layers: 2
|
33 |
+
vis_encode_type: simple
|
34 |
+
memory: null
|
35 |
+
goal_conditioning_type: hyper
|
36 |
+
deterministic: false
|
37 |
+
init_path: null
|
38 |
+
keep_checkpoints: 5
|
39 |
+
even_checkpoints: false
|
40 |
+
max_steps: 50000000
|
41 |
+
time_horizon: 1000
|
42 |
+
summary_freq: 10000
|
43 |
+
threaded: false
|
44 |
+
self_play:
|
45 |
+
save_steps: 50000
|
46 |
+
team_change: 200000
|
47 |
+
swap_steps: 2000
|
48 |
+
window: 10
|
49 |
+
play_against_latest_model_ratio: 0.5
|
50 |
+
initial_elo: 1200.0
|
51 |
+
behavioral_cloning: null
|
52 |
+
env_settings:
|
53 |
+
env_path: ./training-envs-executables/SoccerTwos.x86_64
|
54 |
+
env_args: null
|
55 |
+
base_port: 5005
|
56 |
+
num_envs: 1
|
57 |
+
num_areas: 1
|
58 |
+
timeout_wait: 60
|
59 |
+
seed: -1
|
60 |
+
max_lifetime_restarts: 10
|
61 |
+
restarts_rate_limit_n: 1
|
62 |
+
restarts_rate_limit_period_s: 60
|
63 |
+
engine_settings:
|
64 |
+
width: 84
|
65 |
+
height: 84
|
66 |
+
quality_level: 5
|
67 |
+
time_scale: 20
|
68 |
+
target_frame_rate: -1
|
69 |
+
capture_frame_rate: 60
|
70 |
+
no_graphics: true
|
71 |
+
no_graphics_monitor: false
|
72 |
+
environment_parameters: null
|
73 |
+
checkpoint_settings:
|
74 |
+
run_id: SoccerTwos
|
75 |
+
initialize_from: null
|
76 |
+
load_model: false
|
77 |
+
resume: true
|
78 |
+
force: false
|
79 |
+
train_model: false
|
80 |
+
inference: false
|
81 |
+
results_dir: results
|
82 |
+
torch_settings:
|
83 |
+
device: cuda
|
84 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,304 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/media/samil/hdd/pythonfiles/learn_pytorch/torchRL/ml-agents/training-envs-executables/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/media/samil/hdd/pythonfiles/learn_pytorch/torchRL/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 /media/samil/hdd/pythonfiles/learn_pytorch/torchRL/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.634 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: 0.565836 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]: 82221 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 129 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.7 KB
|
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 B
|
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 3
|
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]: 82222 frames
|
221 |
+
Requested Block Size 16.0 MB
|
222 |
+
Peak Block count 1
|
223 |
+
Peak Allocated memory 4.7 MB
|
224 |
+
Peak Large allocation bytes 0 B
|
225 |
+
[ALLOC_DEFAULT_THREAD]
|
226 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 82222 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]: 82221 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]: 82222 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]: 82222 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]: 82221 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 5.4 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]: 82222 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]: 82221 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.5289312601089478,
|
6 |
+
"min": 1.4429744482040405,
|
7 |
+
"max": 1.6524065732955933,
|
8 |
+
"count": 437
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 31508.21484375,
|
12 |
+
"min": 10421.470703125,
|
13 |
+
"max": 36688.703125,
|
14 |
+
"count": 437
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 65.6103896103896,
|
18 |
+
"min": 48.48979591836735,
|
19 |
+
"max": 114.5111111111111,
|
20 |
+
"count": 437
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 20208.0,
|
24 |
+
"min": 4812.0,
|
25 |
+
"max": 21704.0,
|
26 |
+
"count": 437
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1591.266926676015,
|
30 |
+
"min": 1525.7500144565668,
|
31 |
+
"max": 1634.7649431157508,
|
32 |
+
"count": 437
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 245055.1067081063,
|
36 |
+
"min": 60774.17314216623,
|
37 |
+
"max": 313938.9115618683,
|
38 |
+
"count": 437
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 18089958.0,
|
42 |
+
"min": 13729936.0,
|
43 |
+
"max": 18089958.0,
|
44 |
+
"count": 437
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 18089958.0,
|
48 |
+
"min": 13729936.0,
|
49 |
+
"max": 18089958.0,
|
50 |
+
"count": 437
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": 0.007700234651565552,
|
54 |
+
"min": -0.13673512637615204,
|
55 |
+
"max": 0.07944316416978836,
|
56 |
+
"count": 437
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": 1.178135871887207,
|
60 |
+
"min": -18.185771942138672,
|
61 |
+
"max": 12.552020072937012,
|
62 |
+
"count": 437
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": 0.007211917545646429,
|
66 |
+
"min": -0.13792335987091064,
|
67 |
+
"max": 0.081109918653965,
|
68 |
+
"count": 437
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": 1.1034233570098877,
|
72 |
+
"min": -18.343807220458984,
|
73 |
+
"max": 12.815367698669434,
|
74 |
+
"count": 437
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 437
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 437
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.03309281277500726,
|
90 |
+
"min": -0.3374048784011748,
|
91 |
+
"max": 0.32358507300490763,
|
92 |
+
"count": 437
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -5.063200354576111,
|
96 |
+
"min": -55.334400057792664,
|
97 |
+
"max": 43.36039978265762,
|
98 |
+
"count": 437
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.03309281277500726,
|
102 |
+
"min": -0.3374048784011748,
|
103 |
+
"max": 0.32358507300490763,
|
104 |
+
"count": 437
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -5.063200354576111,
|
108 |
+
"min": -55.334400057792664,
|
109 |
+
"max": 43.36039978265762,
|
110 |
+
"count": 437
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 437
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 437
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.019048793388841054,
|
126 |
+
"min": 0.01202231189866628,
|
127 |
+
"max": 0.023315804599163433,
|
128 |
+
"count": 211
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.019048793388841054,
|
132 |
+
"min": 0.01202231189866628,
|
133 |
+
"max": 0.023315804599163433,
|
134 |
+
"count": 211
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.10422521059711774,
|
138 |
+
"min": 0.07008710379401843,
|
139 |
+
"max": 0.10756902545690536,
|
140 |
+
"count": 211
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.10422521059711774,
|
144 |
+
"min": 0.07008710379401843,
|
145 |
+
"max": 0.10756902545690536,
|
146 |
+
"count": 211
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.10599818527698517,
|
150 |
+
"min": 0.07135874889791012,
|
151 |
+
"max": 0.10912942091623942,
|
152 |
+
"count": 211
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.10599818527698517,
|
156 |
+
"min": 0.07135874889791012,
|
157 |
+
"max": 0.10912942091623942,
|
158 |
+
"count": 211
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0003,
|
162 |
+
"min": 0.0003,
|
163 |
+
"max": 0.0003,
|
164 |
+
"count": 211
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0003,
|
168 |
+
"min": 0.0003,
|
169 |
+
"max": 0.0003,
|
170 |
+
"count": 211
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.20000000000000007,
|
174 |
+
"min": 0.20000000000000007,
|
175 |
+
"max": 0.20000000000000007,
|
176 |
+
"count": 211
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.20000000000000007,
|
180 |
+
"min": 0.20000000000000007,
|
181 |
+
"max": 0.20000000000000007,
|
182 |
+
"count": 211
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005000000000000001,
|
186 |
+
"min": 0.005000000000000001,
|
187 |
+
"max": 0.005000000000000001,
|
188 |
+
"count": 211
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005000000000000001,
|
192 |
+
"min": 0.005000000000000001,
|
193 |
+
"max": 0.005000000000000001,
|
194 |
+
"count": 211
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1702620132",
|
200 |
+
"python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
|
201 |
+
"command_line_arguments": "/home/samil/anaconda3/envs/unity/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos --no-graphics --resume --torch-device cuda",
|
202 |
+
"mlagents_version": "1.1.0.dev0",
|
203 |
+
"mlagents_envs_version": "1.1.0.dev0",
|
204 |
+
"communication_protocol_version": "1.5.0",
|
205 |
+
"pytorch_version": "2.1.1+cu121",
|
206 |
+
"numpy_version": "1.23.5",
|
207 |
+
"end_time_seconds": "1702627737"
|
208 |
+
},
|
209 |
+
"total": 7605.147426823,
|
210 |
+
"count": 1,
|
211 |
+
"self": 0.42629649300033634,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.044025450999995996,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.044025450999995996
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 7604.677104879,
|
220 |
+
"count": 1,
|
221 |
+
"self": 6.384801841059016,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 3.543140044001973,
|
225 |
+
"count": 23,
|
226 |
+
"self": 3.543140044001973
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 7594.35423294594,
|
230 |
+
"count": 299615,
|
231 |
+
"self": 6.412759897923934,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 5653.755548863008,
|
235 |
+
"count": 299615,
|
236 |
+
"self": 4278.739194771819,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 1370.8643595179715,
|
240 |
+
"count": 299615,
|
241 |
+
"self": 35.6024519718776,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 1335.2619075460939,
|
245 |
+
"count": 548149,
|
246 |
+
"self": 1335.2619075460939
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 4.151994573217664,
|
252 |
+
"count": 299614,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 7596.223032310018,
|
257 |
+
"count": 299614,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 4014.40834585581,
|
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.0025739310000005844,
|
269 |
+
"count": 2,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.001017920999998978,
|
272 |
+
"children": {
|
273 |
+
"_process_rank_one_or_two_observation": {
|
274 |
+
"total": 0.0015560100000016064,
|
275 |
+
"count": 8,
|
276 |
+
"is_parallel": true,
|
277 |
+
"self": 0.0015560100000016064
|
278 |
+
}
|
279 |
+
}
|
280 |
+
},
|
281 |
+
"UnityEnvironment.step": {
|
282 |
+
"total": 0.02281602400000793,
|
283 |
+
"count": 1,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 0.0005066710000249941,
|
286 |
+
"children": {
|
287 |
+
"UnityEnvironment._generate_step_input": {
|
288 |
+
"total": 0.0003378149999946345,
|
289 |
+
"count": 1,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 0.0003378149999946345
|
292 |
+
},
|
293 |
+
"communicator.exchange": {
|
294 |
+
"total": 0.02049500199998988,
|
295 |
+
"count": 1,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 0.02049500199998988
|
298 |
+
},
|
299 |
+
"steps_from_proto": {
|
300 |
+
"total": 0.0014765359999984184,
|
301 |
+
"count": 2,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 0.0002987140000243471,
|
304 |
+
"children": {
|
305 |
+
"_process_rank_one_or_two_observation": {
|
306 |
+
"total": 0.0011778219999740713,
|
307 |
+
"count": 8,
|
308 |
+
"is_parallel": true,
|
309 |
+
"self": 0.0011778219999740713
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
}
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"steps_from_proto": {
|
318 |
+
"total": 0.03414245899863033,
|
319 |
+
"count": 44,
|
320 |
+
"is_parallel": true,
|
321 |
+
"self": 0.006506948000961188,
|
322 |
+
"children": {
|
323 |
+
"_process_rank_one_or_two_observation": {
|
324 |
+
"total": 0.027635510997669144,
|
325 |
+
"count": 176,
|
326 |
+
"is_parallel": true,
|
327 |
+
"self": 0.027635510997669144
|
328 |
+
}
|
329 |
+
}
|
330 |
+
},
|
331 |
+
"UnityEnvironment.step": {
|
332 |
+
"total": 3581.78054399521,
|
333 |
+
"count": 299613,
|
334 |
+
"is_parallel": true,
|
335 |
+
"self": 196.83538217598698,
|
336 |
+
"children": {
|
337 |
+
"UnityEnvironment._generate_step_input": {
|
338 |
+
"total": 106.80310568586641,
|
339 |
+
"count": 299613,
|
340 |
+
"is_parallel": true,
|
341 |
+
"self": 106.80310568586641
|
342 |
+
},
|
343 |
+
"communicator.exchange": {
|
344 |
+
"total": 2738.338005463118,
|
345 |
+
"count": 299613,
|
346 |
+
"is_parallel": true,
|
347 |
+
"self": 2738.338005463118
|
348 |
+
},
|
349 |
+
"steps_from_proto": {
|
350 |
+
"total": 539.8040506702387,
|
351 |
+
"count": 599226,
|
352 |
+
"is_parallel": true,
|
353 |
+
"self": 100.28991740625202,
|
354 |
+
"children": {
|
355 |
+
"_process_rank_one_or_two_observation": {
|
356 |
+
"total": 439.51413326398665,
|
357 |
+
"count": 2396904,
|
358 |
+
"is_parallel": true,
|
359 |
+
"self": 439.51413326398665
|
360 |
+
}
|
361 |
+
}
|
362 |
+
}
|
363 |
+
}
|
364 |
+
}
|
365 |
+
}
|
366 |
+
}
|
367 |
+
}
|
368 |
+
}
|
369 |
+
}
|
370 |
+
},
|
371 |
+
"trainer_advance": {
|
372 |
+
"total": 1934.1859241850077,
|
373 |
+
"count": 299614,
|
374 |
+
"self": 41.93469052002342,
|
375 |
+
"children": {
|
376 |
+
"process_trajectory": {
|
377 |
+
"total": 736.4015649759863,
|
378 |
+
"count": 299614,
|
379 |
+
"self": 733.8347796079853,
|
380 |
+
"children": {
|
381 |
+
"RLTrainer._checkpoint": {
|
382 |
+
"total": 2.5667853680009785,
|
383 |
+
"count": 9,
|
384 |
+
"self": 2.5667853680009785
|
385 |
+
}
|
386 |
+
}
|
387 |
+
},
|
388 |
+
"_update_policy": {
|
389 |
+
"total": 1155.849668688998,
|
390 |
+
"count": 211,
|
391 |
+
"self": 526.311828841966,
|
392 |
+
"children": {
|
393 |
+
"TorchPOCAOptimizer.update": {
|
394 |
+
"total": 629.537839847032,
|
395 |
+
"count": 6330,
|
396 |
+
"self": 629.537839847032
|
397 |
+
}
|
398 |
+
}
|
399 |
+
}
|
400 |
+
}
|
401 |
+
}
|
402 |
+
}
|
403 |
+
},
|
404 |
+
"trainer_threads": {
|
405 |
+
"total": 1.3119997674948536e-06,
|
406 |
+
"count": 1,
|
407 |
+
"self": 1.3119997674948536e-06
|
408 |
+
},
|
409 |
+
"TrainerController._save_models": {
|
410 |
+
"total": 0.3949287359992013,
|
411 |
+
"count": 1,
|
412 |
+
"self": 0.0016341169994120719,
|
413 |
+
"children": {
|
414 |
+
"RLTrainer._checkpoint": {
|
415 |
+
"total": 0.39329461899978924,
|
416 |
+
"count": 1,
|
417 |
+
"self": 0.39329461899978924
|
418 |
+
}
|
419 |
+
}
|
420 |
+
}
|
421 |
+
}
|
422 |
+
}
|
423 |
+
}
|
424 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"checkpoints": [
|
4 |
+
{
|
5 |
+
"steps": 16499998,
|
6 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-16499998.onnx",
|
7 |
+
"reward": 0.0,
|
8 |
+
"creation_time": 1702624881.5673628,
|
9 |
+
"auxillary_file_paths": [
|
10 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-16499998.pt"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"steps": 16999938,
|
15 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-16999938.onnx",
|
16 |
+
"reward": 0.0,
|
17 |
+
"creation_time": 1702625722.539582,
|
18 |
+
"auxillary_file_paths": [
|
19 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-16999938.pt"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"steps": 17499789,
|
24 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-17499789.onnx",
|
25 |
+
"reward": 0.0,
|
26 |
+
"creation_time": 1702626647.25588,
|
27 |
+
"auxillary_file_paths": [
|
28 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-17499789.pt"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"steps": 17999964,
|
33 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-17999964.onnx",
|
34 |
+
"reward": 0.0,
|
35 |
+
"creation_time": 1702627571.440824,
|
36 |
+
"auxillary_file_paths": [
|
37 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-17999964.pt"
|
38 |
+
]
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"steps": 18094866,
|
42 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-18094866.onnx",
|
43 |
+
"reward": 0.0,
|
44 |
+
"creation_time": 1702627736.9685683,
|
45 |
+
"auxillary_file_paths": [
|
46 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-18094866.pt"
|
47 |
+
]
|
48 |
+
}
|
49 |
+
],
|
50 |
+
"elo": 1581.3620390143442,
|
51 |
+
"final_checkpoint": {
|
52 |
+
"steps": 18094866,
|
53 |
+
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
54 |
+
"reward": 0.0,
|
55 |
+
"creation_time": 1702627736.9685683,
|
56 |
+
"auxillary_file_paths": [
|
57 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-18094866.pt"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"metadata": {
|
62 |
+
"stats_format_version": "0.3.0",
|
63 |
+
"mlagents_version": "1.1.0.dev0",
|
64 |
+
"torch_version": "2.1.1+cu121"
|
65 |
+
}
|
66 |
+
}
|