Upload dataset
Browse files
README.md
CHANGED
@@ -3,6 +3,46 @@ 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: action
|
14 |
+
sequence: float32
|
15 |
+
length: 6
|
16 |
+
- name: next.reward
|
17 |
+
dtype: float32
|
18 |
+
- name: observation.state
|
19 |
+
sequence: float32
|
20 |
+
length: 6
|
21 |
+
- name: observation.velocity
|
22 |
+
sequence: float32
|
23 |
+
length: 6
|
24 |
+
- name: observation.images.image_front
|
25 |
+
dtype: video_frame
|
26 |
+
- name: observation.images.image_top
|
27 |
+
dtype: video_frame
|
28 |
+
- name: seed
|
29 |
+
dtype: int64
|
30 |
+
- name: episode_index
|
31 |
+
dtype: int64
|
32 |
+
- name: frame_index
|
33 |
+
dtype: int64
|
34 |
+
- name: timestamp
|
35 |
+
dtype: float32
|
36 |
+
- name: next.done
|
37 |
+
dtype: bool
|
38 |
+
- name: index
|
39 |
+
dtype: int64
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 31433
|
43 |
+
num_examples: 132
|
44 |
+
download_size: 21031
|
45 |
+
dataset_size: 31433
|
46 |
---
|
47 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
48 |
|