Datasets:
Upload folder using huggingface_hub
Browse files- README.md +166 -0
- meta/episodes.jsonl +50 -0
- meta/episodes_stats.jsonl +0 -0
- meta/info.json +131 -0
- meta/tasks.jsonl +1 -0
README.md
ADDED
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
tags:
|
6 |
+
- LeRobot
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files: data/*/*.parquet
|
10 |
+
---
|
11 |
+
|
12 |
+
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
- **Homepage:** [More Information Needed]
|
19 |
+
- **Paper:** [More Information Needed]
|
20 |
+
- **License:** apache-2.0
|
21 |
+
|
22 |
+
## Dataset Structure
|
23 |
+
|
24 |
+
[meta/info.json](meta/info.json):
|
25 |
+
```json
|
26 |
+
{
|
27 |
+
"codebase_version": "v2.1",
|
28 |
+
"robot_type": null,
|
29 |
+
"total_episodes": 50,
|
30 |
+
"total_frames": 13021,
|
31 |
+
"total_tasks": 1,
|
32 |
+
"total_videos": 0,
|
33 |
+
"total_chunks": 1,
|
34 |
+
"chunks_size": 1000,
|
35 |
+
"fps": 20,
|
36 |
+
"splits": {
|
37 |
+
"train": "0:50"
|
38 |
+
},
|
39 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
40 |
+
"video_path": null,
|
41 |
+
"features": {
|
42 |
+
"observation.images.image": {
|
43 |
+
"dtype": "image",
|
44 |
+
"shape": [
|
45 |
+
256,
|
46 |
+
256,
|
47 |
+
3
|
48 |
+
],
|
49 |
+
"names": [
|
50 |
+
"height",
|
51 |
+
"width",
|
52 |
+
"channel"
|
53 |
+
]
|
54 |
+
},
|
55 |
+
"observation.images.wrist_image": {
|
56 |
+
"dtype": "image",
|
57 |
+
"shape": [
|
58 |
+
256,
|
59 |
+
256,
|
60 |
+
3
|
61 |
+
],
|
62 |
+
"names": [
|
63 |
+
"height",
|
64 |
+
"width",
|
65 |
+
"channel"
|
66 |
+
]
|
67 |
+
},
|
68 |
+
"observation.state.end_effector": {
|
69 |
+
"dtype": "float32",
|
70 |
+
"shape": [
|
71 |
+
8
|
72 |
+
],
|
73 |
+
"names": {
|
74 |
+
"motors": [
|
75 |
+
"x",
|
76 |
+
"y",
|
77 |
+
"z",
|
78 |
+
"roll",
|
79 |
+
"pitch",
|
80 |
+
"yaw",
|
81 |
+
"gripper",
|
82 |
+
"gripper"
|
83 |
+
]
|
84 |
+
}
|
85 |
+
},
|
86 |
+
"observation.state.joint": {
|
87 |
+
"dtype": "float32",
|
88 |
+
"shape": [
|
89 |
+
7
|
90 |
+
],
|
91 |
+
"names": {
|
92 |
+
"motors": [
|
93 |
+
"joint_1",
|
94 |
+
"joint_2",
|
95 |
+
"joint_3",
|
96 |
+
"joint_4",
|
97 |
+
"joint_5",
|
98 |
+
"joint_6",
|
99 |
+
"joint_7"
|
100 |
+
]
|
101 |
+
}
|
102 |
+
},
|
103 |
+
"action": {
|
104 |
+
"dtype": "float32",
|
105 |
+
"shape": [
|
106 |
+
7
|
107 |
+
],
|
108 |
+
"names": {
|
109 |
+
"motors": [
|
110 |
+
"x",
|
111 |
+
"y",
|
112 |
+
"z",
|
113 |
+
"roll",
|
114 |
+
"pitch",
|
115 |
+
"yaw",
|
116 |
+
"gripper"
|
117 |
+
]
|
118 |
+
}
|
119 |
+
},
|
120 |
+
"timestamp": {
|
121 |
+
"dtype": "float32",
|
122 |
+
"shape": [
|
123 |
+
1
|
124 |
+
],
|
125 |
+
"names": null
|
126 |
+
},
|
127 |
+
"frame_index": {
|
128 |
+
"dtype": "int64",
|
129 |
+
"shape": [
|
130 |
+
1
|
131 |
+
],
|
132 |
+
"names": null
|
133 |
+
},
|
134 |
+
"episode_index": {
|
135 |
+
"dtype": "int64",
|
136 |
+
"shape": [
|
137 |
+
1
|
138 |
+
],
|
139 |
+
"names": null
|
140 |
+
},
|
141 |
+
"index": {
|
142 |
+
"dtype": "int64",
|
143 |
+
"shape": [
|
144 |
+
1
|
145 |
+
],
|
146 |
+
"names": null
|
147 |
+
},
|
148 |
+
"task_index": {
|
149 |
+
"dtype": "int64",
|
150 |
+
"shape": [
|
151 |
+
1
|
152 |
+
],
|
153 |
+
"names": null
|
154 |
+
}
|
155 |
+
}
|
156 |
+
}
|
157 |
+
```
|
158 |
+
|
159 |
+
|
160 |
+
## Citation
|
161 |
+
|
162 |
+
**BibTeX:**
|
163 |
+
|
164 |
+
```bibtex
|
165 |
+
[More Information Needed]
|
166 |
+
```
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 258}
|
2 |
+
{"episode_index": 1, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 252}
|
3 |
+
{"episode_index": 2, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 246}
|
4 |
+
{"episode_index": 3, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 288}
|
5 |
+
{"episode_index": 4, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 244}
|
6 |
+
{"episode_index": 5, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 279}
|
7 |
+
{"episode_index": 6, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 303}
|
8 |
+
{"episode_index": 7, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 247}
|
9 |
+
{"episode_index": 8, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 238}
|
10 |
+
{"episode_index": 9, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 257}
|
11 |
+
{"episode_index": 10, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 310}
|
12 |
+
{"episode_index": 11, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 250}
|
13 |
+
{"episode_index": 12, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 257}
|
14 |
+
{"episode_index": 13, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 272}
|
15 |
+
{"episode_index": 14, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 246}
|
16 |
+
{"episode_index": 15, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 254}
|
17 |
+
{"episode_index": 16, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 321}
|
18 |
+
{"episode_index": 17, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 244}
|
19 |
+
{"episode_index": 18, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 258}
|
20 |
+
{"episode_index": 19, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 255}
|
21 |
+
{"episode_index": 20, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 271}
|
22 |
+
{"episode_index": 21, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 252}
|
23 |
+
{"episode_index": 22, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 260}
|
24 |
+
{"episode_index": 23, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 272}
|
25 |
+
{"episode_index": 24, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 247}
|
26 |
+
{"episode_index": 25, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 244}
|
27 |
+
{"episode_index": 26, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 322}
|
28 |
+
{"episode_index": 27, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 257}
|
29 |
+
{"episode_index": 28, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 263}
|
30 |
+
{"episode_index": 29, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 247}
|
31 |
+
{"episode_index": 30, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 249}
|
32 |
+
{"episode_index": 31, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 234}
|
33 |
+
{"episode_index": 32, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 246}
|
34 |
+
{"episode_index": 33, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 247}
|
35 |
+
{"episode_index": 34, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 278}
|
36 |
+
{"episode_index": 35, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 282}
|
37 |
+
{"episode_index": 36, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 244}
|
38 |
+
{"episode_index": 37, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 237}
|
39 |
+
{"episode_index": 38, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 258}
|
40 |
+
{"episode_index": 39, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 271}
|
41 |
+
{"episode_index": 40, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 235}
|
42 |
+
{"episode_index": 41, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 249}
|
43 |
+
{"episode_index": 42, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 255}
|
44 |
+
{"episode_index": 43, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 284}
|
45 |
+
{"episode_index": 44, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 276}
|
46 |
+
{"episode_index": 45, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 252}
|
47 |
+
{"episode_index": 46, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 242}
|
48 |
+
{"episode_index": 47, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 256}
|
49 |
+
{"episode_index": 48, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 258}
|
50 |
+
{"episode_index": 49, "tasks": ["put both the cream cheese box and the butter in the basket"], "length": 254}
|
meta/episodes_stats.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
meta/info.json
ADDED
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": null,
|
4 |
+
"total_episodes": 50,
|
5 |
+
"total_frames": 13021,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 0,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 20,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:50"
|
13 |
+
},
|
14 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
15 |
+
"video_path": null,
|
16 |
+
"features": {
|
17 |
+
"observation.images.image": {
|
18 |
+
"dtype": "image",
|
19 |
+
"shape": [
|
20 |
+
256,
|
21 |
+
256,
|
22 |
+
3
|
23 |
+
],
|
24 |
+
"names": [
|
25 |
+
"height",
|
26 |
+
"width",
|
27 |
+
"channel"
|
28 |
+
]
|
29 |
+
},
|
30 |
+
"observation.images.image2": {
|
31 |
+
"dtype": "image",
|
32 |
+
"shape": [
|
33 |
+
256,
|
34 |
+
256,
|
35 |
+
3
|
36 |
+
],
|
37 |
+
"names": [
|
38 |
+
"height",
|
39 |
+
"width",
|
40 |
+
"channel"
|
41 |
+
]
|
42 |
+
},
|
43 |
+
"observation.state": {
|
44 |
+
"dtype": "float32",
|
45 |
+
"shape": [
|
46 |
+
8
|
47 |
+
],
|
48 |
+
"names": {
|
49 |
+
"motors": [
|
50 |
+
"x",
|
51 |
+
"y",
|
52 |
+
"z",
|
53 |
+
"roll",
|
54 |
+
"pitch",
|
55 |
+
"yaw",
|
56 |
+
"gripper",
|
57 |
+
"gripper"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"observation.state.joint": {
|
62 |
+
"dtype": "float32",
|
63 |
+
"shape": [
|
64 |
+
7
|
65 |
+
],
|
66 |
+
"names": {
|
67 |
+
"motors": [
|
68 |
+
"joint_1",
|
69 |
+
"joint_2",
|
70 |
+
"joint_3",
|
71 |
+
"joint_4",
|
72 |
+
"joint_5",
|
73 |
+
"joint_6",
|
74 |
+
"joint_7"
|
75 |
+
]
|
76 |
+
}
|
77 |
+
},
|
78 |
+
"action": {
|
79 |
+
"dtype": "float32",
|
80 |
+
"shape": [
|
81 |
+
7
|
82 |
+
],
|
83 |
+
"names": {
|
84 |
+
"motors": [
|
85 |
+
"x",
|
86 |
+
"y",
|
87 |
+
"z",
|
88 |
+
"roll",
|
89 |
+
"pitch",
|
90 |
+
"yaw",
|
91 |
+
"gripper"
|
92 |
+
]
|
93 |
+
}
|
94 |
+
},
|
95 |
+
"timestamp": {
|
96 |
+
"dtype": "float32",
|
97 |
+
"shape": [
|
98 |
+
1
|
99 |
+
],
|
100 |
+
"names": null
|
101 |
+
},
|
102 |
+
"frame_index": {
|
103 |
+
"dtype": "int64",
|
104 |
+
"shape": [
|
105 |
+
1
|
106 |
+
],
|
107 |
+
"names": null
|
108 |
+
},
|
109 |
+
"episode_index": {
|
110 |
+
"dtype": "int64",
|
111 |
+
"shape": [
|
112 |
+
1
|
113 |
+
],
|
114 |
+
"names": null
|
115 |
+
},
|
116 |
+
"index": {
|
117 |
+
"dtype": "int64",
|
118 |
+
"shape": [
|
119 |
+
1
|
120 |
+
],
|
121 |
+
"names": null
|
122 |
+
},
|
123 |
+
"task_index": {
|
124 |
+
"dtype": "int64",
|
125 |
+
"shape": [
|
126 |
+
1
|
127 |
+
],
|
128 |
+
"names": null
|
129 |
+
}
|
130 |
+
}
|
131 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "put both the cream cheese box and the butter in the basket"}
|