nikogarro commited on
Commit
a8a8649
1 Parent(s): 29c899c

First Version

Browse files
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: nikogarro/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:e6136b76fddf039e6ec119a8e545f59dc510021036216d58049ba8a78e72df15
3
+ size 2817424
SoccerTwos/SoccerTwos-0.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:821d17e2f3520e69ef0d8cabd836c0750448e2dd84c71f7e1ff087dbe199012c
3
+ size 1763220
SoccerTwos/SoccerTwos-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7909ec04210417c4217ee352afe0158e4afecbdfb08e7fa480cf05c7a4f5db
3
+ size 9479648
SoccerTwos/SoccerTwos-1001776.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6136b76fddf039e6ec119a8e545f59dc510021036216d58049ba8a78e72df15
3
+ size 2817424
SoccerTwos/SoccerTwos-1001776.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fcd758841cb262beff68fe8350c71b34daffd07f7317d579b86a7a2d6feebf4
3
+ size 34744627
SoccerTwos/SoccerTwos-499768.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ad1beaedb3b20192ce6fc829e18fd338317306f66457122fad15e1e08e0dd9
3
+ size 2817424
SoccerTwos/SoccerTwos-499768.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb535dcb7587ccf7e86de990b841f8a46f98c1b5fc1a03714966d71b50f85bb
3
+ size 34744627
SoccerTwos/SoccerTwos-999776.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc3a5f036d66882c393848eea000c4a91852e44eb4f1f1012f9254edbece48a
3
+ size 2817424
SoccerTwos/SoccerTwos-999776.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28965261b13c2f8d7c54452e49d913d47e7b46ce4e6d606f514cf863d291bd88
3
+ size 34744627
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fcd758841cb262beff68fe8350c71b34daffd07f7317d579b86a7a2d6feebf4
3
+ size 34744627
SoccerTwos/events.out.tfevents.1676309826.b10100bb74a4.4352.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1870688f1a1768f2f181a574f2ebd5341c35a09bd05035e1bd0488a662ca1271
3
+ size 209016
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.0005, "beta": 0.006, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 5, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "network_settings": {"normalize": true, "hidden_units": 512, "num_layers": 3, "vis_encode_type": "simple", "memory": null, "goal_conditioning_type": "hyper", "deterministic": false}, "reward_signals": {"extrinsic": {"gamma": 0.95, "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, "checkpoint_interval": 500000, "max_steps": 1000000, "time_horizon": 1024, "summary_freq": 50000, "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": "/content/ml-agents/training-envs-executables/linux/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,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0005
9
+ beta: 0.006
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 5
13
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: true
18
+ hidden_units: 512
19
+ num_layers: 3
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.95
27
+ strength: 1.0
28
+ network_settings:
29
+ normalize: false
30
+ hidden_units: 128
31
+ num_layers: 2
32
+ vis_encode_type: simple
33
+ memory: null
34
+ goal_conditioning_type: hyper
35
+ deterministic: false
36
+ init_path: null
37
+ keep_checkpoints: 5
38
+ checkpoint_interval: 500000
39
+ max_steps: 1000000
40
+ time_horizon: 1024
41
+ summary_freq: 50000
42
+ threaded: false
43
+ self_play:
44
+ save_steps: 50000
45
+ team_change: 200000
46
+ swap_steps: 2000
47
+ window: 10
48
+ play_against_latest_model_ratio: 0.5
49
+ initial_elo: 1200.0
50
+ behavioral_cloning: null
51
+ env_settings:
52
+ env_path: /content/ml-agents/training-envs-executables/linux/SoccerTwos/SoccerTwos
53
+ env_args: null
54
+ base_port: 5005
55
+ num_envs: 1
56
+ num_areas: 1
57
+ seed: -1
58
+ max_lifetime_restarts: 10
59
+ restarts_rate_limit_n: 1
60
+ restarts_rate_limit_period_s: 60
61
+ engine_settings:
62
+ width: 84
63
+ height: 84
64
+ quality_level: 5
65
+ time_scale: 20
66
+ target_frame_rate: -1
67
+ capture_frame_rate: 60
68
+ no_graphics: true
69
+ environment_parameters: null
70
+ checkpoint_settings:
71
+ run_id: SoccerTwos
72
+ initialize_from: null
73
+ load_model: false
74
+ resume: false
75
+ force: true
76
+ train_model: false
77
+ inference: false
78
+ results_dir: results
79
+ torch_settings:
80
+ device: null
81
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,713 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/ml-agents/training-envs-executables/linux/SoccerTwos/SoccerTwos_Data/Managed'
2
+ Mono config path = '/content/ml-agents/training-envs-executables/linux/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 /content/ml-agents/training-envs-executables/linux/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
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
14
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
15
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
16
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
17
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
18
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
19
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
20
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
21
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
22
+ 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
23
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
24
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
25
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
26
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
27
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
28
+ ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
29
+ ALSA lib conf.c:5220:(snd_config_expand) Evaluate error: No such file or directory
30
+ ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
31
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
32
+ FMOD initialized on nosound output
33
+ Begin MonoManager ReloadAssembly
34
+ - Completed reload, in 0.110 seconds
35
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
36
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
39
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
40
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
41
+ ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
43
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
44
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
45
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - 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
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
49
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
50
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
51
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
52
+ WARNING: Shader Unsupported: 'Standard' - 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
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
56
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
57
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
58
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
59
+ UnloadTime: 0.868192 ms
60
+ Registered Communicator in Agent.
61
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
62
+ requesting resize 84 x 84
63
+ TOO LONG
64
+ TOO LONG
65
+ TOO LONG
66
+ TOO LONG
67
+ TOO LONG
68
+ TOO LONG
69
+ TOO LONG
70
+ TOO LONG
71
+ TOO LONG
72
+ TOO LONG
73
+ TOO LONG
74
+ TOO LONG
75
+ TOO LONG
76
+ TOO LONG
77
+ TOO LONG
78
+ TOO LONG
79
+ TOO LONG
80
+ TOO LONG
81
+ TOO LONG
82
+ TOO LONG
83
+ TOO LONG
84
+ TOO LONG
85
+ TOO LONG
86
+ TOO LONG
87
+ TOO LONG
88
+ TOO LONG
89
+ TOO LONG
90
+ TOO LONG
91
+ TOO LONG
92
+ TOO LONG
93
+ TOO LONG
94
+ TOO LONG
95
+ TOO LONG
96
+ TOO LONG
97
+ TOO LONG
98
+ TOO LONG
99
+ TOO LONG
100
+ TOO LONG
101
+ TOO LONG
102
+ TOO LONG
103
+ TOO LONG
104
+ TOO LONG
105
+ TOO LONG
106
+ TOO LONG
107
+ TOO LONG
108
+ TOO LONG
109
+ TOO LONG
110
+ TOO LONG
111
+ TOO LONG
112
+ TOO LONG
113
+ TOO LONG
114
+ TOO LONG
115
+ TOO LONG
116
+ TOO LONG
117
+ TOO LONG
118
+ TOO LONG
119
+ TOO LONG
120
+ TOO LONG
121
+ TOO LONG
122
+ TOO LONG
123
+ TOO LONG
124
+ TOO LONG
125
+ TOO LONG
126
+ TOO LONG
127
+ TOO LONG
128
+ TOO LONG
129
+ TOO LONG
130
+ TOO LONG
131
+ TOO LONG
132
+ TOO LONG
133
+ TOO LONG
134
+ TOO LONG
135
+ TOO LONG
136
+ TOO LONG
137
+ TOO LONG
138
+ TOO LONG
139
+ TOO LONG
140
+ TOO LONG
141
+ TOO LONG
142
+ TOO LONG
143
+ TOO LONG
144
+ TOO LONG
145
+ TOO LONG
146
+ TOO LONG
147
+ TOO LONG
148
+ TOO LONG
149
+ TOO LONG
150
+ TOO LONG
151
+ TOO LONG
152
+ TOO LONG
153
+ TOO LONG
154
+ TOO LONG
155
+ TOO LONG
156
+ TOO LONG
157
+ TOO LONG
158
+ TOO LONG
159
+ TOO LONG
160
+ TOO LONG
161
+ TOO LONG
162
+ TOO LONG
163
+ TOO LONG
164
+ TOO LONG
165
+ TOO LONG
166
+ TOO LONG
167
+ TOO LONG
168
+ TOO LONG
169
+ TOO LONG
170
+ TOO LONG
171
+ TOO LONG
172
+ TOO LONG
173
+ TOO LONG
174
+ TOO LONG
175
+ TOO LONG
176
+ TOO LONG
177
+ TOO LONG
178
+ TOO LONG
179
+ TOO LONG
180
+ TOO LONG
181
+ TOO LONG
182
+ TOO LONG
183
+ TOO LONG
184
+ TOO LONG
185
+ TOO LONG
186
+ TOO LONG
187
+ TOO LONG
188
+ TOO LONG
189
+ TOO LONG
190
+ TOO LONG
191
+ TOO LONG
192
+ TOO LONG
193
+ TOO LONG
194
+ TOO LONG
195
+ TOO LONG
196
+ TOO LONG
197
+ TOO LONG
198
+ TOO LONG
199
+ TOO LONG
200
+ TOO LONG
201
+ TOO LONG
202
+ TOO LONG
203
+ TOO LONG
204
+ TOO LONG
205
+ TOO LONG
206
+ TOO LONG
207
+ TOO LONG
208
+ TOO LONG
209
+ TOO LONG
210
+ TOO LONG
211
+ TOO LONG
212
+ TOO LONG
213
+ TOO LONG
214
+ TOO LONG
215
+ TOO LONG
216
+ TOO LONG
217
+ TOO LONG
218
+ TOO LONG
219
+ TOO LONG
220
+ TOO LONG
221
+ TOO LONG
222
+ TOO LONG
223
+ TOO LONG
224
+ TOO LONG
225
+ TOO LONG
226
+ TOO LONG
227
+ TOO LONG
228
+ TOO LONG
229
+ TOO LONG
230
+ TOO LONG
231
+ TOO LONG
232
+ TOO LONG
233
+ TOO LONG
234
+ TOO LONG
235
+ TOO LONG
236
+ TOO LONG
237
+ TOO LONG
238
+ TOO LONG
239
+ TOO LONG
240
+ TOO LONG
241
+ TOO LONG
242
+ TOO LONG
243
+ TOO LONG
244
+ TOO LONG
245
+ TOO LONG
246
+ TOO LONG
247
+ TOO LONG
248
+ TOO LONG
249
+ TOO LONG
250
+ TOO LONG
251
+ TOO LONG
252
+ TOO LONG
253
+ TOO LONG
254
+ TOO LONG
255
+ TOO LONG
256
+ TOO LONG
257
+ TOO LONG
258
+ TOO LONG
259
+ TOO LONG
260
+ TOO LONG
261
+ TOO LONG
262
+ TOO LONG
263
+ TOO LONG
264
+ TOO LONG
265
+ TOO LONG
266
+ TOO LONG
267
+ TOO LONG
268
+ TOO LONG
269
+ TOO LONG
270
+ TOO LONG
271
+ TOO LONG
272
+ TOO LONG
273
+ TOO LONG
274
+ TOO LONG
275
+ TOO LONG
276
+ TOO LONG
277
+ TOO LONG
278
+ TOO LONG
279
+ TOO LONG
280
+ TOO LONG
281
+ TOO LONG
282
+ TOO LONG
283
+ TOO LONG
284
+ TOO LONG
285
+ TOO LONG
286
+ TOO LONG
287
+ TOO LONG
288
+ TOO LONG
289
+ TOO LONG
290
+ TOO LONG
291
+ TOO LONG
292
+ TOO LONG
293
+ TOO LONG
294
+ TOO LONG
295
+ TOO LONG
296
+ TOO LONG
297
+ TOO LONG
298
+ TOO LONG
299
+ TOO LONG
300
+ TOO LONG
301
+ TOO LONG
302
+ TOO LONG
303
+ TOO LONG
304
+ TOO LONG
305
+ TOO LONG
306
+ TOO LONG
307
+ TOO LONG
308
+ TOO LONG
309
+ TOO LONG
310
+ TOO LONG
311
+ TOO LONG
312
+ TOO LONG
313
+ TOO LONG
314
+ TOO LONG
315
+ TOO LONG
316
+ TOO LONG
317
+ TOO LONG
318
+ TOO LONG
319
+ TOO LONG
320
+ TOO LONG
321
+ TOO LONG
322
+ TOO LONG
323
+ TOO LONG
324
+ TOO LONG
325
+ TOO LONG
326
+ TOO LONG
327
+ TOO LONG
328
+ TOO LONG
329
+ TOO LONG
330
+ TOO LONG
331
+ TOO LONG
332
+ TOO LONG
333
+ TOO LONG
334
+ TOO LONG
335
+ TOO LONG
336
+ TOO LONG
337
+ TOO LONG
338
+ TOO LONG
339
+ TOO LONG
340
+ TOO LONG
341
+ TOO LONG
342
+ TOO LONG
343
+ TOO LONG
344
+ TOO LONG
345
+ TOO LONG
346
+ TOO LONG
347
+ TOO LONG
348
+ TOO LONG
349
+ TOO LONG
350
+ TOO LONG
351
+ TOO LONG
352
+ TOO LONG
353
+ TOO LONG
354
+ TOO LONG
355
+ TOO LONG
356
+ TOO LONG
357
+ TOO LONG
358
+ TOO LONG
359
+ TOO LONG
360
+ TOO LONG
361
+ TOO LONG
362
+ TOO LONG
363
+ TOO LONG
364
+ TOO LONG
365
+ TOO LONG
366
+ TOO LONG
367
+ TOO LONG
368
+ TOO LONG
369
+ TOO LONG
370
+ TOO LONG
371
+ TOO LONG
372
+ TOO LONG
373
+ TOO LONG
374
+ TOO LONG
375
+ TOO LONG
376
+ TOO LONG
377
+ TOO LONG
378
+ TOO LONG
379
+ TOO LONG
380
+ TOO LONG
381
+ TOO LONG
382
+ TOO LONG
383
+ TOO LONG
384
+ TOO LONG
385
+ TOO LONG
386
+ TOO LONG
387
+ TOO LONG
388
+ TOO LONG
389
+ TOO LONG
390
+ TOO LONG
391
+ TOO LONG
392
+ TOO LONG
393
+ TOO LONG
394
+ TOO LONG
395
+ TOO LONG
396
+ TOO LONG
397
+ TOO LONG
398
+ TOO LONG
399
+ TOO LONG
400
+ TOO LONG
401
+ TOO LONG
402
+ TOO LONG
403
+ TOO LONG
404
+ TOO LONG
405
+ TOO LONG
406
+ TOO LONG
407
+ TOO LONG
408
+ TOO LONG
409
+ TOO LONG
410
+ TOO LONG
411
+ TOO LONG
412
+ TOO LONG
413
+ TOO LONG
414
+ TOO LONG
415
+ TOO LONG
416
+ TOO LONG
417
+ TOO LONG
418
+ TOO LONG
419
+ TOO LONG
420
+ TOO LONG
421
+ TOO LONG
422
+ TOO LONG
423
+ TOO LONG
424
+ TOO LONG
425
+ TOO LONG
426
+ TOO LONG
427
+ TOO LONG
428
+ TOO LONG
429
+ TOO LONG
430
+ TOO LONG
431
+ TOO LONG
432
+ TOO LONG
433
+ TOO LONG
434
+ TOO LONG
435
+ TOO LONG
436
+ TOO LONG
437
+ TOO LONG
438
+ TOO LONG
439
+ TOO LONG
440
+ TOO LONG
441
+ TOO LONG
442
+ TOO LONG
443
+ TOO LONG
444
+ TOO LONG
445
+ TOO LONG
446
+ TOO LONG
447
+ TOO LONG
448
+ TOO LONG
449
+ TOO LONG
450
+ TOO LONG
451
+ TOO LONG
452
+ TOO LONG
453
+ TOO LONG
454
+ TOO LONG
455
+ TOO LONG
456
+ TOO LONG
457
+ TOO LONG
458
+ TOO LONG
459
+ TOO LONG
460
+ TOO LONG
461
+ TOO LONG
462
+ TOO LONG
463
+ TOO LONG
464
+ TOO LONG
465
+ TOO LONG
466
+ TOO LONG
467
+ TOO LONG
468
+ TOO LONG
469
+ TOO LONG
470
+ TOO LONG
471
+ TOO LONG
472
+ TOO LONG
473
+ TOO LONG
474
+ TOO LONG
475
+ TOO LONG
476
+ TOO LONG
477
+ TOO LONG
478
+ TOO LONG
479
+ TOO LONG
480
+ TOO LONG
481
+ TOO LONG
482
+ TOO LONG
483
+ TOO LONG
484
+ TOO LONG
485
+ TOO LONG
486
+ TOO LONG
487
+ TOO LONG
488
+ TOO LONG
489
+ TOO LONG
490
+ TOO LONG
491
+ TOO LONG
492
+ TOO LONG
493
+ TOO LONG
494
+ TOO LONG
495
+ TOO LONG
496
+ TOO LONG
497
+ TOO LONG
498
+ TOO LONG
499
+ TOO LONG
500
+ TOO LONG
501
+ TOO LONG
502
+ Setting up 1 worker threads for Enlighten.
503
+ Memory Statistics:
504
+ [ALLOC_TEMP_TLS] TLS Allocator
505
+ StackAllocators :
506
+ [ALLOC_TEMP_MAIN]
507
+ Peak usage frame count: [8.0 KB-16.0 KB]: 19408 frames, [2.0 MB-4.0 MB]: 1 frames
508
+ Initial Block Size 4.0 MB
509
+ Current Block Size 4.0 MB
510
+ Peak Allocated Bytes 2.1 MB
511
+ Overflow Count 0
512
+ [ALLOC_TEMP_Loading.AsyncRead]
513
+ Initial Block Size 64.0 KB
514
+ Current Block Size 64.0 KB
515
+ Peak Allocated Bytes 128 B
516
+ Overflow Count 0
517
+ [ALLOC_TEMP_Loading.PreloadManager]
518
+ Initial Block Size 256.0 KB
519
+ Current Block Size 300.0 KB
520
+ Peak Allocated Bytes 249.6 KB
521
+ Overflow Count 4
522
+ [ALLOC_TEMP_Background Job.Worker 8]
523
+ Initial Block Size 32.0 KB
524
+ Current Block Size 32.0 KB
525
+ Peak Allocated Bytes 0 B
526
+ Overflow Count 0
527
+ [ALLOC_TEMP_Background Job.Worker 9]
528
+ Initial Block Size 32.0 KB
529
+ Current Block Size 32.0 KB
530
+ Peak Allocated Bytes 0 B
531
+ Overflow Count 0
532
+ [ALLOC_TEMP_Job.Worker 0]
533
+ Initial Block Size 256.0 KB
534
+ Current Block Size 256.0 KB
535
+ Peak Allocated Bytes 0.7 KB
536
+ Overflow Count 0
537
+ [ALLOC_TEMP_Background Job.Worker 10]
538
+ Initial Block Size 32.0 KB
539
+ Current Block Size 32.0 KB
540
+ Peak Allocated Bytes 0 B
541
+ Overflow Count 0
542
+ [ALLOC_TEMP_Background Job.Worker 14]
543
+ Initial Block Size 32.0 KB
544
+ Current Block Size 32.0 KB
545
+ Peak Allocated Bytes 0 B
546
+ Overflow Count 0
547
+ [ALLOC_TEMP_Background Job.Worker 6]
548
+ Initial Block Size 32.0 KB
549
+ Current Block Size 32.0 KB
550
+ Peak Allocated Bytes 0 B
551
+ Overflow Count 0
552
+ [ALLOC_TEMP_Background Job.Worker 12]
553
+ Initial Block Size 32.0 KB
554
+ Current Block Size 32.0 KB
555
+ Peak Allocated Bytes 0 B
556
+ Overflow Count 0
557
+ [ALLOC_TEMP_EnlightenWorker]
558
+ Initial Block Size 64.0 KB
559
+ Current Block Size 64.0 KB
560
+ Peak Allocated Bytes 0 B
561
+ Overflow Count 0
562
+ [ALLOC_TEMP_Background Job.Worker 15]
563
+ Initial Block Size 32.0 KB
564
+ Current Block Size 32.0 KB
565
+ Peak Allocated Bytes 0 B
566
+ Overflow Count 0
567
+ [ALLOC_TEMP_Background Job.Worker 1]
568
+ Initial Block Size 32.0 KB
569
+ Current Block Size 32.0 KB
570
+ Peak Allocated Bytes 0 B
571
+ Overflow Count 0
572
+ [ALLOC_TEMP_Background Job.Worker 2]
573
+ Initial Block Size 32.0 KB
574
+ Current Block Size 32.0 KB
575
+ Peak Allocated Bytes 0 B
576
+ Overflow Count 0
577
+ [ALLOC_TEMP_Background Job.Worker 7]
578
+ Initial Block Size 32.0 KB
579
+ Current Block Size 32.0 KB
580
+ Peak Allocated Bytes 0 B
581
+ Overflow Count 0
582
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
583
+ Initial Block Size 64.0 KB
584
+ Current Block Size 64.0 KB
585
+ Peak Allocated Bytes 0 B
586
+ Overflow Count 0
587
+ [ALLOC_TEMP_Background Job.Worker 5]
588
+ Initial Block Size 32.0 KB
589
+ Current Block Size 32.0 KB
590
+ Peak Allocated Bytes 0 B
591
+ Overflow Count 0
592
+ [ALLOC_TEMP_Background Job.Worker 13]
593
+ Initial Block Size 32.0 KB
594
+ Current Block Size 32.0 KB
595
+ Peak Allocated Bytes 0 B
596
+ Overflow Count 0
597
+ [ALLOC_TEMP_Background Job.Worker 11]
598
+ Initial Block Size 32.0 KB
599
+ Current Block Size 32.0 KB
600
+ Peak Allocated Bytes 0 B
601
+ Overflow Count 0
602
+ [ALLOC_TEMP_Background Job.Worker 3]
603
+ Initial Block Size 32.0 KB
604
+ Current Block Size 32.0 KB
605
+ Peak Allocated Bytes 0 B
606
+ Overflow Count 0
607
+ [ALLOC_TEMP_Background Job.Worker 0]
608
+ Initial Block Size 32.0 KB
609
+ Current Block Size 32.0 KB
610
+ Peak Allocated Bytes 0 B
611
+ Overflow Count 0
612
+ [ALLOC_TEMP_Background Job.Worker 4]
613
+ Initial Block Size 32.0 KB
614
+ Current Block Size 32.0 KB
615
+ Peak Allocated Bytes 0 B
616
+ Overflow Count 0
617
+ [ALLOC_TEMP_BatchDeleteObjects]
618
+ Initial Block Size 64.0 KB
619
+ Current Block Size 64.0 KB
620
+ Peak Allocated Bytes 0 B
621
+ Overflow Count 0
622
+ [ALLOC_DEFAULT] Dual Thread Allocator
623
+ Peak main deferred allocation count 3
624
+ [ALLOC_BUCKET]
625
+ Large Block size 4.0 MB
626
+ Used Block count 1
627
+ Peak Allocated bytes 1.0 MB
628
+ [ALLOC_DEFAULT_MAIN]
629
+ Peak usage frame count: [4.0 MB-8.0 MB]: 19409 frames
630
+ Requested Block Size 16.0 MB
631
+ Peak Block count 1
632
+ Peak Allocated memory 4.9 MB
633
+ Peak Large allocation bytes 0 B
634
+ [ALLOC_DEFAULT_THREAD]
635
+ Peak usage frame count: [16.0 MB-32.0 MB]: 19409 frames
636
+ Requested Block Size 16.0 MB
637
+ Peak Block count 1
638
+ Peak Allocated memory 17.2 MB
639
+ Peak Large allocation bytes 16.0 MB
640
+ [ALLOC_TEMP_JOB_1_FRAME]
641
+ Initial Block Size 2.0 MB
642
+ Used Block Count 1
643
+ Overflow Count (too large) 0
644
+ Overflow Count (full) 0
645
+ [ALLOC_TEMP_JOB_2_FRAMES]
646
+ Initial Block Size 2.0 MB
647
+ Used Block Count 1
648
+ Overflow Count (too large) 0
649
+ Overflow Count (full) 0
650
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
651
+ Initial Block Size 2.0 MB
652
+ Used Block Count 2
653
+ Overflow Count (too large) 0
654
+ Overflow Count (full) 0
655
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
656
+ Initial Block Size 1.0 MB
657
+ Used Block Count 3
658
+ Overflow Count (too large) 0
659
+ Overflow Count (full) 0
660
+ [ALLOC_GFX] Dual Thread Allocator
661
+ Peak main deferred allocation count 0
662
+ [ALLOC_BUCKET]
663
+ Large Block size 4.0 MB
664
+ Used Block count 1
665
+ Peak Allocated bytes 1.0 MB
666
+ [ALLOC_GFX_MAIN]
667
+ Peak usage frame count: [32.0 KB-64.0 KB]: 19408 frames, [64.0 KB-128.0 KB]: 1 frames
668
+ Requested Block Size 16.0 MB
669
+ Peak Block count 1
670
+ Peak Allocated memory 65.6 KB
671
+ Peak Large allocation bytes 0 B
672
+ [ALLOC_GFX_THREAD]
673
+ Peak usage frame count: [128.0 KB-256.0 KB]: 19409 frames
674
+ Requested Block Size 16.0 MB
675
+ Peak Block count 1
676
+ Peak Allocated memory 173.5 KB
677
+ Peak Large allocation bytes 0 B
678
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
679
+ Peak main deferred allocation count 0
680
+ [ALLOC_BUCKET]
681
+ Large Block size 4.0 MB
682
+ Used Block count 1
683
+ Peak Allocated bytes 1.0 MB
684
+ [ALLOC_CACHEOBJECTS_MAIN]
685
+ Peak usage frame count: [0.5 MB-1.0 MB]: 19409 frames
686
+ Requested Block Size 4.0 MB
687
+ Peak Block count 1
688
+ Peak Allocated memory 0.6 MB
689
+ Peak Large allocation bytes 0 B
690
+ [ALLOC_CACHEOBJECTS_THREAD]
691
+ Peak usage frame count: [0.5 MB-1.0 MB]: 19408 frames, [4.0 MB-8.0 MB]: 1 frames
692
+ Requested Block Size 4.0 MB
693
+ Peak Block count 2
694
+ Peak Allocated memory 4.4 MB
695
+ Peak Large allocation bytes 0 B
696
+ [ALLOC_TYPETREE] Dual Thread Allocator
697
+ Peak main deferred allocation count 0
698
+ [ALLOC_BUCKET]
699
+ Large Block size 4.0 MB
700
+ Used Block count 1
701
+ Peak Allocated bytes 1.0 MB
702
+ [ALLOC_TYPETREE_MAIN]
703
+ Peak usage frame count: [0-1.0 KB]: 19409 frames
704
+ Requested Block Size 2.0 MB
705
+ Peak Block count 1
706
+ Peak Allocated memory 1.0 KB
707
+ Peak Large allocation bytes 0 B
708
+ [ALLOC_TYPETREE_THREAD]
709
+ Peak usage frame count: [1.0 KB-2.0 KB]: 19408 frames, [2.0 KB-4.0 KB]: 1 frames
710
+ Requested Block Size 2.0 MB
711
+ Peak Block count 1
712
+ Peak Allocated memory 2.2 KB
713
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 3.0931687355041504,
6
+ "min": 3.0931687355041504,
7
+ "max": 3.285083770751953,
8
+ "count": 20
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 318126.21875,
12
+ "min": 295396.78125,
13
+ "max": 392512.96875,
14
+ "count": 20
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 905.2142857142857,
18
+ "min": 742.5151515151515,
19
+ "max": 964.2692307692307,
20
+ "count": 20
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 101384.0,
24
+ "min": 96920.0,
25
+ "max": 102956.0,
26
+ "count": 20
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1200.794760242277,
30
+ "min": 1200.4892579168904,
31
+ "max": 1204.2571574161518,
32
+ "count": 20
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 14409.537122907324,
36
+ "min": 4814.783399651233,
37
+ "max": 33639.309722443664,
38
+ "count": 20
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 999776.0,
42
+ "min": 49360.0,
43
+ "max": 999776.0,
44
+ "count": 20
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 999776.0,
48
+ "min": 49360.0,
49
+ "max": 999776.0,
50
+ "count": 20
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.0016028030076995492,
54
+ "min": -0.004264697432518005,
55
+ "max": 0.08232221752405167,
56
+ "count": 20
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -0.08975696563720703,
60
+ "min": -0.2430877536535263,
61
+ "max": 4.857010841369629,
62
+ "count": 20
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.0017203426687046885,
66
+ "min": -0.005274998489767313,
67
+ "max": 0.08306208997964859,
68
+ "count": 20
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -0.09633918851613998,
72
+ "min": -0.3006749153137207,
73
+ "max": 4.900663375854492,
74
+ "count": 20
75
+ },
76
+ "SoccerTwos.Environment.CumulativeReward.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 20
81
+ },
82
+ "SoccerTwos.Environment.CumulativeReward.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 20
87
+ },
88
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": -0.11030000022479466,
90
+ "min": -0.12444178960216579,
91
+ "max": 0.052999999236177514,
92
+ "count": 20
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": -6.176800012588501,
96
+ "min": -8.337599903345108,
97
+ "max": 2.861999958753586,
98
+ "count": 20
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": -0.11030000022479466,
102
+ "min": -0.12444178960216579,
103
+ "max": 0.052999999236177514,
104
+ "count": 20
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": -6.176800012588501,
108
+ "min": -8.337599903345108,
109
+ "max": 2.861999958753586,
110
+ "count": 20
111
+ },
112
+ "SoccerTwos.Losses.PolicyLoss.mean": {
113
+ "value": 0.016466266225458336,
114
+ "min": 0.015288337600468365,
115
+ "max": 0.01968905675690621,
116
+ "count": 20
117
+ },
118
+ "SoccerTwos.Losses.PolicyLoss.sum": {
119
+ "value": 0.049398798676375005,
120
+ "min": 0.018511507396968746,
121
+ "max": 0.05831768332718639,
122
+ "count": 20
123
+ },
124
+ "SoccerTwos.Losses.ValueLoss.mean": {
125
+ "value": 0.0008875883443094306,
126
+ "min": 0.00012735439536484705,
127
+ "max": 0.0018866164041780088,
128
+ "count": 20
129
+ },
130
+ "SoccerTwos.Losses.ValueLoss.sum": {
131
+ "value": 0.0026627650329282917,
132
+ "min": 0.0002547087907296941,
133
+ "max": 0.005659849212534027,
134
+ "count": 20
135
+ },
136
+ "SoccerTwos.Losses.BaselineLoss.mean": {
137
+ "value": 0.0008889668918709504,
138
+ "min": 0.00012729530923465406,
139
+ "max": 0.0019485034459891415,
140
+ "count": 20
141
+ },
142
+ "SoccerTwos.Losses.BaselineLoss.sum": {
143
+ "value": 0.002666900675612851,
144
+ "min": 0.0002545906184693081,
145
+ "max": 0.005845510337967425,
146
+ "count": 20
147
+ },
148
+ "SoccerTwos.Policy.LearningRate.mean": {
149
+ "value": 1.3029764060733328e-05,
150
+ "min": 1.3029764060733328e-05,
151
+ "max": 0.0004852640029471997,
152
+ "count": 20
153
+ },
154
+ "SoccerTwos.Policy.LearningRate.sum": {
155
+ "value": 3.908929218219998e-05,
156
+ "min": 3.908929218219998e-05,
157
+ "max": 0.001392970021406,
158
+ "count": 20
159
+ },
160
+ "SoccerTwos.Policy.Epsilon.mean": {
161
+ "value": 0.10260593333333333,
162
+ "min": 0.10260593333333333,
163
+ "max": 0.19705279999999997,
164
+ "count": 20
165
+ },
166
+ "SoccerTwos.Policy.Epsilon.sum": {
167
+ "value": 0.3078178,
168
+ "min": 0.19705279999999997,
169
+ "max": 0.578594,
170
+ "count": 20
171
+ },
172
+ "SoccerTwos.Policy.Beta.mean": {
173
+ "value": 0.00016609540666666662,
174
+ "min": 0.00016609540666666662,
175
+ "max": 0.00582346272,
176
+ "count": 20
177
+ },
178
+ "SoccerTwos.Policy.Beta.sum": {
179
+ "value": 0.0004982862199999999,
180
+ "min": 0.0004982862199999999,
181
+ "max": 0.016717780600000003,
182
+ "count": 20
183
+ },
184
+ "SoccerTwos.IsTraining.mean": {
185
+ "value": 1.0,
186
+ "min": 1.0,
187
+ "max": 1.0,
188
+ "count": 20
189
+ },
190
+ "SoccerTwos.IsTraining.sum": {
191
+ "value": 1.0,
192
+ "min": 1.0,
193
+ "max": 1.0,
194
+ "count": 20
195
+ }
196
+ },
197
+ "metadata": {
198
+ "timer_format_version": "0.1.0",
199
+ "start_time_seconds": "1676309823",
200
+ "python_version": "3.8.10 (default, Nov 14 2022, 12:59:47) \n[GCC 9.4.0]",
201
+ "command_line_arguments": "/usr/local/bin/mlagents-learn /content/ml-agents/config/poca/SoccerTwos.yaml --env=/content/ml-agents/training-envs-executables/linux/SoccerTwos/SoccerTwos --run-id=SoccerTwos --no-graphics --force",
202
+ "mlagents_version": "0.29.0.dev0",
203
+ "mlagents_envs_version": "0.29.0.dev0",
204
+ "communication_protocol_version": "1.5.0",
205
+ "pytorch_version": "1.8.1+cu102",
206
+ "numpy_version": "1.21.6",
207
+ "end_time_seconds": "1676312152"
208
+ },
209
+ "total": 2329.668662306,
210
+ "count": 1,
211
+ "self": 0.377563771000041,
212
+ "children": {
213
+ "run_training.setup": {
214
+ "total": 0.1968287849999797,
215
+ "count": 1,
216
+ "self": 0.1968287849999797
217
+ },
218
+ "TrainerController.start_learning": {
219
+ "total": 2329.09426975,
220
+ "count": 1,
221
+ "self": 1.3139922649606888,
222
+ "children": {
223
+ "TrainerController._reset_env": {
224
+ "total": 6.492277372000331,
225
+ "count": 5,
226
+ "self": 6.492277372000331
227
+ },
228
+ "TrainerController.advance": {
229
+ "total": 2320.937627842038,
230
+ "count": 65137,
231
+ "self": 1.6417428820550413,
232
+ "children": {
233
+ "env_step": {
234
+ "total": 1704.1357154320035,
235
+ "count": 65137,
236
+ "self": 1291.5167122129455,
237
+ "children": {
238
+ "SubprocessEnvManager._take_step": {
239
+ "total": 411.75434580099125,
240
+ "count": 65137,
241
+ "self": 11.198707932950924,
242
+ "children": {
243
+ "TorchPolicy.evaluate": {
244
+ "total": 400.5556378680403,
245
+ "count": 129396,
246
+ "self": 73.7570395059746,
247
+ "children": {
248
+ "TorchPolicy.sample_actions": {
249
+ "total": 326.7985983620657,
250
+ "count": 129396,
251
+ "self": 326.7985983620657
252
+ }
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "workers": {
258
+ "total": 0.8646574180665993,
259
+ "count": 65137,
260
+ "self": 0.0,
261
+ "children": {
262
+ "worker_root": {
263
+ "total": 2324.302779778049,
264
+ "count": 65137,
265
+ "is_parallel": true,
266
+ "self": 1236.861539408057,
267
+ "children": {
268
+ "run_training.setup": {
269
+ "total": 0.0,
270
+ "count": 0,
271
+ "is_parallel": true,
272
+ "self": 0.0,
273
+ "children": {
274
+ "steps_from_proto": {
275
+ "total": 0.002927940000063245,
276
+ "count": 2,
277
+ "is_parallel": true,
278
+ "self": 0.0008689640001193766,
279
+ "children": {
280
+ "_process_rank_one_or_two_observation": {
281
+ "total": 0.0020589759999438684,
282
+ "count": 8,
283
+ "is_parallel": true,
284
+ "self": 0.0020589759999438684
285
+ }
286
+ }
287
+ },
288
+ "UnityEnvironment.step": {
289
+ "total": 0.03854192399990097,
290
+ "count": 1,
291
+ "is_parallel": true,
292
+ "self": 0.0011098549998678209,
293
+ "children": {
294
+ "UnityEnvironment._generate_step_input": {
295
+ "total": 0.0008918969999740511,
296
+ "count": 1,
297
+ "is_parallel": true,
298
+ "self": 0.0008918969999740511
299
+ },
300
+ "communicator.exchange": {
301
+ "total": 0.032974581999951624,
302
+ "count": 1,
303
+ "is_parallel": true,
304
+ "self": 0.032974581999951624
305
+ },
306
+ "steps_from_proto": {
307
+ "total": 0.003565590000107477,
308
+ "count": 2,
309
+ "is_parallel": true,
310
+ "self": 0.0007971310000129961,
311
+ "children": {
312
+ "_process_rank_one_or_two_observation": {
313
+ "total": 0.002768459000094481,
314
+ "count": 8,
315
+ "is_parallel": true,
316
+ "self": 0.002768459000094481
317
+ }
318
+ }
319
+ }
320
+ }
321
+ }
322
+ }
323
+ },
324
+ "UnityEnvironment.step": {
325
+ "total": 1087.4337666899917,
326
+ "count": 65136,
327
+ "is_parallel": true,
328
+ "self": 64.38289495199456,
329
+ "children": {
330
+ "UnityEnvironment._generate_step_input": {
331
+ "total": 50.44968356303423,
332
+ "count": 65136,
333
+ "is_parallel": true,
334
+ "self": 50.44968356303423
335
+ },
336
+ "communicator.exchange": {
337
+ "total": 763.7788883129964,
338
+ "count": 65136,
339
+ "is_parallel": true,
340
+ "self": 763.7788883129964
341
+ },
342
+ "steps_from_proto": {
343
+ "total": 208.82229986196648,
344
+ "count": 130272,
345
+ "is_parallel": true,
346
+ "self": 42.197285519956154,
347
+ "children": {
348
+ "_process_rank_one_or_two_observation": {
349
+ "total": 166.62501434201033,
350
+ "count": 521088,
351
+ "is_parallel": true,
352
+ "self": 166.62501434201033
353
+ }
354
+ }
355
+ }
356
+ }
357
+ },
358
+ "steps_from_proto": {
359
+ "total": 0.0074736800004302495,
360
+ "count": 8,
361
+ "is_parallel": true,
362
+ "self": 0.001717889000019568,
363
+ "children": {
364
+ "_process_rank_one_or_two_observation": {
365
+ "total": 0.005755791000410682,
366
+ "count": 32,
367
+ "is_parallel": true,
368
+ "self": 0.005755791000410682
369
+ }
370
+ }
371
+ }
372
+ }
373
+ }
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "trainer_advance": {
379
+ "total": 615.1601695279796,
380
+ "count": 65137,
381
+ "self": 11.888566690920243,
382
+ "children": {
383
+ "process_trajectory": {
384
+ "total": 151.08626794405905,
385
+ "count": 65137,
386
+ "self": 150.48433769205917,
387
+ "children": {
388
+ "RLTrainer._checkpoint": {
389
+ "total": 0.6019302519998746,
390
+ "count": 2,
391
+ "self": 0.6019302519998746
392
+ }
393
+ }
394
+ },
395
+ "_update_policy": {
396
+ "total": 452.18533489300034,
397
+ "count": 46,
398
+ "self": 269.0533900849837,
399
+ "children": {
400
+ "TorchPOCAOptimizer.update": {
401
+ "total": 183.13194480801667,
402
+ "count": 2320,
403
+ "self": 183.13194480801667
404
+ }
405
+ }
406
+ }
407
+ }
408
+ }
409
+ }
410
+ },
411
+ "trainer_threads": {
412
+ "total": 8.290003279398661e-07,
413
+ "count": 1,
414
+ "self": 8.290003279398661e-07
415
+ },
416
+ "TrainerController._save_models": {
417
+ "total": 0.35037144200032344,
418
+ "count": 1,
419
+ "self": 0.003085347000251204,
420
+ "children": {
421
+ "RLTrainer._checkpoint": {
422
+ "total": 0.34728609500007224,
423
+ "count": 1,
424
+ "self": 0.34728609500007224
425
+ }
426
+ }
427
+ }
428
+ }
429
+ }
430
+ }
431
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SoccerTwos": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 499768,
6
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-499768.onnx",
7
+ "reward": 0.0,
8
+ "creation_time": 1676311006.6344357,
9
+ "auxillary_file_paths": [
10
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-499768.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 999776,
15
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-999776.onnx",
16
+ "reward": 0.0,
17
+ "creation_time": 1676312151.7814512,
18
+ "auxillary_file_paths": [
19
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-999776.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 1001776,
24
+ "file_path": "results/SoccerTwos/SoccerTwos/SoccerTwos-1001776.onnx",
25
+ "reward": 0.0,
26
+ "creation_time": 1676312152.385883,
27
+ "auxillary_file_paths": [
28
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-1001776.pt"
29
+ ]
30
+ }
31
+ ],
32
+ "elo": 1200.7947602422769,
33
+ "final_checkpoint": {
34
+ "steps": 1001776,
35
+ "file_path": "results/SoccerTwos/SoccerTwos.onnx",
36
+ "reward": 0.0,
37
+ "creation_time": 1676312152.385883,
38
+ "auxillary_file_paths": [
39
+ "results/SoccerTwos/SoccerTwos/SoccerTwos-1001776.pt"
40
+ ]
41
+ }
42
+ },
43
+ "metadata": {
44
+ "stats_format_version": "0.3.0",
45
+ "mlagents_version": "0.29.0.dev0",
46
+ "torch_version": "1.8.1+cu102"
47
+ }
48
+ }