lukasskellijs commited on
Commit
ec8bdd1
·
verified ·
1 Parent(s): 80a8b46

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +205 -0
README.md ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - lerobot
9
+ - hud
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+
18
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lukasskellijs/libero_20260607_195027">
19
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
20
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
21
+ </a>
22
+
23
+
24
+ ## Dataset Description
25
+
26
+
27
+
28
+ - **Homepage:** [More Information Needed]
29
+ - **Paper:** [More Information Needed]
30
+ - **License:** apache-2.0
31
+
32
+ ## Dataset Structure
33
+
34
+ [meta/info.json](meta/info.json):
35
+ ```json
36
+ {
37
+ "codebase_version": "v3.0",
38
+ "fps": 10,
39
+ "features": {
40
+ "observation.images.agentview_image": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 256,
44
+ 256,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channel"
51
+ ],
52
+ "info": {
53
+ "video.height": 256,
54
+ "video.width": 256,
55
+ "video.codec": "av1",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.is_depth_map": false,
58
+ "video.fps": 10,
59
+ "video.channels": 3,
60
+ "has_audio": false,
61
+ "video.g": 2,
62
+ "video.crf": 30,
63
+ "video.preset": 12,
64
+ "video.fast_decode": 0,
65
+ "video.video_backend": "pyav",
66
+ "video.extra_options": {}
67
+ }
68
+ },
69
+ "observation.images.robot0_eye_in_hand_image": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 256,
73
+ 256,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channel"
80
+ ],
81
+ "info": {
82
+ "video.height": 256,
83
+ "video.width": 256,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "video.fps": 10,
88
+ "video.channels": 3,
89
+ "has_audio": false,
90
+ "video.g": 2,
91
+ "video.crf": 30,
92
+ "video.preset": 12,
93
+ "video.fast_decode": 0,
94
+ "video.video_backend": "pyav",
95
+ "video.extra_options": {}
96
+ }
97
+ },
98
+ "observation.state": {
99
+ "dtype": "float32",
100
+ "shape": [
101
+ 8
102
+ ],
103
+ "names": [
104
+ "robot0_eef_pos.x",
105
+ "robot0_eef_pos.y",
106
+ "robot0_eef_pos.z",
107
+ "robot0_eef_axis_angle.rx",
108
+ "robot0_eef_axis_angle.ry",
109
+ "robot0_eef_axis_angle.rz",
110
+ "robot0_gripper_qpos.finger_joint1",
111
+ "robot0_gripper_qpos.finger_joint2"
112
+ ]
113
+ },
114
+ "action": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 7
118
+ ],
119
+ "names": [
120
+ "delta_eef_pos.dx",
121
+ "delta_eef_pos.dy",
122
+ "delta_eef_pos.dz",
123
+ "delta_eef_axis_angle.drx",
124
+ "delta_eef_axis_angle.dry",
125
+ "delta_eef_axis_angle.drz",
126
+ "gripper.open_close"
127
+ ]
128
+ },
129
+ "next.reward": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": [
135
+ "reward"
136
+ ]
137
+ },
138
+ "next.done": {
139
+ "dtype": "bool",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": [
144
+ "done"
145
+ ]
146
+ },
147
+ "timestamp": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "frame_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "episode_index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "task_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ }
182
+ },
183
+ "total_episodes": 2,
184
+ "total_frames": 194,
185
+ "total_tasks": 2,
186
+ "chunks_size": 1000,
187
+ "data_files_size_in_mb": 100,
188
+ "video_files_size_in_mb": 200,
189
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
190
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
191
+ "robot_type": "franka_panda_libero",
192
+ "splits": {
193
+ "train": "0:2"
194
+ }
195
+ }
196
+ ```
197
+
198
+
199
+ ## Citation
200
+
201
+ **BibTeX:**
202
+
203
+ ```bibtex
204
+ [More Information Needed]
205
+ ```