ElementBrawler
commited on
Commit
·
921964e
1
Parent(s):
672a9f4
First Push
Browse files- README.md +31 -0
- SoccerTwos.onnx +3 -0
- SoccerTwos/SoccerTwos-34826.onnx +3 -0
- SoccerTwos/SoccerTwos-34826.pt +3 -0
- SoccerTwos/checkpoint.pt +3 -0
- SoccerTwos/events.out.tfevents.1679695810.system76.45677.0 +3 -0
- config.json +1 -0
- configuration.yaml +82 -0
- run_logs/Player-0.log +339 -0
- run_logs/timers.json +403 -0
- run_logs/training_status.json +30 -0
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- unity-ml-agents
|
5 |
+
- ml-agents
|
6 |
+
- deep-reinforcement-learning
|
7 |
+
- reinforcement-learning
|
8 |
+
- ML-Agents-SoccerTwos
|
9 |
+
library_name: ml-agents
|
10 |
+
---
|
11 |
+
|
12 |
+
# **poca** Agent playing **SoccerTwos**
|
13 |
+
This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
14 |
+
|
15 |
+
## Usage (with ML-Agents)
|
16 |
+
The Documentation: https://github.com/huggingface/ml-agents#get-started
|
17 |
+
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
|
18 |
+
|
19 |
+
|
20 |
+
### Resume the training
|
21 |
+
```
|
22 |
+
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
23 |
+
```
|
24 |
+
### Watch your Agent play
|
25 |
+
You can watch your agent **playing directly in your browser:**.
|
26 |
+
|
27 |
+
1. Go to https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
|
28 |
+
2. Step 1: Write your model_id: ElementBrawlerAI/poca-SoccerTwos
|
29 |
+
3. Step 2: Select your *.nn /*.onnx file
|
30 |
+
4. Click on Watch the agent play 👀
|
31 |
+
|
SoccerTwos.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d0d703241b12879dc4a4d8c1ba535bf62d17b0e0d211608c9b504d5b79e2b55
|
3 |
+
size 1763461
|
SoccerTwos/SoccerTwos-34826.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d0d703241b12879dc4a4d8c1ba535bf62d17b0e0d211608c9b504d5b79e2b55
|
3 |
+
size 1763461
|
SoccerTwos/SoccerTwos-34826.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbb1f2accd575ca407c7eb15858119342e481567d3994659fad834fb6285869f
|
3 |
+
size 28422417
|
SoccerTwos/checkpoint.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbb1f2accd575ca407c7eb15858119342e481567d3994659fad834fb6285869f
|
3 |
+
size 28422417
|
SoccerTwos/events.out.tfevents.1679695810.system76.45677.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5957bc06c784deebb51ec073da7e025f89da1a7a1f86782c2ef0e897ef9e097
|
3 |
+
size 12980
|
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/SoccerTwos", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SoccerTwos", "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,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
default_settings: null
|
2 |
+
behaviors:
|
3 |
+
SoccerTwos:
|
4 |
+
trainer_type: poca
|
5 |
+
hyperparameters:
|
6 |
+
batch_size: 2048
|
7 |
+
buffer_size: 20480
|
8 |
+
learning_rate: 0.0003
|
9 |
+
beta: 0.005
|
10 |
+
epsilon: 0.2
|
11 |
+
lambd: 0.95
|
12 |
+
num_epoch: 3
|
13 |
+
learning_rate_schedule: constant
|
14 |
+
beta_schedule: constant
|
15 |
+
epsilon_schedule: constant
|
16 |
+
checkpoint_interval: 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/SoccerTwos
|
54 |
+
env_args: null
|
55 |
+
base_port: 5005
|
56 |
+
num_envs: 1
|
57 |
+
num_areas: 1
|
58 |
+
seed: -1
|
59 |
+
max_lifetime_restarts: 10
|
60 |
+
restarts_rate_limit_n: 1
|
61 |
+
restarts_rate_limit_period_s: 60
|
62 |
+
engine_settings:
|
63 |
+
width: 84
|
64 |
+
height: 84
|
65 |
+
quality_level: 5
|
66 |
+
time_scale: 20
|
67 |
+
target_frame_rate: -1
|
68 |
+
capture_frame_rate: 60
|
69 |
+
no_graphics: true
|
70 |
+
environment_parameters: null
|
71 |
+
checkpoint_settings:
|
72 |
+
run_id: SoccerTwos
|
73 |
+
initialize_from: null
|
74 |
+
load_model: false
|
75 |
+
resume: false
|
76 |
+
force: true
|
77 |
+
train_model: false
|
78 |
+
inference: false
|
79 |
+
results_dir: results
|
80 |
+
torch_settings:
|
81 |
+
device: null
|
82 |
+
debug: false
|
run_logs/Player-0.log
ADDED
@@ -0,0 +1,339 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Mono path[0] = '/home/yibo/yibo_ws/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
|
2 |
+
Mono config path = '/home/yibo/yibo_ws/ml-agents/training-envs-executables/SoccerTwos/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/yibo/yibo_ws/ml-agents/training-envs-executables/SoccerTwos/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.057 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.404702 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 |
+
TOO LONG
|
44 |
+
TOO LONG
|
45 |
+
TOO LONG
|
46 |
+
TOO LONG
|
47 |
+
TOO LONG
|
48 |
+
TOO LONG
|
49 |
+
TOO LONG
|
50 |
+
TOO LONG
|
51 |
+
TOO LONG
|
52 |
+
TOO LONG
|
53 |
+
TOO LONG
|
54 |
+
TOO LONG
|
55 |
+
TOO LONG
|
56 |
+
TOO LONG
|
57 |
+
GRPC Exception: Status(StatusCode=Unknown, Detail="Exception calling application: [Errno 32] Broken pipe"). Disconnecting from trainer.
|
58 |
+
Setting up 8 worker threads for Enlighten.
|
59 |
+
Memory Statistics:
|
60 |
+
[ALLOC_TEMP_TLS] TLS Allocator
|
61 |
+
StackAllocators :
|
62 |
+
[ALLOC_TEMP_MAIN]
|
63 |
+
Peak usage frame count: [8.0 KB-16.0 KB]: 809 frames, [2.0 MB-4.0 MB]: 1 frames
|
64 |
+
Initial Block Size 4.0 MB
|
65 |
+
Current Block Size 4.0 MB
|
66 |
+
Peak Allocated Bytes 2.1 MB
|
67 |
+
Overflow Count 0
|
68 |
+
[ALLOC_TEMP_Loading.AsyncRead]
|
69 |
+
Initial Block Size 64.0 KB
|
70 |
+
Current Block Size 64.0 KB
|
71 |
+
Peak Allocated Bytes 128 B
|
72 |
+
Overflow Count 0
|
73 |
+
[ALLOC_TEMP_Loading.PreloadManager]
|
74 |
+
Initial Block Size 256.0 KB
|
75 |
+
Current Block Size 300.0 KB
|
76 |
+
Peak Allocated Bytes 249.6 KB
|
77 |
+
Overflow Count 4
|
78 |
+
[ALLOC_TEMP_Background Job.Worker 8]
|
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_Job.Worker 6]
|
84 |
+
Initial Block Size 256.0 KB
|
85 |
+
Current Block Size 256.0 KB
|
86 |
+
Peak Allocated Bytes 0 B
|
87 |
+
Overflow Count 0
|
88 |
+
[ALLOC_TEMP_Job.Worker 0]
|
89 |
+
Initial Block Size 256.0 KB
|
90 |
+
Current Block Size 256.0 KB
|
91 |
+
Peak Allocated Bytes 0.7 KB
|
92 |
+
Overflow Count 0
|
93 |
+
[ALLOC_TEMP_Background Job.Worker 10]
|
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 9]
|
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 5]
|
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_Background Job.Worker 14]
|
109 |
+
Initial Block Size 32.0 KB
|
110 |
+
Current Block Size 32.0 KB
|
111 |
+
Peak Allocated Bytes 0 B
|
112 |
+
Overflow Count 0
|
113 |
+
[ALLOC_TEMP_Background Job.Worker 6]
|
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_Job.Worker 4]
|
119 |
+
Initial Block Size 256.0 KB
|
120 |
+
Current Block Size 256.0 KB
|
121 |
+
Peak Allocated Bytes 0 B
|
122 |
+
Overflow Count 0
|
123 |
+
[ALLOC_TEMP_Job.Worker 14]
|
124 |
+
Initial Block Size 256.0 KB
|
125 |
+
Current Block Size 256.0 KB
|
126 |
+
Peak Allocated Bytes 0 B
|
127 |
+
Overflow Count 0
|
128 |
+
[ALLOC_TEMP_Job.Worker 3]
|
129 |
+
Initial Block Size 256.0 KB
|
130 |
+
Current Block Size 256.0 KB
|
131 |
+
Peak Allocated Bytes 0 B
|
132 |
+
Overflow Count 0
|
133 |
+
[ALLOC_TEMP_Job.Worker 13]
|
134 |
+
Initial Block Size 256.0 KB
|
135 |
+
Current Block Size 256.0 KB
|
136 |
+
Peak Allocated Bytes 0 B
|
137 |
+
Overflow Count 0
|
138 |
+
[ALLOC_TEMP_Background Job.Worker 12]
|
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_EnlightenWorker] x 8
|
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 15]
|
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_Background Job.Worker 1]
|
154 |
+
Initial Block Size 32.0 KB
|
155 |
+
Current Block Size 32.0 KB
|
156 |
+
Peak Allocated Bytes 0 B
|
157 |
+
Overflow Count 0
|
158 |
+
[ALLOC_TEMP_Background Job.Worker 2]
|
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_Background Job.Worker 7]
|
164 |
+
Initial Block Size 32.0 KB
|
165 |
+
Current Block Size 32.0 KB
|
166 |
+
Peak Allocated Bytes 0 B
|
167 |
+
Overflow Count 0
|
168 |
+
[ALLOC_TEMP_AssetGarbageCollectorHelper] x 15
|
169 |
+
Initial Block Size 64.0 KB
|
170 |
+
Current Block Size 64.0 KB
|
171 |
+
Peak Allocated Bytes 0 B
|
172 |
+
Overflow Count 0
|
173 |
+
[ALLOC_TEMP_Background Job.Worker 5]
|
174 |
+
Initial Block Size 32.0 KB
|
175 |
+
Current Block Size 32.0 KB
|
176 |
+
Peak Allocated Bytes 0 B
|
177 |
+
Overflow Count 0
|
178 |
+
[ALLOC_TEMP_Job.Worker 9]
|
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 13]
|
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_Job.Worker 8]
|
189 |
+
Initial Block Size 256.0 KB
|
190 |
+
Current Block Size 256.0 KB
|
191 |
+
Peak Allocated Bytes 0 B
|
192 |
+
Overflow Count 0
|
193 |
+
[ALLOC_TEMP_Job.Worker 7]
|
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_Job.Worker 1]
|
199 |
+
Initial Block Size 256.0 KB
|
200 |
+
Current Block Size 256.0 KB
|
201 |
+
Peak Allocated Bytes 0 B
|
202 |
+
Overflow Count 0
|
203 |
+
[ALLOC_TEMP_Job.Worker 2]
|
204 |
+
Initial Block Size 256.0 KB
|
205 |
+
Current Block Size 256.0 KB
|
206 |
+
Peak Allocated Bytes 0 B
|
207 |
+
Overflow Count 0
|
208 |
+
[ALLOC_TEMP_Background Job.Worker 3]
|
209 |
+
Initial Block Size 32.0 KB
|
210 |
+
Current Block Size 32.0 KB
|
211 |
+
Peak Allocated Bytes 0 B
|
212 |
+
Overflow Count 0
|
213 |
+
[ALLOC_TEMP_Background Job.Worker 11]
|
214 |
+
Initial Block Size 32.0 KB
|
215 |
+
Current Block Size 32.0 KB
|
216 |
+
Peak Allocated Bytes 0 B
|
217 |
+
Overflow Count 0
|
218 |
+
[ALLOC_TEMP_Job.Worker 10]
|
219 |
+
Initial Block Size 256.0 KB
|
220 |
+
Current Block Size 256.0 KB
|
221 |
+
Peak Allocated Bytes 0 B
|
222 |
+
Overflow Count 0
|
223 |
+
[ALLOC_TEMP_Background Job.Worker 0]
|
224 |
+
Initial Block Size 32.0 KB
|
225 |
+
Current Block Size 32.0 KB
|
226 |
+
Peak Allocated Bytes 0 B
|
227 |
+
Overflow Count 0
|
228 |
+
[ALLOC_TEMP_Job.Worker 11]
|
229 |
+
Initial Block Size 256.0 KB
|
230 |
+
Current Block Size 256.0 KB
|
231 |
+
Peak Allocated Bytes 0 B
|
232 |
+
Overflow Count 0
|
233 |
+
[ALLOC_TEMP_Job.Worker 12]
|
234 |
+
Initial Block Size 256.0 KB
|
235 |
+
Current Block Size 256.0 KB
|
236 |
+
Peak Allocated Bytes 0 B
|
237 |
+
Overflow Count 0
|
238 |
+
[ALLOC_TEMP_Background Job.Worker 4]
|
239 |
+
Initial Block Size 32.0 KB
|
240 |
+
Current Block Size 32.0 KB
|
241 |
+
Peak Allocated Bytes 0 B
|
242 |
+
Overflow Count 0
|
243 |
+
[ALLOC_TEMP_BatchDeleteObjects]
|
244 |
+
Initial Block Size 64.0 KB
|
245 |
+
Current Block Size 64.0 KB
|
246 |
+
Peak Allocated Bytes 0 B
|
247 |
+
Overflow Count 0
|
248 |
+
[ALLOC_DEFAULT] Dual Thread Allocator
|
249 |
+
Peak main deferred allocation count 2
|
250 |
+
[ALLOC_BUCKET]
|
251 |
+
Large Block size 4.0 MB
|
252 |
+
Used Block count 1
|
253 |
+
Peak Allocated bytes 1.0 MB
|
254 |
+
[ALLOC_DEFAULT_MAIN]
|
255 |
+
Peak usage frame count: [4.0 MB-8.0 MB]: 810 frames
|
256 |
+
Requested Block Size 16.0 MB
|
257 |
+
Peak Block count 1
|
258 |
+
Peak Allocated memory 5.0 MB
|
259 |
+
Peak Large allocation bytes 0 B
|
260 |
+
[ALLOC_DEFAULT_THREAD]
|
261 |
+
Peak usage frame count: [16.0 MB-32.0 MB]: 810 frames
|
262 |
+
Requested Block Size 16.0 MB
|
263 |
+
Peak Block count 1
|
264 |
+
Peak Allocated memory 17.2 MB
|
265 |
+
Peak Large allocation bytes 16.0 MB
|
266 |
+
[ALLOC_TEMP_JOB_1_FRAME]
|
267 |
+
Initial Block Size 2.0 MB
|
268 |
+
Used Block Count 1
|
269 |
+
Overflow Count (too large) 0
|
270 |
+
Overflow Count (full) 0
|
271 |
+
[ALLOC_TEMP_JOB_2_FRAMES]
|
272 |
+
Initial Block Size 2.0 MB
|
273 |
+
Used Block Count 1
|
274 |
+
Overflow Count (too large) 0
|
275 |
+
Overflow Count (full) 0
|
276 |
+
[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
|
277 |
+
Initial Block Size 2.0 MB
|
278 |
+
Used Block Count 2
|
279 |
+
Overflow Count (too large) 0
|
280 |
+
Overflow Count (full) 0
|
281 |
+
[ALLOC_TEMP_JOB_ASYNC (Background)]
|
282 |
+
Initial Block Size 1.0 MB
|
283 |
+
Used Block Count 3
|
284 |
+
Overflow Count (too large) 0
|
285 |
+
Overflow Count (full) 0
|
286 |
+
[ALLOC_GFX] Dual Thread Allocator
|
287 |
+
Peak main deferred allocation count 0
|
288 |
+
[ALLOC_BUCKET]
|
289 |
+
Large Block size 4.0 MB
|
290 |
+
Used Block count 1
|
291 |
+
Peak Allocated bytes 1.0 MB
|
292 |
+
[ALLOC_GFX_MAIN]
|
293 |
+
Peak usage frame count: [32.0 KB-64.0 KB]: 809 frames, [64.0 KB-128.0 KB]: 1 frames
|
294 |
+
Requested Block Size 16.0 MB
|
295 |
+
Peak Block count 1
|
296 |
+
Peak Allocated memory 65.6 KB
|
297 |
+
Peak Large allocation bytes 0 B
|
298 |
+
[ALLOC_GFX_THREAD]
|
299 |
+
Peak usage frame count: [128.0 KB-256.0 KB]: 810 frames
|
300 |
+
Requested Block Size 16.0 MB
|
301 |
+
Peak Block count 1
|
302 |
+
Peak Allocated memory 173.5 KB
|
303 |
+
Peak Large allocation bytes 0 B
|
304 |
+
[ALLOC_CACHEOBJECTS] Dual Thread Allocator
|
305 |
+
Peak main deferred allocation count 0
|
306 |
+
[ALLOC_BUCKET]
|
307 |
+
Large Block size 4.0 MB
|
308 |
+
Used Block count 1
|
309 |
+
Peak Allocated bytes 1.0 MB
|
310 |
+
[ALLOC_CACHEOBJECTS_MAIN]
|
311 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 810 frames
|
312 |
+
Requested Block Size 4.0 MB
|
313 |
+
Peak Block count 1
|
314 |
+
Peak Allocated memory 0.6 MB
|
315 |
+
Peak Large allocation bytes 0 B
|
316 |
+
[ALLOC_CACHEOBJECTS_THREAD]
|
317 |
+
Peak usage frame count: [0.5 MB-1.0 MB]: 809 frames, [4.0 MB-8.0 MB]: 1 frames
|
318 |
+
Requested Block Size 4.0 MB
|
319 |
+
Peak Block count 2
|
320 |
+
Peak Allocated memory 4.5 MB
|
321 |
+
Peak Large allocation bytes 0 B
|
322 |
+
[ALLOC_TYPETREE] Dual Thread Allocator
|
323 |
+
Peak main deferred allocation count 0
|
324 |
+
[ALLOC_BUCKET]
|
325 |
+
Large Block size 4.0 MB
|
326 |
+
Used Block count 1
|
327 |
+
Peak Allocated bytes 1.0 MB
|
328 |
+
[ALLOC_TYPETREE_MAIN]
|
329 |
+
Peak usage frame count: [0-1.0 KB]: 810 frames
|
330 |
+
Requested Block Size 2.0 MB
|
331 |
+
Peak Block count 1
|
332 |
+
Peak Allocated memory 1.0 KB
|
333 |
+
Peak Large allocation bytes 0 B
|
334 |
+
[ALLOC_TYPETREE_THREAD]
|
335 |
+
Peak usage frame count: [1.0 KB-2.0 KB]: 809 frames, [2.0 KB-4.0 KB]: 1 frames
|
336 |
+
Requested Block Size 2.0 MB
|
337 |
+
Peak Block count 1
|
338 |
+
Peak Allocated memory 2.2 KB
|
339 |
+
Peak Large allocation bytes 0 B
|
run_logs/timers.json
ADDED
@@ -0,0 +1,403 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "root",
|
3 |
+
"gauges": {
|
4 |
+
"SoccerTwos.Policy.Entropy.mean": {
|
5 |
+
"value": 3.2874743938446045,
|
6 |
+
"min": 3.2874743938446045,
|
7 |
+
"max": 3.2957329750061035,
|
8 |
+
"count": 3
|
9 |
+
},
|
10 |
+
"SoccerTwos.Policy.Entropy.sum": {
|
11 |
+
"value": 3892.36962890625,
|
12 |
+
"min": 3892.36962890625,
|
13 |
+
"max": 105463.453125,
|
14 |
+
"count": 3
|
15 |
+
},
|
16 |
+
"SoccerTwos.Environment.EpisodeLength.mean": {
|
17 |
+
"value": 36.0,
|
18 |
+
"min": 36.0,
|
19 |
+
"max": 969.25,
|
20 |
+
"count": 3
|
21 |
+
},
|
22 |
+
"SoccerTwos.Environment.EpisodeLength.sum": {
|
23 |
+
"value": 144.0,
|
24 |
+
"min": 144.0,
|
25 |
+
"max": 31016.0,
|
26 |
+
"count": 3
|
27 |
+
},
|
28 |
+
"SoccerTwos.Self-play.ELO.mean": {
|
29 |
+
"value": 1200.2449734819195,
|
30 |
+
"min": 1200.2449734819195,
|
31 |
+
"max": 1200.9985608882907,
|
32 |
+
"count": 3
|
33 |
+
},
|
34 |
+
"SoccerTwos.Self-play.ELO.sum": {
|
35 |
+
"value": 2400.489946963839,
|
36 |
+
"min": 2400.489946963839,
|
37 |
+
"max": 4803.994243553163,
|
38 |
+
"count": 3
|
39 |
+
},
|
40 |
+
"SoccerTwos.Step.mean": {
|
41 |
+
"value": 29986.0,
|
42 |
+
"min": 9524.0,
|
43 |
+
"max": 29986.0,
|
44 |
+
"count": 3
|
45 |
+
},
|
46 |
+
"SoccerTwos.Step.sum": {
|
47 |
+
"value": 29986.0,
|
48 |
+
"min": 9524.0,
|
49 |
+
"max": 29986.0,
|
50 |
+
"count": 3
|
51 |
+
},
|
52 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
|
53 |
+
"value": -0.09823416918516159,
|
54 |
+
"min": -0.09823416918516159,
|
55 |
+
"max": -0.09822850674390793,
|
56 |
+
"count": 3
|
57 |
+
},
|
58 |
+
"SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
|
59 |
+
"value": -0.9823417067527771,
|
60 |
+
"min": -1.1787420511245728,
|
61 |
+
"max": -0.9823269844055176,
|
62 |
+
"count": 3
|
63 |
+
},
|
64 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
|
65 |
+
"value": -0.09821239858865738,
|
66 |
+
"min": -0.09821456670761108,
|
67 |
+
"max": -0.09820861369371414,
|
68 |
+
"count": 3
|
69 |
+
},
|
70 |
+
"SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
|
71 |
+
"value": -0.9821239709854126,
|
72 |
+
"min": -1.178503394126892,
|
73 |
+
"max": -0.9821239709854126,
|
74 |
+
"count": 3
|
75 |
+
},
|
76 |
+
"SoccerTwos.Environment.CumulativeReward.mean": {
|
77 |
+
"value": 0.0,
|
78 |
+
"min": 0.0,
|
79 |
+
"max": 0.0,
|
80 |
+
"count": 3
|
81 |
+
},
|
82 |
+
"SoccerTwos.Environment.CumulativeReward.sum": {
|
83 |
+
"value": 0.0,
|
84 |
+
"min": 0.0,
|
85 |
+
"max": 0.0,
|
86 |
+
"count": 3
|
87 |
+
},
|
88 |
+
"SoccerTwos.Policy.ExtrinsicReward.mean": {
|
89 |
+
"value": 0.0,
|
90 |
+
"min": -0.3333333333333333,
|
91 |
+
"max": 0.04772000014781952,
|
92 |
+
"count": 3
|
93 |
+
},
|
94 |
+
"SoccerTwos.Policy.ExtrinsicReward.sum": {
|
95 |
+
"value": 0.0,
|
96 |
+
"min": -4.0,
|
97 |
+
"max": 0.4772000014781952,
|
98 |
+
"count": 3
|
99 |
+
},
|
100 |
+
"SoccerTwos.Environment.GroupCumulativeReward.mean": {
|
101 |
+
"value": 0.0,
|
102 |
+
"min": -0.3333333333333333,
|
103 |
+
"max": 0.04772000014781952,
|
104 |
+
"count": 3
|
105 |
+
},
|
106 |
+
"SoccerTwos.Environment.GroupCumulativeReward.sum": {
|
107 |
+
"value": 0.0,
|
108 |
+
"min": -4.0,
|
109 |
+
"max": 0.4772000014781952,
|
110 |
+
"count": 3
|
111 |
+
},
|
112 |
+
"SoccerTwos.IsTraining.mean": {
|
113 |
+
"value": 1.0,
|
114 |
+
"min": 1.0,
|
115 |
+
"max": 1.0,
|
116 |
+
"count": 3
|
117 |
+
},
|
118 |
+
"SoccerTwos.IsTraining.sum": {
|
119 |
+
"value": 1.0,
|
120 |
+
"min": 1.0,
|
121 |
+
"max": 1.0,
|
122 |
+
"count": 3
|
123 |
+
},
|
124 |
+
"SoccerTwos.Losses.PolicyLoss.mean": {
|
125 |
+
"value": 0.015361588341572011,
|
126 |
+
"min": 0.015361588341572011,
|
127 |
+
"max": 0.015361588341572011,
|
128 |
+
"count": 1
|
129 |
+
},
|
130 |
+
"SoccerTwos.Losses.PolicyLoss.sum": {
|
131 |
+
"value": 0.015361588341572011,
|
132 |
+
"min": 0.015361588341572011,
|
133 |
+
"max": 0.015361588341572011,
|
134 |
+
"count": 1
|
135 |
+
},
|
136 |
+
"SoccerTwos.Losses.ValueLoss.mean": {
|
137 |
+
"value": 0.0015265202507310147,
|
138 |
+
"min": 0.0015265202507310147,
|
139 |
+
"max": 0.0015265202507310147,
|
140 |
+
"count": 1
|
141 |
+
},
|
142 |
+
"SoccerTwos.Losses.ValueLoss.sum": {
|
143 |
+
"value": 0.0015265202507310147,
|
144 |
+
"min": 0.0015265202507310147,
|
145 |
+
"max": 0.0015265202507310147,
|
146 |
+
"count": 1
|
147 |
+
},
|
148 |
+
"SoccerTwos.Losses.BaselineLoss.mean": {
|
149 |
+
"value": 0.0012144053388120873,
|
150 |
+
"min": 0.0012144053388120873,
|
151 |
+
"max": 0.0012144053388120873,
|
152 |
+
"count": 1
|
153 |
+
},
|
154 |
+
"SoccerTwos.Losses.BaselineLoss.sum": {
|
155 |
+
"value": 0.0012144053388120873,
|
156 |
+
"min": 0.0012144053388120873,
|
157 |
+
"max": 0.0012144053388120873,
|
158 |
+
"count": 1
|
159 |
+
},
|
160 |
+
"SoccerTwos.Policy.LearningRate.mean": {
|
161 |
+
"value": 0.0003,
|
162 |
+
"min": 0.0003,
|
163 |
+
"max": 0.0003,
|
164 |
+
"count": 1
|
165 |
+
},
|
166 |
+
"SoccerTwos.Policy.LearningRate.sum": {
|
167 |
+
"value": 0.0003,
|
168 |
+
"min": 0.0003,
|
169 |
+
"max": 0.0003,
|
170 |
+
"count": 1
|
171 |
+
},
|
172 |
+
"SoccerTwos.Policy.Epsilon.mean": {
|
173 |
+
"value": 0.19999999999999996,
|
174 |
+
"min": 0.19999999999999996,
|
175 |
+
"max": 0.19999999999999996,
|
176 |
+
"count": 1
|
177 |
+
},
|
178 |
+
"SoccerTwos.Policy.Epsilon.sum": {
|
179 |
+
"value": 0.19999999999999996,
|
180 |
+
"min": 0.19999999999999996,
|
181 |
+
"max": 0.19999999999999996,
|
182 |
+
"count": 1
|
183 |
+
},
|
184 |
+
"SoccerTwos.Policy.Beta.mean": {
|
185 |
+
"value": 0.005,
|
186 |
+
"min": 0.005,
|
187 |
+
"max": 0.005,
|
188 |
+
"count": 1
|
189 |
+
},
|
190 |
+
"SoccerTwos.Policy.Beta.sum": {
|
191 |
+
"value": 0.005,
|
192 |
+
"min": 0.005,
|
193 |
+
"max": 0.005,
|
194 |
+
"count": 1
|
195 |
+
}
|
196 |
+
},
|
197 |
+
"metadata": {
|
198 |
+
"timer_format_version": "0.1.0",
|
199 |
+
"start_time_seconds": "1679695810",
|
200 |
+
"python_version": "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]",
|
201 |
+
"command_line_arguments": "/home/yibo/miniconda3/envs/rl/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos --run-id=SoccerTwos --no-graphics --force",
|
202 |
+
"mlagents_version": "0.31.0.dev0",
|
203 |
+
"mlagents_envs_version": "0.31.0.dev0",
|
204 |
+
"communication_protocol_version": "1.5.0",
|
205 |
+
"pytorch_version": "1.10.2+cu111",
|
206 |
+
"numpy_version": "1.21.2",
|
207 |
+
"end_time_seconds": "1679695976"
|
208 |
+
},
|
209 |
+
"total": 166.57197911000003,
|
210 |
+
"count": 1,
|
211 |
+
"self": 0.09727087200189999,
|
212 |
+
"children": {
|
213 |
+
"run_training.setup": {
|
214 |
+
"total": 0.011393567998311482,
|
215 |
+
"count": 1,
|
216 |
+
"self": 0.011393567998311482
|
217 |
+
},
|
218 |
+
"TrainerController.start_learning": {
|
219 |
+
"total": 166.46331466999982,
|
220 |
+
"count": 1,
|
221 |
+
"self": 0.04473443501228758,
|
222 |
+
"children": {
|
223 |
+
"TrainerController._reset_env": {
|
224 |
+
"total": 2.977968860001056,
|
225 |
+
"count": 1,
|
226 |
+
"self": 2.977968860001056
|
227 |
+
},
|
228 |
+
"TrainerController.advance": {
|
229 |
+
"total": 163.31395715398685,
|
230 |
+
"count": 2706,
|
231 |
+
"self": 0.04256802290365158,
|
232 |
+
"children": {
|
233 |
+
"env_step": {
|
234 |
+
"total": 156.54860751404522,
|
235 |
+
"count": 2706,
|
236 |
+
"self": 148.38500679698518,
|
237 |
+
"children": {
|
238 |
+
"SubprocessEnvManager._take_step": {
|
239 |
+
"total": 8.138487170030203,
|
240 |
+
"count": 2706,
|
241 |
+
"self": 0.2655877350443916,
|
242 |
+
"children": {
|
243 |
+
"TorchPolicy.evaluate": {
|
244 |
+
"total": 7.872899434985811,
|
245 |
+
"count": 5394,
|
246 |
+
"self": 7.872899434985811
|
247 |
+
}
|
248 |
+
}
|
249 |
+
},
|
250 |
+
"workers": {
|
251 |
+
"total": 0.02511354702983226,
|
252 |
+
"count": 2705,
|
253 |
+
"self": 0.0,
|
254 |
+
"children": {
|
255 |
+
"worker_root": {
|
256 |
+
"total": 166.25001627297752,
|
257 |
+
"count": 2705,
|
258 |
+
"is_parallel": true,
|
259 |
+
"self": 22.496522977904533,
|
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.002056414999970002,
|
269 |
+
"count": 2,
|
270 |
+
"is_parallel": true,
|
271 |
+
"self": 0.0003785460012295516,
|
272 |
+
"children": {
|
273 |
+
"_process_rank_one_or_two_observation": {
|
274 |
+
"total": 0.0016778689987404505,
|
275 |
+
"count": 8,
|
276 |
+
"is_parallel": true,
|
277 |
+
"self": 0.0016778689987404505
|
278 |
+
}
|
279 |
+
}
|
280 |
+
},
|
281 |
+
"UnityEnvironment.step": {
|
282 |
+
"total": 0.07547679200069979,
|
283 |
+
"count": 1,
|
284 |
+
"is_parallel": true,
|
285 |
+
"self": 0.00013888200373912696,
|
286 |
+
"children": {
|
287 |
+
"UnityEnvironment._generate_step_input": {
|
288 |
+
"total": 0.0009682789986982243,
|
289 |
+
"count": 1,
|
290 |
+
"is_parallel": true,
|
291 |
+
"self": 0.0009682789986982243
|
292 |
+
},
|
293 |
+
"communicator.exchange": {
|
294 |
+
"total": 0.07247353799903067,
|
295 |
+
"count": 1,
|
296 |
+
"is_parallel": true,
|
297 |
+
"self": 0.07247353799903067
|
298 |
+
},
|
299 |
+
"steps_from_proto": {
|
300 |
+
"total": 0.0018960929992317688,
|
301 |
+
"count": 2,
|
302 |
+
"is_parallel": true,
|
303 |
+
"self": 0.00027754000075219665,
|
304 |
+
"children": {
|
305 |
+
"_process_rank_one_or_two_observation": {
|
306 |
+
"total": 0.0016185529984795721,
|
307 |
+
"count": 8,
|
308 |
+
"is_parallel": true,
|
309 |
+
"self": 0.0016185529984795721
|
310 |
+
}
|
311 |
+
}
|
312 |
+
}
|
313 |
+
}
|
314 |
+
}
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"UnityEnvironment.step": {
|
318 |
+
"total": 143.75349329507299,
|
319 |
+
"count": 2704,
|
320 |
+
"is_parallel": true,
|
321 |
+
"self": 0.3745037539720215,
|
322 |
+
"children": {
|
323 |
+
"UnityEnvironment._generate_step_input": {
|
324 |
+
"total": 2.686821951003367,
|
325 |
+
"count": 2704,
|
326 |
+
"is_parallel": true,
|
327 |
+
"self": 2.686821951003367
|
328 |
+
},
|
329 |
+
"communicator.exchange": {
|
330 |
+
"total": 135.52860654306278,
|
331 |
+
"count": 2704,
|
332 |
+
"is_parallel": true,
|
333 |
+
"self": 135.52860654306278
|
334 |
+
},
|
335 |
+
"steps_from_proto": {
|
336 |
+
"total": 5.163561047034818,
|
337 |
+
"count": 5408,
|
338 |
+
"is_parallel": true,
|
339 |
+
"self": 0.6864072070893599,
|
340 |
+
"children": {
|
341 |
+
"_process_rank_one_or_two_observation": {
|
342 |
+
"total": 4.4771538399454585,
|
343 |
+
"count": 21632,
|
344 |
+
"is_parallel": true,
|
345 |
+
"self": 4.4771538399454585
|
346 |
+
}
|
347 |
+
}
|
348 |
+
}
|
349 |
+
}
|
350 |
+
}
|
351 |
+
}
|
352 |
+
}
|
353 |
+
}
|
354 |
+
}
|
355 |
+
}
|
356 |
+
},
|
357 |
+
"trainer_advance": {
|
358 |
+
"total": 6.722781617037981,
|
359 |
+
"count": 2705,
|
360 |
+
"self": 0.2077391260791046,
|
361 |
+
"children": {
|
362 |
+
"process_trajectory": {
|
363 |
+
"total": 1.7185336249585816,
|
364 |
+
"count": 2705,
|
365 |
+
"self": 1.7185336249585816
|
366 |
+
},
|
367 |
+
"_update_policy": {
|
368 |
+
"total": 4.796508866000295,
|
369 |
+
"count": 1,
|
370 |
+
"self": 2.93742640000346,
|
371 |
+
"children": {
|
372 |
+
"TorchPOCAOptimizer.update": {
|
373 |
+
"total": 1.8590824659968348,
|
374 |
+
"count": 42,
|
375 |
+
"self": 1.8590824659968348
|
376 |
+
}
|
377 |
+
}
|
378 |
+
}
|
379 |
+
}
|
380 |
+
}
|
381 |
+
}
|
382 |
+
},
|
383 |
+
"trainer_threads": {
|
384 |
+
"total": 8.820006769383326e-07,
|
385 |
+
"count": 1,
|
386 |
+
"self": 8.820006769383326e-07
|
387 |
+
},
|
388 |
+
"TrainerController._save_models": {
|
389 |
+
"total": 0.12665333899894904,
|
390 |
+
"count": 1,
|
391 |
+
"self": 0.000982760997430887,
|
392 |
+
"children": {
|
393 |
+
"RLTrainer._checkpoint": {
|
394 |
+
"total": 0.12567057800151815,
|
395 |
+
"count": 1,
|
396 |
+
"self": 0.12567057800151815
|
397 |
+
}
|
398 |
+
}
|
399 |
+
}
|
400 |
+
}
|
401 |
+
}
|
402 |
+
}
|
403 |
+
}
|
run_logs/training_status.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SoccerTwos": {
|
3 |
+
"elo": 1200.987212560798,
|
4 |
+
"checkpoints": [
|
5 |
+
{
|
6 |
+
"steps": 34826,
|
7 |
+
"file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-34826.onnx",
|
8 |
+
"reward": 0.0,
|
9 |
+
"creation_time": 1679695976.5641184,
|
10 |
+
"auxillary_file_paths": [
|
11 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-34826.pt"
|
12 |
+
]
|
13 |
+
}
|
14 |
+
],
|
15 |
+
"final_checkpoint": {
|
16 |
+
"steps": 34826,
|
17 |
+
"file_path": "results/SoccerTwos/SoccerTwos.onnx",
|
18 |
+
"reward": 0.0,
|
19 |
+
"creation_time": 1679695976.5641184,
|
20 |
+
"auxillary_file_paths": [
|
21 |
+
"results/SoccerTwos/SoccerTwos/SoccerTwos-34826.pt"
|
22 |
+
]
|
23 |
+
}
|
24 |
+
},
|
25 |
+
"metadata": {
|
26 |
+
"stats_format_version": "0.3.0",
|
27 |
+
"mlagents_version": "0.31.0.dev0",
|
28 |
+
"torch_version": "1.10.2+cu111"
|
29 |
+
}
|
30 |
+
}
|