ahforoughi commited on
Commit
4b15398
·
verified ·
1 Parent(s): ee3a500

First Push

Browse files
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: ml-agents
3
+ tags:
4
+ - SnowballTarget
5
+ - deep-reinforcement-learning
6
+ - reinforcement-learning
7
+ - ML-Agents-SnowballTarget
8
+ ---
9
+
10
+ # **ppo** Agent playing **SnowballTarget**
11
+ This is a trained model of a **ppo** agent playing **SnowballTarget**
12
+ using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
13
+
14
+ ## Usage (with ML-Agents)
15
+ The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/
16
+
17
+ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
18
+ - A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your
19
+ browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction
20
+ - A *longer tutorial* to understand how works ML-Agents:
21
+ https://huggingface.co/learn/deep-rl-course/unit5/introduction
22
+
23
+ ### Resume the training
24
+ ```bash
25
+ mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
26
+ ```
27
+
28
+ ### Watch your Agent play
29
+ You can watch your agent **playing directly in your browser**
30
+
31
+ 1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity
32
+ 2. Step 1: Find your model_id: ahforoughi/ppo-SnowballTarget
33
+ 3. Step 2: Select your *.nn /*.onnx file
34
+ 4. Click on Watch the agent play 👀
35
+
SnowballTarget.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a7ac1ceee5528c7d5516bfd359c8f82157ca22b22ed20fb6605e2bd523ce9f
3
+ size 649740
SnowballTarget/SnowballTarget-0.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a7ac1ceee5528c7d5516bfd359c8f82157ca22b22ed20fb6605e2bd523ce9f
3
+ size 649740
SnowballTarget/SnowballTarget-0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc45d770b512913a59e694c03bd5c5a264633ebc29566300ca66d4c3562c473
3
+ size 1286148
SnowballTarget/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a0be8eda790704a9f9db41c4cdcaca3848de2944141cb9ea53365f45d28298
3
+ size 1285986
SnowballTarget/events.out.tfevents.1713720999.5ef96bc1c480.3167.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22658f270f02ef5d09b3595efef531d6c928234fe0ce82f7e9b45305bd4679ef
3
+ size 1114
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"SnowballTarget": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.005, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "shared_critic": false, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "checkpoint_interval": 50000, "network_settings": {"normalize": false, "hidden_units": 256, "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": 10, "even_checkpoints": false, "max_steps": 200000, "time_horizon": 64, "summary_freq": 10000, "threaded": true, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./training-envs-executables/linux/SnowballTarget/SnowballTarget", "env_args": null, "base_port": 5005, "num_envs": 1, "num_areas": 1, "timeout_wait": 60, "seed": -1, "max_lifetime_restarts": 10, "restarts_rate_limit_n": 1, "restarts_rate_limit_period_s": 60}, "engine_settings": {"width": 84, "height": 84, "quality_level": 5, "time_scale": 20, "target_frame_rate": -1, "capture_frame_rate": 60, "no_graphics": true, "no_graphics_monitor": false}, "environment_parameters": null, "checkpoint_settings": {"run_id": "SnowballTarget1", "initialize_from": null, "load_model": false, "resume": true, "force": false, "train_model": false, "inference": false, "results_dir": "results"}, "torch_settings": {"device": null}, "debug": false}
configuration.yaml ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ SnowballTarget:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.005
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ shared_critic: false
14
+ learning_rate_schedule: linear
15
+ beta_schedule: linear
16
+ epsilon_schedule: linear
17
+ checkpoint_interval: 50000
18
+ network_settings:
19
+ normalize: false
20
+ hidden_units: 256
21
+ num_layers: 2
22
+ vis_encode_type: simple
23
+ memory: null
24
+ goal_conditioning_type: hyper
25
+ deterministic: false
26
+ reward_signals:
27
+ extrinsic:
28
+ gamma: 0.99
29
+ strength: 1.0
30
+ network_settings:
31
+ normalize: false
32
+ hidden_units: 128
33
+ num_layers: 2
34
+ vis_encode_type: simple
35
+ memory: null
36
+ goal_conditioning_type: hyper
37
+ deterministic: false
38
+ init_path: null
39
+ keep_checkpoints: 10
40
+ even_checkpoints: false
41
+ max_steps: 200000
42
+ time_horizon: 64
43
+ summary_freq: 10000
44
+ threaded: true
45
+ self_play: null
46
+ behavioral_cloning: null
47
+ env_settings:
48
+ env_path: ./training-envs-executables/linux/SnowballTarget/SnowballTarget
49
+ env_args: null
50
+ base_port: 5005
51
+ num_envs: 1
52
+ num_areas: 1
53
+ timeout_wait: 60
54
+ seed: -1
55
+ max_lifetime_restarts: 10
56
+ restarts_rate_limit_n: 1
57
+ restarts_rate_limit_period_s: 60
58
+ engine_settings:
59
+ width: 84
60
+ height: 84
61
+ quality_level: 5
62
+ time_scale: 20
63
+ target_frame_rate: -1
64
+ capture_frame_rate: 60
65
+ no_graphics: true
66
+ no_graphics_monitor: false
67
+ environment_parameters: null
68
+ checkpoint_settings:
69
+ run_id: SnowballTarget1
70
+ initialize_from: null
71
+ load_model: false
72
+ resume: true
73
+ force: false
74
+ train_model: false
75
+ inference: false
76
+ results_dir: results
77
+ torch_settings:
78
+ device: null
79
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/Managed'
2
+ Mono config path = '/content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/MonoBleedingEdge/etc'
3
+ Preloaded 'lib_burst_generated.so'
4
+ Preloaded 'libgrpc_csharp_ext.x64.so'
5
+ Unable to load player prefs
6
+ Initialize engine version: 2021.3.14f1 (eee1884e7226)
7
+ [Subsystems] Discovering subsystems at path /content/ml-agents/training-envs-executables/linux/SnowballTarget/SnowballTarget_Data/UnitySubsystems
8
+ Forcing GfxDevice: Null
9
+ GfxDevice: creating device client; threaded=0; jobified=0
10
+ NullGfxDevice:
11
+ Version: NULL 1.0 [1.0]
12
+ Renderer: Null Device
13
+ Vendor: Unity Technologies
14
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
15
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
16
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
17
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
18
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
19
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
20
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
21
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
22
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
23
+ 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
24
+ ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
25
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
26
+ ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
27
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
28
+ ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
29
+ ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
30
+ ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
31
+ ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
32
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
33
+ FMOD initialized on nosound output
34
+ Begin MonoManager ReloadAssembly
35
+ - Completed reload, in 0.139 seconds
36
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
37
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
38
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
39
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
40
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
41
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
42
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
43
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
44
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
45
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
46
+ UnloadTime: 0.885862 ms
47
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
48
+ requesting resize 84 x 84
49
+ Setting up 1 worker threads for Enlighten.
50
+ Memory Statistics:
51
+ [ALLOC_TEMP_TLS] TLS Allocator
52
+ StackAllocators :
53
+ [ALLOC_TEMP_MAIN]
54
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
55
+ Initial Block Size 4.0 MB
56
+ Current Block Size 4.0 MB
57
+ Peak Allocated Bytes 2.0 MB
58
+ Overflow Count 0
59
+ [ALLOC_TEMP_Loading.AsyncRead]
60
+ Initial Block Size 64.0 KB
61
+ Current Block Size 64.0 KB
62
+ Peak Allocated Bytes 198 B
63
+ Overflow Count 0
64
+ [ALLOC_TEMP_Loading.PreloadManager]
65
+ Initial Block Size 256.0 KB
66
+ Current Block Size 304.0 KB
67
+ Peak Allocated Bytes 228.9 KB
68
+ Overflow Count 4
69
+ [ALLOC_TEMP_Background Job.Worker 8]
70
+ Initial Block Size 32.0 KB
71
+ Current Block Size 32.0 KB
72
+ Peak Allocated Bytes 0 B
73
+ Overflow Count 0
74
+ [ALLOC_TEMP_Background Job.Worker 9]
75
+ Initial Block Size 32.0 KB
76
+ Current Block Size 32.0 KB
77
+ Peak Allocated Bytes 0 B
78
+ Overflow Count 0
79
+ [ALLOC_TEMP_Job.Worker 0]
80
+ Initial Block Size 256.0 KB
81
+ Current Block Size 256.0 KB
82
+ Peak Allocated Bytes 2.8 KB
83
+ Overflow Count 0
84
+ [ALLOC_TEMP_Background Job.Worker 10]
85
+ Initial Block Size 32.0 KB
86
+ Current Block Size 32.0 KB
87
+ Peak Allocated Bytes 0 B
88
+ Overflow Count 0
89
+ [ALLOC_TEMP_Background Job.Worker 14]
90
+ Initial Block Size 32.0 KB
91
+ Current Block Size 32.0 KB
92
+ Peak Allocated Bytes 0 B
93
+ Overflow Count 0
94
+ [ALLOC_TEMP_Background Job.Worker 6]
95
+ Initial Block Size 32.0 KB
96
+ Current Block Size 32.0 KB
97
+ Peak Allocated Bytes 0 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Background Job.Worker 12]
100
+ Initial Block Size 32.0 KB
101
+ Current Block Size 32.0 KB
102
+ Peak Allocated Bytes 0 B
103
+ Overflow Count 0
104
+ [ALLOC_TEMP_EnlightenWorker]
105
+ Initial Block Size 64.0 KB
106
+ Current Block Size 64.0 KB
107
+ Peak Allocated Bytes 0 B
108
+ Overflow Count 0
109
+ [ALLOC_TEMP_Background Job.Worker 15]
110
+ Initial Block Size 32.0 KB
111
+ Current Block Size 32.0 KB
112
+ Peak Allocated Bytes 0 B
113
+ Overflow Count 0
114
+ [ALLOC_TEMP_Background Job.Worker 1]
115
+ Initial Block Size 32.0 KB
116
+ Current Block Size 32.0 KB
117
+ Peak Allocated Bytes 0 B
118
+ Overflow Count 0
119
+ [ALLOC_TEMP_Background Job.Worker 2]
120
+ Initial Block Size 32.0 KB
121
+ Current Block Size 32.0 KB
122
+ Peak Allocated Bytes 0 B
123
+ Overflow Count 0
124
+ [ALLOC_TEMP_Background Job.Worker 7]
125
+ Initial Block Size 32.0 KB
126
+ Current Block Size 32.0 KB
127
+ Peak Allocated Bytes 0 B
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_AssetGarbageCollectorHelper]
130
+ Initial Block Size 64.0 KB
131
+ Current Block Size 64.0 KB
132
+ Peak Allocated Bytes 0 B
133
+ Overflow Count 0
134
+ [ALLOC_TEMP_Background Job.Worker 5]
135
+ Initial Block Size 32.0 KB
136
+ Current Block Size 32.0 KB
137
+ Peak Allocated Bytes 0 B
138
+ Overflow Count 0
139
+ [ALLOC_TEMP_Background Job.Worker 13]
140
+ Initial Block Size 32.0 KB
141
+ Current Block Size 32.0 KB
142
+ Peak Allocated Bytes 0 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_Background Job.Worker 11]
145
+ Initial Block Size 32.0 KB
146
+ Current Block Size 32.0 KB
147
+ Peak Allocated Bytes 0 B
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Background Job.Worker 3]
150
+ Initial Block Size 32.0 KB
151
+ Current Block Size 32.0 KB
152
+ Peak Allocated Bytes 0 B
153
+ Overflow Count 0
154
+ [ALLOC_TEMP_Background Job.Worker 0]
155
+ Initial Block Size 32.0 KB
156
+ Current Block Size 32.0 KB
157
+ Peak Allocated Bytes 0 B
158
+ Overflow Count 0
159
+ [ALLOC_TEMP_Background Job.Worker 4]
160
+ Initial Block Size 32.0 KB
161
+ Current Block Size 32.0 KB
162
+ Peak Allocated Bytes 0 B
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_BatchDeleteObjects]
165
+ Initial Block Size 64.0 KB
166
+ Current Block Size 64.0 KB
167
+ Peak Allocated Bytes 0 B
168
+ Overflow Count 0
169
+ [ALLOC_DEFAULT] Dual Thread Allocator
170
+ Peak main deferred allocation count 3
171
+ [ALLOC_BUCKET]
172
+ Large Block size 4.0 MB
173
+ Used Block count 1
174
+ Peak Allocated bytes 1.0 MB
175
+ [ALLOC_DEFAULT_MAIN]
176
+ Peak usage frame count: [16.0 MB-32.0 MB]: 1 frames
177
+ Requested Block Size 16.0 MB
178
+ Peak Block count 1
179
+ Peak Allocated memory 20.6 MB
180
+ Peak Large allocation bytes 16.0 MB
181
+ [ALLOC_DEFAULT_THREAD]
182
+ Peak usage frame count: [1.0 MB-2.0 MB]: 1 frames
183
+ Requested Block Size 16.0 MB
184
+ Peak Block count 1
185
+ Peak Allocated memory 1.8 MB
186
+ Peak Large allocation bytes 0 B
187
+ [ALLOC_TEMP_JOB_1_FRAME]
188
+ Initial Block Size 2.0 MB
189
+ Used Block Count 1
190
+ Overflow Count (too large) 0
191
+ Overflow Count (full) 0
192
+ [ALLOC_TEMP_JOB_2_FRAMES]
193
+ Initial Block Size 2.0 MB
194
+ Used Block Count 1
195
+ Overflow Count (too large) 0
196
+ Overflow Count (full) 0
197
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
198
+ Initial Block Size 2.0 MB
199
+ Used Block Count 1
200
+ Overflow Count (too large) 0
201
+ Overflow Count (full) 0
202
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
203
+ Initial Block Size 1.0 MB
204
+ Used Block Count 3
205
+ Overflow Count (too large) 0
206
+ Overflow Count (full) 0
207
+ [ALLOC_GFX] Dual Thread Allocator
208
+ Peak main deferred allocation count 0
209
+ [ALLOC_BUCKET]
210
+ Large Block size 4.0 MB
211
+ Used Block count 1
212
+ Peak Allocated bytes 1.0 MB
213
+ [ALLOC_GFX_MAIN]
214
+ Peak usage frame count: [64.0 KB-128.0 KB]: 1 frames
215
+ Requested Block Size 16.0 MB
216
+ Peak Block count 1
217
+ Peak Allocated memory 65.6 KB
218
+ Peak Large allocation bytes 0 B
219
+ [ALLOC_GFX_THREAD]
220
+ Peak usage frame count: [32.0 KB-64.0 KB]: 1 frames
221
+ Requested Block Size 16.0 MB
222
+ Peak Block count 1
223
+ Peak Allocated memory 39.6 KB
224
+ Peak Large allocation bytes 0 B
225
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
226
+ Peak main deferred allocation count 0
227
+ [ALLOC_BUCKET]
228
+ Large Block size 4.0 MB
229
+ Used Block count 1
230
+ Peak Allocated bytes 1.0 MB
231
+ [ALLOC_CACHEOBJECTS_MAIN]
232
+ Peak usage frame count: [0.5 MB-1.0 MB]: 1 frames
233
+ Requested Block Size 4.0 MB
234
+ Peak Block count 1
235
+ Peak Allocated memory 0.5 MB
236
+ Peak Large allocation bytes 0 B
237
+ [ALLOC_CACHEOBJECTS_THREAD]
238
+ Peak usage frame count: [2.0 MB-4.0 MB]: 1 frames
239
+ Requested Block Size 4.0 MB
240
+ Peak Block count 1
241
+ Peak Allocated memory 2.2 MB
242
+ Peak Large allocation bytes 0 B
243
+ [ALLOC_TYPETREE] Dual Thread Allocator
244
+ Peak main deferred allocation count 0
245
+ [ALLOC_BUCKET]
246
+ Large Block size 4.0 MB
247
+ Used Block count 1
248
+ Peak Allocated bytes 1.0 MB
249
+ [ALLOC_TYPETREE_MAIN]
250
+ Peak usage frame count: [0-1.0 KB]: 1 frames
251
+ Requested Block Size 2.0 MB
252
+ Peak Block count 1
253
+ Peak Allocated memory 1.0 KB
254
+ Peak Large allocation bytes 0 B
255
+ [ALLOC_TYPETREE_THREAD]
256
+ Peak usage frame count: [1.0 KB-2.0 KB]: 1 frames
257
+ Requested Block Size 2.0 MB
258
+ Peak Block count 1
259
+ Peak Allocated memory 1.7 KB
260
+ Peak Large allocation bytes 0 B
run_logs/timers.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "metadata": {
4
+ "timer_format_version": "0.1.0",
5
+ "start_time_seconds": "1713720998",
6
+ "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
7
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/SnowballTarget.yaml --env=./training-envs-executables/linux/SnowballTarget/SnowballTarget --run-id=SnowballTarget1 --no-graphics --resume",
8
+ "mlagents_version": "1.1.0.dev0",
9
+ "mlagents_envs_version": "1.1.0.dev0",
10
+ "communication_protocol_version": "1.5.0",
11
+ "pytorch_version": "2.2.1+cu121",
12
+ "numpy_version": "1.23.5",
13
+ "end_time_seconds": "1713721002"
14
+ },
15
+ "total": 3.938492743999973,
16
+ "count": 1,
17
+ "self": 0.4859255750000102,
18
+ "children": {
19
+ "run_training.setup": {
20
+ "total": 0.07588937799994255,
21
+ "count": 1,
22
+ "self": 0.07588937799994255
23
+ },
24
+ "TrainerController.start_learning": {
25
+ "total": 3.37667779100002,
26
+ "count": 1,
27
+ "self": 8.873500007666735e-05,
28
+ "children": {
29
+ "TrainerController._reset_env": {
30
+ "total": 2.7290911339999866,
31
+ "count": 1,
32
+ "self": 2.7290911339999866
33
+ },
34
+ "TrainerController._save_models": {
35
+ "total": 0.6474979219999568,
36
+ "count": 1,
37
+ "self": 0.0009898969999539986,
38
+ "children": {
39
+ "RLTrainer._checkpoint": {
40
+ "total": 0.6465080250000028,
41
+ "count": 1,
42
+ "self": 0.6465080250000028
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "stats_format_version": "0.3.0",
4
+ "mlagents_version": "1.1.0.dev0",
5
+ "torch_version": "2.2.1+cu121"
6
+ },
7
+ "SnowballTarget": {
8
+ "checkpoints": [
9
+ {
10
+ "steps": 0,
11
+ "file_path": "results/SnowballTarget1/SnowballTarget/SnowballTarget-0.onnx",
12
+ "reward": null,
13
+ "creation_time": 1713721001.83264,
14
+ "auxillary_file_paths": [
15
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-0.pt"
16
+ ]
17
+ }
18
+ ],
19
+ "final_checkpoint": {
20
+ "steps": 0,
21
+ "file_path": "results/SnowballTarget1/SnowballTarget.onnx",
22
+ "reward": null,
23
+ "creation_time": 1713721001.83264,
24
+ "auxillary_file_paths": [
25
+ "results/SnowballTarget1/SnowballTarget/SnowballTarget-0.pt"
26
+ ]
27
+ }
28
+ }
29
+ }