First Push
Browse files- README.md +35 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-7510.onnx +3 -0
- SoccerTwos/SoccerTwos-7510.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1697853245.590c50e21477.3697.0 +3 -0
- config.json +1 -0
- configuration.yaml +83 -0
- run_logs/Player-0.log +280 -0
- run_logs/timers.json +333 -0
- run_logs/training_status.json +30 -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: juierror/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:4aa94c30da9206b51b2d32b0016568515ac3f4d22c5ca0408b130300eab01842
|
3 |
+
size 1766874
|
SoccerTwos/SoccerTwos-7510.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aa94c30da9206b51b2d32b0016568515ac3f4d22c5ca0408b130300eab01842
|
3 |
+
size 1766874
|
SoccerTwos/SoccerTwos-7510.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c58200d46939a81c84b95d092efb7e8b74bd485da7f3011bba2df78d02c26e2
|
3 |
+
size 9479402
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:688fe254a87936503b44df7ca515f40f745484668a2c20a5aae0e055aa1a89ab
|
3 |
+
size 9479202
|
SoccerTwos/events.out.tfevents.1697853245.590c50e21477.3697.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa5e962c751451d7c1b9e9798e965c07e0cfcbad3e9ef0a43f120ec8889c2d9e
|
3 |
+
size 22013
|
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": 5000, "time_horizon": 500, "summary_freq": 1000, "threaded": false, "self_play": {"save_steps": 5000, "team_change": 500, "swap_steps": 200, "window": 10, "play_against_latest_model_ratio": 0.5, "initial_elo": 1200.0}, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SoccerTwos", "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}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "initialize_from": null, "load_model": false, "resume": false, "force": true, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
|
configuration.yaml
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 5000
|
41 |
+
time_horizon: 500
|
42 |
+
summary_freq: 1000
|
43 |
+
threaded: false
|
44 |
+
self_play:
|
45 |
+
save_steps: 5000
|
46 |
+
team_change: 500
|
47 |
+
swap_steps: 200
|
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/linux/SoccerTwos
|
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 |
+
environment_parameters: null
|
72 |
+
checkpoint_settings:
|
73 |
+
run_id: SoccerTwos
|
74 |
+
initialize_from: null
|
75 |
+
load_model: false
|
76 |
+
resume: false
|
77 |
+
force: true
|
78 |
+
train_model: false
|
79 |
+
inference: false
|
80 |
+
results_dir: results
|
81 |
+
torch_settings:
|
82 |
+
device: null
|
83 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/content/ml-agents/training-envs-executables/linux/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/content/ml-agents/training-envs-executables/linux/SoccerTwos_Data/MonoBleedingEdge/etc'
|
3 |
+
Preloaded 'lib_burst_generated.so'
|
4 |
+
Preloaded 'libgrpc_csharp_ext.x64.so'
|
5 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
|
6 |
+
PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/SoccerTwos
|
7 |
+
Unable to load player prefs
|
8 |
+
Initialize engine version: 2021.3.14f1 (eee1884e7226)
|
9 |
+
[Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/SoccerTwos_Data/UnitySubsystems
|
10 |
+
Forcing GfxDevice: Null
|
11 |
+
GfxDevice: creating device client; threaded=0; jobified=0
|
12 |
+
NullGfxDevice:
|
13 |
+
Version: NULL 1.0 [1.0]
|
14 |
+
Renderer: Null Device
|
15 |
+
Vendor: Unity Technologies
|
16 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
17 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
18 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
19 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
20 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
21 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
22 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
23 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
24 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
25 |
+
Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 48000
|
26 |
+
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
|
27 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
|
28 |
+
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
|
29 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
|
30 |
+
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
|
31 |
+
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
|
32 |
+
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
|
33 |
+
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
|
34 |
+
FMOD failed to initialize the output device.: "Error initializing output device. " (60)
|
35 |
+
FMOD initialized on nosound output
|
36 |
+
Begin MonoManager ReloadAssembly
|
37 |
+
- Completed reload, in 0.121 seconds
|
38 |
+
ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
39 |
+
ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
40 |
+
ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
41 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
42 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
43 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
44 |
+
ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
45 |
+
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
|
46 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
47 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
48 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
49 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
50 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
51 |
+
ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
52 |
+
WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
|
53 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
54 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
55 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
56 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
57 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
58 |
+
ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
59 |
+
WARNING: Shader Unsupported: 'Standard' - All subshaders removed
|
60 |
+
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
|
61 |
+
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
|
62 |
+
UnloadTime: 0.929431 ms
|
63 |
+
Registered Communicator in Agent.
|
64 |
+
ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
|
65 |
+
requesting resize 84 x 84
|
66 |
+
TOO LONG
|
67 |
+
TOO LONG
|
68 |
+
TOO LONG
|
69 |
+
Setting up 1 worker threads for Enlighten.
|
70 |
+
Memory Statistics:
|
71 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
72 |
+
StackAllocators :
|
73 |
+
[ALLOC_TEMP_MAIN]
|
74 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 299 frames, [2.0 MB-4.0 MB]: 1 frames
|
75 |
+
Initial Block Size 4.0 MB
|
76 |
+
Current Block Size 4.0 MB
|
77 |
+
Peak Allocated Bytes 2.1 MB
|
78 |
+
Overflow Count 0
|
79 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
80 |
+
Initial Block Size 64.0 KB
|
81 |
+
Current Block Size 64.0 KB
|
82 |
+
Peak Allocated Bytes 128 B
|
83 |
+
Overflow Count 0
|
84 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
85 |
+
Initial Block Size 256.0 KB
|
86 |
+
Current Block Size 300.0 KB
|
87 |
+
Peak Allocated Bytes 249.6 KB
|
88 |
+
Overflow Count 4
|
89 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
90 |
+
Initial Block Size 32.0 KB
|
91 |
+
Current Block Size 32.0 KB
|
92 |
+
Peak Allocated Bytes 0 B
|
93 |
+
Overflow Count 0
|
94 |
+
[ALLOC_TEMP_Background Job.Worker 9]
|
95 |
+
Initial Block Size 32.0 KB
|
96 |
+
Current Block Size 32.0 KB
|
97 |
+
Peak Allocated Bytes 0 B
|
98 |
+
Overflow Count 0
|
99 |
+
[ALLOC_TEMP_Job.Worker 0]
|
100 |
+
Initial Block Size 256.0 KB
|
101 |
+
Current Block Size 256.0 KB
|
102 |
+
Peak Allocated Bytes 0.7 KB
|
103 |
+
Overflow Count 0
|
104 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
105 |
+
Initial Block Size 32.0 KB
|
106 |
+
Current Block Size 32.0 KB
|
107 |
+
Peak Allocated Bytes 0 B
|
108 |
+
Overflow Count 0
|
109 |
+
[ALLOC_TEMP_Background Job.Worker 14]
|
110 |
+
Initial Block Size 32.0 KB
|
111 |
+
Current Block Size 32.0 KB
|
112 |
+
Peak Allocated Bytes 0 B
|
113 |
+
Overflow Count 0
|
114 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
115 |
+
Initial Block Size 32.0 KB
|
116 |
+
Current Block Size 32.0 KB
|
117 |
+
Peak Allocated Bytes 0 B
|
118 |
+
Overflow Count 0
|
119 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
120 |
+
Initial Block Size 32.0 KB
|
121 |
+
Current Block Size 32.0 KB
|
122 |
+
Peak Allocated Bytes 0 B
|
123 |
+
Overflow Count 0
|
124 |
+
[ALLOC_TEMP_EnlightenWorker]
|
125 |
+
Initial Block Size 64.0 KB
|
126 |
+
Current Block Size 64.0 KB
|
127 |
+
Peak Allocated Bytes 0 B
|
128 |
+
Overflow Count 0
|
129 |
+
[ALLOC_TEMP_Background Job.Worker 15]
|
130 |
+
Initial Block Size 32.0 KB
|
131 |
+
Current Block Size 32.0 KB
|
132 |
+
Peak Allocated Bytes 0 B
|
133 |
+
Overflow Count 0
|
134 |
+
[ALLOC_TEMP_Background Job.Worker 1]
|
135 |
+
Initial Block Size 32.0 KB
|
136 |
+
Current Block Size 32.0 KB
|
137 |
+
Peak Allocated Bytes 0 B
|
138 |
+
Overflow Count 0
|
139 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
140 |
+
Initial Block Size 32.0 KB
|
141 |
+
Current Block Size 32.0 KB
|
142 |
+
Peak Allocated Bytes 0 B
|
143 |
+
Overflow Count 0
|
144 |
+
[ALLOC_TEMP_Background Job.Worker 7]
|
145 |
+
Initial Block Size 32.0 KB
|
146 |
+
Current Block Size 32.0 KB
|
147 |
+
Peak Allocated Bytes 0 B
|
148 |
+
Overflow Count 0
|
149 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper]
|
150 |
+
Initial Block Size 64.0 KB
|
151 |
+
Current Block Size 64.0 KB
|
152 |
+
Peak Allocated Bytes 0 B
|
153 |
+
Overflow Count 0
|
154 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
155 |
+
Initial Block Size 32.0 KB
|
156 |
+
Current Block Size 32.0 KB
|
157 |
+
Peak Allocated Bytes 0 B
|
158 |
+
Overflow Count 0
|
159 |
+
[ALLOC_TEMP_Background Job.Worker 13]
|
160 |
+
Initial Block Size 32.0 KB
|
161 |
+
Current Block Size 32.0 KB
|
162 |
+
Peak Allocated Bytes 0 B
|
163 |
+
Overflow Count 0
|
164 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
165 |
+
Initial Block Size 32.0 KB
|
166 |
+
Current Block Size 32.0 KB
|
167 |
+
Peak Allocated Bytes 0 B
|
168 |
+
Overflow Count 0
|
169 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
170 |
+
Initial Block Size 32.0 KB
|
171 |
+
Current Block Size 32.0 KB
|
172 |
+
Peak Allocated Bytes 0 B
|
173 |
+
Overflow Count 0
|
174 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
175 |
+
Initial Block Size 32.0 KB
|
176 |
+
Current Block Size 32.0 KB
|
177 |
+
Peak Allocated Bytes 0 B
|
178 |
+
Overflow Count 0
|
179 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
180 |
+
Initial Block Size 32.0 KB
|
181 |
+
Current Block Size 32.0 KB
|
182 |
+
Peak Allocated Bytes 0 B
|
183 |
+
Overflow Count 0
|
184 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
185 |
+
Initial Block Size 64.0 KB
|
186 |
+
Current Block Size 64.0 KB
|
187 |
+
Peak Allocated Bytes 0 B
|
188 |
+
Overflow Count 0
|
189 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
190 |
+
Peak main deferred allocation count 3
|
191 |
+
[ALLOC_BUCKET]
|
192 |
+
Large Block size 4.0 MB
|
193 |
+
Used Block count 1
|
194 |
+
Peak Allocated bytes 1.0 MB
|
195 |
+
[ALLOC_DEFAULT_MAIN]
|
196 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 300 frames
|
197 |
+
Requested Block Size 16.0 MB
|
198 |
+
Peak Block count 1
|
199 |
+
Peak Allocated memory 5.0 MB
|
200 |
+
Peak Large allocation bytes 0 B
|
201 |
+
[ALLOC_DEFAULT_THREAD]
|
202 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 300 frames
|
203 |
+
Requested Block Size 16.0 MB
|
204 |
+
Peak Block count 1
|
205 |
+
Peak Allocated memory 17.2 MB
|
206 |
+
Peak Large allocation bytes 16.0 MB
|
207 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
208 |
+
Initial Block Size 2.0 MB
|
209 |
+
Used Block Count 1
|
210 |
+
Overflow Count (too large) 0
|
211 |
+
Overflow Count (full) 0
|
212 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
213 |
+
Initial Block Size 2.0 MB
|
214 |
+
Used Block Count 1
|
215 |
+
Overflow Count (too large) 0
|
216 |
+
Overflow Count (full) 0
|
217 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
218 |
+
Initial Block Size 2.0 MB
|
219 |
+
Used Block Count 2
|
220 |
+
Overflow Count (too large) 0
|
221 |
+
Overflow Count (full) 0
|
222 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
223 |
+
Initial Block Size 1.0 MB
|
224 |
+
Used Block Count 3
|
225 |
+
Overflow Count (too large) 0
|
226 |
+
Overflow Count (full) 0
|
227 |
+
[ALLOC_GFX] Dual Thread Allocator
|
228 |
+
Peak main deferred allocation count 0
|
229 |
+
[ALLOC_BUCKET]
|
230 |
+
Large Block size 4.0 MB
|
231 |
+
Used Block count 1
|
232 |
+
Peak Allocated bytes 1.0 MB
|
233 |
+
[ALLOC_GFX_MAIN]
|
234 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 299 frames, [64.0 KB-128.0 KB]: 1 frames
|
235 |
+
Requested Block Size 16.0 MB
|
236 |
+
Peak Block count 1
|
237 |
+
Peak Allocated memory 65.6 KB
|
238 |
+
Peak Large allocation bytes 0 B
|
239 |
+
[ALLOC_GFX_THREAD]
|
240 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 300 frames
|
241 |
+
Requested Block Size 16.0 MB
|
242 |
+
Peak Block count 1
|
243 |
+
Peak Allocated memory 173.5 KB
|
244 |
+
Peak Large allocation bytes 0 B
|
245 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
246 |
+
Peak main deferred allocation count 0
|
247 |
+
[ALLOC_BUCKET]
|
248 |
+
Large Block size 4.0 MB
|
249 |
+
Used Block count 1
|
250 |
+
Peak Allocated bytes 1.0 MB
|
251 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
252 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 300 frames
|
253 |
+
Requested Block Size 4.0 MB
|
254 |
+
Peak Block count 1
|
255 |
+
Peak Allocated memory 0.6 MB
|
256 |
+
Peak Large allocation bytes 0 B
|
257 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
258 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 299 frames, [4.0 MB-8.0 MB]: 1 frames
|
259 |
+
Requested Block Size 4.0 MB
|
260 |
+
Peak Block count 2
|
261 |
+
Peak Allocated memory 4.5 MB
|
262 |
+
Peak Large allocation bytes 0 B
|
263 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
264 |
+
Peak main deferred allocation count 0
|
265 |
+
[ALLOC_BUCKET]
|
266 |
+
Large Block size 4.0 MB
|
267 |
+
Used Block count 1
|
268 |
+
Peak Allocated bytes 1.0 MB
|
269 |
+
[ALLOC_TYPETREE_MAIN]
|
270 |
+
Peak usage frame count: [0-1.0 KB]: 300 frames
|
271 |
+
Requested Block Size 2.0 MB
|
272 |
+
Peak Block count 1
|
273 |
+
Peak Allocated memory 1.0 KB
|
274 |
+
Peak Large allocation bytes 0 B
|
275 |
+
[ALLOC_TYPETREE_THREAD]
|
276 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 299 frames, [2.0 KB-4.0 KB]: 1 frames
|
277 |
+
Requested Block Size 2.0 MB
|
278 |
+
Peak Block count 1
|
279 |
+
Peak Allocated memory 2.2 KB
|
280 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,333 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 3.2957139015197754,
|
6 |
+
"min": 3.2957091331481934,
|
7 |
+
"max": 3.2957139015197754,
|
8 |
+
"count": 2
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 52731.421875,
|
12 |
+
"min": 52625.8828125,
|
13 |
+
"max": 52731.421875,
|
14 |
+
"count": 2
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 88.0,
|
18 |
+
"min": 88.0,
|
19 |
+
"max": 191.33333333333334,
|
20 |
+
"count": 2
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 704.0,
|
24 |
+
"min": 704.0,
|
25 |
+
"max": 2296.0,
|
26 |
+
"count": 2
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1200.488603480562,
|
30 |
+
"min": 1200.488603480562,
|
31 |
+
"max": 1200.5792730868427,
|
32 |
+
"count": 2
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 4801.954413922248,
|
36 |
+
"min": 4801.954413922248,
|
37 |
+
"max": 7203.475638521056,
|
38 |
+
"count": 2
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 6510.0,
|
42 |
+
"min": 864.0,
|
43 |
+
"max": 6510.0,
|
44 |
+
"count": 7
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 6510.0,
|
48 |
+
"min": 864.0,
|
49 |
+
"max": 6510.0,
|
50 |
+
"count": 7
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": 0.09947353601455688,
|
54 |
+
"min": 0.09945249557495117,
|
55 |
+
"max": 0.09947353601455688,
|
56 |
+
"count": 7
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": 0.19894707202911377,
|
60 |
+
"min": 0.19890499114990234,
|
61 |
+
"max": 0.49732470512390137,
|
62 |
+
"count": 7
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": 0.0994846522808075,
|
66 |
+
"min": 0.09948138892650604,
|
67 |
+
"max": 0.09950138628482819,
|
68 |
+
"count": 7
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": 0.198969304561615,
|
72 |
+
"min": 0.19896277785301208,
|
73 |
+
"max": 0.49750691652297974,
|
74 |
+
"count": 7
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 2
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 2
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": -0.1406399965286255,
|
90 |
+
"min": -0.1406399965286255,
|
91 |
+
"max": 0.0692000150680542,
|
92 |
+
"count": 2
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": -0.7031999826431274,
|
96 |
+
"min": -0.7031999826431274,
|
97 |
+
"max": 0.346000075340271,
|
98 |
+
"count": 2
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": -0.1406399965286255,
|
102 |
+
"min": -0.1406399965286255,
|
103 |
+
"max": 0.0692000150680542,
|
104 |
+
"count": 2
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": -0.7031999826431274,
|
108 |
+
"min": -0.7031999826431274,
|
109 |
+
"max": 0.346000075340271,
|
110 |
+
"count": 2
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 0.0,
|
114 |
+
"min": 0.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 7
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 0.0,
|
120 |
+
"min": 0.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 7
|
123 |
+
}
|
124 |
+
},
|
125 |
+
"metadata": {
|
126 |
+
"timer_format_version": "0.1.0",
|
127 |
+
"start_time_seconds": "1697853243",
|
128 |
+
"python_version": "3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]",
|
129 |
+
"command_line_arguments": "/usr/local/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --force --env=./training-envs-executables/linux/SoccerTwos --run-id=SoccerTwos --no-graphics",
|
130 |
+
"mlagents_version": "1.1.0.dev0",
|
131 |
+
"mlagents_envs_version": "1.1.0.dev0",
|
132 |
+
"communication_protocol_version": "1.5.0",
|
133 |
+
"pytorch_version": "2.1.0+cu118",
|
134 |
+
"numpy_version": "1.23.5",
|
135 |
+
"end_time_seconds": "1697853287"
|
136 |
+
},
|
137 |
+
"total": 43.09677662200011,
|
138 |
+
"count": 1,
|
139 |
+
"self": 0.4888250580000886,
|
140 |
+
"children": {
|
141 |
+
"run_training.setup": {
|
142 |
+
"total": 0.05690968800001883,
|
143 |
+
"count": 1,
|
144 |
+
"self": 0.05690968800001883
|
145 |
+
},
|
146 |
+
"TrainerController.start_learning": {
|
147 |
+
"total": 42.551041876,
|
148 |
+
"count": 1,
|
149 |
+
"self": 0.03498591499737813,
|
150 |
+
"children": {
|
151 |
+
"TrainerController._reset_env": {
|
152 |
+
"total": 2.304530841999963,
|
153 |
+
"count": 4,
|
154 |
+
"self": 2.304530841999963
|
155 |
+
},
|
156 |
+
"TrainerController.advance": {
|
157 |
+
"total": 39.99673609900253,
|
158 |
+
"count": 1002,
|
159 |
+
"self": 0.04207238900505672,
|
160 |
+
"children": {
|
161 |
+
"env_step": {
|
162 |
+
"total": 36.242058701000474,
|
163 |
+
"count": 1002,
|
164 |
+
"self": 29.10363475599695,
|
165 |
+
"children": {
|
166 |
+
"SubprocessEnvManager._take_step": {
|
167 |
+
"total": 7.116221043002838,
|
168 |
+
"count": 1002,
|
169 |
+
"self": 0.2700430230004258,
|
170 |
+
"children": {
|
171 |
+
"TorchPolicy.evaluate": {
|
172 |
+
"total": 6.846178020002412,
|
173 |
+
"count": 1998,
|
174 |
+
"self": 6.846178020002412
|
175 |
+
}
|
176 |
+
}
|
177 |
+
},
|
178 |
+
"workers": {
|
179 |
+
"total": 0.022202902000685754,
|
180 |
+
"count": 1002,
|
181 |
+
"self": 0.0,
|
182 |
+
"children": {
|
183 |
+
"worker_root": {
|
184 |
+
"total": 39.555717643000776,
|
185 |
+
"count": 1002,
|
186 |
+
"is_parallel": true,
|
187 |
+
"self": 15.393451041001526,
|
188 |
+
"children": {
|
189 |
+
"run_training.setup": {
|
190 |
+
"total": 0.0,
|
191 |
+
"count": 0,
|
192 |
+
"is_parallel": true,
|
193 |
+
"self": 0.0,
|
194 |
+
"children": {
|
195 |
+
"steps_from_proto": {
|
196 |
+
"total": 0.014524067000024843,
|
197 |
+
"count": 2,
|
198 |
+
"is_parallel": true,
|
199 |
+
"self": 0.008944556999836095,
|
200 |
+
"children": {
|
201 |
+
"_process_rank_one_or_two_observation": {
|
202 |
+
"total": 0.005579510000188748,
|
203 |
+
"count": 8,
|
204 |
+
"is_parallel": true,
|
205 |
+
"self": 0.005579510000188748
|
206 |
+
}
|
207 |
+
}
|
208 |
+
},
|
209 |
+
"UnityEnvironment.step": {
|
210 |
+
"total": 0.04998510299992631,
|
211 |
+
"count": 1,
|
212 |
+
"is_parallel": true,
|
213 |
+
"self": 0.0013598269998738033,
|
214 |
+
"children": {
|
215 |
+
"UnityEnvironment._generate_step_input": {
|
216 |
+
"total": 0.0008267480000085925,
|
217 |
+
"count": 1,
|
218 |
+
"is_parallel": true,
|
219 |
+
"self": 0.0008267480000085925
|
220 |
+
},
|
221 |
+
"communicator.exchange": {
|
222 |
+
"total": 0.04342683599998054,
|
223 |
+
"count": 1,
|
224 |
+
"is_parallel": true,
|
225 |
+
"self": 0.04342683599998054
|
226 |
+
},
|
227 |
+
"steps_from_proto": {
|
228 |
+
"total": 0.004371692000063376,
|
229 |
+
"count": 2,
|
230 |
+
"is_parallel": true,
|
231 |
+
"self": 0.000751095000055102,
|
232 |
+
"children": {
|
233 |
+
"_process_rank_one_or_two_observation": {
|
234 |
+
"total": 0.0036205970000082743,
|
235 |
+
"count": 8,
|
236 |
+
"is_parallel": true,
|
237 |
+
"self": 0.0036205970000082743
|
238 |
+
}
|
239 |
+
}
|
240 |
+
}
|
241 |
+
}
|
242 |
+
}
|
243 |
+
}
|
244 |
+
},
|
245 |
+
"UnityEnvironment.step": {
|
246 |
+
"total": 24.155925969999203,
|
247 |
+
"count": 1001,
|
248 |
+
"is_parallel": true,
|
249 |
+
"self": 1.529010695000352,
|
250 |
+
"children": {
|
251 |
+
"UnityEnvironment._generate_step_input": {
|
252 |
+
"total": 0.8665934949980283,
|
253 |
+
"count": 1001,
|
254 |
+
"is_parallel": true,
|
255 |
+
"self": 0.8665934949980283
|
256 |
+
},
|
257 |
+
"communicator.exchange": {
|
258 |
+
"total": 17.112542834999545,
|
259 |
+
"count": 1001,
|
260 |
+
"is_parallel": true,
|
261 |
+
"self": 17.112542834999545
|
262 |
+
},
|
263 |
+
"steps_from_proto": {
|
264 |
+
"total": 4.647778945001278,
|
265 |
+
"count": 2002,
|
266 |
+
"is_parallel": true,
|
267 |
+
"self": 0.8312582060019622,
|
268 |
+
"children": {
|
269 |
+
"_process_rank_one_or_two_observation": {
|
270 |
+
"total": 3.8165207389993157,
|
271 |
+
"count": 8008,
|
272 |
+
"is_parallel": true,
|
273 |
+
"self": 3.8165207389993157
|
274 |
+
}
|
275 |
+
}
|
276 |
+
}
|
277 |
+
}
|
278 |
+
},
|
279 |
+
"steps_from_proto": {
|
280 |
+
"total": 0.006340632000046753,
|
281 |
+
"count": 4,
|
282 |
+
"is_parallel": true,
|
283 |
+
"self": 0.0011482480000495343,
|
284 |
+
"children": {
|
285 |
+
"_process_rank_one_or_two_observation": {
|
286 |
+
"total": 0.005192383999997219,
|
287 |
+
"count": 16,
|
288 |
+
"is_parallel": true,
|
289 |
+
"self": 0.005192383999997219
|
290 |
+
}
|
291 |
+
}
|
292 |
+
}
|
293 |
+
}
|
294 |
+
}
|
295 |
+
}
|
296 |
+
}
|
297 |
+
}
|
298 |
+
},
|
299 |
+
"trainer_advance": {
|
300 |
+
"total": 3.712605008997002,
|
301 |
+
"count": 1002,
|
302 |
+
"self": 0.15537028899973393,
|
303 |
+
"children": {
|
304 |
+
"process_trajectory": {
|
305 |
+
"total": 3.5572347199972683,
|
306 |
+
"count": 1002,
|
307 |
+
"self": 3.5572347199972683
|
308 |
+
}
|
309 |
+
}
|
310 |
+
}
|
311 |
+
}
|
312 |
+
},
|
313 |
+
"trainer_threads": {
|
314 |
+
"total": 1.2080000715286587e-06,
|
315 |
+
"count": 1,
|
316 |
+
"self": 1.2080000715286587e-06
|
317 |
+
},
|
318 |
+
"TrainerController._save_models": {
|
319 |
+
"total": 0.21478781200005415,
|
320 |
+
"count": 1,
|
321 |
+
"self": 0.0019236189999674025,
|
322 |
+
"children": {
|
323 |
+
"RLTrainer._checkpoint": {
|
324 |
+
"total": 0.21286419300008674,
|
325 |
+
"count": 1,
|
326 |
+
"self": 0.21286419300008674
|
327 |
+
}
|
328 |
+
}
|
329 |
+
}
|
330 |
+
}
|
331 |
+
}
|
332 |
+
}
|
333 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"elo": 1200.987212560798,
|
4 |
+
"checkpoints": [
|
5 |
+
{
|
6 |
+
"steps": 7510,
|
7 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-7510.onnx",
|
8 |
+
"reward": 0.0,
|
9 |
+
"creation_time": 1697853286.6011524,
|
10 |
+
"auxillary_file_paths": [
|
11 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-7510.pt"
|
12 |
+
]
|
13 |
+
}
|
14 |
+
],
|
15 |
+
"final_checkpoint": {
|
16 |
+
"steps": 7510,
|
17 |
+
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
18 |
+
"reward": 0.0,
|
19 |
+
"creation_time": 1697853286.6011524,
|
20 |
+
"auxillary_file_paths": [
|
21 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-7510.pt"
|
22 |
+
]
|
23 |
+
}
|
24 |
+
},
|
25 |
+
"metadata": {
|
26 |
+
"stats_format_version": "0.3.0",
|
27 |
+
"mlagents_version": "1.1.0.dev0",
|
28 |
+
"torch_version": "2.1.0+cu118"
|
29 |
+
}
|
30 |
+
}
|