Upload folder using huggingface_hub
Browse files- meta/episodes.jsonl +0 -0
- meta/info.json +148 -0
- meta/stats.json +302 -0
- meta/tasks.jsonl +406 -0
meta/episodes.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
meta/info.json
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.0",
|
3 |
+
"robot_type": "unknown",
|
4 |
+
"total_episodes": 3603,
|
5 |
+
"total_frames": 237798,
|
6 |
+
"total_tasks": 406,
|
7 |
+
"total_videos": 7206,
|
8 |
+
"total_chunks": 4,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 15,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:3603"
|
13 |
+
},
|
14 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
15 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
16 |
+
"features": {
|
17 |
+
"observation.images.rgb_static": {
|
18 |
+
"dtype": "video",
|
19 |
+
"shape": [
|
20 |
+
150,
|
21 |
+
200,
|
22 |
+
3
|
23 |
+
],
|
24 |
+
"names": [
|
25 |
+
"height",
|
26 |
+
"width",
|
27 |
+
"channel"
|
28 |
+
],
|
29 |
+
"video_info": {
|
30 |
+
"video.fps": 15.0,
|
31 |
+
"video.codec": "av1",
|
32 |
+
"video.pix_fmt": "yuv420p",
|
33 |
+
"video.is_depth_map": false,
|
34 |
+
"has_audio": false
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"observation.images.rgb_gripper": {
|
38 |
+
"dtype": "video",
|
39 |
+
"shape": [
|
40 |
+
84,
|
41 |
+
84,
|
42 |
+
3
|
43 |
+
],
|
44 |
+
"names": [
|
45 |
+
"height",
|
46 |
+
"width",
|
47 |
+
"channel"
|
48 |
+
],
|
49 |
+
"video_info": {
|
50 |
+
"video.fps": 15.0,
|
51 |
+
"video.codec": "av1",
|
52 |
+
"video.pix_fmt": "yuv420p",
|
53 |
+
"video.is_depth_map": false,
|
54 |
+
"has_audio": false
|
55 |
+
}
|
56 |
+
},
|
57 |
+
"language_instruction": {
|
58 |
+
"dtype": "string",
|
59 |
+
"shape": [
|
60 |
+
1
|
61 |
+
],
|
62 |
+
"names": null
|
63 |
+
},
|
64 |
+
"observation.state": {
|
65 |
+
"dtype": "float32",
|
66 |
+
"shape": [
|
67 |
+
7
|
68 |
+
],
|
69 |
+
"names": {
|
70 |
+
"motors": [
|
71 |
+
"motor_0",
|
72 |
+
"motor_1",
|
73 |
+
"motor_2",
|
74 |
+
"motor_3",
|
75 |
+
"motor_4",
|
76 |
+
"motor_5",
|
77 |
+
"motor_6"
|
78 |
+
]
|
79 |
+
}
|
80 |
+
},
|
81 |
+
"action": {
|
82 |
+
"dtype": "float32",
|
83 |
+
"shape": [
|
84 |
+
7
|
85 |
+
],
|
86 |
+
"names": {
|
87 |
+
"motors": [
|
88 |
+
"motor_0",
|
89 |
+
"motor_1",
|
90 |
+
"motor_2",
|
91 |
+
"motor_3",
|
92 |
+
"motor_4",
|
93 |
+
"motor_5",
|
94 |
+
"motor_6"
|
95 |
+
]
|
96 |
+
}
|
97 |
+
},
|
98 |
+
"timestamp": {
|
99 |
+
"dtype": "float32",
|
100 |
+
"shape": [
|
101 |
+
1
|
102 |
+
],
|
103 |
+
"names": null
|
104 |
+
},
|
105 |
+
"episode_index": {
|
106 |
+
"dtype": "int64",
|
107 |
+
"shape": [
|
108 |
+
1
|
109 |
+
],
|
110 |
+
"names": null
|
111 |
+
},
|
112 |
+
"frame_index": {
|
113 |
+
"dtype": "int64",
|
114 |
+
"shape": [
|
115 |
+
1
|
116 |
+
],
|
117 |
+
"names": null
|
118 |
+
},
|
119 |
+
"next.reward": {
|
120 |
+
"dtype": "float32",
|
121 |
+
"shape": [
|
122 |
+
1
|
123 |
+
],
|
124 |
+
"names": null
|
125 |
+
},
|
126 |
+
"next.done": {
|
127 |
+
"dtype": "bool",
|
128 |
+
"shape": [
|
129 |
+
1
|
130 |
+
],
|
131 |
+
"names": null
|
132 |
+
},
|
133 |
+
"index": {
|
134 |
+
"dtype": "int64",
|
135 |
+
"shape": [
|
136 |
+
1
|
137 |
+
],
|
138 |
+
"names": null
|
139 |
+
},
|
140 |
+
"task_index": {
|
141 |
+
"dtype": "int64",
|
142 |
+
"shape": [
|
143 |
+
1
|
144 |
+
],
|
145 |
+
"names": null
|
146 |
+
}
|
147 |
+
}
|
148 |
+
}
|
meta/stats.json
ADDED
@@ -0,0 +1,302 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"action": {
|
3 |
+
"max": [
|
4 |
+
1.4915844202041626,
|
5 |
+
2.1842432022094727,
|
6 |
+
2.6836395263671875,
|
7 |
+
5.035226821899414,
|
8 |
+
2.665864944458008,
|
9 |
+
4.250768661499023,
|
10 |
+
1.0
|
11 |
+
],
|
12 |
+
"mean": [
|
13 |
+
-0.0038459303323179483,
|
14 |
+
0.009671516716480255,
|
15 |
+
0.012780596502125263,
|
16 |
+
-0.0054037789814174175,
|
17 |
+
-0.009606551378965378,
|
18 |
+
-0.002480715047568083,
|
19 |
+
0.4263913333415985
|
20 |
+
],
|
21 |
+
"min": [
|
22 |
+
-4.242457866668701,
|
23 |
+
-3.192805051803589,
|
24 |
+
-1.3371467590332031,
|
25 |
+
-4.202683448791504,
|
26 |
+
-2.6722638607025146,
|
27 |
+
-3.3467135429382324,
|
28 |
+
0.0
|
29 |
+
],
|
30 |
+
"std": [
|
31 |
+
0.23255284130573273,
|
32 |
+
0.3630043864250183,
|
33 |
+
0.28695595264434814,
|
34 |
+
0.26178377866744995,
|
35 |
+
0.2439093440771103,
|
36 |
+
0.5216754674911499,
|
37 |
+
0.4945523142814636
|
38 |
+
]
|
39 |
+
},
|
40 |
+
"episode_index": {
|
41 |
+
"max": [
|
42 |
+
3602.0
|
43 |
+
],
|
44 |
+
"mean": [
|
45 |
+
1801.00244140625
|
46 |
+
],
|
47 |
+
"min": [
|
48 |
+
0.0
|
49 |
+
],
|
50 |
+
"std": [
|
51 |
+
1040.097412109375
|
52 |
+
]
|
53 |
+
},
|
54 |
+
"frame_index": {
|
55 |
+
"max": [
|
56 |
+
65.0
|
57 |
+
],
|
58 |
+
"mean": [
|
59 |
+
32.49993133544922
|
60 |
+
],
|
61 |
+
"min": [
|
62 |
+
0.0
|
63 |
+
],
|
64 |
+
"std": [
|
65 |
+
19.05036735534668
|
66 |
+
]
|
67 |
+
},
|
68 |
+
"index": {
|
69 |
+
"max": [
|
70 |
+
237797.0
|
71 |
+
],
|
72 |
+
"mean": [
|
73 |
+
118898.6953125
|
74 |
+
],
|
75 |
+
"min": [
|
76 |
+
0.0
|
77 |
+
],
|
78 |
+
"std": [
|
79 |
+
68646.359375
|
80 |
+
]
|
81 |
+
},
|
82 |
+
"next.done": {
|
83 |
+
"max": [
|
84 |
+
1.0
|
85 |
+
],
|
86 |
+
"mean": [
|
87 |
+
0.015151518397033215
|
88 |
+
],
|
89 |
+
"min": [
|
90 |
+
0.0
|
91 |
+
],
|
92 |
+
"std": [
|
93 |
+
0.12215543538331985
|
94 |
+
]
|
95 |
+
},
|
96 |
+
"next.reward": {
|
97 |
+
"max": [
|
98 |
+
1.0
|
99 |
+
],
|
100 |
+
"mean": [
|
101 |
+
0.015151510015130043
|
102 |
+
],
|
103 |
+
"min": [
|
104 |
+
0.0
|
105 |
+
],
|
106 |
+
"std": [
|
107 |
+
0.12215540558099747
|
108 |
+
]
|
109 |
+
},
|
110 |
+
"observation.images.rgb_gripper": {
|
111 |
+
"max": [
|
112 |
+
[
|
113 |
+
[
|
114 |
+
1.0
|
115 |
+
]
|
116 |
+
],
|
117 |
+
[
|
118 |
+
[
|
119 |
+
1.0
|
120 |
+
]
|
121 |
+
],
|
122 |
+
[
|
123 |
+
[
|
124 |
+
1.0
|
125 |
+
]
|
126 |
+
]
|
127 |
+
],
|
128 |
+
"mean": [
|
129 |
+
[
|
130 |
+
[
|
131 |
+
0.48006951808929443
|
132 |
+
]
|
133 |
+
],
|
134 |
+
[
|
135 |
+
[
|
136 |
+
0.45184436440467834
|
137 |
+
]
|
138 |
+
],
|
139 |
+
[
|
140 |
+
[
|
141 |
+
0.419636607170105
|
142 |
+
]
|
143 |
+
]
|
144 |
+
],
|
145 |
+
"min": [
|
146 |
+
[
|
147 |
+
[
|
148 |
+
0.0
|
149 |
+
]
|
150 |
+
],
|
151 |
+
[
|
152 |
+
[
|
153 |
+
0.0
|
154 |
+
]
|
155 |
+
],
|
156 |
+
[
|
157 |
+
[
|
158 |
+
0.0
|
159 |
+
]
|
160 |
+
]
|
161 |
+
],
|
162 |
+
"std": [
|
163 |
+
[
|
164 |
+
[
|
165 |
+
0.15265579521656036
|
166 |
+
]
|
167 |
+
],
|
168 |
+
[
|
169 |
+
[
|
170 |
+
0.149329274892807
|
171 |
+
]
|
172 |
+
],
|
173 |
+
[
|
174 |
+
[
|
175 |
+
0.17335407435894012
|
176 |
+
]
|
177 |
+
]
|
178 |
+
]
|
179 |
+
},
|
180 |
+
"observation.images.rgb_static": {
|
181 |
+
"max": [
|
182 |
+
[
|
183 |
+
[
|
184 |
+
1.0
|
185 |
+
]
|
186 |
+
],
|
187 |
+
[
|
188 |
+
[
|
189 |
+
1.0
|
190 |
+
]
|
191 |
+
],
|
192 |
+
[
|
193 |
+
[
|
194 |
+
1.0
|
195 |
+
]
|
196 |
+
]
|
197 |
+
],
|
198 |
+
"mean": [
|
199 |
+
[
|
200 |
+
[
|
201 |
+
0.5660906434059143
|
202 |
+
]
|
203 |
+
],
|
204 |
+
[
|
205 |
+
[
|
206 |
+
0.5559690594673157
|
207 |
+
]
|
208 |
+
],
|
209 |
+
[
|
210 |
+
[
|
211 |
+
0.5403866171836853
|
212 |
+
]
|
213 |
+
]
|
214 |
+
],
|
215 |
+
"min": [
|
216 |
+
[
|
217 |
+
[
|
218 |
+
0.0
|
219 |
+
]
|
220 |
+
],
|
221 |
+
[
|
222 |
+
[
|
223 |
+
0.0
|
224 |
+
]
|
225 |
+
],
|
226 |
+
[
|
227 |
+
[
|
228 |
+
0.0
|
229 |
+
]
|
230 |
+
]
|
231 |
+
],
|
232 |
+
"std": [
|
233 |
+
[
|
234 |
+
[
|
235 |
+
0.1641448736190796
|
236 |
+
]
|
237 |
+
],
|
238 |
+
[
|
239 |
+
[
|
240 |
+
0.17472447454929352
|
241 |
+
]
|
242 |
+
],
|
243 |
+
[
|
244 |
+
[
|
245 |
+
0.2166387438774109
|
246 |
+
]
|
247 |
+
]
|
248 |
+
]
|
249 |
+
},
|
250 |
+
"observation.state": {
|
251 |
+
"max": [
|
252 |
+
0.7124971151351929,
|
253 |
+
0.6118948459625244,
|
254 |
+
0.617118775844574,
|
255 |
+
3.1415891647338867,
|
256 |
+
0.30717557668685913,
|
257 |
+
2.4624788761138916,
|
258 |
+
0.9704633951187134
|
259 |
+
],
|
260 |
+
"mean": [
|
261 |
+
0.3726443648338318,
|
262 |
+
0.1331651359796524,
|
263 |
+
0.3829219341278076,
|
264 |
+
-0.06493577361106873,
|
265 |
+
-0.1749386042356491,
|
266 |
+
0.4603063762187958,
|
267 |
+
0.15154248476028442
|
268 |
+
],
|
269 |
+
"min": [
|
270 |
+
0.07693906873464584,
|
271 |
+
-0.4944135844707489,
|
272 |
+
0.20030911266803741,
|
273 |
+
-3.1415886878967285,
|
274 |
+
-0.8683895468711853,
|
275 |
+
-1.789320707321167,
|
276 |
+
-0.6495265960693359
|
277 |
+
],
|
278 |
+
"std": [
|
279 |
+
0.11473439633846283,
|
280 |
+
0.26916179060935974,
|
281 |
+
0.112610824406147,
|
282 |
+
3.039742946624756,
|
283 |
+
0.1861553192138672,
|
284 |
+
0.6904645562171936,
|
285 |
+
0.2824224531650543
|
286 |
+
]
|
287 |
+
},
|
288 |
+
"timestamp": {
|
289 |
+
"max": [
|
290 |
+
4.333333492279053
|
291 |
+
],
|
292 |
+
"mean": [
|
293 |
+
2.166658878326416
|
294 |
+
],
|
295 |
+
"min": [
|
296 |
+
0.0
|
297 |
+
],
|
298 |
+
"std": [
|
299 |
+
1.2700247764587402
|
300 |
+
]
|
301 |
+
}
|
302 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1,406 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "rotate the yellow block to the left"}
|
2 |
+
{"task_index": 1, "task": "push right the yellow block"}
|
3 |
+
{"task_index": 2, "task": "open the drawer"}
|
4 |
+
{"task_index": 3, "task": "place the pink block on top of the purple block"}
|
5 |
+
{"task_index": 4, "task": "turn off the blue led light"}
|
6 |
+
{"task_index": 5, "task": "grasp the drawer handle, then open it"}
|
7 |
+
{"task_index": 6, "task": "go push the pink block into the drawer"}
|
8 |
+
{"task_index": 7, "task": "rotate the pink block towards the right"}
|
9 |
+
{"task_index": 8, "task": "push the green button to turn off the green light"}
|
10 |
+
{"task_index": 9, "task": "turn off the blue light lamp"}
|
11 |
+
{"task_index": 10, "task": "turn off the red light lamp"}
|
12 |
+
{"task_index": 11, "task": "place the yellow object in the drawer"}
|
13 |
+
{"task_index": 12, "task": "move to the white box and store the purple object"}
|
14 |
+
{"task_index": 13, "task": "grasp the handle of the drawer and open it"}
|
15 |
+
{"task_index": 14, "task": "put the yellow block in the drawer"}
|
16 |
+
{"task_index": 15, "task": "pick up the pink block"}
|
17 |
+
{"task_index": 16, "task": "turn on the green light lamp"}
|
18 |
+
{"task_index": 17, "task": "go push the yellow block to the left"}
|
19 |
+
{"task_index": 18, "task": "move the door all the way to the left and let go"}
|
20 |
+
{"task_index": 19, "task": "put the yellow object on the table"}
|
21 |
+
{"task_index": 20, "task": "move the door to the left side"}
|
22 |
+
{"task_index": 21, "task": "unstack the pink block"}
|
23 |
+
{"task_index": 22, "task": "go towards the pink block and grasp it"}
|
24 |
+
{"task_index": 23, "task": "place the pink object on the table"}
|
25 |
+
{"task_index": 24, "task": "pull the drawer"}
|
26 |
+
{"task_index": 25, "task": "grasp the pink block"}
|
27 |
+
{"task_index": 26, "task": "go towards the purple block and pick it up"}
|
28 |
+
{"task_index": 27, "task": "place the purple block on top of the drawer"}
|
29 |
+
{"task_index": 28, "task": "pull the handle of the drawer"}
|
30 |
+
{"task_index": 29, "task": "place the purple block inside the left cabinet"}
|
31 |
+
{"task_index": 30, "task": "sweep the yellow block to the left"}
|
32 |
+
{"task_index": 31, "task": "open the cabinet drawer"}
|
33 |
+
{"task_index": 32, "task": "move to the white box, then store the yellow object"}
|
34 |
+
{"task_index": 33, "task": "put the yellow block inside the right cabinet"}
|
35 |
+
{"task_index": 34, "task": "take off the pink block that is on top of the other one"}
|
36 |
+
{"task_index": 35, "task": "grasp the purple block and turn it right"}
|
37 |
+
{"task_index": 36, "task": "put the pink object on top of the drawer"}
|
38 |
+
{"task_index": 37, "task": "lift the pink block"}
|
39 |
+
{"task_index": 38, "task": "unstack the yellow block"}
|
40 |
+
{"task_index": 39, "task": "push the blue button to turn off the blue light"}
|
41 |
+
{"task_index": 40, "task": "turn on the red light lamp"}
|
42 |
+
{"task_index": 41, "task": "turn the purple block right"}
|
43 |
+
{"task_index": 42, "task": "turn the yellow block right"}
|
44 |
+
{"task_index": 43, "task": "stack the yellow block on top of the purple block"}
|
45 |
+
{"task_index": 44, "task": "put the pink object on the table"}
|
46 |
+
{"task_index": 45, "task": "close the drawer"}
|
47 |
+
{"task_index": 46, "task": "toggle the red light switch to turn off the red light"}
|
48 |
+
{"task_index": 47, "task": "put the yellow object on top of the drawer"}
|
49 |
+
{"task_index": 48, "task": "rotate the purple block towards the left"}
|
50 |
+
{"task_index": 49, "task": "go towards the drawer and place the purple object"}
|
51 |
+
{"task_index": 50, "task": "put the purple block on the table"}
|
52 |
+
{"task_index": 51, "task": "go towards the purple block and lift it"}
|
53 |
+
{"task_index": 52, "task": "move the red light switch to turn on the red light"}
|
54 |
+
{"task_index": 53, "task": "place the pink block on the table"}
|
55 |
+
{"task_index": 54, "task": "slide the purple block to the left"}
|
56 |
+
{"task_index": 55, "task": "push the door to the left"}
|
57 |
+
{"task_index": 56, "task": "grasp the handle of the drawer, then close it"}
|
58 |
+
{"task_index": 57, "task": "close the cabinet drawer"}
|
59 |
+
{"task_index": 58, "task": "put the grasped pink block inside the left cabinet"}
|
60 |
+
{"task_index": 59, "task": "move to the drawer and place the yellow object"}
|
61 |
+
{"task_index": 60, "task": "put the pink object inside the right cabinet"}
|
62 |
+
{"task_index": 61, "task": "go slide the yellow block to the right"}
|
63 |
+
{"task_index": 62, "task": "turn on the red light"}
|
64 |
+
{"task_index": 63, "task": "place the purple block inside the box"}
|
65 |
+
{"task_index": 64, "task": "put the pink block inside the left cabinet"}
|
66 |
+
{"task_index": 65, "task": "place the grasped pink block inside the right cabinet"}
|
67 |
+
{"task_index": 66, "task": "grasp the handle of the drawer, then open it"}
|
68 |
+
{"task_index": 67, "task": "lift the yellow block"}
|
69 |
+
{"task_index": 68, "task": "go towards the yellow block and grasp it"}
|
70 |
+
{"task_index": 69, "task": "grasp the yellow block"}
|
71 |
+
{"task_index": 70, "task": "place the purple block on the table"}
|
72 |
+
{"task_index": 71, "task": "put the pink block on the table"}
|
73 |
+
{"task_index": 72, "task": "slide the pink block into the drawer"}
|
74 |
+
{"task_index": 73, "task": "push down the blue button to turn on the blue light"}
|
75 |
+
{"task_index": 74, "task": "put the grasped pink block inside the right cabinet"}
|
76 |
+
{"task_index": 75, "task": "grasp the drawer handle and open it"}
|
77 |
+
{"task_index": 76, "task": "rotate the pink block 90 degrees to the left"}
|
78 |
+
{"task_index": 77, "task": "go slide the pink block to the left"}
|
79 |
+
{"task_index": 78, "task": "grasp the handle of the drawer and close it"}
|
80 |
+
{"task_index": 79, "task": "put the yellow object inside the right cabinet"}
|
81 |
+
{"task_index": 80, "task": "push the sliding door to the left"}
|
82 |
+
{"task_index": 81, "task": "push the door to the left side"}
|
83 |
+
{"task_index": 82, "task": "put the purple object on top of the drawer"}
|
84 |
+
{"task_index": 83, "task": "place the grasped yellow block inside the right cabinet"}
|
85 |
+
{"task_index": 84, "task": "go towards the purple block and grasp it"}
|
86 |
+
{"task_index": 85, "task": "collapse the stacked blocks"}
|
87 |
+
{"task_index": 86, "task": "slide the yellow block towards the right"}
|
88 |
+
{"task_index": 87, "task": "place the yellow object inside the right cabinet"}
|
89 |
+
{"task_index": 88, "task": "place the pink object inside the left cabinet"}
|
90 |
+
{"task_index": 89, "task": "place the yellow block on the table"}
|
91 |
+
{"task_index": 90, "task": "place the yellow object on top of the drawer"}
|
92 |
+
{"task_index": 91, "task": "turn the pink block right"}
|
93 |
+
{"task_index": 92, "task": "rotate right the yellow block"}
|
94 |
+
{"task_index": 93, "task": "push down the red button to turn off the red light"}
|
95 |
+
{"task_index": 94, "task": "push down the red button to turn on the red light"}
|
96 |
+
{"task_index": 95, "task": "put the purple object on the table"}
|
97 |
+
{"task_index": 96, "task": "turn off the red light"}
|
98 |
+
{"task_index": 97, "task": "put the pink block inside the right cabinet"}
|
99 |
+
{"task_index": 98, "task": "move to the drawer and store the purple object"}
|
100 |
+
{"task_index": 99, "task": "put the pink object inside the left cabinet"}
|
101 |
+
{"task_index": 100, "task": "grasp the drawer handle and close it"}
|
102 |
+
{"task_index": 101, "task": "move to the white box, then store the pink object"}
|
103 |
+
{"task_index": 102, "task": "turn off the blue light"}
|
104 |
+
{"task_index": 103, "task": "push the yellow block towards the right"}
|
105 |
+
{"task_index": 104, "task": "go towards the yellow block and pick it up"}
|
106 |
+
{"task_index": 105, "task": "grasp the yellow block, then rotate it right"}
|
107 |
+
{"task_index": 106, "task": "unstack the purple block"}
|
108 |
+
{"task_index": 107, "task": "turn off the green light"}
|
109 |
+
{"task_index": 108, "task": "stack the purple block on top of the pink block"}
|
110 |
+
{"task_index": 109, "task": "slide the door to the left, then let it go"}
|
111 |
+
{"task_index": 110, "task": "turn off the green led light"}
|
112 |
+
{"task_index": 111, "task": "rotate the pink block towards the left"}
|
113 |
+
{"task_index": 112, "task": "move to the drawer, then place the yellow object"}
|
114 |
+
{"task_index": 113, "task": "go towards the drawer and place the pink object"}
|
115 |
+
{"task_index": 114, "task": "move to the box and place the purple object"}
|
116 |
+
{"task_index": 115, "task": "slide the door to the left"}
|
117 |
+
{"task_index": 116, "task": "push the purple block towards the left"}
|
118 |
+
{"task_index": 117, "task": "take the yellow block and turn it left"}
|
119 |
+
{"task_index": 118, "task": "put the grasped purple block inside the right cabinet"}
|
120 |
+
{"task_index": 119, "task": "place the pink block on top of the drawer"}
|
121 |
+
{"task_index": 120, "task": "slide the pink block to the right"}
|
122 |
+
{"task_index": 121, "task": "place the yellow block in the drawer"}
|
123 |
+
{"task_index": 122, "task": "move the door all the way to the left"}
|
124 |
+
{"task_index": 123, "task": "grasp the pink block, then turn it right"}
|
125 |
+
{"task_index": 124, "task": "push the drawer"}
|
126 |
+
{"task_index": 125, "task": "go slide the pink block to the right"}
|
127 |
+
{"task_index": 126, "task": "turn on the red led light"}
|
128 |
+
{"task_index": 127, "task": "go towards the drawer and store the yellow object"}
|
129 |
+
{"task_index": 128, "task": "slide the door all the way to the left"}
|
130 |
+
{"task_index": 129, "task": "put the purple block on top of the drawer"}
|
131 |
+
{"task_index": 130, "task": "take the yellow block and rotate it left"}
|
132 |
+
{"task_index": 131, "task": "move the sliding door to the left"}
|
133 |
+
{"task_index": 132, "task": "pick up the purple block"}
|
134 |
+
{"task_index": 133, "task": "toggle the blue light switch to turn off the blue light"}
|
135 |
+
{"task_index": 134, "task": "place the pink object inside the right cabinet"}
|
136 |
+
{"task_index": 135, "task": "slide left yellow red block"}
|
137 |
+
{"task_index": 136, "task": "take the purple block and rotate it right"}
|
138 |
+
{"task_index": 137, "task": "take the pink block and turn it right"}
|
139 |
+
{"task_index": 138, "task": "grasp the purple block and rotate it left"}
|
140 |
+
{"task_index": 139, "task": "put the purple block inside the left cabinet"}
|
141 |
+
{"task_index": 140, "task": "push the handle of the drawer"}
|
142 |
+
{"task_index": 141, "task": "place the purple block inside the right cabinet"}
|
143 |
+
{"task_index": 142, "task": "go towards the yellow block and lift it"}
|
144 |
+
{"task_index": 143, "task": "place the purple object on the table"}
|
145 |
+
{"task_index": 144, "task": "place the pink block inside the box"}
|
146 |
+
{"task_index": 145, "task": "move the red light switch to turn off the red light"}
|
147 |
+
{"task_index": 146, "task": "put the yellow object inside the left cabinet"}
|
148 |
+
{"task_index": 147, "task": "move to the drawer, then store the pink object"}
|
149 |
+
{"task_index": 148, "task": "grasp the purple block"}
|
150 |
+
{"task_index": 149, "task": "put the pink block on top of the drawer"}
|
151 |
+
{"task_index": 150, "task": "go push the purple block to the left"}
|
152 |
+
{"task_index": 151, "task": "turn on the blue light"}
|
153 |
+
{"task_index": 152, "task": "put the yellow block on top of the drawer"}
|
154 |
+
{"task_index": 153, "task": "go open the drawer"}
|
155 |
+
{"task_index": 154, "task": "place the purple block on top of the yellow block"}
|
156 |
+
{"task_index": 155, "task": "pick up the yellow block"}
|
157 |
+
{"task_index": 156, "task": "rotate the purple block towards the right"}
|
158 |
+
{"task_index": 157, "task": "lift the purple block"}
|
159 |
+
{"task_index": 158, "task": "rotate the purple block 90 degrees to the right"}
|
160 |
+
{"task_index": 159, "task": "turn on the blue light lamp"}
|
161 |
+
{"task_index": 160, "task": "push the purple block to the right"}
|
162 |
+
{"task_index": 161, "task": "place the yellow object inside the box"}
|
163 |
+
{"task_index": 162, "task": "push down the green button to turn on the green light"}
|
164 |
+
{"task_index": 163, "task": "turn on the green led light"}
|
165 |
+
{"task_index": 164, "task": "grasp the pink block and turn it right"}
|
166 |
+
{"task_index": 165, "task": "switch off the red light"}
|
167 |
+
{"task_index": 166, "task": "put the purple object inside the left cabinet"}
|
168 |
+
{"task_index": 167, "task": "toggle the blue light switch to turn on the blue light"}
|
169 |
+
{"task_index": 168, "task": "put the pink block inside the box"}
|
170 |
+
{"task_index": 169, "task": "grasp the purple block and rotate it right"}
|
171 |
+
{"task_index": 170, "task": "place the pink object on top of the drawer"}
|
172 |
+
{"task_index": 171, "task": "go towards the pink block and pick it up"}
|
173 |
+
{"task_index": 172, "task": "place the purple object on top of the drawer"}
|
174 |
+
{"task_index": 173, "task": "place the grasped purple block inside the left cabinet"}
|
175 |
+
{"task_index": 174, "task": "go slide the yellow block to the left"}
|
176 |
+
{"task_index": 175, "task": "grasp the door handle, then slide the door to the left"}
|
177 |
+
{"task_index": 176, "task": "store the grasped pink object in the box"}
|
178 |
+
{"task_index": 177, "task": "toggle the green light switch to turn off the green light"}
|
179 |
+
{"task_index": 178, "task": "turn off the red led light"}
|
180 |
+
{"task_index": 179, "task": "put the purple block in the drawer"}
|
181 |
+
{"task_index": 180, "task": "slide the yellow block to the right"}
|
182 |
+
{"task_index": 181, "task": "push the purple block to the left"}
|
183 |
+
{"task_index": 182, "task": "store the purple object in the drawer"}
|
184 |
+
{"task_index": 183, "task": "take off the yellow block that is on top of the other one"}
|
185 |
+
{"task_index": 184, "task": "move to the box, then place the pink object"}
|
186 |
+
{"task_index": 185, "task": "place the yellow object on the table"}
|
187 |
+
{"task_index": 186, "task": "push the purple block towards the right"}
|
188 |
+
{"task_index": 187, "task": "take off the purple block"}
|
189 |
+
{"task_index": 188, "task": "toggle the red light switch to turn on the red light"}
|
190 |
+
{"task_index": 189, "task": "slide the door to the left side"}
|
191 |
+
{"task_index": 190, "task": "put the grasped pink object inside the box"}
|
192 |
+
{"task_index": 191, "task": "place the grasped yellow object in the drawer"}
|
193 |
+
{"task_index": 192, "task": "slide right the yellow block"}
|
194 |
+
{"task_index": 193, "task": "slide left pink red block"}
|
195 |
+
{"task_index": 194, "task": "grasp the yellow block and rotate it left"}
|
196 |
+
{"task_index": 195, "task": "put the grasped yellow block on top of the block"}
|
197 |
+
{"task_index": 196, "task": "go slide the purple block to the left"}
|
198 |
+
{"task_index": 197, "task": "place the yellow block on top of the drawer"}
|
199 |
+
{"task_index": 198, "task": "move the blue light switch to turn off the blue light"}
|
200 |
+
{"task_index": 199, "task": "take off the pink block"}
|
201 |
+
{"task_index": 200, "task": "go close the drawer"}
|
202 |
+
{"task_index": 201, "task": "push the yellow block to the right"}
|
203 |
+
{"task_index": 202, "task": "remove the top purple block"}
|
204 |
+
{"task_index": 203, "task": "take the yellow block and turn it right"}
|
205 |
+
{"task_index": 204, "task": "slide the yellow block towards the left"}
|
206 |
+
{"task_index": 205, "task": "store the yellow object in the box"}
|
207 |
+
{"task_index": 206, "task": "switch off the blue light"}
|
208 |
+
{"task_index": 207, "task": "place the yellow block inside the left cabinet"}
|
209 |
+
{"task_index": 208, "task": "put the grasped yellow block inside the right cabinet"}
|
210 |
+
{"task_index": 209, "task": "place the purple object inside the box"}
|
211 |
+
{"task_index": 210, "task": "go towards the pink block and lift it"}
|
212 |
+
{"task_index": 211, "task": "go towards the drawer and store the pink object"}
|
213 |
+
{"task_index": 212, "task": "grasp the drawer handle, then close it"}
|
214 |
+
{"task_index": 213, "task": "turn on the green light"}
|
215 |
+
{"task_index": 214, "task": "move to the drawer, then place the pink object"}
|
216 |
+
{"task_index": 215, "task": "store the yellow block in the drawer"}
|
217 |
+
{"task_index": 216, "task": "rotate the yellow block 90 degrees to the left"}
|
218 |
+
{"task_index": 217, "task": "place the pink block in the drawer"}
|
219 |
+
{"task_index": 218, "task": "turn off the green light lamp"}
|
220 |
+
{"task_index": 219, "task": "push the red button to turn on the red light"}
|
221 |
+
{"task_index": 220, "task": "push the yellow block towards the left"}
|
222 |
+
{"task_index": 221, "task": "stack the purple block on top of the yellow block"}
|
223 |
+
{"task_index": 222, "task": "grasp the purple block, then rotate it left"}
|
224 |
+
{"task_index": 223, "task": "store the purple block inside the box"}
|
225 |
+
{"task_index": 224, "task": "push the blue button to turn on the blue light"}
|
226 |
+
{"task_index": 225, "task": "slide the purple block towards the left"}
|
227 |
+
{"task_index": 226, "task": "stack the pink block on top of the yellow block"}
|
228 |
+
{"task_index": 227, "task": "put the purple object inside the right cabinet"}
|
229 |
+
{"task_index": 228, "task": "go towards the drawer and store the purple object"}
|
230 |
+
{"task_index": 229, "task": "push the red button to turn off the red light"}
|
231 |
+
{"task_index": 230, "task": "store the grasped pink object in the drawer"}
|
232 |
+
{"task_index": 231, "task": "rotate the yellow block 90 degrees to the right"}
|
233 |
+
{"task_index": 232, "task": "move the door to the left"}
|
234 |
+
{"task_index": 233, "task": "put the purple block inside the box"}
|
235 |
+
{"task_index": 234, "task": "store the purple object in the box"}
|
236 |
+
{"task_index": 235, "task": "put the yellow block on the table"}
|
237 |
+
{"task_index": 236, "task": "grasp the door handle and move the door to the left"}
|
238 |
+
{"task_index": 237, "task": "put the purple object in the drawer"}
|
239 |
+
{"task_index": 238, "task": "turn the purple block left"}
|
240 |
+
{"task_index": 239, "task": "place the grasped pink block inside the left cabinet"}
|
241 |
+
{"task_index": 240, "task": "slide the yellow block to the left"}
|
242 |
+
{"task_index": 241, "task": "slide the pink block to the left"}
|
243 |
+
{"task_index": 242, "task": "place the yellow block inside the box"}
|
244 |
+
{"task_index": 243, "task": "slide left purple red block"}
|
245 |
+
{"task_index": 244, "task": "move to the white box and store the yellow object"}
|
246 |
+
{"task_index": 245, "task": "go push the pink block to the right"}
|
247 |
+
{"task_index": 246, "task": "rotate the yellow block towards the right"}
|
248 |
+
{"task_index": 247, "task": "rotate right the purple block"}
|
249 |
+
{"task_index": 248, "task": "take the pink block and rotate it left"}
|
250 |
+
{"task_index": 249, "task": "place the pink object in the drawer"}
|
251 |
+
{"task_index": 250, "task": "turn the yellow block left"}
|
252 |
+
{"task_index": 251, "task": "place the purple object inside the right cabinet"}
|
253 |
+
{"task_index": 252, "task": "put the yellow object inside the box"}
|
254 |
+
{"task_index": 253, "task": "take the purple block and turn it right"}
|
255 |
+
{"task_index": 254, "task": "push down the green button to turn off the green light"}
|
256 |
+
{"task_index": 255, "task": "move to the drawer and store the pink object"}
|
257 |
+
{"task_index": 256, "task": "place the grasped purple object in the drawer"}
|
258 |
+
{"task_index": 257, "task": "store the yellow object in the drawer"}
|
259 |
+
{"task_index": 258, "task": "rotate the purple block 90 degrees to the left"}
|
260 |
+
{"task_index": 259, "task": "store the grasped yellow object in the drawer"}
|
261 |
+
{"task_index": 260, "task": "slide the pink block towards the right"}
|
262 |
+
{"task_index": 261, "task": "switch off the green light"}
|
263 |
+
{"task_index": 262, "task": "toggle the green light switch to turn on the green light"}
|
264 |
+
{"task_index": 263, "task": "take the purple block and turn it left"}
|
265 |
+
{"task_index": 264, "task": "rotate the pink block to the left"}
|
266 |
+
{"task_index": 265, "task": "put the grasped purple object inside the box"}
|
267 |
+
{"task_index": 266, "task": "move to the box, then place the yellow object"}
|
268 |
+
{"task_index": 267, "task": "sweep the yellow block to the right"}
|
269 |
+
{"task_index": 268, "task": "rotate the purple block to the right"}
|
270 |
+
{"task_index": 269, "task": "grasp the yellow block and turn it right"}
|
271 |
+
{"task_index": 270, "task": "place the grasped purple block inside the right cabinet"}
|
272 |
+
{"task_index": 271, "task": "move to the drawer, then store the purple object"}
|
273 |
+
{"task_index": 272, "task": "move the green light switch to turn on the green light"}
|
274 |
+
{"task_index": 273, "task": "grasp the purple block and turn it left"}
|
275 |
+
{"task_index": 274, "task": "rotate the yellow block towards the left"}
|
276 |
+
{"task_index": 275, "task": "take the pink block and turn it left"}
|
277 |
+
{"task_index": 276, "task": "rotate the yellow block to the right"}
|
278 |
+
{"task_index": 277, "task": "grasp the yellow block, then rotate it left"}
|
279 |
+
{"task_index": 278, "task": "store the pink object in the box"}
|
280 |
+
{"task_index": 279, "task": "push the yellow block inside the drawer"}
|
281 |
+
{"task_index": 280, "task": "move the green light switch to turn off the green light"}
|
282 |
+
{"task_index": 281, "task": "go towards the white box and store the purple object"}
|
283 |
+
{"task_index": 282, "task": "put the grasped purple block inside the left cabinet"}
|
284 |
+
{"task_index": 283, "task": "take off the purple block that is on top of the other one"}
|
285 |
+
{"task_index": 284, "task": "turn on the blue led light"}
|
286 |
+
{"task_index": 285, "task": "rotate the pink block 90 degrees to the right"}
|
287 |
+
{"task_index": 286, "task": "put the grasped yellow block on top of the pink block"}
|
288 |
+
{"task_index": 287, "task": "sweep the purple block to the right"}
|
289 |
+
{"task_index": 288, "task": "push down the blue button to turn off the blue light"}
|
290 |
+
{"task_index": 289, "task": "grasp the yellow block and rotate it right"}
|
291 |
+
{"task_index": 290, "task": "put the yellow block inside the left cabinet"}
|
292 |
+
{"task_index": 291, "task": "go push the yellow block to the right"}
|
293 |
+
{"task_index": 292, "task": "put the yellow block inside the box"}
|
294 |
+
{"task_index": 293, "task": "put the grasped yellow block inside the left cabinet"}
|
295 |
+
{"task_index": 294, "task": "move to the box and place the pink object"}
|
296 |
+
{"task_index": 295, "task": "grasp the pink block, then rotate it right"}
|
297 |
+
{"task_index": 296, "task": "place the grasped pink object in the drawer"}
|
298 |
+
{"task_index": 297, "task": "grasp the door handle and slide the door to the left"}
|
299 |
+
{"task_index": 298, "task": "move to the box, then place the purple object"}
|
300 |
+
{"task_index": 299, "task": "push the pink block towards the right"}
|
301 |
+
{"task_index": 300, "task": "place the grasped yellow block inside the left cabinet"}
|
302 |
+
{"task_index": 301, "task": "go towards the drawer and place the yellow object"}
|
303 |
+
{"task_index": 302, "task": "move to the white box, then store the purple object"}
|
304 |
+
{"task_index": 303, "task": "put the grasped yellow block on top of the purple block"}
|
305 |
+
{"task_index": 304, "task": "put the grasped purple object in the drawer"}
|
306 |
+
{"task_index": 305, "task": "place the purple object inside the left cabinet"}
|
307 |
+
{"task_index": 306, "task": "store the pink object in the drawer"}
|
308 |
+
{"task_index": 307, "task": "grasp the yellow block, then turn it left"}
|
309 |
+
{"task_index": 308, "task": "sweep the purple block to the left"}
|
310 |
+
{"task_index": 309, "task": "move the blue light switch to turn on the blue light"}
|
311 |
+
{"task_index": 310, "task": "go to the tower of blocks and take off the yellow block"}
|
312 |
+
{"task_index": 311, "task": "take the yellow block and rotate it right"}
|
313 |
+
{"task_index": 312, "task": "store the yellow block inside the box"}
|
314 |
+
{"task_index": 313, "task": "go to the tower of blocks and take off the pink block"}
|
315 |
+
{"task_index": 314, "task": "put the purple block inside the right cabinet"}
|
316 |
+
{"task_index": 315, "task": "place the purple block on top of the pink block"}
|
317 |
+
{"task_index": 316, "task": "push left the yellow block"}
|
318 |
+
{"task_index": 317, "task": "put the grasped yellow object inside the box"}
|
319 |
+
{"task_index": 318, "task": "put the grasped yellow object in the drawer"}
|
320 |
+
{"task_index": 319, "task": "place the yellow block inside the right cabinet"}
|
321 |
+
{"task_index": 320, "task": "grasp the purple block, then rotate it right"}
|
322 |
+
{"task_index": 321, "task": "slide right the purple block"}
|
323 |
+
{"task_index": 322, "task": "move to the white box and store the pink object"}
|
324 |
+
{"task_index": 323, "task": "grasp the pink block, then rotate it left"}
|
325 |
+
{"task_index": 324, "task": "place the yellow object inside the left cabinet"}
|
326 |
+
{"task_index": 325, "task": "move to the box and place the yellow object"}
|
327 |
+
{"task_index": 326, "task": "put the grasped purple block on top of the pink block"}
|
328 |
+
{"task_index": 327, "task": "store the pink block inside the box"}
|
329 |
+
{"task_index": 328, "task": "move to the drawer, then store the yellow object"}
|
330 |
+
{"task_index": 329, "task": "grasp the door handle, then move the door to the left"}
|
331 |
+
{"task_index": 330, "task": "take the pink block and rotate it right"}
|
332 |
+
{"task_index": 331, "task": "go push the pink block to the left"}
|
333 |
+
{"task_index": 332, "task": "go push the yellow block into the drawer"}
|
334 |
+
{"task_index": 333, "task": "put the grasped purple block on top of the yellow block"}
|
335 |
+
{"task_index": 334, "task": "grasp the purple block, then turn it right"}
|
336 |
+
{"task_index": 335, "task": "go to the tower of blocks and take off the purple block"}
|
337 |
+
{"task_index": 336, "task": "push the yellow block to the left"}
|
338 |
+
{"task_index": 337, "task": "place the pink block inside the right cabinet"}
|
339 |
+
{"task_index": 338, "task": "move to the drawer and store the yellow object"}
|
340 |
+
{"task_index": 339, "task": "push the pink block towards the left"}
|
341 |
+
{"task_index": 340, "task": "sweep the pink block to the left"}
|
342 |
+
{"task_index": 341, "task": "rotate the purple block to the left"}
|
343 |
+
{"task_index": 342, "task": "grasp the pink block and rotate it right"}
|
344 |
+
{"task_index": 343, "task": "go towards the white box and store the yellow object"}
|
345 |
+
{"task_index": 344, "task": "push the pink block to the right"}
|
346 |
+
{"task_index": 345, "task": "push right the pink block"}
|
347 |
+
{"task_index": 346, "task": "put the pink object in the drawer"}
|
348 |
+
{"task_index": 347, "task": "grasp the yellow block, then turn it right"}
|
349 |
+
{"task_index": 348, "task": "go slide the purple block to the right"}
|
350 |
+
{"task_index": 349, "task": "put the pink object inside the box"}
|
351 |
+
{"task_index": 350, "task": "go push the purple block into the drawer"}
|
352 |
+
{"task_index": 351, "task": "place the yellow block on top of the purple block"}
|
353 |
+
{"task_index": 352, "task": "go push the purple block to the right"}
|
354 |
+
{"task_index": 353, "task": "rotate left the yellow block"}
|
355 |
+
{"task_index": 354, "task": "go towards the box and place the pink object"}
|
356 |
+
{"task_index": 355, "task": "push the pink block to the left"}
|
357 |
+
{"task_index": 356, "task": "go towards the box and place the purple object"}
|
358 |
+
{"task_index": 357, "task": "turn the pink block left"}
|
359 |
+
{"task_index": 358, "task": "push the green button to turn on the green light"}
|
360 |
+
{"task_index": 359, "task": "put the yellow object in the drawer"}
|
361 |
+
{"task_index": 360, "task": "stack the yellow block on top of the pink block"}
|
362 |
+
{"task_index": 361, "task": "put the pink block in the drawer"}
|
363 |
+
{"task_index": 362, "task": "grasp the yellow block and turn it left"}
|
364 |
+
{"task_index": 363, "task": "put the purple object inside the box"}
|
365 |
+
{"task_index": 364, "task": "take off the yellow block"}
|
366 |
+
{"task_index": 365, "task": "move to the drawer and place the purple object"}
|
367 |
+
{"task_index": 366, "task": "push left the purple block"}
|
368 |
+
{"task_index": 367, "task": "go towards the box and place the yellow object"}
|
369 |
+
{"task_index": 368, "task": "push right the purple block"}
|
370 |
+
{"task_index": 369, "task": "store the grasped purple object in the drawer"}
|
371 |
+
{"task_index": 370, "task": "remove the top pink block"}
|
372 |
+
{"task_index": 371, "task": "place the grasped pink object inside the box"}
|
373 |
+
{"task_index": 372, "task": "place the grasped purple object inside the box"}
|
374 |
+
{"task_index": 373, "task": "move to the drawer and place the pink object"}
|
375 |
+
{"task_index": 374, "task": "slide the pink block towards the left"}
|
376 |
+
{"task_index": 375, "task": "store the pink block in the drawer"}
|
377 |
+
{"task_index": 376, "task": "stack the pink block on top of the purple block"}
|
378 |
+
{"task_index": 377, "task": "slide the purple block to the right"}
|
379 |
+
{"task_index": 378, "task": "rotate left the pink block"}
|
380 |
+
{"task_index": 379, "task": "grasp the purple block, then turn it left"}
|
381 |
+
{"task_index": 380, "task": "store the purple block in the drawer"}
|
382 |
+
{"task_index": 381, "task": "go towards the white box and store the pink object"}
|
383 |
+
{"task_index": 382, "task": "move to the drawer, then place the purple object"}
|
384 |
+
{"task_index": 383, "task": "grasp the pink block and turn it left"}
|
385 |
+
{"task_index": 384, "task": "slide right the pink block"}
|
386 |
+
{"task_index": 385, "task": "place the pink object inside the box"}
|
387 |
+
{"task_index": 386, "task": "rotate left the purple block"}
|
388 |
+
{"task_index": 387, "task": "grasp the pink block, then turn it left"}
|
389 |
+
{"task_index": 388, "task": "store the grasped yellow object in the box"}
|
390 |
+
{"task_index": 389, "task": "rotate right the pink block"}
|
391 |
+
{"task_index": 390, "task": "put the grasped pink object in the drawer"}
|
392 |
+
{"task_index": 391, "task": "slide the purple block into the drawer"}
|
393 |
+
{"task_index": 392, "task": "place the pink block inside the left cabinet"}
|
394 |
+
{"task_index": 393, "task": "rotate the pink block to the right"}
|
395 |
+
{"task_index": 394, "task": "put the grasped pink block on top of the yellow block"}
|
396 |
+
{"task_index": 395, "task": "grasp the pink block and rotate it left"}
|
397 |
+
{"task_index": 396, "task": "push the purple block inside the drawer"}
|
398 |
+
{"task_index": 397, "task": "place the purple object in the drawer"}
|
399 |
+
{"task_index": 398, "task": "push the pink block inside the drawer"}
|
400 |
+
{"task_index": 399, "task": "place the pink block on top of the yellow block"}
|
401 |
+
{"task_index": 400, "task": "sweep the pink block to the right"}
|
402 |
+
{"task_index": 401, "task": "place the yellow block on top of the pink block"}
|
403 |
+
{"task_index": 402, "task": "put the grasped pink block on top of the purple block"}
|
404 |
+
{"task_index": 403, "task": "store the grasped purple object in the box"}
|
405 |
+
{"task_index": 404, "task": "place the purple block in the drawer"}
|
406 |
+
{"task_index": 405, "task": "place the grasped yellow object inside the box"}
|