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