Upload dataset
Browse files- README.md +35 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -4,6 +4,41 @@ task_categories:
|
|
4 |
tags:
|
5 |
- LeRobot
|
6 |
- tutorial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
9 |
|
|
|
4 |
tags:
|
5 |
- LeRobot
|
6 |
- tutorial
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: observation.state
|
10 |
+
sequence: float32
|
11 |
+
length: 18
|
12 |
+
- name: observation.images.cam_high
|
13 |
+
dtype: video_frame
|
14 |
+
- name: observation.images.cam_left_wrist
|
15 |
+
dtype: video_frame
|
16 |
+
- name: observation.images.cam_right_wrist
|
17 |
+
dtype: video_frame
|
18 |
+
- name: action
|
19 |
+
sequence: float32
|
20 |
+
length: 18
|
21 |
+
- name: episode_index
|
22 |
+
dtype: int64
|
23 |
+
- name: frame_index
|
24 |
+
dtype: int64
|
25 |
+
- name: timestamp
|
26 |
+
dtype: float32
|
27 |
+
- name: next.done
|
28 |
+
dtype: bool
|
29 |
+
- name: index
|
30 |
+
dtype: int64
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 1761847
|
34 |
+
num_examples: 4786
|
35 |
+
download_size: 346291
|
36 |
+
dataset_size: 1761847
|
37 |
+
configs:
|
38 |
+
- config_name: default
|
39 |
+
data_files:
|
40 |
+
- split: train
|
41 |
+
path: data/train-*
|
42 |
---
|
43 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
44 |
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82aa23cf99d447884091c60e2e7ba3f80ae35757f39a3b722015f38077f02166
|
3 |
+
size 346291
|