Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,71 +3,6 @@ task_categories:
|
|
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: 21
|
16 |
-
- name: observation.state.left_pose
|
17 |
-
sequence: float32
|
18 |
-
length: 9
|
19 |
-
- name: observation.state.right_pose
|
20 |
-
sequence: float32
|
21 |
-
length: 9
|
22 |
-
- name: observation.state.middle_pose
|
23 |
-
sequence: float32
|
24 |
-
length: 9
|
25 |
-
- name: observation.ctrl.left_pose
|
26 |
-
sequence: float32
|
27 |
-
length: 9
|
28 |
-
- name: observation.ctrl.right_pose
|
29 |
-
sequence: float32
|
30 |
-
length: 9
|
31 |
-
- name: observation.ctrl.middle_pose
|
32 |
-
sequence: float32
|
33 |
-
length: 9
|
34 |
-
- name: observation.images.left_eye_cam
|
35 |
-
dtype: video_frame
|
36 |
-
- name: observation.images.right_eye_cam
|
37 |
-
dtype: video_frame
|
38 |
-
- name: observation.images.wrist_cam_left
|
39 |
-
dtype: video_frame
|
40 |
-
- name: observation.images.wrist_cam_right
|
41 |
-
dtype: video_frame
|
42 |
-
- name: observation.images.overhead_cam
|
43 |
-
dtype: video_frame
|
44 |
-
- name: observation.images.worms_eye_cam
|
45 |
-
dtype: video_frame
|
46 |
-
- name: action
|
47 |
-
sequence: float32
|
48 |
-
length: 21
|
49 |
-
- name: episode_index
|
50 |
-
dtype: int64
|
51 |
-
- name: frame_index
|
52 |
-
dtype: int64
|
53 |
-
- name: timestamp
|
54 |
-
dtype: float32
|
55 |
-
- name: next.done
|
56 |
-
dtype: bool
|
57 |
-
- name: observation.left_eye
|
58 |
-
sequence: float32
|
59 |
-
length: 2
|
60 |
-
- name: observation.right_eye
|
61 |
-
sequence: float32
|
62 |
-
length: 2
|
63 |
-
- name: index
|
64 |
-
dtype: int64
|
65 |
-
splits:
|
66 |
-
- name: train
|
67 |
-
num_bytes: 28879375
|
68 |
-
num_examples: 35000
|
69 |
-
download_size: 15782881
|
70 |
-
dataset_size: 28879375
|
71 |
---
|
72 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
73 |
|
|
|
3 |
- robotics
|
4 |
tags:
|
5 |
- LeRobot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
8 |
|