First Push
Browse files- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-32499645.onnx +3 -0
- SoccerTwos/SoccerTwos-32499645.pt +3 -0
- SoccerTwos/SoccerTwos-32999974.onnx +3 -0
- SoccerTwos/SoccerTwos-32999974.pt +3 -0
- SoccerTwos/SoccerTwos-33499949.onnx +3 -0
- SoccerTwos/SoccerTwos-33499949.pt +3 -0
- SoccerTwos/SoccerTwos-33999988.onnx +3 -0
- SoccerTwos/SoccerTwos-33999988.pt +3 -0
- SoccerTwos/SoccerTwos-48499992.onnx +3 -0
- SoccerTwos/SoccerTwos-48499992.pt +3 -0
- SoccerTwos/SoccerTwos-48999920.onnx +3 -0
- SoccerTwos/SoccerTwos-48999920.pt +3 -0
- SoccerTwos/SoccerTwos-49499794.onnx +3 -0
- SoccerTwos/SoccerTwos-49499794.pt +3 -0
- SoccerTwos/SoccerTwos-49999938.onnx +3 -0
- SoccerTwos/SoccerTwos-49999938.pt +3 -0
- SoccerTwos/SoccerTwos-50000054.onnx +3 -0
- SoccerTwos/SoccerTwos-50000054.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1739556451.martin-legion.136093.0 +3 -0
- SoccerTwos/events.out.tfevents.1739630703.martin-legion.5573.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: MartinRedWhite/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:59e9f459bfdf0e59aa3cfbbc192b6c32f37203a6522c053d523cd8b5d6d5dd75
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-32499645.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:265c5c45b23cb827eb1dd8f999eed64d6c5ccad268817f874553cfe31e072bfe
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-32499645.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:feeebc2553adf94e288b2e7934b9407e334d8f54cf849ce125160fea19e09829
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-32999974.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8c15954005994db391e071c840c6792d72d217fbe4fae39db67b0dcfeef59c3
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-32999974.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92d142f60d6066df2fc7b219127093e9f31e666b8002fc2d795a166ff94e0902
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-33499949.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:951e707896a5bc16893c7c05235e73a88dbbd0750382196dcb0b4f91ed55336a
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-33499949.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ad9c91fc04ebc9b1eabb54fb5389219cfc90f90b975527722163ad37b6f355c
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-33999988.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:606771e12ced5fe1ec14e5339ef18300fea23521fb053caa60db2832955c955c
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-33999988.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bab51e9d3e2ee316ce64d3adbb7c0516788855fa9c1dbf4460fd234344b0a01a
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-48499992.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5e617042521af14f68661fe2fe0bf70252873120c834147efe21023057ec20e
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-48499992.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c94c13939f78a8484b711ab1bd5c8b518004e6df3e3c9992a38461a62b26bf8
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-48999920.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:745eaaffb1163547a8e72963f5b47726e46bb9d168ef3fd7e8c18a9080751f66
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-48999920.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb2b71c1bdd3a587101e011ffc4bc4c413c5d45a11643a9bf9c8279314b8338f
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-49499794.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afdd176cfb8d9918419444000cf2a627cb3d9d7819e35f2a1367e00d78c883d0
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-49499794.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a2375694cb48df001ea73b781df92f5d7db5a78ed782c28b44178d4a23234ec
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-49999938.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59e9f459bfdf0e59aa3cfbbc192b6c32f37203a6522c053d523cd8b5d6d5dd75
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-49999938.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f728ccf49f67d36bf2aaceee4a20e905559a06591ffebbd382ed6e0cd661390
|
| 3 |
+
size 28432146
|
SoccerTwos/SoccerTwos-50000054.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59e9f459bfdf0e59aa3cfbbc192b6c32f37203a6522c053d523cd8b5d6d5dd75
|
| 3 |
+
size 1768747
|
SoccerTwos/SoccerTwos-50000054.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35e154f98aae8d062dd31bc8d6379866567bc3ef612bee8ac2bf9a2a06c7b02a
|
| 3 |
+
size 28432146
|
SoccerTwos/checkpoint.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c090949786bb9d868c298e27130892ebd4aa26b165c95179a8035788dfd3c84
|
| 3 |
+
size 28431030
|
SoccerTwos/events.out.tfevents.1739556451.martin-legion.136093.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f472c1cf98203d9be0c4e28adb0a4121d3370d082f07a46ac4aa4c612934105b
|
| 3 |
+
size 34742272
|
SoccerTwos/events.out.tfevents.1739630703.martin-legion.5573.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36a1ef3383419a1499bbbc217027c0dc42e9c26f1e5253934003f28c0e0d815c
|
| 3 |
+
size 15932109
|
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": null}, "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: null
|
| 84 |
+
debug: false
|
run_logs/Player-0.log
ADDED
|
@@ -0,0 +1,304 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Mono path[0] = '/home/data/rl_training_hugging_face/ml-agents/training-envs-executables/SoccerTwos_Data/Managed'
|
| 2 |
+
Mono config path = '/home/data/rl_training_hugging_face/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/data/rl_training_hugging_face/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.544 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.898089 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]: 291751 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.7 KB
|
| 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 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]: 291752 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]: 291752 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]: 291751 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]: 291752 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]: 291752 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]: 291751 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]: 291752 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]: 291751 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.3858288526535034,
|
| 6 |
+
"min": 1.2831696271896362,
|
| 7 |
+
"max": 1.5118088722229004,
|
| 8 |
+
"count": 1551
|
| 9 |
+
},
|
| 10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
| 11 |
+
"value": 27583.537109375,
|
| 12 |
+
"min": 459.28411865234375,
|
| 13 |
+
"max": 36137.79296875,
|
| 14 |
+
"count": 1551
|
| 15 |
+
},
|
| 16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
| 17 |
+
"value": 69.46478873239437,
|
| 18 |
+
"min": 9.0,
|
| 19 |
+
"max": 96.6470588235294,
|
| 20 |
+
"count": 1551
|
| 21 |
+
},
|
| 22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
| 23 |
+
"value": 19728.0,
|
| 24 |
+
"min": 36.0,
|
| 25 |
+
"max": 21096.0,
|
| 26 |
+
"count": 1551
|
| 27 |
+
},
|
| 28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
| 29 |
+
"value": 1156.7548752227067,
|
| 30 |
+
"min": 1121.9605773855733,
|
| 31 |
+
"max": 1215.9710910151005,
|
| 32 |
+
"count": 1551
|
| 33 |
+
},
|
| 34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
| 35 |
+
"value": 164259.19228162436,
|
| 36 |
+
"min": 2400.0,
|
| 37 |
+
"max": 265511.6147403742,
|
| 38 |
+
"count": 1551
|
| 39 |
+
},
|
| 40 |
+
"SoccerTwos.IsTraining.mean": {
|
| 41 |
+
"value": 1.0,
|
| 42 |
+
"min": 1.0,
|
| 43 |
+
"max": 1.0,
|
| 44 |
+
"count": 1551
|
| 45 |
+
},
|
| 46 |
+
"SoccerTwos.IsTraining.sum": {
|
| 47 |
+
"value": 1.0,
|
| 48 |
+
"min": 1.0,
|
| 49 |
+
"max": 1.0,
|
| 50 |
+
"count": 1551
|
| 51 |
+
},
|
| 52 |
+
"SoccerTwos.Step.mean": {
|
| 53 |
+
"value": 49999938.0,
|
| 54 |
+
"min": 34509994.0,
|
| 55 |
+
"max": 49999938.0,
|
| 56 |
+
"count": 1550
|
| 57 |
+
},
|
| 58 |
+
"SoccerTwos.Step.sum": {
|
| 59 |
+
"value": 49999938.0,
|
| 60 |
+
"min": 34509994.0,
|
| 61 |
+
"max": 49999938.0,
|
| 62 |
+
"count": 1550
|
| 63 |
+
},
|
| 64 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
| 65 |
+
"value": 0.004603617824614048,
|
| 66 |
+
"min": -0.12251940369606018,
|
| 67 |
+
"max": 0.08070683479309082,
|
| 68 |
+
"count": 1550
|
| 69 |
+
},
|
| 70 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
| 71 |
+
"value": 0.6537137031555176,
|
| 72 |
+
"min": -19.88117790222168,
|
| 73 |
+
"max": 13.074506759643555,
|
| 74 |
+
"count": 1550
|
| 75 |
+
},
|
| 76 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
| 77 |
+
"value": 0.0075112516060471535,
|
| 78 |
+
"min": -0.12653417885303497,
|
| 79 |
+
"max": 0.08202705532312393,
|
| 80 |
+
"count": 1550
|
| 81 |
+
},
|
| 82 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
| 83 |
+
"value": 1.0665977001190186,
|
| 84 |
+
"min": -19.612796783447266,
|
| 85 |
+
"max": 13.288383483886719,
|
| 86 |
+
"count": 1550
|
| 87 |
+
},
|
| 88 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
| 89 |
+
"value": 0.0,
|
| 90 |
+
"min": 0.0,
|
| 91 |
+
"max": 0.0,
|
| 92 |
+
"count": 1550
|
| 93 |
+
},
|
| 94 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
| 95 |
+
"value": 0.0,
|
| 96 |
+
"min": 0.0,
|
| 97 |
+
"max": 0.0,
|
| 98 |
+
"count": 1550
|
| 99 |
+
},
|
| 100 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
| 101 |
+
"value": 0.06413098498129509,
|
| 102 |
+
"min": -0.458425479330075,
|
| 103 |
+
"max": 0.32652919336875774,
|
| 104 |
+
"count": 1550
|
| 105 |
+
},
|
| 106 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
| 107 |
+
"value": 9.106599867343903,
|
| 108 |
+
"min": -71.97280025482178,
|
| 109 |
+
"max": 52.571200132369995,
|
| 110 |
+
"count": 1550
|
| 111 |
+
},
|
| 112 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
| 113 |
+
"value": 0.06413098498129509,
|
| 114 |
+
"min": -0.458425479330075,
|
| 115 |
+
"max": 0.32652919336875774,
|
| 116 |
+
"count": 1550
|
| 117 |
+
},
|
| 118 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
| 119 |
+
"value": 9.106599867343903,
|
| 120 |
+
"min": -71.97280025482178,
|
| 121 |
+
"max": 52.571200132369995,
|
| 122 |
+
"count": 1550
|
| 123 |
+
},
|
| 124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
| 125 |
+
"value": 0.017318676091963425,
|
| 126 |
+
"min": 0.010963460166628162,
|
| 127 |
+
"max": 0.025687383694457822,
|
| 128 |
+
"count": 752
|
| 129 |
+
},
|
| 130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
| 131 |
+
"value": 0.017318676091963425,
|
| 132 |
+
"min": 0.010963460166628162,
|
| 133 |
+
"max": 0.025687383694457822,
|
| 134 |
+
"count": 752
|
| 135 |
+
},
|
| 136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
| 137 |
+
"value": 0.08368794247508049,
|
| 138 |
+
"min": 0.07948353836933772,
|
| 139 |
+
"max": 0.12492935384313265,
|
| 140 |
+
"count": 752
|
| 141 |
+
},
|
| 142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
| 143 |
+
"value": 0.08368794247508049,
|
| 144 |
+
"min": 0.07948353836933772,
|
| 145 |
+
"max": 0.12492935384313265,
|
| 146 |
+
"count": 752
|
| 147 |
+
},
|
| 148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
| 149 |
+
"value": 0.08451702346404394,
|
| 150 |
+
"min": 0.08034255852301915,
|
| 151 |
+
"max": 0.12692295461893083,
|
| 152 |
+
"count": 752
|
| 153 |
+
},
|
| 154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
| 155 |
+
"value": 0.08451702346404394,
|
| 156 |
+
"min": 0.08034255852301915,
|
| 157 |
+
"max": 0.12692295461893083,
|
| 158 |
+
"count": 752
|
| 159 |
+
},
|
| 160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
| 161 |
+
"value": 0.0003,
|
| 162 |
+
"min": 0.0003,
|
| 163 |
+
"max": 0.0003,
|
| 164 |
+
"count": 752
|
| 165 |
+
},
|
| 166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
| 167 |
+
"value": 0.0003,
|
| 168 |
+
"min": 0.0003,
|
| 169 |
+
"max": 0.0003,
|
| 170 |
+
"count": 752
|
| 171 |
+
},
|
| 172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
| 173 |
+
"value": 0.20000000000000007,
|
| 174 |
+
"min": 0.20000000000000007,
|
| 175 |
+
"max": 0.20000000000000007,
|
| 176 |
+
"count": 752
|
| 177 |
+
},
|
| 178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
| 179 |
+
"value": 0.20000000000000007,
|
| 180 |
+
"min": 0.20000000000000007,
|
| 181 |
+
"max": 0.20000000000000007,
|
| 182 |
+
"count": 752
|
| 183 |
+
},
|
| 184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
| 185 |
+
"value": 0.005000000000000001,
|
| 186 |
+
"min": 0.005000000000000001,
|
| 187 |
+
"max": 0.005000000000000001,
|
| 188 |
+
"count": 752
|
| 189 |
+
},
|
| 190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
| 191 |
+
"value": 0.005000000000000001,
|
| 192 |
+
"min": 0.005000000000000001,
|
| 193 |
+
"max": 0.005000000000000001,
|
| 194 |
+
"count": 752
|
| 195 |
+
}
|
| 196 |
+
},
|
| 197 |
+
"metadata": {
|
| 198 |
+
"timer_format_version": "0.1.0",
|
| 199 |
+
"start_time_seconds": "1739630700",
|
| 200 |
+
"python_version": "3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]",
|
| 201 |
+
"command_line_arguments": "/home/martin/.conda/envs/rl/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos.x86_64 --run-id=SoccerTwos --no-graphics --resume",
|
| 202 |
+
"mlagents_version": "1.2.0.dev0",
|
| 203 |
+
"mlagents_envs_version": "1.2.0.dev0",
|
| 204 |
+
"communication_protocol_version": "1.5.0",
|
| 205 |
+
"pytorch_version": "2.6.0+cu124",
|
| 206 |
+
"numpy_version": "1.23.5",
|
| 207 |
+
"end_time_seconds": "1739653520"
|
| 208 |
+
},
|
| 209 |
+
"total": 22820.236690822003,
|
| 210 |
+
"count": 1,
|
| 211 |
+
"self": 0.7163401410034567,
|
| 212 |
+
"children": {
|
| 213 |
+
"run_training.setup": {
|
| 214 |
+
"total": 0.025145049000002473,
|
| 215 |
+
"count": 1,
|
| 216 |
+
"self": 0.025145049000002473
|
| 217 |
+
},
|
| 218 |
+
"TrainerController.start_learning": {
|
| 219 |
+
"total": 22819.495205632,
|
| 220 |
+
"count": 1,
|
| 221 |
+
"self": 18.463301170897466,
|
| 222 |
+
"children": {
|
| 223 |
+
"TrainerController._reset_env": {
|
| 224 |
+
"total": 6.6275137489827785,
|
| 225 |
+
"count": 79,
|
| 226 |
+
"self": 6.6275137489827785
|
| 227 |
+
},
|
| 228 |
+
"TrainerController.advance": {
|
| 229 |
+
"total": 22794.19891282612,
|
| 230 |
+
"count": 1066530,
|
| 231 |
+
"self": 18.084316897984536,
|
| 232 |
+
"children": {
|
| 233 |
+
"env_step": {
|
| 234 |
+
"total": 17174.28582676853,
|
| 235 |
+
"count": 1066530,
|
| 236 |
+
"self": 12402.562278144578,
|
| 237 |
+
"children": {
|
| 238 |
+
"SubprocessEnvManager._take_step": {
|
| 239 |
+
"total": 4760.794284539471,
|
| 240 |
+
"count": 1066530,
|
| 241 |
+
"self": 95.51397966927925,
|
| 242 |
+
"children": {
|
| 243 |
+
"TorchPolicy.evaluate": {
|
| 244 |
+
"total": 4665.280304870192,
|
| 245 |
+
"count": 1945040,
|
| 246 |
+
"self": 4665.280304870192
|
| 247 |
+
}
|
| 248 |
+
}
|
| 249 |
+
},
|
| 250 |
+
"workers": {
|
| 251 |
+
"total": 10.929264084480849,
|
| 252 |
+
"count": 1066530,
|
| 253 |
+
"self": 0.0,
|
| 254 |
+
"children": {
|
| 255 |
+
"worker_root": {
|
| 256 |
+
"total": 22793.238753897935,
|
| 257 |
+
"count": 1066530,
|
| 258 |
+
"is_parallel": true,
|
| 259 |
+
"self": 12350.73444080167,
|
| 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.010124259999997776,
|
| 269 |
+
"count": 2,
|
| 270 |
+
"is_parallel": true,
|
| 271 |
+
"self": 0.00866584399994963,
|
| 272 |
+
"children": {
|
| 273 |
+
"_process_rank_one_or_two_observation": {
|
| 274 |
+
"total": 0.001458416000048146,
|
| 275 |
+
"count": 8,
|
| 276 |
+
"is_parallel": true,
|
| 277 |
+
"self": 0.001458416000048146
|
| 278 |
+
}
|
| 279 |
+
}
|
| 280 |
+
},
|
| 281 |
+
"UnityEnvironment.step": {
|
| 282 |
+
"total": 0.021964351000008264,
|
| 283 |
+
"count": 1,
|
| 284 |
+
"is_parallel": true,
|
| 285 |
+
"self": 0.0005095200000369005,
|
| 286 |
+
"children": {
|
| 287 |
+
"UnityEnvironment._generate_step_input": {
|
| 288 |
+
"total": 0.0003623360000233333,
|
| 289 |
+
"count": 1,
|
| 290 |
+
"is_parallel": true,
|
| 291 |
+
"self": 0.0003623360000233333
|
| 292 |
+
},
|
| 293 |
+
"communicator.exchange": {
|
| 294 |
+
"total": 0.01967566899998019,
|
| 295 |
+
"count": 1,
|
| 296 |
+
"is_parallel": true,
|
| 297 |
+
"self": 0.01967566899998019
|
| 298 |
+
},
|
| 299 |
+
"steps_from_proto": {
|
| 300 |
+
"total": 0.0014168259999678412,
|
| 301 |
+
"count": 2,
|
| 302 |
+
"is_parallel": true,
|
| 303 |
+
"self": 0.00034008999995194245,
|
| 304 |
+
"children": {
|
| 305 |
+
"_process_rank_one_or_two_observation": {
|
| 306 |
+
"total": 0.0010767360000158988,
|
| 307 |
+
"count": 8,
|
| 308 |
+
"is_parallel": true,
|
| 309 |
+
"self": 0.0010767360000158988
|
| 310 |
+
}
|
| 311 |
+
}
|
| 312 |
+
}
|
| 313 |
+
}
|
| 314 |
+
}
|
| 315 |
+
}
|
| 316 |
+
},
|
| 317 |
+
"steps_from_proto": {
|
| 318 |
+
"total": 0.11035080202765357,
|
| 319 |
+
"count": 156,
|
| 320 |
+
"is_parallel": true,
|
| 321 |
+
"self": 0.021050113038370455,
|
| 322 |
+
"children": {
|
| 323 |
+
"_process_rank_one_or_two_observation": {
|
| 324 |
+
"total": 0.08930068898928312,
|
| 325 |
+
"count": 624,
|
| 326 |
+
"is_parallel": true,
|
| 327 |
+
"self": 0.08930068898928312
|
| 328 |
+
}
|
| 329 |
+
}
|
| 330 |
+
},
|
| 331 |
+
"UnityEnvironment.step": {
|
| 332 |
+
"total": 10442.393962294236,
|
| 333 |
+
"count": 1066529,
|
| 334 |
+
"is_parallel": true,
|
| 335 |
+
"self": 471.81837299668405,
|
| 336 |
+
"children": {
|
| 337 |
+
"UnityEnvironment._generate_step_input": {
|
| 338 |
+
"total": 300.1230294600172,
|
| 339 |
+
"count": 1066529,
|
| 340 |
+
"is_parallel": true,
|
| 341 |
+
"self": 300.1230294600172
|
| 342 |
+
},
|
| 343 |
+
"communicator.exchange": {
|
| 344 |
+
"total": 8237.211792437312,
|
| 345 |
+
"count": 1066529,
|
| 346 |
+
"is_parallel": true,
|
| 347 |
+
"self": 8237.211792437312
|
| 348 |
+
},
|
| 349 |
+
"steps_from_proto": {
|
| 350 |
+
"total": 1433.2407674002218,
|
| 351 |
+
"count": 2133058,
|
| 352 |
+
"is_parallel": true,
|
| 353 |
+
"self": 275.6788877206154,
|
| 354 |
+
"children": {
|
| 355 |
+
"_process_rank_one_or_two_observation": {
|
| 356 |
+
"total": 1157.5618796796064,
|
| 357 |
+
"count": 8532232,
|
| 358 |
+
"is_parallel": true,
|
| 359 |
+
"self": 1157.5618796796064
|
| 360 |
+
}
|
| 361 |
+
}
|
| 362 |
+
}
|
| 363 |
+
}
|
| 364 |
+
}
|
| 365 |
+
}
|
| 366 |
+
}
|
| 367 |
+
}
|
| 368 |
+
}
|
| 369 |
+
}
|
| 370 |
+
},
|
| 371 |
+
"trainer_advance": {
|
| 372 |
+
"total": 5601.828769159603,
|
| 373 |
+
"count": 1066530,
|
| 374 |
+
"self": 118.19624943426606,
|
| 375 |
+
"children": {
|
| 376 |
+
"process_trajectory": {
|
| 377 |
+
"total": 2553.2714778033155,
|
| 378 |
+
"count": 1066530,
|
| 379 |
+
"self": 2548.8034817663147,
|
| 380 |
+
"children": {
|
| 381 |
+
"RLTrainer._checkpoint": {
|
| 382 |
+
"total": 4.467996037000603,
|
| 383 |
+
"count": 32,
|
| 384 |
+
"self": 4.467996037000603
|
| 385 |
+
}
|
| 386 |
+
}
|
| 387 |
+
},
|
| 388 |
+
"_update_policy": {
|
| 389 |
+
"total": 2930.361041922022,
|
| 390 |
+
"count": 752,
|
| 391 |
+
"self": 1434.506449910947,
|
| 392 |
+
"children": {
|
| 393 |
+
"TorchPOCAOptimizer.update": {
|
| 394 |
+
"total": 1495.8545920110753,
|
| 395 |
+
"count": 22560,
|
| 396 |
+
"self": 1495.8545920110753
|
| 397 |
+
}
|
| 398 |
+
}
|
| 399 |
+
}
|
| 400 |
+
}
|
| 401 |
+
}
|
| 402 |
+
}
|
| 403 |
+
},
|
| 404 |
+
"trainer_threads": {
|
| 405 |
+
"total": 6.810005288571119e-07,
|
| 406 |
+
"count": 1,
|
| 407 |
+
"self": 6.810005288571119e-07
|
| 408 |
+
},
|
| 409 |
+
"TrainerController._save_models": {
|
| 410 |
+
"total": 0.20547720499962452,
|
| 411 |
+
"count": 1,
|
| 412 |
+
"self": 0.0009686499979579821,
|
| 413 |
+
"children": {
|
| 414 |
+
"RLTrainer._checkpoint": {
|
| 415 |
+
"total": 0.20450855500166654,
|
| 416 |
+
"count": 1,
|
| 417 |
+
"self": 0.20450855500166654
|
| 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": 48499992,
|
| 6 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-48499992.onnx",
|
| 7 |
+
"reward": 0.0,
|
| 8 |
+
"creation_time": 1739651361.6132364,
|
| 9 |
+
"auxillary_file_paths": [
|
| 10 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-48499992.pt"
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"steps": 48999920,
|
| 15 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-48999920.onnx",
|
| 16 |
+
"reward": 0.0,
|
| 17 |
+
"creation_time": 1739652086.9635873,
|
| 18 |
+
"auxillary_file_paths": [
|
| 19 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-48999920.pt"
|
| 20 |
+
]
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"steps": 49499794,
|
| 24 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-49499794.onnx",
|
| 25 |
+
"reward": 0.0,
|
| 26 |
+
"creation_time": 1739652803.6047711,
|
| 27 |
+
"auxillary_file_paths": [
|
| 28 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-49499794.pt"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"steps": 49999938,
|
| 33 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-49999938.onnx",
|
| 34 |
+
"reward": 0.0,
|
| 35 |
+
"creation_time": 1739653519.7554255,
|
| 36 |
+
"auxillary_file_paths": [
|
| 37 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-49999938.pt"
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"steps": 50000054,
|
| 42 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-50000054.onnx",
|
| 43 |
+
"reward": 0.0,
|
| 44 |
+
"creation_time": 1739653519.9745276,
|
| 45 |
+
"auxillary_file_paths": [
|
| 46 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-50000054.pt"
|
| 47 |
+
]
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"elo": 1155.111609836932,
|
| 51 |
+
"final_checkpoint": {
|
| 52 |
+
"steps": 50000054,
|
| 53 |
+
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
| 54 |
+
"reward": 0.0,
|
| 55 |
+
"creation_time": 1739653519.9745276,
|
| 56 |
+
"auxillary_file_paths": [
|
| 57 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-50000054.pt"
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"metadata": {
|
| 62 |
+
"stats_format_version": "0.3.0",
|
| 63 |
+
"mlagents_version": "1.2.0.dev0",
|
| 64 |
+
"torch_version": "2.6.0+cu124"
|
| 65 |
+
}
|
| 66 |
+
}
|