jackoyoungblood commited on
Commit
1e37ba9
1 Parent(s): aced4c1

First PushBlock-Jack

Browse files
PushBlock.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047b0eeacf32d1be6372f262f35c1792db290aa5728584bee25ba75fd6f1973b
3
+ size 488603
PushBlock/PushBlock-1499948.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca81ef8473c94160a97f319744f77e3946b60fbda94e5bc68a0357d7e0ed13e1
3
+ size 488603
PushBlock/PushBlock-1499948.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd0c72504b34a0415b2aa91bf4e967dc2c9f35c5c6ac24fe1a7b659a534689f
3
+ size 2915908
PushBlock/PushBlock-1999985.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b74143f0f9131677eef2334b3da58ab77596d44e86c04c4f9a367350b3d5db8c
3
+ size 488603
PushBlock/PushBlock-1999985.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:776cf5a8dfcd01dcfe0c5ea944cb9b8fec1591dd7539d14dd508cf56d9362c7e
3
+ size 2915908
PushBlock/PushBlock-2499981.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:899615ebc97a67697fabf1b3ffd69ea04e35cb49bf28163ab07200b72f52a6f7
3
+ size 488603
PushBlock/PushBlock-2499981.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d6c54412bcc0126bc31448547f45d2eb1671fb5b83b89e77a4626a4a245502
3
+ size 2915908
PushBlock/PushBlock-2999995.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047b0eeacf32d1be6372f262f35c1792db290aa5728584bee25ba75fd6f1973b
3
+ size 488603
PushBlock/PushBlock-2999995.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e72b4346452144c577a897f653c77f2c953acce9bfbabed6e1c458eddebc9d8
3
+ size 2915972
PushBlock/PushBlock-3000012.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:047b0eeacf32d1be6372f262f35c1792db290aa5728584bee25ba75fd6f1973b
3
+ size 488603
PushBlock/PushBlock-3000012.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5fb6c37a584ab5f0e9ef23d44d02ac01b121c0df8d22e59fde0ac29ba9e29eb
3
+ size 2915972
PushBlock/checkpoint.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5fb6c37a584ab5f0e9ef23d44d02ac01b121c0df8d22e59fde0ac29ba9e29eb
3
+ size 2915972
PushBlock/events.out.tfevents.1661438080.8d0e783d4ff7.444.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaee85f04b7b0012e852606857a5ff4ad5b890b172d4f2c4bf6c4a4384fb8e84
3
+ size 517594
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-PushBlock
9
+ library_name: ml-agents
10
+ ---
11
+
12
+ # **ppo** Agent playing **PushBlock**
13
+ This is a trained model of a **ppo** agent playing **PushBlock** 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-PushBlock
28
+ 2. Step 1: Write your model_id: jackoyoungblood/DeepRL
29
+ 3. Step 2: Select your *.nn /*.onnx file
30
+ 4. Click on Watch the agent play 👀
31
+
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_settings": null, "behaviors": {"PushBlock": {"trainer_type": "ppo", "hyperparameters": {"batch_size": 128, "buffer_size": 2048, "learning_rate": 0.0003, "beta": 0.01, "epsilon": 0.2, "lambd": 0.95, "num_epoch": 3, "learning_rate_schedule": "linear", "beta_schedule": "linear", "epsilon_schedule": "linear"}, "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": 5, "checkpoint_interval": 500000, "max_steps": 3000000, "time_horizon": 64, "summary_freq": 60000, "threaded": false, "self_play": null, "behavioral_cloning": null}}, "env_settings": {"env_path": "./trained-envs-executables/linux/PushBlock/PushBlock", "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": "PushBlock Training", "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,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ default_settings: null
2
+ behaviors:
3
+ PushBlock:
4
+ trainer_type: ppo
5
+ hyperparameters:
6
+ batch_size: 128
7
+ buffer_size: 2048
8
+ learning_rate: 0.0003
9
+ beta: 0.01
10
+ epsilon: 0.2
11
+ lambd: 0.95
12
+ num_epoch: 3
13
+ learning_rate_schedule: linear
14
+ beta_schedule: linear
15
+ epsilon_schedule: linear
16
+ network_settings:
17
+ normalize: false
18
+ hidden_units: 256
19
+ num_layers: 2
20
+ vis_encode_type: simple
21
+ memory: null
22
+ goal_conditioning_type: hyper
23
+ deterministic: false
24
+ reward_signals:
25
+ extrinsic:
26
+ gamma: 0.99
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: 3000000
40
+ time_horizon: 64
41
+ summary_freq: 60000
42
+ threaded: false
43
+ self_play: null
44
+ behavioral_cloning: null
45
+ env_settings:
46
+ env_path: ./trained-envs-executables/linux/PushBlock/PushBlock
47
+ env_args: null
48
+ base_port: 5005
49
+ num_envs: 1
50
+ num_areas: 1
51
+ seed: -1
52
+ max_lifetime_restarts: 10
53
+ restarts_rate_limit_n: 1
54
+ restarts_rate_limit_period_s: 60
55
+ engine_settings:
56
+ width: 84
57
+ height: 84
58
+ quality_level: 5
59
+ time_scale: 20
60
+ target_frame_rate: -1
61
+ capture_frame_rate: 60
62
+ no_graphics: true
63
+ environment_parameters: null
64
+ checkpoint_settings:
65
+ run_id: PushBlock Training
66
+ initialize_from: null
67
+ load_model: false
68
+ resume: false
69
+ force: false
70
+ train_model: false
71
+ inference: false
72
+ results_dir: results
73
+ torch_settings:
74
+ device: null
75
+ debug: false
run_logs/Player-0.log ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Mono path[0] = '/content/ml-agents/trained-envs-executables/linux/PushBlock/PushBlock_Data/Managed'
2
+ Mono config path = '/content/ml-agents/trained-envs-executables/linux/PushBlock/PushBlock_Data/MonoBleedingEdge/etc'
3
+ Found 1 interfaces on host : 0) 172.28.0.2
4
+ Multi-casting "[IP] 172.28.0.2 [Port] 55195 [Flags] 2 [Guid] 2745305461 [EditorId] 588871222 [Version] 1048832 [Id] LinuxPlayer(13,172.28.0.2) [Debug] 0 [PackageName] LinuxPlayer [ProjectName] UnityEnvironment" to [225.0.0.222:54997]...
5
+ Preloaded 'lib_burst_generated.so'
6
+ Preloaded 'libgrpc_csharp_ext.x64.so'
7
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies
8
+ PlayerPrefs - Creating folder: /root/.config/unity3d/Unity Technologies/UnityEnvironment
9
+ Unable to load player prefs
10
+ Initialize engine version: 2021.3.5f1 (40eb3a945986)
11
+ [Subsystems] Discovering subsystems at path /content/ml-agents/trained-envs-executables/linux/PushBlock/PushBlock_Data/UnitySubsystems
12
+ Forcing GfxDevice: Null
13
+ GfxDevice: creating device client; threaded=0; jobified=0
14
+ NullGfxDevice:
15
+ Version: NULL 1.0 [1.0]
16
+ Renderer: Null Device
17
+ Vendor: Unity Technologies
18
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
19
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
20
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
21
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
22
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
23
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
24
+ ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
25
+ ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
26
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
27
+ 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
28
+ ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
29
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
30
+ ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
31
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
32
+ ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
33
+ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
34
+ ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
35
+ ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
36
+ FMOD failed to initialize the output device.: "Error initializing output device. " (60)
37
+ FMOD initialized on nosound output
38
+ Begin MonoManager ReloadAssembly
39
+ - Completed reload, in 0.079 seconds
40
+ ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
41
+ ERROR: Shader Sprites/Mask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
42
+ ERROR: Shader Legacy Shaders/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
43
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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
+ ERROR: Shader Legacy Shaders/Diffuse shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
47
+ WARNING: Shader Unsupported: 'Legacy Shaders/Diffuse' - 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
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - All subshaders removed
51
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
52
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
53
+ ERROR: Shader ML-Agents/GridPattern shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
54
+ WARNING: Shader Unsupported: 'ML-Agents/GridPattern' - 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
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
58
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
59
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
60
+ ERROR: Shader Autodesk Interactive shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
61
+ WARNING: Shader Unsupported: 'Autodesk Interactive' - All subshaders removed
62
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
63
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
64
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
65
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
66
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
67
+ ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
68
+ WARNING: Shader Unsupported: 'Standard' - All subshaders removed
69
+ WARNING: Shader Did you use #pragma only_renderers and omit this platform?
70
+ WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
71
+ UnloadTime: 0.785981 ms
72
+ ERROR: Shader UI/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
73
+ requesting resize 84 x 84
74
+ Setting up 4 worker threads for Enlighten.
75
+ PlayerConnection::CleanupMemory Statistics:
76
+ [ALLOC_TEMP_TLS] TLS Allocator
77
+ StackAllocators :
78
+ [ALLOC_TEMP_MAIN]
79
+ Peak usage frame count: [4.0 KB-8.0 KB]: 28127 frames, [2.0 MB-4.0 MB]: 1 frames
80
+ Initial Block Size 4.0 MB
81
+ Current Block Size 4.0 MB
82
+ Peak Allocated Bytes 2.0 MB
83
+ Overflow Count 0
84
+ [ALLOC_TEMP_Background Job.Worker 8]
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 10]
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_Job.Worker 4]
95
+ Initial Block Size 256.0 KB
96
+ Current Block Size 256.0 KB
97
+ Peak Allocated Bytes 0 B
98
+ Overflow Count 0
99
+ [ALLOC_TEMP_Background Job.Worker 6]
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_AUDIO_FMOD mixer thread]
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 1]
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 11]
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 3]
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_BatchDeleteObjects]
125
+ Initial Block Size 64.0 KB
126
+ Current Block Size 64.0 KB
127
+ Peak Allocated Bytes 0 B
128
+ Overflow Count 0
129
+ [ALLOC_TEMP_AUDIO_FMOD stream thread]
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 2]
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 15]
140
+ Initial Block Size 32.0 KB
141
+ Current Block Size 32.0 KB
142
+ Peak Allocated Bytes 0 B
143
+ Overflow Count 0
144
+ [ALLOC_TEMP_Background Job.Worker 7]
145
+ Initial Block Size 32.0 KB
146
+ Current Block Size 32.0 KB
147
+ Peak Allocated Bytes 0 B
148
+ Overflow Count 0
149
+ [ALLOC_TEMP_Job.Worker 1]
150
+ Initial Block Size 256.0 KB
151
+ Current Block Size 256.0 KB
152
+ Peak Allocated Bytes 0 B
153
+ Overflow Count 0
154
+ [ALLOC_TEMP_Loading.PreloadManager]
155
+ Initial Block Size 256.0 KB
156
+ Current Block Size 284.0 KB
157
+ Peak Allocated Bytes 233.7 KB
158
+ Overflow Count 4
159
+ [ALLOC_TEMP_Profiler.Dispatcher]
160
+ Initial Block Size 64.0 KB
161
+ Current Block Size 64.0 KB
162
+ Peak Allocated Bytes 0.9 KB
163
+ Overflow Count 0
164
+ [ALLOC_TEMP_Job.Worker 3]
165
+ Initial Block Size 256.0 KB
166
+ Current Block Size 256.0 KB
167
+ Peak Allocated Bytes 0 B
168
+ Overflow Count 0
169
+ [ALLOC_TEMP_Background Job.Worker 12]
170
+ Initial Block Size 32.0 KB
171
+ Current Block Size 32.0 KB
172
+ Peak Allocated Bytes 0 B
173
+ Overflow Count 0
174
+ [ALLOC_TEMP_AssetGarbageCollectorHelper] x 7
175
+ Initial Block Size 64.0 KB
176
+ Current Block Size 64.0 KB
177
+ Peak Allocated Bytes 0 B
178
+ Overflow Count 0
179
+ [ALLOC_TEMP_Background Job.Worker 5]
180
+ Initial Block Size 32.0 KB
181
+ Current Block Size 32.0 KB
182
+ Peak Allocated Bytes 0 B
183
+ Overflow Count 0
184
+ [ALLOC_TEMP_Background Job.Worker 13]
185
+ Initial Block Size 32.0 KB
186
+ Current Block Size 32.0 KB
187
+ Peak Allocated Bytes 0 B
188
+ Overflow Count 0
189
+ [ALLOC_TEMP_Job.Worker 2]
190
+ Initial Block Size 256.0 KB
191
+ Current Block Size 256.0 KB
192
+ Peak Allocated Bytes 0 B
193
+ Overflow Count 0
194
+ [ALLOC_TEMP_Background Job.Worker 0]
195
+ Initial Block Size 32.0 KB
196
+ Current Block Size 32.0 KB
197
+ Peak Allocated Bytes 0 B
198
+ Overflow Count 0
199
+ [ALLOC_TEMP_Background Job.Worker 4]
200
+ Initial Block Size 32.0 KB
201
+ Current Block Size 32.0 KB
202
+ Peak Allocated Bytes 0 B
203
+ Overflow Count 0
204
+ [ALLOC_TEMP_Job.Worker 0]
205
+ Initial Block Size 256.0 KB
206
+ Current Block Size 256.0 KB
207
+ Peak Allocated Bytes 0.8 KB
208
+ Overflow Count 0
209
+ [ALLOC_TEMP_Job.Worker 5]
210
+ Initial Block Size 256.0 KB
211
+ Current Block Size 256.0 KB
212
+ Peak Allocated Bytes 0 B
213
+ Overflow Count 0
214
+ [ALLOC_TEMP_Background Job.Worker 14]
215
+ Initial Block Size 32.0 KB
216
+ Current Block Size 32.0 KB
217
+ Peak Allocated Bytes 0 B
218
+ Overflow Count 0
219
+ [ALLOC_TEMP_Job.Worker 6]
220
+ Initial Block Size 256.0 KB
221
+ Current Block Size 256.0 KB
222
+ Peak Allocated Bytes 0 B
223
+ Overflow Count 0
224
+ [ALLOC_TEMP_EnlightenWorker] x 4
225
+ Initial Block Size 64.0 KB
226
+ Current Block Size 64.0 KB
227
+ Peak Allocated Bytes 0 B
228
+ Overflow Count 0
229
+ [ALLOC_TEMP_Background Job.Worker 9]
230
+ Initial Block Size 32.0 KB
231
+ Current Block Size 32.0 KB
232
+ Peak Allocated Bytes 0 B
233
+ Overflow Count 0
234
+ [ALLOC_TEMP_Loading.AsyncRead]
235
+ Initial Block Size 64.0 KB
236
+ Current Block Size 64.0 KB
237
+ Peak Allocated Bytes 128 B
238
+ Overflow Count 0
239
+ [ALLOC_MEMORYPROFILER]
240
+ Peak usage frame count: [128.0 KB-256.0 KB]: 28128 frames
241
+ Requested Block Size 1.0 MB
242
+ Peak Block count 1
243
+ Peak Allocated memory 152.1 KB
244
+ Peak Large allocation bytes 0 B
245
+ [ALLOC_DEFAULT] Dual Thread Allocator
246
+ Peak main deferred allocation count 11
247
+ [ALLOC_BUCKET]
248
+ Large Block size 4.0 MB
249
+ Used Block count 1
250
+ Peak Allocated bytes 0.7 MB
251
+ [ALLOC_DEFAULT_MAIN]
252
+ Peak usage frame count: [4.0 MB-8.0 MB]: 28128 frames
253
+ Requested Block Size 16.0 MB
254
+ Peak Block count 1
255
+ Peak Allocated memory 5.1 MB
256
+ Peak Large allocation bytes 0 B
257
+ [ALLOC_DEFAULT_THREAD]
258
+ Peak usage frame count: [16.0 MB-32.0 MB]: 28128 frames
259
+ Requested Block Size 16.0 MB
260
+ Peak Block count 1
261
+ Peak Allocated memory 17.6 MB
262
+ Peak Large allocation bytes 16.0 MB
263
+ [ALLOC_TEMP_JOB_1_FRAME]
264
+ Initial Block Size 2.0 MB
265
+ Used Block Count 1
266
+ Overflow Count (too large) 0
267
+ Overflow Count (full) 0
268
+ [ALLOC_TEMP_JOB_2_FRAMES]
269
+ Initial Block Size 2.0 MB
270
+ Used Block Count 1
271
+ Overflow Count (too large) 0
272
+ Overflow Count (full) 0
273
+ [ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]
274
+ Initial Block Size 2.0 MB
275
+ Used Block Count 2
276
+ Overflow Count (too large) 0
277
+ Overflow Count (full) 0
278
+ [ALLOC_TEMP_JOB_ASYNC (Background)]
279
+ Initial Block Size 1.0 MB
280
+ Used Block Count 3
281
+ Overflow Count (too large) 0
282
+ Overflow Count (full) 0
283
+ [ALLOC_GFX] Dual Thread Allocator
284
+ Peak main deferred allocation count 0
285
+ [ALLOC_BUCKET]
286
+ Large Block size 4.0 MB
287
+ Used Block count 1
288
+ Peak Allocated bytes 0.7 MB
289
+ [ALLOC_GFX_MAIN]
290
+ Peak usage frame count: [32.0 KB-64.0 KB]: 28127 frames, [64.0 KB-128.0 KB]: 1 frames
291
+ Requested Block Size 16.0 MB
292
+ Peak Block count 1
293
+ Peak Allocated memory 67.0 KB
294
+ Peak Large allocation bytes 0 B
295
+ [ALLOC_GFX_THREAD]
296
+ Peak usage frame count: [8.0 KB-16.0 KB]: 28128 frames
297
+ Requested Block Size 16.0 MB
298
+ Peak Block count 1
299
+ Peak Allocated memory 12.9 KB
300
+ Peak Large allocation bytes 0 B
301
+ [ALLOC_CACHEOBJECTS] Dual Thread Allocator
302
+ Peak main deferred allocation count 0
303
+ [ALLOC_BUCKET]
304
+ Large Block size 4.0 MB
305
+ Used Block count 1
306
+ Peak Allocated bytes 0.7 MB
307
+ [ALLOC_CACHEOBJECTS_MAIN]
308
+ Peak usage frame count: [0.5 MB-1.0 MB]: 28128 frames
309
+ Requested Block Size 4.0 MB
310
+ Peak Block count 1
311
+ Peak Allocated memory 0.6 MB
312
+ Peak Large allocation bytes 0 B
313
+ [ALLOC_CACHEOBJECTS_THREAD]
314
+ Peak usage frame count: [0.5 MB-1.0 MB]: 28127 frames, [2.0 MB-4.0 MB]: 1 frames
315
+ Requested Block Size 4.0 MB
316
+ Peak Block count 2
317
+ Peak Allocated memory 4.0 MB
318
+ Peak Large allocation bytes 0 B
319
+ [ALLOC_TYPETREE] Dual Thread Allocator
320
+ Peak main deferred allocation count 0
321
+ [ALLOC_BUCKET]
322
+ Large Block size 4.0 MB
323
+ Used Block count 1
324
+ Peak Allocated bytes 0.7 MB
325
+ [ALLOC_TYPETREE_MAIN]
326
+ Peak usage frame count: [0-1.0 KB]: 28128 frames
327
+ Requested Block Size 2.0 MB
328
+ Peak Block count 1
329
+ Peak Allocated memory 1.0 KB
330
+ Peak Large allocation bytes 0 B
331
+ [ALLOC_TYPETREE_THREAD]
332
+ Peak usage frame count: [1.0 KB-2.0 KB]: 28128 frames
333
+ Requested Block Size 2.0 MB
334
+ Peak Block count 1
335
+ Peak Allocated memory 1.9 KB
336
+ Peak Large allocation bytes 0 B
337
+ [ALLOC_PROFILER]
338
+ Peak usage frame count: [16.0 KB-32.0 KB]: 28128 frames
339
+ Requested Block Size 16.0 MB
340
+ Peak Block count 1
341
+ Peak Allocated memory 31.9 KB
342
+ Peak Large allocation bytes 0 B
343
+ [ALLOC_PROFILER_BUCKET]
344
+ Large Block size 4.0 MB
345
+ Used Block count 1
346
+ Peak Allocated bytes 332 B
347
+ ##utp:{"type":"MemoryLeaks","version":2,"phase":"Immediate","time":1661441051740,"processId":470,"allocatedMemory":1963311,"memoryLabels":[{"Default":9033},{"Permanent":1264},{"Thread":34628},{"Manager":13963},{"VertexData":12},{"Geometry":280},{"Texture":16},{"Shader":69173},{"Material":24},{"GfxDevice":35248},{"Animation":304},{"Audio":3976},{"Physics":288},{"Serialization":216},{"Input":9176},{"JobScheduler":200},{"Mono":40},{"ScriptingNativeRuntime":216},{"BaseObject":1609212},{"Resource":592},{"Renderer":1936},{"Transform":48},{"File":800},{"WebCam":24},{"Culling":40},{"Terrain":953},{"Wind":24},{"String":3450},{"DynamicArray":30868},{"HashMap":7680},{"Utility":3808},{"PoolAlloc":1160},{"TypeTree":1792},{"ScriptManager":80},{"RuntimeInitializeOnLoadManager":72},{"SpriteAtlas":112},{"GI":3272},{"Unet":16},{"Director":7760},{"WebRequest":720},{"VR":45473},{"SceneManager":424},{"Video":32},{"LazyScriptCache":32},{"NativeArray":384},{"Camera":25},{"Secure":1},{"SerializationCache":624},{"APIUpdating":5872},{"Subsystems":384},{"VirtualTexturing":57552},{"AssetReference":32}]}
run_logs/timers.json ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "root",
3
+ "gauges": {
4
+ "PushBlock.Policy.Entropy.mean": {
5
+ "value": 0.2016972005367279,
6
+ "min": 0.18549907207489014,
7
+ "max": 1.8744633197784424,
8
+ "count": 50
9
+ },
10
+ "PushBlock.Policy.Entropy.sum": {
11
+ "value": 12082.46875,
12
+ "min": 11112.13671875,
13
+ "max": 113727.4375,
14
+ "count": 50
15
+ },
16
+ "PushBlock.Step.mean": {
17
+ "value": 2999995.0,
18
+ "min": 59981.0,
19
+ "max": 2999995.0,
20
+ "count": 50
21
+ },
22
+ "PushBlock.Step.sum": {
23
+ "value": 2999995.0,
24
+ "min": 59981.0,
25
+ "max": 2999995.0,
26
+ "count": 50
27
+ },
28
+ "PushBlock.Policy.ExtrinsicValueEstimate.mean": {
29
+ "value": 4.532731533050537,
30
+ "min": 0.06312137842178345,
31
+ "max": 4.55885124206543,
32
+ "count": 50
33
+ },
34
+ "PushBlock.Policy.ExtrinsicValueEstimate.sum": {
35
+ "value": 15116.66015625,
36
+ "min": 60.53340148925781,
37
+ "max": 15470.3671875,
38
+ "count": 50
39
+ },
40
+ "PushBlock.Losses.PolicyLoss.mean": {
41
+ "value": 0.06696407760636634,
42
+ "min": 0.06569872397478488,
43
+ "max": 0.07140306353799185,
44
+ "count": 50
45
+ },
46
+ "PushBlock.Losses.PolicyLoss.sum": {
47
+ "value": 1.941958250584624,
48
+ "min": 1.4558263342006108,
49
+ "max": 2.0864144192310055,
50
+ "count": 50
51
+ },
52
+ "PushBlock.Losses.ValueLoss.mean": {
53
+ "value": 0.06186323563217709,
54
+ "min": 0.03626665951959768,
55
+ "max": 0.3553684272410749,
56
+ "count": 50
57
+ },
58
+ "PushBlock.Losses.ValueLoss.sum": {
59
+ "value": 1.7940338333331356,
60
+ "min": 1.0517331260683327,
61
+ "max": 10.305684389991173,
62
+ "count": 50
63
+ },
64
+ "PushBlock.Policy.LearningRate.mean": {
65
+ "value": 3.087381729526438e-06,
66
+ "min": 3.087381729526438e-06,
67
+ "max": 0.0002966075106546396,
68
+ "count": 50
69
+ },
70
+ "PushBlock.Policy.LearningRate.sum": {
71
+ "value": 8.95340701562667e-05,
72
+ "min": 8.95340701562667e-05,
73
+ "max": 0.0084374907875031,
74
+ "count": 50
75
+ },
76
+ "PushBlock.Policy.Epsilon.mean": {
77
+ "value": 0.10102909425287358,
78
+ "min": 0.10102909425287358,
79
+ "max": 0.19886916984126987,
80
+ "count": 50
81
+ },
82
+ "PushBlock.Policy.Epsilon.sum": {
83
+ "value": 2.929843733333334,
84
+ "min": 2.929843733333334,
85
+ "max": 5.7124969,
86
+ "count": 50
87
+ },
88
+ "PushBlock.Policy.Beta.mean": {
89
+ "value": 0.00011280651586206898,
90
+ "min": 0.00011280651586206898,
91
+ "max": 0.009887030067142857,
92
+ "count": 50
93
+ },
94
+ "PushBlock.Policy.Beta.sum": {
95
+ "value": 0.0032713889600000006,
96
+ "min": 0.0032713889600000006,
97
+ "max": 0.28125844031,
98
+ "count": 50
99
+ },
100
+ "PushBlock.Environment.EpisodeLength.mean": {
101
+ "value": 17.034724337496193,
102
+ "min": 16.847930413917215,
103
+ "max": 804.1730769230769,
104
+ "count": 50
105
+ },
106
+ "PushBlock.Environment.EpisodeLength.sum": {
107
+ "value": 55925.0,
108
+ "min": 41817.0,
109
+ "max": 74923.0,
110
+ "count": 50
111
+ },
112
+ "PushBlock.Environment.CumulativeReward.mean": {
113
+ "value": 4.9793144792735795,
114
+ "min": 1.1180461471757064,
115
+ "max": 4.980931816069633,
116
+ "count": 50
117
+ },
118
+ "PushBlock.Environment.CumulativeReward.sum": {
119
+ "value": 16352.068749934435,
120
+ "min": 58.13839965313673,
121
+ "max": 16760.835561074317,
122
+ "count": 50
123
+ },
124
+ "PushBlock.Policy.ExtrinsicReward.mean": {
125
+ "value": 4.9793144792735795,
126
+ "min": 1.1180461471757064,
127
+ "max": 4.980931816069633,
128
+ "count": 50
129
+ },
130
+ "PushBlock.Policy.ExtrinsicReward.sum": {
131
+ "value": 16352.068749934435,
132
+ "min": 58.13839965313673,
133
+ "max": 16760.835561074317,
134
+ "count": 50
135
+ },
136
+ "PushBlock.IsTraining.mean": {
137
+ "value": 1.0,
138
+ "min": 1.0,
139
+ "max": 1.0,
140
+ "count": 50
141
+ },
142
+ "PushBlock.IsTraining.sum": {
143
+ "value": 1.0,
144
+ "min": 1.0,
145
+ "max": 1.0,
146
+ "count": 50
147
+ }
148
+ },
149
+ "metadata": {
150
+ "timer_format_version": "0.1.0",
151
+ "start_time_seconds": "1661438077",
152
+ "python_version": "3.7.13 (default, Apr 24 2022, 01:04:09) \n[GCC 7.5.0]",
153
+ "command_line_arguments": "/usr/local/bin/mlagents-learn ./config/ppo/PushBlock.yaml --env=./trained-envs-executables/linux/PushBlock/PushBlock --run-id=PushBlock Training --no-graphics",
154
+ "mlagents_version": "0.29.0.dev0",
155
+ "mlagents_envs_version": "0.29.0.dev0",
156
+ "communication_protocol_version": "1.5.0",
157
+ "pytorch_version": "1.8.1+cu102",
158
+ "numpy_version": "1.21.6",
159
+ "end_time_seconds": "1661441051"
160
+ },
161
+ "total": 2974.1935982289997,
162
+ "count": 1,
163
+ "self": 0.2708926149994113,
164
+ "children": {
165
+ "run_training.setup": {
166
+ "total": 0.03884206900011122,
167
+ "count": 1,
168
+ "self": 0.03884206900011122
169
+ },
170
+ "TrainerController.start_learning": {
171
+ "total": 2973.883863545,
172
+ "count": 1,
173
+ "self": 4.222226816023522,
174
+ "children": {
175
+ "TrainerController._reset_env": {
176
+ "total": 5.337355265000042,
177
+ "count": 1,
178
+ "self": 5.337355265000042
179
+ },
180
+ "TrainerController.advance": {
181
+ "total": 2964.264817552976,
182
+ "count": 183916,
183
+ "self": 4.029414248805097,
184
+ "children": {
185
+ "env_step": {
186
+ "total": 1667.2106005960522,
187
+ "count": 183916,
188
+ "self": 1517.0580446200443,
189
+ "children": {
190
+ "SubprocessEnvManager._take_step": {
191
+ "total": 148.06953378606113,
192
+ "count": 183916,
193
+ "self": 8.418083007220957,
194
+ "children": {
195
+ "TorchPolicy.evaluate": {
196
+ "total": 139.65145077884017,
197
+ "count": 93759,
198
+ "self": 46.02098987685531,
199
+ "children": {
200
+ "TorchPolicy.sample_actions": {
201
+ "total": 93.63046090198486,
202
+ "count": 93759,
203
+ "self": 93.63046090198486
204
+ }
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "workers": {
210
+ "total": 2.0830221899468597,
211
+ "count": 183916,
212
+ "self": 0.0,
213
+ "children": {
214
+ "worker_root": {
215
+ "total": 2967.5151370739154,
216
+ "count": 183916,
217
+ "is_parallel": true,
218
+ "self": 1695.8266128530695,
219
+ "children": {
220
+ "run_training.setup": {
221
+ "total": 0.0,
222
+ "count": 0,
223
+ "is_parallel": true,
224
+ "self": 0.0,
225
+ "children": {
226
+ "steps_from_proto": {
227
+ "total": 0.0059622110002237605,
228
+ "count": 1,
229
+ "is_parallel": true,
230
+ "self": 0.004477401999793074,
231
+ "children": {
232
+ "_process_rank_one_or_two_observation": {
233
+ "total": 0.0014848090004306869,
234
+ "count": 4,
235
+ "is_parallel": true,
236
+ "self": 0.0014848090004306869
237
+ }
238
+ }
239
+ },
240
+ "UnityEnvironment.step": {
241
+ "total": 0.026541934999841033,
242
+ "count": 1,
243
+ "is_parallel": true,
244
+ "self": 0.0005433209998955135,
245
+ "children": {
246
+ "UnityEnvironment._generate_step_input": {
247
+ "total": 0.00043376699977670796,
248
+ "count": 1,
249
+ "is_parallel": true,
250
+ "self": 0.00043376699977670796
251
+ },
252
+ "communicator.exchange": {
253
+ "total": 0.02414151299990408,
254
+ "count": 1,
255
+ "is_parallel": true,
256
+ "self": 0.02414151299990408
257
+ },
258
+ "steps_from_proto": {
259
+ "total": 0.001423334000264731,
260
+ "count": 1,
261
+ "is_parallel": true,
262
+ "self": 0.00033219399983863696,
263
+ "children": {
264
+ "_process_rank_one_or_two_observation": {
265
+ "total": 0.001091140000426094,
266
+ "count": 4,
267
+ "is_parallel": true,
268
+ "self": 0.001091140000426094
269
+ }
270
+ }
271
+ }
272
+ }
273
+ }
274
+ }
275
+ },
276
+ "UnityEnvironment.step": {
277
+ "total": 1271.688524220846,
278
+ "count": 183915,
279
+ "is_parallel": true,
280
+ "self": 47.46229449071143,
281
+ "children": {
282
+ "UnityEnvironment._generate_step_input": {
283
+ "total": 35.0671926720247,
284
+ "count": 183915,
285
+ "is_parallel": true,
286
+ "self": 35.0671926720247
287
+ },
288
+ "communicator.exchange": {
289
+ "total": 1044.1114959289575,
290
+ "count": 183915,
291
+ "is_parallel": true,
292
+ "self": 1044.1114959289575
293
+ },
294
+ "steps_from_proto": {
295
+ "total": 145.04754112915225,
296
+ "count": 183915,
297
+ "is_parallel": true,
298
+ "self": 35.15162142514737,
299
+ "children": {
300
+ "_process_rank_one_or_two_observation": {
301
+ "total": 109.89591970400488,
302
+ "count": 735660,
303
+ "is_parallel": true,
304
+ "self": 109.89591970400488
305
+ }
306
+ }
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ },
316
+ "trainer_advance": {
317
+ "total": 1293.0248027081188,
318
+ "count": 183916,
319
+ "self": 6.962872703143603,
320
+ "children": {
321
+ "process_trajectory": {
322
+ "total": 437.8201000129616,
323
+ "count": 183916,
324
+ "self": 437.4436326859609,
325
+ "children": {
326
+ "RLTrainer._checkpoint": {
327
+ "total": 0.3764673270006824,
328
+ "count": 6,
329
+ "self": 0.3764673270006824
330
+ }
331
+ }
332
+ },
333
+ "_update_policy": {
334
+ "total": 848.2418299920137,
335
+ "count": 1443,
336
+ "self": 461.6994568790328,
337
+ "children": {
338
+ "TorchPPOOptimizer.update": {
339
+ "total": 386.54237311298084,
340
+ "count": 69624,
341
+ "self": 386.54237311298084
342
+ }
343
+ }
344
+ }
345
+ }
346
+ }
347
+ }
348
+ },
349
+ "trainer_threads": {
350
+ "total": 1.1199999789823778e-06,
351
+ "count": 1,
352
+ "self": 1.1199999789823778e-06
353
+ },
354
+ "TrainerController._save_models": {
355
+ "total": 0.05946279100044194,
356
+ "count": 1,
357
+ "self": 0.0007346769998548552,
358
+ "children": {
359
+ "RLTrainer._checkpoint": {
360
+ "total": 0.058728114000587084,
361
+ "count": 1,
362
+ "self": 0.058728114000587084
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
run_logs/training_status.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "PushBlock": {
3
+ "checkpoints": [
4
+ {
5
+ "steps": 1499948,
6
+ "file_path": "results/PushBlock Training/PushBlock/PushBlock-1499948.onnx",
7
+ "reward": 4.98302001953125,
8
+ "creation_time": 1661439542.3053112,
9
+ "auxillary_file_paths": [
10
+ "results/PushBlock Training/PushBlock/PushBlock-1499948.pt"
11
+ ]
12
+ },
13
+ {
14
+ "steps": 1999985,
15
+ "file_path": "results/PushBlock Training/PushBlock/PushBlock-1999985.onnx",
16
+ "reward": 4.982761184374492,
17
+ "creation_time": 1661440041.6299074,
18
+ "auxillary_file_paths": [
19
+ "results/PushBlock Training/PushBlock/PushBlock-1999985.pt"
20
+ ]
21
+ },
22
+ {
23
+ "steps": 2499981,
24
+ "file_path": "results/PushBlock Training/PushBlock/PushBlock-2499981.onnx",
25
+ "reward": 4.982364220405692,
26
+ "creation_time": 1661440544.458241,
27
+ "auxillary_file_paths": [
28
+ "results/PushBlock Training/PushBlock/PushBlock-2499981.pt"
29
+ ]
30
+ },
31
+ {
32
+ "steps": 2999995,
33
+ "file_path": "results/PushBlock Training/PushBlock/PushBlock-2999995.onnx",
34
+ "reward": 4.982694263641651,
35
+ "creation_time": 1661441051.4430857,
36
+ "auxillary_file_paths": [
37
+ "results/PushBlock Training/PushBlock/PushBlock-2999995.pt"
38
+ ]
39
+ },
40
+ {
41
+ "steps": 3000012,
42
+ "file_path": "results/PushBlock Training/PushBlock/PushBlock-3000012.onnx",
43
+ "reward": 4.982702891031901,
44
+ "creation_time": 1661441051.5045736,
45
+ "auxillary_file_paths": [
46
+ "results/PushBlock Training/PushBlock/PushBlock-3000012.pt"
47
+ ]
48
+ }
49
+ ],
50
+ "final_checkpoint": {
51
+ "steps": 3000012,
52
+ "file_path": "results/PushBlock Training/PushBlock.onnx",
53
+ "reward": 4.982702891031901,
54
+ "creation_time": 1661441051.5045736,
55
+ "auxillary_file_paths": [
56
+ "results/PushBlock Training/PushBlock/PushBlock-3000012.pt"
57
+ ]
58
+ }
59
+ },
60
+ "metadata": {
61
+ "stats_format_version": "0.3.0",
62
+ "mlagents_version": "0.29.0.dev0",
63
+ "torch_version": "1.8.1+cu102"
64
+ }
65
+ }