mili7522 commited on
Commit
c032664
1 Parent(s): bd438db

First Push

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: mili7522/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:10fa7c29276207d3d31e11b328bd35f2bc9bafb5ec0f1d26e1edfd31e8b3ce55
3
+ size 1764633
SoccerTwos/SoccerTwos-17618.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10fa7c29276207d3d31e11b328bd35f2bc9bafb5ec0f1d26e1edfd31e8b3ce55
3
+ size 1764633
SoccerTwos/SoccerTwos-17618.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1124fd437dc722c28862ab4f916488119a8402ebb3c16b3dda3611c53f29c3c
3
+ size 9478265
SoccerTwos/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1124fd437dc722c28862ab4f916488119a8402ebb3c16b3dda3611c53f29c3c
3
+ size 9478265
SoccerTwos/events.out.tfevents.1681049538.X399.4028.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff6b422859ece2a012cffaca3bed372fbd4c1d6ffa0b457e493b75e9f4b7797
3
+ size 11091
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": "SoccerTwosInitial", "initialize_from": null, "load_model": false, "resume": false, "force": false, "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: SoccerTwosInitial
73
+ initialize_from: null
74
+ load_model: false
75
+ resume: false
76
+ force: false
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,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/home/mli/ml-agents/training-envs-executables/SoccerTwos/SoccerTwos_Data/Managed'
2
+ Mono config path = '/home/mli/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/mli/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
+ shared memfd open() failed: Function not implemented
14
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
15
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
16
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
17
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
18
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
19
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
20
+ ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
21
+ ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
22
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
23
+ shared memfd open() failed: Function not implemented
24
+ 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
25
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
26
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
27
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
28
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
29
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
30
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
31
+ ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
32
+ ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
33
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
34
+ FMOD initialized on nosound output
35
+ Begin MonoManager ReloadAssembly
36
+ - Completed reload, in 0.158 seconds
37
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
40
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
41
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
42
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
43
+ ERROR: Shader Standard (Specular setup) shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
44
+ WARNING: Shader Unsupported: 'Standard (Specular setup)' - All subshaders removed
45
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
46
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
47
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
48
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
49
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
50
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
51
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
52
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
53
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
54
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
55
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
56
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
57
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
58
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
59
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
60
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
61
+ UnloadTime: 1.154500 ms
62
+ Registered Communicator in Agent.
63
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
64
+ requesting resize 84 x 84
65
+ TOO LONG
66
+ TOO LONG
67
+ TOO LONG
68
+ TOO LONG
69
+ TOO LONG
70
+ TOO LONG
run_logs/timers.json ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "SoccerTwos.Policy.Entropy.mean": {
5
+ "value": 3.2957241535186768,
6
+ "min": 3.2957241535186768,
7
+ "max": 3.2957241535186768,
8
+ "count": 1
9
+ },
10
+ "SoccerTwos.Policy.Entropy.sum": {
11
+ "value": 105463.171875,
12
+ "min": 105463.171875,
13
+ "max": 105463.171875,
14
+ "count": 1
15
+ },
16
+ "SoccerTwos.Environment.EpisodeLength.mean": {
17
+ "value": 827.25,
18
+ "min": 827.25,
19
+ "max": 827.25,
20
+ "count": 1
21
+ },
22
+ "SoccerTwos.Environment.EpisodeLength.sum": {
23
+ "value": 26472.0,
24
+ "min": 26472.0,
25
+ "max": 26472.0,
26
+ "count": 1
27
+ },
28
+ "SoccerTwos.Self-play.ELO.mean": {
29
+ "value": 1199.3173316810933,
30
+ "min": 1199.3173316810933,
31
+ "max": 1199.3173316810933,
32
+ "count": 1
33
+ },
34
+ "SoccerTwos.Self-play.ELO.sum": {
35
+ "value": 9594.538653448746,
36
+ "min": 9594.538653448746,
37
+ "max": 9594.538653448746,
38
+ "count": 1
39
+ },
40
+ "SoccerTwos.Step.mean": {
41
+ "value": 9252.0,
42
+ "min": 9252.0,
43
+ "max": 9252.0,
44
+ "count": 1
45
+ },
46
+ "SoccerTwos.Step.sum": {
47
+ "value": 9252.0,
48
+ "min": 9252.0,
49
+ "max": 9252.0,
50
+ "count": 1
51
+ },
52
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.mean": {
53
+ "value": -0.07980915158987045,
54
+ "min": -0.07980915158987045,
55
+ "max": -0.07980915158987045,
56
+ "count": 1
57
+ },
58
+ "SoccerTwos.Policy.ExtrinsicBaselineEstimate.sum": {
59
+ "value": -0.9577098488807678,
60
+ "min": -0.9577098488807678,
61
+ "max": -0.9577098488807678,
62
+ "count": 1
63
+ },
64
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.mean": {
65
+ "value": -0.07986191660165787,
66
+ "min": -0.07986191660165787,
67
+ "max": -0.07986191660165787,
68
+ "count": 1
69
+ },
70
+ "SoccerTwos.Policy.ExtrinsicValueEstimate.sum": {
71
+ "value": -0.958342969417572,
72
+ "min": -0.958342969417572,
73
+ "max": -0.958342969417572,
74
+ "count": 1
75
+ },
76
+ "SoccerTwos.Environment.CumulativeReward.mean": {
77
+ "value": 0.0,
78
+ "min": 0.0,
79
+ "max": 0.0,
80
+ "count": 1
81
+ },
82
+ "SoccerTwos.Environment.CumulativeReward.sum": {
83
+ "value": 0.0,
84
+ "min": 0.0,
85
+ "max": 0.0,
86
+ "count": 1
87
+ },
88
+ "SoccerTwos.Policy.ExtrinsicReward.mean": {
89
+ "value": -0.2822999991476536,
90
+ "min": -0.2822999991476536,
91
+ "max": -0.2822999991476536,
92
+ "count": 1
93
+ },
94
+ "SoccerTwos.Policy.ExtrinsicReward.sum": {
95
+ "value": -3.387599989771843,
96
+ "min": -3.387599989771843,
97
+ "max": -3.387599989771843,
98
+ "count": 1
99
+ },
100
+ "SoccerTwos.Environment.GroupCumulativeReward.mean": {
101
+ "value": -0.2822999991476536,
102
+ "min": -0.2822999991476536,
103
+ "max": -0.2822999991476536,
104
+ "count": 1
105
+ },
106
+ "SoccerTwos.Environment.GroupCumulativeReward.sum": {
107
+ "value": -3.387599989771843,
108
+ "min": -3.387599989771843,
109
+ "max": -3.387599989771843,
110
+ "count": 1
111
+ },
112
+ "SoccerTwos.IsTraining.mean": {
113
+ "value": 1.0,
114
+ "min": 1.0,
115
+ "max": 1.0,
116
+ "count": 1
117
+ },
118
+ "SoccerTwos.IsTraining.sum": {
119
+ "value": 1.0,
120
+ "min": 1.0,
121
+ "max": 1.0,
122
+ "count": 1
123
+ }
124
+ },
125
+ "metadata": {
126
+ "timer_format_version": "0.1.0",
127
+ "start_time_seconds": "1681049536",
128
+ "python_version": "3.9.16 (main, Mar 8 2023, 14:00:05) \n[GCC 11.2.0]",
129
+ "command_line_arguments": "/home/mli/anaconda3/envs/hf_rl/bin/mlagents-learn ./config/poca/SoccerTwos.yaml --env=./training-envs-executables/SoccerTwos/SoccerTwos --run-id=SoccerTwosInitial --no-graphics",
130
+ "mlagents_version": "0.31.0.dev0",
131
+ "mlagents_envs_version": "0.31.0.dev0",
132
+ "communication_protocol_version": "1.5.0",
133
+ "pytorch_version": "1.11.0+cu102",
134
+ "numpy_version": "1.21.2",
135
+ "end_time_seconds": "1681049699"
136
+ },
137
+ "total": 162.75475259999894,
138
+ "count": 1,
139
+ "self": 0.006674599998405029,
140
+ "children": {
141
+ "run_training.setup": {
142
+ "total": 0.21725710000009713,
143
+ "count": 1,
144
+ "self": 0.21725710000009713
145
+ },
146
+ "TrainerController.start_learning": {
147
+ "total": 162.53082090000044,
148
+ "count": 1,
149
+ "self": 0.038951500023358676,
150
+ "children": {
151
+ "TrainerController._reset_env": {
152
+ "total": 1.2792245000000548,
153
+ "count": 1,
154
+ "self": 1.2792245000000548
155
+ },
156
+ "TrainerController.advance": {
157
+ "total": 161.03941329997724,
158
+ "count": 1807,
159
+ "self": 0.035869300005288096,
160
+ "children": {
161
+ "env_step": {
162
+ "total": 154.58498059999874,
163
+ "count": 1807,
164
+ "self": 148.85630040001797,
165
+ "children": {
166
+ "SubprocessEnvManager._take_step": {
167
+ "total": 5.70407159998922,
168
+ "count": 1807,
169
+ "self": 0.3223155999894516,
170
+ "children": {
171
+ "TorchPolicy.evaluate": {
172
+ "total": 5.381755999999768,
173
+ "count": 3600,
174
+ "self": 5.381755999999768
175
+ }
176
+ }
177
+ },
178
+ "workers": {
179
+ "total": 0.024608599991552182,
180
+ "count": 1806,
181
+ "self": 0.0,
182
+ "children": {
183
+ "worker_root": {
184
+ "total": 42.50925769999412,
185
+ "count": 1806,
186
+ "is_parallel": true,
187
+ "self": 18.131593100027203,
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.005704399999558518,
197
+ "count": 2,
198
+ "is_parallel": true,
199
+ "self": 0.0013109999990774668,
200
+ "children": {
201
+ "_process_rank_one_or_two_observation": {
202
+ "total": 0.004393400000481051,
203
+ "count": 8,
204
+ "is_parallel": true,
205
+ "self": 0.004393400000481051
206
+ }
207
+ }
208
+ },
209
+ "UnityEnvironment.step": {
210
+ "total": 0.03445319999991625,
211
+ "count": 1,
212
+ "is_parallel": true,
213
+ "self": 0.0011506000009831041,
214
+ "children": {
215
+ "UnityEnvironment._generate_step_input": {
216
+ "total": 0.0008846000000630738,
217
+ "count": 1,
218
+ "is_parallel": true,
219
+ "self": 0.0008846000000630738
220
+ },
221
+ "communicator.exchange": {
222
+ "total": 0.02918489999956364,
223
+ "count": 1,
224
+ "is_parallel": true,
225
+ "self": 0.02918489999956364
226
+ },
227
+ "steps_from_proto": {
228
+ "total": 0.0032330999993064324,
229
+ "count": 2,
230
+ "is_parallel": true,
231
+ "self": 0.0006200000007083872,
232
+ "children": {
233
+ "_process_rank_one_or_two_observation": {
234
+ "total": 0.002613099998598045,
235
+ "count": 8,
236
+ "is_parallel": true,
237
+ "self": 0.002613099998598045
238
+ }
239
+ }
240
+ }
241
+ }
242
+ }
243
+ }
244
+ },
245
+ "UnityEnvironment.step": {
246
+ "total": 24.37766459996692,
247
+ "count": 1805,
248
+ "is_parallel": true,
249
+ "self": 1.2023189999445094,
250
+ "children": {
251
+ "UnityEnvironment._generate_step_input": {
252
+ "total": 0.7625729000019419,
253
+ "count": 1805,
254
+ "is_parallel": true,
255
+ "self": 0.7625729000019419
256
+ },
257
+ "communicator.exchange": {
258
+ "total": 19.339115600007062,
259
+ "count": 1805,
260
+ "is_parallel": true,
261
+ "self": 19.339115600007062
262
+ },
263
+ "steps_from_proto": {
264
+ "total": 3.0736571000134063,
265
+ "count": 3610,
266
+ "is_parallel": true,
267
+ "self": 0.5525886000004903,
268
+ "children": {
269
+ "_process_rank_one_or_two_observation": {
270
+ "total": 2.521068500012916,
271
+ "count": 14440,
272
+ "is_parallel": true,
273
+ "self": 2.521068500012916
274
+ }
275
+ }
276
+ }
277
+ }
278
+ }
279
+ }
280
+ }
281
+ }
282
+ }
283
+ }
284
+ },
285
+ "trainer_advance": {
286
+ "total": 6.418563399973209,
287
+ "count": 1806,
288
+ "self": 0.191231899975719,
289
+ "children": {
290
+ "process_trajectory": {
291
+ "total": 6.22733149999749,
292
+ "count": 1806,
293
+ "self": 6.22733149999749
294
+ }
295
+ }
296
+ }
297
+ }
298
+ },
299
+ "TrainerController._save_models": {
300
+ "total": 0.17323159999978088,
301
+ "count": 1,
302
+ "self": 0.036936700000296696,
303
+ "children": {
304
+ "RLTrainer._checkpoint": {
305
+ "total": 0.1362948999994842,
306
+ "count": 1,
307
+ "self": 0.1362948999994842
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SoccerTwos": {
3
+ "elo": 1201.0099092157961,
4
+ "checkpoints": [
5
+ {
6
+ "steps": 17618,
7
+ "file_path": "results/SoccerTwosInitial/SoccerTwos/SoccerTwos-17618.onnx",
8
+ "reward": 0.0,
9
+ "creation_time": 1681049699.5998487,
10
+ "auxillary_file_paths": [
11
+ "results/SoccerTwosInitial/SoccerTwos/SoccerTwos-17618.pt"
12
+ ]
13
+ }
14
+ ],
15
+ "final_checkpoint": {
16
+ "steps": 17618,
17
+ "file_path": "results/SoccerTwosInitial/SoccerTwos.onnx",
18
+ "reward": 0.0,
19
+ "creation_time": 1681049699.5998487,
20
+ "auxillary_file_paths": [
21
+ "results/SoccerTwosInitial/SoccerTwos/SoccerTwos-17618.pt"
22
+ ]
23
+ }
24
+ },
25
+ "metadata": {
26
+ "stats_format_version": "0.3.0",
27
+ "mlagents_version": "0.31.0.dev0",
28
+ "torch_version": "1.11.0+cu102"
29
+ }
30
+ }