nkim7 commited on
Commit
8bf4537
·
verified ·
1 Parent(s): e1a3319

Relabel eval2_brg_r as Eval1 red prompt

Browse files
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=robot-learning-group47/eval2_brg_r">
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
+ "robot_type": "so_follower",
36
+ "total_episodes": 5,
37
+ "total_frames": 3000,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:5"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "shoulder_pan.pos",
53
+ "shoulder_lift.pos",
54
+ "elbow_flex.pos",
55
+ "wrist_flex.pos",
56
+ "wrist_roll.pos",
57
+ "gripper.pos"
58
+ ],
59
+ "shape": [
60
+ 6
61
+ ]
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "names": [
66
+ "shoulder_pan.pos",
67
+ "shoulder_lift.pos",
68
+ "elbow_flex.pos",
69
+ "wrist_flex.pos",
70
+ "wrist_roll.pos",
71
+ "gripper.pos"
72
+ ],
73
+ "shape": [
74
+ 6
75
+ ]
76
+ },
77
+ "observation.images.front": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "info": {
90
+ "video.height": 480,
91
+ "video.width": 640,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 30,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "timestamp": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "frame_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "episode_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "task_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ }
135
+ }
136
+ }
137
+ ```
138
+
139
+
140
+ ## Citation
141
+
142
+ **BibTeX:**
143
+
144
+ ```bibtex
145
+ [More Information Needed]
146
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58fd4228a1c2c712896236aea5c4b8ba5588df265e334fbfb10a51546697ca0
3
+ size 94643
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b3c88950da471380a4a1beb396486be74f0fc90788c61e05416a3b51e0cf6d7
3
+ size 80281
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 5,
5
+ "total_frames": 3000,
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:5"
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.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -12.175824165344238,
5
+ -0.21978022158145905,
6
+ -175.07691955566406,
7
+ 41.846153259277344,
8
+ -136.04396057128906,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 49.89011001586914,
13
+ 164.87911987304688,
14
+ -3.5604395866394043,
15
+ 101.89010620117188,
16
+ -3.8241758346557617,
17
+ 47.230770111083984
18
+ ],
19
+ "mean": [
20
+ 5.1368546962738035,
21
+ 75.86729049682617,
22
+ -82.59271011352538,
23
+ 75.76105041503907,
24
+ -90.62688598632812,
25
+ 4.659845209121704
26
+ ],
27
+ "std": [
28
+ 7.294122170865657,
29
+ 51.093046564018245,
30
+ 48.5754567241258,
31
+ 15.339733352046828,
32
+ 34.483799715471164,
33
+ 11.954981646194986
34
+ ],
35
+ "count": [
36
+ 3000
37
+ ],
38
+ "q01": [
39
+ -2.3824175827205183,
40
+ -0.14945055320858955,
41
+ -160.01432320731027,
42
+ 51.94033111572266,
43
+ -121.74711252848307,
44
+ -1.000000013351432e-10
45
+ ],
46
+ "q10": [
47
+ -1.4669328259086685,
48
+ -0.020114288479089738,
49
+ -148.11382759787818,
50
+ 55.57967470234385,
51
+ -118.49398350331975,
52
+ -1.000000013351432e-10
53
+ ],
54
+ "q50": [
55
+ 4.4738459417872445,
56
+ 73.97308349609375,
57
+ -86.55402556580383,
58
+ 75.95627644658728,
59
+ -104.24056581637122,
60
+ -1.000000013351432e-10
61
+ ],
62
+ "q90": [
63
+ 11.19307522166859,
64
+ 149.71339198093787,
65
+ -7.105380273192956,
66
+ 95.40358896510486,
67
+ -21.87421347427368,
68
+ 29.449006779988608
69
+ ],
70
+ "q99": [
71
+ 21.760879198710125,
72
+ 153.89220208062068,
73
+ -3.7012829381285517,
74
+ 99.95006597609748,
75
+ -15.219365701221284,
76
+ 38.971445597413435
77
+ ]
78
+ },
79
+ "observation.state": {
80
+ "min": [
81
+ -23.868131637573242,
82
+ 0.3956044018268585,
83
+ -172.35165405273438,
84
+ 42.85714340209961,
85
+ -135.6923065185547,
86
+ 0.6752194166183472
87
+ ],
88
+ "max": [
89
+ 49.4505500793457,
90
+ 165.93406677246094,
91
+ -0.04395604506134987,
92
+ 97.71428680419922,
93
+ -4.263736248016357,
94
+ 46.92774963378906
95
+ ],
96
+ "mean": [
97
+ 5.174124681949616,
98
+ 77.23492126464843,
99
+ -81.57426986694335,
100
+ 75.89127349853516,
101
+ -90.86605377197266,
102
+ 6.417349624633789
103
+ ],
104
+ "std": [
105
+ 7.284040350756588,
106
+ 51.430145148308895,
107
+ 47.61961040682383,
108
+ 14.85141825139908,
109
+ 34.426119274748814,
110
+ 11.185912797700798
111
+ ],
112
+ "count": [
113
+ 3000
114
+ ],
115
+ "q01": [
116
+ -4.315340826114019,
117
+ 0.501098918914795,
118
+ -157.12527770996093,
119
+ 52.720307159423825,
120
+ -121.47049255371094,
121
+ 0.6752194166183472
122
+ ],
123
+ "q10": [
124
+ -1.2717884695106974,
125
+ 1.8772958755493163,
126
+ -145.8720665939572,
127
+ 56.238253413609094,
128
+ -118.65009682928348,
129
+ 0.6752194166183472
130
+ ],
131
+ "q50": [
132
+ 4.493074550050678,
133
+ 74.69702377319337,
134
+ -85.60269509781453,
135
+ 75.96627695257013,
136
+ -104.84844754300526,
137
+ 1.5252041850771223
138
+ ],
139
+ "q90": [
140
+ 11.332437335283329,
141
+ 152.13153067554447,
142
+ -8.47591034704505,
143
+ 95.11295148849487,
144
+ -21.58077826660949,
145
+ 28.754556274414064
146
+ ],
147
+ "q99": [
148
+ 21.653500652313234,
149
+ 155.0294698723836,
150
+ -3.28082308508001,
151
+ 97.21983472238966,
152
+ -15.944222516256415,
153
+ 38.7030096868693
154
+ ]
155
+ },
156
+ "index": {
157
+ "min": [
158
+ 0
159
+ ],
160
+ "max": [
161
+ 2999
162
+ ],
163
+ "mean": [
164
+ 1499.5
165
+ ],
166
+ "std": [
167
+ 866.025355671915
168
+ ],
169
+ "count": [
170
+ 3000
171
+ ],
172
+ "q01": [
173
+ 1205.0315999999018
174
+ ],
175
+ "q10": [
176
+ 1259.0613999999196
177
+ ],
178
+ "q50": [
179
+ 1499.0207999999998
180
+ ],
181
+ "q90": [
182
+ 1739.1000000000802
183
+ ],
184
+ "q99": [
185
+ 1793.010000000098
186
+ ]
187
+ },
188
+ "episode_index": {
189
+ "min": [
190
+ 0
191
+ ],
192
+ "max": [
193
+ 4
194
+ ],
195
+ "mean": [
196
+ 2.0
197
+ ],
198
+ "std": [
199
+ 1.4142135623730951
200
+ ],
201
+ "count": [
202
+ 3000
203
+ ],
204
+ "q01": [
205
+ 2.0000000000000004
206
+ ],
207
+ "q10": [
208
+ 2.0000000000000044
209
+ ],
210
+ "q50": [
211
+ 2.00000000000002
212
+ ],
213
+ "q90": [
214
+ 2.000000000000036
215
+ ],
216
+ "q99": [
217
+ 2.0000000000000395
218
+ ]
219
+ },
220
+ "observation.images.front": {
221
+ "min": [
222
+ [
223
+ [
224
+ 0.0
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.0
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.0
235
+ ]
236
+ ]
237
+ ],
238
+ "max": [
239
+ [
240
+ [
241
+ 1.0
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 1.0
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 1.0
252
+ ]
253
+ ]
254
+ ],
255
+ "mean": [
256
+ [
257
+ [
258
+ 0.5410295268865122
259
+ ]
260
+ ],
261
+ [
262
+ [
263
+ 0.5105166835466969
264
+ ]
265
+ ],
266
+ [
267
+ [
268
+ 0.49801639962458816
269
+ ]
270
+ ]
271
+ ],
272
+ "std": [
273
+ [
274
+ [
275
+ 0.008271320421529893
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 0.0081863742721964
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 0.007474963348104838
286
+ ]
287
+ ]
288
+ ],
289
+ "count": [
290
+ 605
291
+ ],
292
+ "q01": [
293
+ [
294
+ [
295
+ 0.0015527451475723277
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.007841320077863808
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ -3.9215686274509807e-13
306
+ ]
307
+ ]
308
+ ],
309
+ "q10": [
310
+ [
311
+ [
312
+ 0.17725604231616424
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.112954419610284
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 0.03370701584379198
323
+ ]
324
+ ]
325
+ ],
326
+ "q50": [
327
+ [
328
+ [
329
+ 0.5913962116059932
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.5795468228478883
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 0.5835040496318178
340
+ ]
341
+ ]
342
+ ],
343
+ "q90": [
344
+ [
345
+ [
346
+ 0.737272938592906
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.741968816768883
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.7646644355797041
357
+ ]
358
+ ]
359
+ ],
360
+ "q99": [
361
+ [
362
+ [
363
+ 0.8478443284430375
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.8400183473303914
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.8776588761364561
374
+ ]
375
+ ]
376
+ ]
377
+ },
378
+ "task_index": {
379
+ "min": [
380
+ 0
381
+ ],
382
+ "max": [
383
+ 0
384
+ ],
385
+ "mean": [
386
+ 0.0
387
+ ],
388
+ "std": [
389
+ 0.0
390
+ ],
391
+ "count": [
392
+ 3000
393
+ ],
394
+ "q01": [
395
+ 3.9999999999994176e-16
396
+ ],
397
+ "q10": [
398
+ 3.999999999999417e-15
399
+ ],
400
+ "q50": [
401
+ 1.9999999999997088e-14
402
+ ],
403
+ "q90": [
404
+ 3.599999999999476e-14
405
+ ],
406
+ "q99": [
407
+ 3.9599999999994235e-14
408
+ ]
409
+ },
410
+ "timestamp": {
411
+ "min": [
412
+ 0.0
413
+ ],
414
+ "max": [
415
+ 19.966666666666665
416
+ ],
417
+ "mean": [
418
+ 9.983333333333333
419
+ ],
420
+ "std": [
421
+ 5.7734946731369545
422
+ ],
423
+ "count": [
424
+ 3000
425
+ ],
426
+ "q01": [
427
+ 0.16771999990167996
428
+ ],
429
+ "q10": [
430
+ 1.9687133332530526
431
+ ],
432
+ "q50": [
433
+ 9.967359999999838
434
+ ],
435
+ "q90": [
436
+ 17.97000000008
437
+ ],
438
+ "q99": [
439
+ 19.767000000097998
440
+ ]
441
+ },
442
+ "frame_index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 599
448
+ ],
449
+ "mean": [
450
+ 299.5
451
+ ],
452
+ "std": [
453
+ 173.20484019410853
454
+ ],
455
+ "count": [
456
+ 3000
457
+ ],
458
+ "q01": [
459
+ 5.031599999901681
460
+ ],
461
+ "q10": [
462
+ 59.061399999919715
463
+ ],
464
+ "q50": [
465
+ 299.0207999999999
466
+ ],
467
+ "q90": [
468
+ 539.1000000000801
469
+ ],
470
+ "q99": [
471
+ 593.010000000098
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb8c5782bd685b8e950ddaf6664082e3a3c59b358b8a732f8b0eb4ee1399e33
3
+ size 2183
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5cfb97b670479c996da8f8371df29976d1a1505f05a0149b395ad5426d4bd5
3
+ size 10390655