DORLR commited on
Commit
1d4ab88
·
verified ·
1 Parent(s): 5318d70

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +196 -0
README.md ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - isaaclab_ur5
8
+ - robotis
9
+ - env:UR5-Deformable-DP-Insertion-v0
10
+ - isaaclab:62e5b8cb
11
+ - host:robotics-server-2
12
+ - date:2026-04-14
13
+ - platform:x86_64
14
+ configs:
15
+ - config_name: default
16
+ data_files: data/*/*.parquet
17
+ ---
18
+
19
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
20
+
21
+
22
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=DORLR/isaaclab_ur5_xdfxdfx">
23
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
24
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
25
+ </a>
26
+
27
+
28
+ ## Dataset Description
29
+
30
+
31
+
32
+ - **Homepage:** [More Information Needed]
33
+ - **Paper:** [More Information Needed]
34
+ - **License:** apache-2.0
35
+
36
+ ## Dataset Structure
37
+
38
+ [meta/info.json](meta/info.json):
39
+ ```json
40
+ {
41
+ "codebase_version": "v3.0",
42
+ "robot_type": "isaaclab_ur5",
43
+ "total_episodes": 5,
44
+ "total_frames": 3001,
45
+ "total_tasks": 1,
46
+ "chunks_size": 1000,
47
+ "data_files_size_in_mb": 100,
48
+ "video_files_size_in_mb": 200,
49
+ "fps": 30,
50
+ "splits": {
51
+ "train": "0:5"
52
+ },
53
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
54
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
55
+ "features": {
56
+ "timestamp": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null
62
+ },
63
+ "frame_index": {
64
+ "dtype": "int64",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ },
70
+ "episode_index": {
71
+ "dtype": "int64",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "task_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "observation.images.cam_side2": {
92
+ "dtype": "video",
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channels"
97
+ ],
98
+ "shape": [
99
+ 224,
100
+ 224,
101
+ 3
102
+ ],
103
+ "info": {
104
+ "video.height": 224,
105
+ "video.width": 224,
106
+ "video.channels": 3,
107
+ "video.codec": "libx264",
108
+ "video.pix_fmt": "yuv420p"
109
+ }
110
+ },
111
+ "observation.images.cam_color": {
112
+ "dtype": "video",
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "channels"
117
+ ],
118
+ "shape": [
119
+ 224,
120
+ 224,
121
+ 3
122
+ ],
123
+ "info": {
124
+ "video.height": 224,
125
+ "video.width": 224,
126
+ "video.channels": 3,
127
+ "video.codec": "libx264",
128
+ "video.pix_fmt": "yuv420p"
129
+ }
130
+ },
131
+ "observation.state": {
132
+ "dtype": "float32",
133
+ "names": [
134
+ "shoulder_pan_joint",
135
+ "shoulder_lift_joint",
136
+ "elbow_joint",
137
+ "wrist_1_joint",
138
+ "wrist_2_joint",
139
+ "wrist_3_joint",
140
+ "finger_joint"
141
+ ],
142
+ "shape": [
143
+ 7
144
+ ]
145
+ },
146
+ "action": {
147
+ "dtype": "float32",
148
+ "names": [
149
+ "shoulder_pan_joint",
150
+ "shoulder_lift_joint",
151
+ "elbow_joint",
152
+ "wrist_1_joint",
153
+ "wrist_2_joint",
154
+ "wrist_3_joint",
155
+ "finger_joint"
156
+ ],
157
+ "shape": [
158
+ 7
159
+ ]
160
+ },
161
+ "observation.cartesian_state": {
162
+ "dtype": "float32",
163
+ "names": [
164
+ "eef_x",
165
+ "eef_y",
166
+ "eef_z",
167
+ "eef_qx",
168
+ "eef_qy",
169
+ "eef_qz",
170
+ "eef_qw"
171
+ ],
172
+ "shape": [
173
+ 7
174
+ ]
175
+ }
176
+ },
177
+ "tags": [
178
+ "isaaclab_ur5",
179
+ "robotis",
180
+ "env:UR5-Deformable-DP-Insertion-v0",
181
+ "isaaclab:62e5b8cb",
182
+ "host:robotics-server-2",
183
+ "date:2026-04-14",
184
+ "platform:x86_64"
185
+ ]
186
+ }
187
+ ```
188
+
189
+
190
+ ## Citation
191
+
192
+ **BibTeX:**
193
+
194
+ ```bibtex
195
+ [More Information Needed]
196
+ ```