codenmood commited on
Commit
b16d755
·
verified ·
1 Parent(s): d226503

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -39
README.md CHANGED
@@ -1,38 +1,12 @@
1
  ---
2
- library_name: lerobot
 
3
  tags:
4
  - lerobot
5
  - so101
6
  - robot-learning
7
  - imitation-learning
8
- task_categories:
9
- - robotics
10
-
11
- dataset_info:
12
- features:
13
- - name: action
14
- dtype: sequence
15
- sequence:
16
- feature:
17
- dtype: float32
18
- length: 6
19
- - name: observation.state
20
- dtype: sequence
21
- sequence:
22
- feature:
23
- dtype: float32
24
- length: 6
25
- - name: timestamp
26
- dtype: float32
27
- - name: episode_index
28
- dtype: int64
29
- - name: frame_index
30
- dtype: int64
31
- - name: task_index
32
- dtype: int64
33
- splits:
34
- - name: train
35
- num_examples: 598
36
  ---
37
 
38
  # SO101 Parallel U01 Dataset
@@ -53,21 +27,16 @@ Teleoperation dataset collected using SO101 robot with LeRobot.
53
 
54
  Pick and place
55
 
56
- ## Dataset Format
57
-
58
- LeRobot v3 format.
59
 
60
  Contains:
61
 
62
- - robot joint states
63
- - robot actions
64
  - timestamps
65
  - episode metadata
66
  - synchronized camera videos
67
 
68
- ## Statistics
69
-
70
- - Episodes: 1
71
- - Frames: 598
72
- - Cameras: 2
73
 
 
 
1
  ---
2
+ task_categories:
3
+ - robotics
4
  tags:
5
  - lerobot
6
  - so101
7
  - robot-learning
8
  - imitation-learning
9
+ library_name: lerobot
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # SO101 Parallel U01 Dataset
 
27
 
28
  Pick and place
29
 
30
+ ## Dataset Contents
 
 
31
 
32
  Contains:
33
 
34
+ - action
35
+ - observation.state
36
  - timestamps
37
  - episode metadata
38
  - synchronized camera videos
39
 
40
+ ## Format
 
 
 
 
41
 
42
+ LeRobot dataset format v3.0