liustar1989
commited on
Upload dataset
Browse files
README.md
CHANGED
@@ -6,6 +6,37 @@ tags:
|
|
6 |
- so100
|
7 |
- tutorial
|
8 |
- eval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
11 |
|
|
|
6 |
- so100
|
7 |
- tutorial
|
8 |
- eval
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: observation.state
|
12 |
+
sequence: float32
|
13 |
+
length: 6
|
14 |
+
- name: observation.images.phone
|
15 |
+
dtype: video_frame
|
16 |
+
- name: action
|
17 |
+
sequence: float32
|
18 |
+
length: 6
|
19 |
+
- name: episode_index
|
20 |
+
dtype: int64
|
21 |
+
- name: frame_index
|
22 |
+
dtype: int64
|
23 |
+
- name: timestamp
|
24 |
+
dtype: float32
|
25 |
+
- name: next.done
|
26 |
+
dtype: bool
|
27 |
+
- name: index
|
28 |
+
dtype: int64
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 1586967
|
32 |
+
num_examples: 11832
|
33 |
+
download_size: 766572
|
34 |
+
dataset_size: 1586967
|
35 |
+
configs:
|
36 |
+
- config_name: default
|
37 |
+
data_files:
|
38 |
+
- split: train
|
39 |
+
path: data/train-*
|
40 |
---
|
41 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
42 |
|