martina-maniro
commited on
Commit
•
18a2540
1
Parent(s):
d0e890e
Upload dataset
Browse files- README.md +31 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -3,6 +3,37 @@ task_categories:
|
|
3 |
- robotics
|
4 |
tags:
|
5 |
- LeRobot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
8 |
|
|
|
3 |
- robotics
|
4 |
tags:
|
5 |
- LeRobot
|
6 |
+
configs:
|
7 |
+
- config_name: default
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: data/train-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: observation.state
|
14 |
+
sequence: float32
|
15 |
+
length: 7
|
16 |
+
- name: action
|
17 |
+
sequence: float32
|
18 |
+
length: 3
|
19 |
+
- name: episode_index
|
20 |
+
dtype: int64
|
21 |
+
- name: frame_index
|
22 |
+
dtype: int64
|
23 |
+
- name: timestamp
|
24 |
+
dtype: float32
|
25 |
+
- name: observation.images.robot_left_rgb
|
26 |
+
dtype: video_frame
|
27 |
+
- name: observation.images.robot_right_rgb
|
28 |
+
dtype: video_frame
|
29 |
+
- name: index
|
30 |
+
dtype: int64
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 741965
|
34 |
+
num_examples: 3655
|
35 |
+
download_size: 211051
|
36 |
+
dataset_size: 741965
|
37 |
---
|
38 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
39 |
|
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:96d03b686ea6fa74fbafe7932fabbc6e3eed5bdbb2ad9230f3ef2a2af933943b
|
3 |
+
size 211051
|