aliberts HF staff commited on
Commit
ecf974e
1 Parent(s): 4760fad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +77 -1
README.md CHANGED
@@ -3,6 +3,82 @@ 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
+ - k
7
+ - o
8
+ - c
9
+ - h
10
  ---
11
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
12
 
13
+ ```json
14
+ {
15
+ "codebase_version": "v2.0",
16
+ "data_path": "data/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
17
+ "robot_type": "koch",
18
+ "total_episodes": 50,
19
+ "total_tasks": 1,
20
+ "fps": 30,
21
+ "splits": {
22
+ "train": "0:50"
23
+ },
24
+ "image_keys": [
25
+ "observation.images.laptop",
26
+ "observation.images.phone"
27
+ ],
28
+ "keys": [
29
+ "observation.state",
30
+ "action"
31
+ ],
32
+ "shapes": {
33
+ "observation.images.laptop": {
34
+ "width": 640,
35
+ "height": 480
36
+ },
37
+ "observation.images.phone": {
38
+ "width": 640,
39
+ "height": 480
40
+ },
41
+ "observation.state": 6,
42
+ "action": 6
43
+ },
44
+ "names": {
45
+ "observation.state": [
46
+ "shoulder_pan",
47
+ "shoulder_lift",
48
+ "elbow_flex",
49
+ "wrist_flex",
50
+ "wrist_roll",
51
+ "gripper"
52
+ ],
53
+ "action": [
54
+ "shoulder_pan",
55
+ "shoulder_lift",
56
+ "elbow_flex",
57
+ "wrist_flex",
58
+ "wrist_roll",
59
+ "gripper"
60
+ ]
61
+ },
62
+ "videos": {
63
+ "videos_path": "videos/{image_key}_episode_{episode_index:06d}.mp4",
64
+ "has_audio": false,
65
+ "has_depth": false,
66
+ "observation.images.laptop": {
67
+ "video.fps": 30.0,
68
+ "video.width": 640,
69
+ "video.height": 480,
70
+ "video.codec": "av1",
71
+ "video.pix_fmt": "yuv420p",
72
+ "has_audio": false
73
+ },
74
+ "observation.images.phone": {
75
+ "video.fps": 30.0,
76
+ "video.width": 640,
77
+ "video.height": 480,
78
+ "video.codec": "av1",
79
+ "video.pix_fmt": "yuv420p",
80
+ "has_audio": false
81
+ }
82
+ }
83
+ }
84
+ ```