Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,39 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
Generated RLBench -> LeRobot v2.1 dataset.
|
4 |
`meta/info.json`:
|
5 |
```json
|
6 |
{
|
7 |
-
"dataset_name": "put_rubbish_in_bin_<function action_repr at 0x7f1766358860>_relative",
|
8 |
"codebase_version": "v2.1",
|
9 |
"robot_type": "franka",
|
10 |
-
"total_episodes":
|
11 |
-
"
|
12 |
-
"total_frames": 15497,
|
13 |
"total_tasks": 1,
|
14 |
-
"total_videos":
|
|
|
|
|
15 |
"fps": 10,
|
16 |
"splits": {
|
17 |
-
"train": "0:
|
18 |
},
|
19 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
20 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
21 |
-
"camera_keys": [
|
22 |
-
"left_shoulder_rgb",
|
23 |
-
"right_shoulder_rgb",
|
24 |
-
"front_rgb",
|
25 |
-
"wrist_rgb",
|
26 |
-
"overhead_rgb"
|
27 |
-
],
|
28 |
"features": {
|
29 |
"observation.state": {
|
30 |
"dtype": "float32",
|
@@ -46,19 +55,18 @@ Generated RLBench -> LeRobot v2.1 dataset.
|
|
46 |
"action": {
|
47 |
"dtype": "float32",
|
48 |
"shape": [
|
49 |
-
|
50 |
],
|
51 |
"names": [
|
52 |
"x",
|
53 |
"y",
|
54 |
"z",
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"qw",
|
59 |
"gripper"
|
60 |
],
|
61 |
-
"description": "Action applied at each step, in
|
62 |
},
|
63 |
"observation.images.left_shoulder_rgb": {
|
64 |
"dtype": "video",
|
@@ -164,7 +172,42 @@ Generated RLBench -> LeRobot v2.1 dataset.
|
|
164 |
"video.is_depth_map": false,
|
165 |
"has_audio": false
|
166 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
}
|
168 |
}
|
169 |
}
|
170 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
- reinforcement-learning
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- robot
|
10 |
+
- reinforcement-learning
|
11 |
+
- rlbench
|
12 |
+
- lerobot
|
13 |
+
- vla
|
14 |
+
- vision-language-action
|
15 |
+
pretty_name: RLBench - Task PutRubbishInBin (relative actions in Euler representation)
|
16 |
+
---
|
17 |
+
# put_rubbish_in_bin_euler_relative
|
18 |
|
19 |
Generated RLBench -> LeRobot v2.1 dataset.
|
20 |
`meta/info.json`:
|
21 |
```json
|
22 |
{
|
|
|
23 |
"codebase_version": "v2.1",
|
24 |
"robot_type": "franka",
|
25 |
+
"total_episodes": 250,
|
26 |
+
"total_frames": 38368,
|
|
|
27 |
"total_tasks": 1,
|
28 |
+
"total_videos": 1250,
|
29 |
+
"total_chunks": 1,
|
30 |
+
"chunks_size": 1000,
|
31 |
"fps": 10,
|
32 |
"splits": {
|
33 |
+
"train": "0:250"
|
34 |
},
|
35 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
36 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
"features": {
|
38 |
"observation.state": {
|
39 |
"dtype": "float32",
|
|
|
55 |
"action": {
|
56 |
"dtype": "float32",
|
57 |
"shape": [
|
58 |
+
7
|
59 |
],
|
60 |
"names": [
|
61 |
"x",
|
62 |
"y",
|
63 |
"z",
|
64 |
+
"roll",
|
65 |
+
"pitch",
|
66 |
+
"yaw",
|
|
|
67 |
"gripper"
|
68 |
],
|
69 |
+
"description": "Action applied at each step, in Euler representation + gripper (0.0 close, 1.0 open)."
|
70 |
},
|
71 |
"observation.images.left_shoulder_rgb": {
|
72 |
"dtype": "video",
|
|
|
172 |
"video.is_depth_map": false,
|
173 |
"has_audio": false
|
174 |
}
|
175 |
+
},
|
176 |
+
"timestamp": {
|
177 |
+
"dtype": "float32",
|
178 |
+
"shape": [
|
179 |
+
1
|
180 |
+
],
|
181 |
+
"names": null
|
182 |
+
},
|
183 |
+
"frame_index": {
|
184 |
+
"dtype": "int64",
|
185 |
+
"shape": [
|
186 |
+
1
|
187 |
+
],
|
188 |
+
"names": null
|
189 |
+
},
|
190 |
+
"episode_index": {
|
191 |
+
"dtype": "int64",
|
192 |
+
"shape": [
|
193 |
+
1
|
194 |
+
],
|
195 |
+
"names": null
|
196 |
+
},
|
197 |
+
"index": {
|
198 |
+
"dtype": "int64",
|
199 |
+
"shape": [
|
200 |
+
1
|
201 |
+
],
|
202 |
+
"names": null
|
203 |
+
},
|
204 |
+
"task_index": {
|
205 |
+
"dtype": "int64",
|
206 |
+
"shape": [
|
207 |
+
1
|
208 |
+
],
|
209 |
+
"names": null
|
210 |
}
|
211 |
}
|
212 |
}
|
213 |
+
```
|