NIATphysicalAI commited on
Commit
f29c19e
·
verified ·
1 Parent(s): 1704b98

Add screwdriver_box_v0 (from NIATphysicalAI/screwdriver_box_v0)

Browse files
screwdriver_box_v0/README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=NIATphysicalAI/screwdriver_box_20260810_185152">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_flex.pos",
44
+ "wrist_roll.pos",
45
+ "gripper.pos"
46
+ ],
47
+ "shape": [
48
+ 6
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "shoulder_pan.pos",
55
+ "shoulder_lift.pos",
56
+ "elbow_flex.pos",
57
+ "wrist_flex.pos",
58
+ "wrist_roll.pos",
59
+ "gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 6
63
+ ]
64
+ },
65
+ "observation.images.camera2": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "is_depth_map": false,
79
+ "video.height": 480,
80
+ "video.width": 640,
81
+ "video.codec": "av1",
82
+ "video.pix_fmt": "yuv420p",
83
+ "video.fps": 30,
84
+ "video.channels": 3,
85
+ "has_audio": false,
86
+ "video.g": 2,
87
+ "video.crf": 30,
88
+ "video.preset": 12,
89
+ "video.fast_decode": 0,
90
+ "video.video_backend": "pyav",
91
+ "video.extra_options": {}
92
+ }
93
+ },
94
+ "observation.images.camera1": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 480,
98
+ 640,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "is_depth_map": false,
108
+ "video.height": 480,
109
+ "video.width": 640,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.fps": 30,
113
+ "video.channels": 3,
114
+ "has_audio": false,
115
+ "video.g": 2,
116
+ "video.crf": 30,
117
+ "video.preset": 12,
118
+ "video.fast_decode": 0,
119
+ "video.video_backend": "pyav",
120
+ "video.extra_options": {}
121
+ }
122
+ },
123
+ "timestamp": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "frame_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "episode_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "task_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ }
158
+ },
159
+ "total_episodes": 10,
160
+ "total_frames": 7498,
161
+ "total_tasks": 1,
162
+ "chunks_size": 1000,
163
+ "data_files_size_in_mb": 100,
164
+ "video_files_size_in_mb": 200,
165
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
166
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
167
+ "robot_type": "so_follower",
168
+ "splits": {
169
+ "train": "0:10"
170
+ }
171
+ }
172
+ ```
173
+
174
+
175
+ ## Citation
176
+
177
+ **BibTeX:**
178
+
179
+ ```bibtex
180
+ [More Information Needed]
181
+ ```
screwdriver_box_v0/data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c31a979262b8bafe11ca9693c9a7174de608158e37effb630d6416bc92285f
3
+ size 334385
screwdriver_box_v0/meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3741dc914c408e9cc32ea79820952cc382b103df858459482d77352c59b4285
3
+ size 66936
screwdriver_box_v0/meta/info.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "names": [
8
+ "shoulder_pan.pos",
9
+ "shoulder_lift.pos",
10
+ "elbow_flex.pos",
11
+ "wrist_flex.pos",
12
+ "wrist_roll.pos",
13
+ "gripper.pos"
14
+ ],
15
+ "shape": [
16
+ 6
17
+ ]
18
+ },
19
+ "observation.state": {
20
+ "dtype": "float32",
21
+ "names": [
22
+ "shoulder_pan.pos",
23
+ "shoulder_lift.pos",
24
+ "elbow_flex.pos",
25
+ "wrist_flex.pos",
26
+ "wrist_roll.pos",
27
+ "gripper.pos"
28
+ ],
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.images.camera2": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channels"
44
+ ],
45
+ "info": {
46
+ "is_depth_map": false,
47
+ "video.height": 480,
48
+ "video.width": 640,
49
+ "video.codec": "av1",
50
+ "video.pix_fmt": "yuv420p",
51
+ "video.fps": 30,
52
+ "video.channels": 3,
53
+ "has_audio": false,
54
+ "video.g": 2,
55
+ "video.crf": 30,
56
+ "video.preset": 12,
57
+ "video.fast_decode": 0,
58
+ "video.video_backend": "pyav",
59
+ "video.extra_options": {}
60
+ }
61
+ },
62
+ "observation.images.camera1": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 480,
66
+ 640,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channels"
73
+ ],
74
+ "info": {
75
+ "is_depth_map": false,
76
+ "video.height": 480,
77
+ "video.width": 640,
78
+ "video.codec": "av1",
79
+ "video.pix_fmt": "yuv420p",
80
+ "video.fps": 30,
81
+ "video.channels": 3,
82
+ "has_audio": false,
83
+ "video.g": 2,
84
+ "video.crf": 30,
85
+ "video.preset": 12,
86
+ "video.fast_decode": 0,
87
+ "video.video_backend": "pyav",
88
+ "video.extra_options": {}
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ },
127
+ "total_episodes": 10,
128
+ "total_frames": 7498,
129
+ "total_tasks": 1,
130
+ "chunks_size": 1000,
131
+ "data_files_size_in_mb": 100,
132
+ "video_files_size_in_mb": 200,
133
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
134
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
135
+ "robot_type": "so_follower",
136
+ "splits": {
137
+ "train": "0:10"
138
+ }
139
+ }
screwdriver_box_v0/meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 0.0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 7498
17
+ ],
18
+ "q01": [
19
+ 3.9999999999994176e-16
20
+ ],
21
+ "q10": [
22
+ 3.999999999999417e-15
23
+ ],
24
+ "q50": [
25
+ 1.999999999999709e-14
26
+ ],
27
+ "q90": [
28
+ 3.5999999999994754e-14
29
+ ],
30
+ "q99": [
31
+ 3.959999999999423e-14
32
+ ]
33
+ },
34
+ "timestamp": {
35
+ "min": [
36
+ 0.0
37
+ ],
38
+ "max": [
39
+ 27.566666666666666
40
+ ],
41
+ "mean": [
42
+ 12.550791322130344
43
+ ],
44
+ "std": [
45
+ 7.333437544972134
46
+ ],
47
+ "count": [
48
+ 7498
49
+ ],
50
+ "q01": [
51
+ 0.234235937876436
52
+ ],
53
+ "q10": [
54
+ 2.4974702767937322
55
+ ],
56
+ "q50": [
57
+ 12.542615442340113
58
+ ],
59
+ "q90": [
60
+ 22.604112367466954
61
+ ],
62
+ "q99": [
63
+ 24.86734670638426
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "min": [
68
+ -40.483516693115234,
69
+ -104.21977996826172,
70
+ -19.736263275146484,
71
+ -28.483516693115234,
72
+ -98.15384674072266,
73
+ 0.33489617705345154
74
+ ],
75
+ "max": [
76
+ 42.94505310058594,
77
+ 42.85714340209961,
78
+ 72.92308044433594,
79
+ 102.24176025390625,
80
+ -47.25274658203125,
81
+ 33.62357711791992
82
+ ],
83
+ "mean": [
84
+ -0.3083436006814774,
85
+ -31.250644771599326,
86
+ 24.632501792958593,
87
+ 53.15874800551062,
88
+ -82.39742555005228,
89
+ 4.903712632179769
90
+ ],
91
+ "std": [
92
+ 18.97436335659369,
93
+ 48.39885341601658,
94
+ 24.84347472283871,
95
+ 35.959709691597254,
96
+ 7.697837993727607,
97
+ 7.739029365541662
98
+ ],
99
+ "count": [
100
+ 7498
101
+ ],
102
+ "q01": [
103
+ -34.3004589475776,
104
+ -104.10720706045014,
105
+ -7.7599744504667445,
106
+ -12.066825742204529,
107
+ -89.33223889570182,
108
+ 0.8227897627561687
109
+ ],
110
+ "q10": [
111
+ -30.778029758202024,
112
+ -104.01411962833666,
113
+ -6.924625313337408,
114
+ 2.488665113491797,
115
+ -87.29188911502017,
116
+ 0.9565923273581672
117
+ ],
118
+ "q50": [
119
+ 0.20316894996089252,
120
+ -17.183123906865305,
121
+ 19.248759144608407,
122
+ 52.531351870185205,
123
+ -83.84662251393839,
124
+ 1.2629346688118217
125
+ ],
126
+ "q90": [
127
+ 28.637672842244417,
128
+ 27.17705553129249,
129
+ 60.70592776289388,
130
+ 99.97002129648946,
131
+ -73.69685578486408,
132
+ 19.311598365202272
133
+ ],
134
+ "q99": [
135
+ 31.780094874261625,
136
+ 35.40520045350998,
137
+ 67.27970146242376,
138
+ 101.57187825719589,
139
+ -69.60731857992559,
140
+ 27.636414218986104
141
+ ]
142
+ },
143
+ "frame_index": {
144
+ "min": [
145
+ 0.0
146
+ ],
147
+ "max": [
148
+ 827.0
149
+ ],
150
+ "mean": [
151
+ 376.52373966391036
152
+ ],
153
+ "std": [
154
+ 220.00312634916403
155
+ ],
156
+ "count": [
157
+ 7498
158
+ ],
159
+ "q01": [
160
+ 7.027078139138996
161
+ ],
162
+ "q10": [
163
+ 74.9241083061349
164
+ ],
165
+ "q50": [
166
+ 376.21944838623637
167
+ ],
168
+ "q90": [
169
+ 678.1233710216858
170
+ ],
171
+ "q99": [
172
+ 746.020401188682
173
+ ]
174
+ },
175
+ "observation.images.camera2": {
176
+ "min": [
177
+ [
178
+ [
179
+ 0.0
180
+ ]
181
+ ],
182
+ [
183
+ [
184
+ 0.0
185
+ ]
186
+ ],
187
+ [
188
+ [
189
+ 0.0
190
+ ]
191
+ ]
192
+ ],
193
+ "max": [
194
+ [
195
+ [
196
+ 1.0
197
+ ]
198
+ ],
199
+ [
200
+ [
201
+ 1.0
202
+ ]
203
+ ],
204
+ [
205
+ [
206
+ 1.0
207
+ ]
208
+ ]
209
+ ],
210
+ "mean": [
211
+ [
212
+ [
213
+ 0.4652467630646841
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.5188648463298696
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.4598982052624142
224
+ ]
225
+ ]
226
+ ],
227
+ "std": [
228
+ [
229
+ [
230
+ 0.2809078618268673
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.28248325980979094
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.27651298194562984
241
+ ]
242
+ ]
243
+ ],
244
+ "count": [
245
+ 1426
246
+ ],
247
+ "q01": [
248
+ [
249
+ [
250
+ -3.921568679809536e-13
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.01934482193531281
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ -3.921568679809536e-13
261
+ ]
262
+ ]
263
+ ],
264
+ "q10": [
265
+ [
266
+ [
267
+ 0.03451050747046139
268
+ ]
269
+ ],
270
+ [
271
+ [
272
+ 0.07733891720172525
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.0424025962998161
278
+ ]
279
+ ]
280
+ ],
281
+ "q50": [
282
+ [
283
+ [
284
+ 0.5397890883322153
285
+ ]
286
+ ],
287
+ [
288
+ [
289
+ 0.5946931376509569
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 0.531564860602453
295
+ ]
296
+ ]
297
+ ],
298
+ "q90": [
299
+ [
300
+ [
301
+ 0.7798791036600655
302
+ ]
303
+ ],
304
+ [
305
+ [
306
+ 0.8517126239242139
307
+ ]
308
+ ],
309
+ [
310
+ [
311
+ 0.7748665692201689
312
+ ]
313
+ ]
314
+ ],
315
+ "q99": [
316
+ [
317
+ [
318
+ 0.9921494445506126
319
+ ]
320
+ ],
321
+ [
322
+ [
323
+ 0.9999432424632526
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.9921156517665851
329
+ ]
330
+ ]
331
+ ]
332
+ },
333
+ "index": {
334
+ "min": [
335
+ 0.0
336
+ ],
337
+ "max": [
338
+ 7497.0
339
+ ],
340
+ "mean": [
341
+ 3748.5
342
+ ],
343
+ "std": [
344
+ 2164.4861399417646
345
+ ],
346
+ "count": [
347
+ 7498
348
+ ],
349
+ "q01": [
350
+ 3379.0033384752282
351
+ ],
352
+ "q10": [
353
+ 3446.9003686422247
354
+ ],
355
+ "q50": [
356
+ 3748.2547236062946
357
+ ],
358
+ "q90": [
359
+ 4050.099631357776
360
+ ],
361
+ "q99": [
362
+ 4117.996661524771
363
+ ]
364
+ },
365
+ "action": {
366
+ "min": [
367
+ -42.10988998413086,
368
+ -104.65933990478516,
369
+ -22.285715103149414,
370
+ -36.483516693115234,
371
+ -98.68132019042969,
372
+ 0.0
373
+ ],
374
+ "max": [
375
+ 45.4505500793457,
376
+ 42.153846740722656,
377
+ 72.21977996826172,
378
+ 103.20879364013672,
379
+ -47.07692337036133,
380
+ 33.7599983215332
381
+ ],
382
+ "mean": [
383
+ 0.7941382497342371,
384
+ -33.38352948425611,
385
+ 21.79933152589266,
386
+ 52.326051707457275,
387
+ -82.29852498833674,
388
+ 3.6589826447832072
389
+ ],
390
+ "std": [
391
+ 18.400706770911473,
392
+ 46.83070908213772,
393
+ 24.07531414203545,
394
+ 36.598643412701804,
395
+ 7.661632058306225,
396
+ 8.077531276265598
397
+ ],
398
+ "count": [
399
+ 7498
400
+ ],
401
+ "q01": [
402
+ -35.1767561018998,
403
+ -104.41876814437333,
404
+ -10.7526454830848,
405
+ -15.939047855717051,
406
+ -89.38796701725097,
407
+ 0.15338225762304436
408
+ ],
409
+ "q10": [
410
+ -28.37375210810102,
411
+ -104.31279615328974,
412
+ -10.20841612695852,
413
+ 1.5793395201948752,
414
+ -87.17962765673651,
415
+ 0.2136040934935393
416
+ ],
417
+ "q50": [
418
+ 1.0078453666455252,
419
+ -22.026890156446502,
420
+ 18.247083224357276,
421
+ 51.58622437031765,
422
+ -83.73120719165131,
423
+ 0.6735573649349955
424
+ ],
425
+ "q90": [
426
+ 28.49297532140578,
427
+ 25.043570908561463,
428
+ 55.46644658233245,
429
+ 100.37833905724368,
430
+ -73.42758798077544,
431
+ 19.012075907465565
432
+ ],
433
+ "q99": [
434
+ 33.81419395263792,
435
+ 35.39735405688879,
436
+ 65.83718036610459,
437
+ 102.22767879319308,
438
+ -69.11536442684043,
439
+ 27.942716560830124
440
+ ]
441
+ },
442
+ "observation.images.camera1": {
443
+ "min": [
444
+ [
445
+ [
446
+ 0.0
447
+ ]
448
+ ],
449
+ [
450
+ [
451
+ 0.0
452
+ ]
453
+ ],
454
+ [
455
+ [
456
+ 0.0
457
+ ]
458
+ ]
459
+ ],
460
+ "max": [
461
+ [
462
+ [
463
+ 1.0
464
+ ]
465
+ ],
466
+ [
467
+ [
468
+ 1.0
469
+ ]
470
+ ],
471
+ [
472
+ [
473
+ 0.9960784316062927
474
+ ]
475
+ ]
476
+ ],
477
+ "mean": [
478
+ [
479
+ [
480
+ 0.5808062214002034
481
+ ]
482
+ ],
483
+ [
484
+ [
485
+ 0.6457190249444392
486
+ ]
487
+ ],
488
+ [
489
+ [
490
+ 0.5994673497546438
491
+ ]
492
+ ]
493
+ ],
494
+ "std": [
495
+ [
496
+ [
497
+ 0.18486579339579065
498
+ ]
499
+ ],
500
+ [
501
+ [
502
+ 0.19775646593920262
503
+ ]
504
+ ],
505
+ [
506
+ [
507
+ 0.19543608981571037
508
+ ]
509
+ ]
510
+ ],
511
+ "count": [
512
+ 1426
513
+ ],
514
+ "q01": [
515
+ [
516
+ [
517
+ -3.921568679809536e-13
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.022385265507958205
523
+ ]
524
+ ],
525
+ [
526
+ [
527
+ 0.0026965774315890574
528
+ ]
529
+ ]
530
+ ],
531
+ "q10": [
532
+ [
533
+ [
534
+ 0.4012153417162194
535
+ ]
536
+ ],
537
+ [
538
+ [
539
+ 0.45885535791462645
540
+ ]
541
+ ],
542
+ [
543
+ [
544
+ 0.40233997510292324
545
+ ]
546
+ ]
547
+ ],
548
+ "q50": [
549
+ [
550
+ [
551
+ 0.5942731408097701
552
+ ]
553
+ ],
554
+ [
555
+ [
556
+ 0.6538686089881759
557
+ ]
558
+ ],
559
+ [
560
+ [
561
+ 0.6086963818626182
562
+ ]
563
+ ]
564
+ ],
565
+ "q90": [
566
+ [
567
+ [
568
+ 0.7888124819292044
569
+ ]
570
+ ],
571
+ [
572
+ [
573
+ 0.8765959298482249
574
+ ]
575
+ ],
576
+ [
577
+ [
578
+ 0.826484794587079
579
+ ]
580
+ ]
581
+ ],
582
+ "q99": [
583
+ [
584
+ [
585
+ 0.8761712121078811
586
+ ]
587
+ ],
588
+ [
589
+ [
590
+ 0.9604512294839093
591
+ ]
592
+ ],
593
+ [
594
+ [
595
+ 0.9009315214534062
596
+ ]
597
+ ]
598
+ ]
599
+ },
600
+ "episode_index": {
601
+ "min": [
602
+ 0.0
603
+ ],
604
+ "max": [
605
+ 9.0
606
+ ],
607
+ "mean": [
608
+ 4.432782075220059
609
+ ],
610
+ "std": [
611
+ 2.870751460130317
612
+ ],
613
+ "count": [
614
+ 7498
615
+ ],
616
+ "q01": [
617
+ 4.432782075220059
618
+ ],
619
+ "q10": [
620
+ 4.4327820752200635
621
+ ],
622
+ "q50": [
623
+ 4.4327820752200795
624
+ ],
625
+ "q90": [
626
+ 4.432782075220095
627
+ ],
628
+ "q99": [
629
+ 4.432782075220099
630
+ ]
631
+ }
632
+ }
screwdriver_box_v0/meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c33a8fa0e64f1ddf614a4a02bd524b2ca04dfc4be2b67f49a6ced407963a08
3
+ size 2213
screwdriver_box_v0/videos/observation.images.camera1/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9712f4efc74d435bfebd3e04a1a49de58d838ca12c1cbef6e0052353b952f67
3
+ size 35178737
screwdriver_box_v0/videos/observation.images.camera2/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28149513c531325bcb417163df948d51100636c114fc543a611453547566966
3
+ size 55988273