fabiangrob commited on
Commit
3736224
·
verified ·
1 Parent(s): 0ac8839

Clone fabiangrob/pick_place_wrong_cube_realsense with videos resized to 256x448 (fast random access encoding)

Browse files
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": "so101_follower",
29
+ "total_episodes": 50,
30
+ "total_frames": 15779,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:50"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "shoulder_pan.pos",
46
+ "shoulder_lift.pos",
47
+ "elbow_flex.pos",
48
+ "wrist_flex.pos",
49
+ "wrist_roll.pos",
50
+ "gripper.pos"
51
+ ],
52
+ "shape": [
53
+ 6
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "names": [
59
+ "shoulder_pan.pos",
60
+ "shoulder_lift.pos",
61
+ "elbow_flex.pos",
62
+ "wrist_flex.pos",
63
+ "wrist_roll.pos",
64
+ "gripper.pos"
65
+ ],
66
+ "shape": [
67
+ 6
68
+ ]
69
+ },
70
+ "observation.images.wrist": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 1080,
74
+ 1920,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 1080,
84
+ "video.width": 1920,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.top": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 848,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 848,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 30,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "timestamp": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "frame_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "episode_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "task_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ }
151
+ }
152
+ }
153
+ ```
154
+
155
+
156
+ ## Citation
157
+
158
+ **BibTeX:**
159
+
160
+ ```bibtex
161
+ [More Information Needed]
162
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c5c052f15b0dc6dbd0feffb9cf7b10cfe616e8c6081f3d159ce8afa03596b5
3
+ size 374708
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef51ddbb8b7017a6d139cffa89b90d1d4cb624a3fc8bb4ff8ebe828083493331
3
+ size 480379
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c9cd05dbab7b3ed8db76ef9cf81b65fc5ade8c13d2d6729df298de409e99fdc
3
+ size 107022
meta/episodes/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9fb43a2d66188977035d7e5a2e803345f23cdfba78a9072eec66117e632b41
3
+ size 147424
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 50,
5
+ "total_frames": 15779,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:50"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 3,
49
+ 256,
50
+ 448
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 3,
72
+ 256,
73
+ 448
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 848,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
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
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.wrist": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.4632985844771243
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.47169369656862753
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.4697995583877994
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.004523547360172455
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.004544795140262337
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.005895515659684721
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 5000
73
+ ],
74
+ "q01": [
75
+ [
76
+ [
77
+ 0.0037924842118730417
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.00038188912333918625
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ -3.921568627450983e-13
88
+ ]
89
+ ]
90
+ ],
91
+ "q10": [
92
+ [
93
+ [
94
+ 0.05583003110689335
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.05774706863728495
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.01113349692483328
105
+ ]
106
+ ]
107
+ ],
108
+ "q50": [
109
+ [
110
+ [
111
+ 0.48041204485556366
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 0.5038519649956538
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.5219584322895097
122
+ ]
123
+ ]
124
+ ],
125
+ "q90": [
126
+ [
127
+ [
128
+ 0.7507463674274071
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.7188888231439495
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.7131737102860523
139
+ ]
140
+ ]
141
+ ],
142
+ "q99": [
143
+ [
144
+ [
145
+ 0.8328486257426005
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.7855524894641096
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.7766383757524125
156
+ ]
157
+ ]
158
+ ]
159
+ },
160
+ "frame_index": {
161
+ "min": [
162
+ 0
163
+ ],
164
+ "max": [
165
+ 385
166
+ ],
167
+ "mean": [
168
+ 159.0332720704734
169
+ ],
170
+ "std": [
171
+ 94.09343140914305
172
+ ],
173
+ "count": [
174
+ 15779
175
+ ],
176
+ "q01": [
177
+ 2.7140791696843247
178
+ ],
179
+ "q10": [
180
+ 31.314331846044265
181
+ ],
182
+ "q50": [
183
+ 158.82782055897067
184
+ ],
185
+ "q90": [
186
+ 286.6620092402095
187
+ ],
188
+ "q99": [
189
+ 315.35246497126246
190
+ ]
191
+ },
192
+ "task_index": {
193
+ "min": [
194
+ 0
195
+ ],
196
+ "max": [
197
+ 0
198
+ ],
199
+ "mean": [
200
+ 0.0
201
+ ],
202
+ "std": [
203
+ 0.0
204
+ ],
205
+ "count": [
206
+ 15779
207
+ ],
208
+ "q01": [
209
+ 3.999999999999417e-16
210
+ ],
211
+ "q10": [
212
+ 3.999999999999419e-15
213
+ ],
214
+ "q50": [
215
+ 1.999999999999708e-14
216
+ ],
217
+ "q90": [
218
+ 3.599999999999478e-14
219
+ ],
220
+ "q99": [
221
+ 3.959999999999425e-14
222
+ ]
223
+ },
224
+ "episode_index": {
225
+ "min": [
226
+ 0
227
+ ],
228
+ "max": [
229
+ 49
230
+ ],
231
+ "mean": [
232
+ 23.693960327016917
233
+ ],
234
+ "std": [
235
+ 14.445741790770663
236
+ ],
237
+ "count": [
238
+ 15779
239
+ ],
240
+ "q01": [
241
+ 23.693960327016917
242
+ ],
243
+ "q10": [
244
+ 23.69396032701692
245
+ ],
246
+ "q50": [
247
+ 23.69396032701693
248
+ ],
249
+ "q90": [
250
+ 23.693960327016942
251
+ ],
252
+ "q99": [
253
+ 23.693960327016942
254
+ ]
255
+ },
256
+ "index": {
257
+ "min": [
258
+ 0
259
+ ],
260
+ "max": [
261
+ 15778
262
+ ],
263
+ "mean": [
264
+ 7889.0
265
+ ],
266
+ "std": [
267
+ 4555.004939624106
268
+ ],
269
+ "count": [
270
+ 15779
271
+ ],
272
+ "q01": [
273
+ 7732.680807099211
274
+ ],
275
+ "q10": [
276
+ 7761.28105977557
277
+ ],
278
+ "q50": [
279
+ 7888.797185968692
280
+ ],
281
+ "q90": [
282
+ 8016.628737169737
283
+ ],
284
+ "q99": [
285
+ 8045.319192900789
286
+ ]
287
+ },
288
+ "timestamp": {
289
+ "min": [
290
+ 0.0
291
+ ],
292
+ "max": [
293
+ 12.833333333333334
294
+ ],
295
+ "mean": [
296
+ 5.30110906901578
297
+ ],
298
+ "std": [
299
+ 3.1364477136381006
300
+ ],
301
+ "count": [
302
+ 15779
303
+ ],
304
+ "q01": [
305
+ 0.0904693055611219
306
+ ],
307
+ "q10": [
308
+ 1.0438110614571738
309
+ ],
310
+ "q50": [
311
+ 5.2943486013054075
312
+ ],
313
+ "q90": [
314
+ 9.555400308084563
315
+ ],
316
+ "q99": [
317
+ 10.51174883247044
318
+ ]
319
+ },
320
+ "observation.images.top": {
321
+ "min": [
322
+ [
323
+ [
324
+ 0.0
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.0
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.0
335
+ ]
336
+ ]
337
+ ],
338
+ "max": [
339
+ [
340
+ [
341
+ 1.0
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 1.0
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 1.0
352
+ ]
353
+ ]
354
+ ],
355
+ "mean": [
356
+ [
357
+ [
358
+ 0.42948304685697813
359
+ ]
360
+ ],
361
+ [
362
+ [
363
+ 0.45664600773740865
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.46249910289311813
369
+ ]
370
+ ]
371
+ ],
372
+ "std": [
373
+ [
374
+ [
375
+ 0.005626815651003957
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.01545010197733909
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.02239619870312406
386
+ ]
387
+ ]
388
+ ],
389
+ "count": [
390
+ 5000
391
+ ],
392
+ "q01": [
393
+ [
394
+ [
395
+ 0.011230370587020437
396
+ ]
397
+ ],
398
+ [
399
+ [
400
+ 0.03163502520155891
401
+ ]
402
+ ],
403
+ [
404
+ [
405
+ 0.02909643878456485
406
+ ]
407
+ ]
408
+ ],
409
+ "q10": [
410
+ [
411
+ [
412
+ 0.2066832276007694
413
+ ]
414
+ ],
415
+ [
416
+ [
417
+ 0.2684668844210357
418
+ ]
419
+ ],
420
+ [
421
+ [
422
+ 0.2874671069738148
423
+ ]
424
+ ]
425
+ ],
426
+ "q50": [
427
+ [
428
+ [
429
+ 0.43020283133659104
430
+ ]
431
+ ],
432
+ [
433
+ [
434
+ 0.47434834729545755
435
+ ]
436
+ ],
437
+ [
438
+ [
439
+ 0.49522955306763733
440
+ ]
441
+ ]
442
+ ],
443
+ "q90": [
444
+ [
445
+ [
446
+ 0.6599893152653039
447
+ ]
448
+ ],
449
+ [
450
+ [
451
+ 0.6117645244920804
452
+ ]
453
+ ],
454
+ [
455
+ [
456
+ 0.5741141347837463
457
+ ]
458
+ ]
459
+ ],
460
+ "q99": [
461
+ [
462
+ [
463
+ 0.7669118387762752
464
+ ]
465
+ ],
466
+ [
467
+ [
468
+ 0.6803902030912644
469
+ ]
470
+ ],
471
+ [
472
+ [
473
+ 0.6259746211733842
474
+ ]
475
+ ]
476
+ ]
477
+ },
478
+ "observation.state": {
479
+ "min": [
480
+ -22.682031631469727,
481
+ -99.31507110595703,
482
+ -59.35396957397461,
483
+ 38.13245391845703,
484
+ -26.83760643005371,
485
+ 0.3403675854206085
486
+ ],
487
+ "max": [
488
+ 64.48402404785156,
489
+ 44.17808151245117,
490
+ 98.92328643798828,
491
+ 94.32332611083984,
492
+ 32.06349182128906,
493
+ 43.022464752197266
494
+ ],
495
+ "mean": [
496
+ 17.0121176226963,
497
+ -49.652115525745444,
498
+ 51.08623696739467,
499
+ 69.9885086750031,
500
+ -3.469350803715001,
501
+ 7.549106443054482
502
+ ],
503
+ "std": [
504
+ 15.945907467429889,
505
+ 47.49450097994473,
506
+ 42.67301430362076,
507
+ 8.272974227271801,
508
+ 7.458320640986317,
509
+ 9.43988586800166
510
+ ],
511
+ "count": [
512
+ 15779
513
+ ],
514
+ "q01": [
515
+ -2.997622808507756,
516
+ -98.99591774168142,
517
+ -16.14185748267763,
518
+ 54.252793302040686,
519
+ -12.054096475706823,
520
+ 0.5042505266208733
521
+ ],
522
+ "q10": [
523
+ -0.9264221812997829,
524
+ -98.92164700733105,
525
+ -10.535914080003803,
526
+ 60.1223934248905,
527
+ -10.24135754180968,
528
+ 0.5164343724218844
529
+ ],
530
+ "q50": [
531
+ 14.946479710123421,
532
+ -57.03547610921413,
533
+ 58.8281103092749,
534
+ 70.77068329050914,
535
+ -4.639062735098577,
536
+ 0.7583913485740448
537
+ ],
538
+ "q90": [
539
+ 39.53489308331803,
540
+ 15.570148635341551,
541
+ 93.91547305417397,
542
+ 78.11176710512125,
543
+ 6.1298864744203785,
544
+ 22.682158782629678
545
+ ],
546
+ "q99": [
547
+ 41.803539953730315,
548
+ 23.865031670798434,
549
+ 94.07743189014707,
550
+ 80.1651056646517,
551
+ 8.182970402321594,
552
+ 29.598123572699148
553
+ ]
554
+ },
555
+ "action": {
556
+ "min": [
557
+ -23.444976806640625,
558
+ -99.31063842773438,
559
+ -62.46600341796875,
560
+ 36.64749526977539,
561
+ -27.27716636657715,
562
+ 0.10121457278728485
563
+ ],
564
+ "max": [
565
+ 65.28925323486328,
566
+ 43.21413040161133,
567
+ 95.55757141113281,
568
+ 94.49465942382812,
569
+ 32.600730895996094,
570
+ 44.02833938598633
571
+ ],
572
+ "mean": [
573
+ 17.144423714593092,
574
+ -50.4200845359736,
575
+ 49.80112274433922,
576
+ 69.89410425170803,
577
+ -3.5142192615779133,
578
+ 4.454193400780627
579
+ ],
580
+ "std": [
581
+ 15.986176530493562,
582
+ 46.75592559175656,
583
+ 43.23184598670425,
584
+ 8.425352864256912,
585
+ 7.486570472633259,
586
+ 9.29562847034183
587
+ ],
588
+ "count": [
589
+ 15779
590
+ ],
591
+ "q01": [
592
+ -3.346876698469919,
593
+ -98.94582322714228,
594
+ -18.90016900453813,
595
+ 53.49325921211686,
596
+ -12.239068938937404,
597
+ 0.10121457278728485
598
+ ],
599
+ "q10": [
600
+ -0.8379498359455638,
601
+ -98.87213522146712,
602
+ -12.521983956468274,
603
+ 59.74551374731579,
604
+ -10.32392622925802,
605
+ 0.10121457278728485
606
+ ],
607
+ "q50": [
608
+ 15.028948719396219,
609
+ -57.61222842981081,
610
+ 57.570391876832836,
611
+ 70.77505595163724,
612
+ -4.6781527229496795,
613
+ 0.12282718651719493
614
+ ],
615
+ "q90": [
616
+ 39.63361300604668,
617
+ 13.804242084594314,
618
+ 93.13950181613208,
619
+ 78.20762554284546,
620
+ 6.136037232859877,
621
+ 22.911447792870973
622
+ ],
623
+ "q99": [
624
+ 42.489020606176815,
625
+ 23.216024611251672,
626
+ 93.47477689470917,
627
+ 80.39594876484064,
628
+ 8.329390067669307,
629
+ 30.547843364081356
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826df6436db362bdde999c57c1ee1721b9f06e7d566d4b1f1d9757b33b1d10ec
3
+ size 2356
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e01e32d38c2e3d8269662b32923f8be5f07a2995cd18fe2a410040ad5954f58d
3
+ size 23674336
videos/observation.images.top/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e3ff24b963b9c666859b0deebcf82404e9684fbaa26e68cc8b01cb0226db15
3
+ size 34909354
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b43b930ace1d1a5efaf88f664df0961cab371186b4c32802f4a190e68c728f
3
+ size 23577940
videos/observation.images.wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264bb039dacd423cd892a269edcafef42d2f3c949ba133c25c8aa41ca473764b
3
+ size 34260941