Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aliberts HF staff commited on
Commit
87ca5d0
·
verified ·
1 Parent(s): aaa09a3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +99 -1
README.md CHANGED
@@ -4,5 +4,103 @@ task_categories:
4
  tags:
5
  - LeRobot
6
  ---
7
- This dataset was created using [🤗 LeRobot](https://github.com/huggingface/lerobot).
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  tags:
5
  - LeRobot
6
  ---
7
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
8
 
9
+ [meta/info.json](meta/info.json)
10
+ ```json
11
+ {
12
+ "codebase_version": "v2.0",
13
+ "data_path": "data/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
14
+ "robot_type": "unknown",
15
+ "total_episodes": 50,
16
+ "total_frames": 34112,
17
+ "total_tasks": 1,
18
+ "fps": 5,
19
+ "splits": {
20
+ "train": "0:50"
21
+ },
22
+ "keys": [
23
+ "observation.state",
24
+ "action"
25
+ ],
26
+ "video_keys": [
27
+ "observation.images.image",
28
+ "observation.images.wrist_image"
29
+ ],
30
+ "image_keys": [],
31
+ "shapes": {
32
+ "observation.state": 24,
33
+ "action": 7,
34
+ "observation.images.image": {
35
+ "width": 128,
36
+ "height": 128,
37
+ "channels": 3
38
+ },
39
+ "observation.images.wrist_image": {
40
+ "width": 128,
41
+ "height": 128,
42
+ "channels": 3
43
+ }
44
+ },
45
+ "names": {
46
+ "observation.state": [
47
+ "motor_0",
48
+ "motor_1",
49
+ "motor_2",
50
+ "motor_3",
51
+ "motor_4",
52
+ "motor_5",
53
+ "motor_6",
54
+ "motor_7",
55
+ "motor_8",
56
+ "motor_9",
57
+ "motor_10",
58
+ "motor_11",
59
+ "motor_12",
60
+ "motor_13",
61
+ "motor_14",
62
+ "motor_15",
63
+ "motor_16",
64
+ "motor_17",
65
+ "motor_18",
66
+ "motor_19",
67
+ "motor_20",
68
+ "motor_21",
69
+ "motor_22",
70
+ "motor_23"
71
+ ],
72
+ "action": [
73
+ "motor_0",
74
+ "motor_1",
75
+ "motor_2",
76
+ "motor_3",
77
+ "motor_4",
78
+ "motor_5",
79
+ "motor_6"
80
+ ]
81
+ },
82
+ "videos": {
83
+ "videos_path": "videos/{video_key}_episode_{episode_index:06d}.mp4",
84
+ "observation.images.image": {
85
+ "video.fps": 5.0,
86
+ "video.width": 128,
87
+ "video.height": 128,
88
+ "video.channels": 3,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "has_audio": false
93
+ },
94
+ "observation.images.wrist_image": {
95
+ "video.fps": 5.0,
96
+ "video.width": 128,
97
+ "video.height": 128,
98
+ "video.channels": 3,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "has_audio": false
103
+ }
104
+ }
105
+ }
106
+ ```