Upload folder using huggingface_hub
Browse files- meta/episodes.jsonl +0 -0
- meta/info.json +36 -16
- meta/stats.json +292 -0
- meta/tasks.jsonl +10 -88
meta/episodes.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
meta/info.json
CHANGED
@@ -1,44 +1,64 @@
|
|
1 |
{
|
2 |
-
"codebase_version": "v2.
|
3 |
-
"robot_type": "
|
4 |
-
"total_episodes":
|
5 |
-
"total_frames":
|
6 |
-
"total_tasks":
|
7 |
-
"total_videos":
|
8 |
"total_chunks": 1,
|
9 |
"chunks_size": 1000,
|
10 |
-
"fps":
|
11 |
"splits": {
|
12 |
-
"train": "0:
|
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.
|
18 |
"dtype": "video",
|
19 |
"shape": [
|
20 |
-
|
21 |
-
|
22 |
3
|
23 |
],
|
24 |
"names": [
|
25 |
"height",
|
26 |
"width",
|
27 |
"rgb"
|
28 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
},
|
30 |
"observation.images.image": {
|
31 |
"dtype": "video",
|
32 |
"shape": [
|
33 |
-
|
34 |
-
|
35 |
3
|
36 |
],
|
37 |
"names": [
|
38 |
"height",
|
39 |
"width",
|
40 |
"rgb"
|
41 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
},
|
43 |
"observation.state": {
|
44 |
"dtype": "float32",
|
@@ -53,7 +73,7 @@
|
|
53 |
"roll",
|
54 |
"pitch",
|
55 |
"yaw",
|
56 |
-
"
|
57 |
"gripper"
|
58 |
]
|
59 |
}
|
|
|
1 |
{
|
2 |
+
"codebase_version": "v2.0",
|
3 |
+
"robot_type": "franka",
|
4 |
+
"total_episodes": 379,
|
5 |
+
"total_frames": 101469,
|
6 |
+
"total_tasks": 10,
|
7 |
+
"total_videos": 758,
|
8 |
"total_chunks": 1,
|
9 |
"chunks_size": 1000,
|
10 |
+
"fps": 20,
|
11 |
"splits": {
|
12 |
+
"train": "0:379"
|
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.wrist_image": {
|
18 |
"dtype": "video",
|
19 |
"shape": [
|
20 |
+
256,
|
21 |
+
256,
|
22 |
3
|
23 |
],
|
24 |
"names": [
|
25 |
"height",
|
26 |
"width",
|
27 |
"rgb"
|
28 |
+
],
|
29 |
+
"info": {
|
30 |
+
"video.fps": 20.0,
|
31 |
+
"video.height": 256,
|
32 |
+
"video.width": 256,
|
33 |
+
"video.channels": 3,
|
34 |
+
"video.codec": "av1",
|
35 |
+
"video.pix_fmt": "yuv420p",
|
36 |
+
"video.is_depth_map": false,
|
37 |
+
"has_audio": false
|
38 |
+
}
|
39 |
},
|
40 |
"observation.images.image": {
|
41 |
"dtype": "video",
|
42 |
"shape": [
|
43 |
+
256,
|
44 |
+
256,
|
45 |
3
|
46 |
],
|
47 |
"names": [
|
48 |
"height",
|
49 |
"width",
|
50 |
"rgb"
|
51 |
+
],
|
52 |
+
"info": {
|
53 |
+
"video.fps": 20.0,
|
54 |
+
"video.height": 256,
|
55 |
+
"video.width": 256,
|
56 |
+
"video.channels": 3,
|
57 |
+
"video.codec": "av1",
|
58 |
+
"video.pix_fmt": "yuv420p",
|
59 |
+
"video.is_depth_map": false,
|
60 |
+
"has_audio": false
|
61 |
+
}
|
62 |
},
|
63 |
"observation.state": {
|
64 |
"dtype": "float32",
|
|
|
73 |
"roll",
|
74 |
"pitch",
|
75 |
"yaw",
|
76 |
+
"gripper",
|
77 |
"gripper"
|
78 |
]
|
79 |
}
|
meta/stats.json
ADDED
@@ -0,0 +1,292 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"observation.images.wrist_image": {
|
3 |
+
"mean": [
|
4 |
+
[
|
5 |
+
[
|
6 |
+
0.4294614791870117
|
7 |
+
]
|
8 |
+
],
|
9 |
+
[
|
10 |
+
[
|
11 |
+
0.37220528721809387
|
12 |
+
]
|
13 |
+
],
|
14 |
+
[
|
15 |
+
[
|
16 |
+
0.3253111243247986
|
17 |
+
]
|
18 |
+
]
|
19 |
+
],
|
20 |
+
"std": [
|
21 |
+
[
|
22 |
+
[
|
23 |
+
0.24626663327217102
|
24 |
+
]
|
25 |
+
],
|
26 |
+
[
|
27 |
+
[
|
28 |
+
0.2361597865819931
|
29 |
+
]
|
30 |
+
],
|
31 |
+
[
|
32 |
+
[
|
33 |
+
0.22468364238739014
|
34 |
+
]
|
35 |
+
]
|
36 |
+
],
|
37 |
+
"max": [
|
38 |
+
[
|
39 |
+
[
|
40 |
+
1.0
|
41 |
+
]
|
42 |
+
],
|
43 |
+
[
|
44 |
+
[
|
45 |
+
1.0
|
46 |
+
]
|
47 |
+
],
|
48 |
+
[
|
49 |
+
[
|
50 |
+
1.0
|
51 |
+
]
|
52 |
+
]
|
53 |
+
],
|
54 |
+
"min": [
|
55 |
+
[
|
56 |
+
[
|
57 |
+
0.0
|
58 |
+
]
|
59 |
+
],
|
60 |
+
[
|
61 |
+
[
|
62 |
+
0.0
|
63 |
+
]
|
64 |
+
],
|
65 |
+
[
|
66 |
+
[
|
67 |
+
0.0
|
68 |
+
]
|
69 |
+
]
|
70 |
+
]
|
71 |
+
},
|
72 |
+
"observation.images.image": {
|
73 |
+
"mean": [
|
74 |
+
[
|
75 |
+
[
|
76 |
+
0.41090327501296997
|
77 |
+
]
|
78 |
+
],
|
79 |
+
[
|
80 |
+
[
|
81 |
+
0.36617761850357056
|
82 |
+
]
|
83 |
+
],
|
84 |
+
[
|
85 |
+
[
|
86 |
+
0.32437071204185486
|
87 |
+
]
|
88 |
+
]
|
89 |
+
],
|
90 |
+
"std": [
|
91 |
+
[
|
92 |
+
[
|
93 |
+
0.2515506148338318
|
94 |
+
]
|
95 |
+
],
|
96 |
+
[
|
97 |
+
[
|
98 |
+
0.2467767298221588
|
99 |
+
]
|
100 |
+
],
|
101 |
+
[
|
102 |
+
[
|
103 |
+
0.24008291959762573
|
104 |
+
]
|
105 |
+
]
|
106 |
+
],
|
107 |
+
"max": [
|
108 |
+
[
|
109 |
+
[
|
110 |
+
1.0
|
111 |
+
]
|
112 |
+
],
|
113 |
+
[
|
114 |
+
[
|
115 |
+
1.0
|
116 |
+
]
|
117 |
+
],
|
118 |
+
[
|
119 |
+
[
|
120 |
+
1.0
|
121 |
+
]
|
122 |
+
]
|
123 |
+
],
|
124 |
+
"min": [
|
125 |
+
[
|
126 |
+
[
|
127 |
+
0.0
|
128 |
+
]
|
129 |
+
],
|
130 |
+
[
|
131 |
+
[
|
132 |
+
0.0
|
133 |
+
]
|
134 |
+
],
|
135 |
+
[
|
136 |
+
[
|
137 |
+
0.0
|
138 |
+
]
|
139 |
+
]
|
140 |
+
]
|
141 |
+
},
|
142 |
+
"observation.state": {
|
143 |
+
"mean": [
|
144 |
+
-0.0419064462184906,
|
145 |
+
0.035394374281167984,
|
146 |
+
0.8257066011428833,
|
147 |
+
2.9083166122436523,
|
148 |
+
-0.5562162399291992,
|
149 |
+
-0.16649124026298523,
|
150 |
+
0.02831536903977394,
|
151 |
+
-0.028561530634760857
|
152 |
+
],
|
153 |
+
"std": [
|
154 |
+
0.10743440687656403,
|
155 |
+
0.14424766600131989,
|
156 |
+
0.25723373889923096,
|
157 |
+
0.3441380262374878,
|
158 |
+
1.2344306707382202,
|
159 |
+
0.3579879701137543,
|
160 |
+
0.013308783061802387,
|
161 |
+
0.013174603693187237
|
162 |
+
],
|
163 |
+
"max": [
|
164 |
+
0.21031762659549713,
|
165 |
+
0.39128610491752625,
|
166 |
+
1.3332009315490723,
|
167 |
+
3.6714255809783936,
|
168 |
+
3.560650587081909,
|
169 |
+
1.386339545249939,
|
170 |
+
0.04160946607589722,
|
171 |
+
0.0013633022317662835
|
172 |
+
],
|
173 |
+
"min": [
|
174 |
+
-0.4828203022480011,
|
175 |
+
-0.3255046010017395,
|
176 |
+
0.445506751537323,
|
177 |
+
1.1321442127227783,
|
178 |
+
-3.641430377960205,
|
179 |
+
-1.842738389968872,
|
180 |
+
-0.0010040868073701859,
|
181 |
+
-0.04111652821302414
|
182 |
+
]
|
183 |
+
},
|
184 |
+
"action": {
|
185 |
+
"mean": [
|
186 |
+
0.01820319890975952,
|
187 |
+
0.05858375504612923,
|
188 |
+
-0.05592353641986847,
|
189 |
+
0.004626936744898558,
|
190 |
+
0.002896078396588564,
|
191 |
+
-0.007673135958611965,
|
192 |
+
0.5457819700241089
|
193 |
+
],
|
194 |
+
"std": [
|
195 |
+
0.28252503275871277,
|
196 |
+
0.3590114116668701,
|
197 |
+
0.36740872263908386,
|
198 |
+
0.03770618513226509,
|
199 |
+
0.05429301783442497,
|
200 |
+
0.08724785596132278,
|
201 |
+
0.49790024757385254
|
202 |
+
],
|
203 |
+
"max": [
|
204 |
+
0.9375,
|
205 |
+
0.9375,
|
206 |
+
0.9375,
|
207 |
+
0.30000001192092896,
|
208 |
+
0.29357144236564636,
|
209 |
+
0.375,
|
210 |
+
1.0
|
211 |
+
],
|
212 |
+
"min": [
|
213 |
+
-0.9375,
|
214 |
+
-0.9375,
|
215 |
+
-0.9375,
|
216 |
+
-0.23642857372760773,
|
217 |
+
-0.3053571283817291,
|
218 |
+
-0.3675000071525574,
|
219 |
+
0.0
|
220 |
+
]
|
221 |
+
},
|
222 |
+
"timestamp": {
|
223 |
+
"mean": [
|
224 |
+
6.968810081481934
|
225 |
+
],
|
226 |
+
"std": [
|
227 |
+
4.420584678649902
|
228 |
+
],
|
229 |
+
"max": [
|
230 |
+
25.200000762939453
|
231 |
+
],
|
232 |
+
"min": [
|
233 |
+
0.0
|
234 |
+
]
|
235 |
+
},
|
236 |
+
"frame_index": {
|
237 |
+
"mean": [
|
238 |
+
139.37649536132812
|
239 |
+
],
|
240 |
+
"std": [
|
241 |
+
88.41161346435547
|
242 |
+
],
|
243 |
+
"max": [
|
244 |
+
504.0
|
245 |
+
],
|
246 |
+
"min": [
|
247 |
+
0.0
|
248 |
+
]
|
249 |
+
},
|
250 |
+
"episode_index": {
|
251 |
+
"mean": [
|
252 |
+
187.34478759765625
|
253 |
+
],
|
254 |
+
"std": [
|
255 |
+
109.93406677246094
|
256 |
+
],
|
257 |
+
"max": [
|
258 |
+
378.0
|
259 |
+
],
|
260 |
+
"min": [
|
261 |
+
0.0
|
262 |
+
]
|
263 |
+
},
|
264 |
+
"index": {
|
265 |
+
"mean": [
|
266 |
+
50734.109375
|
267 |
+
],
|
268 |
+
"std": [
|
269 |
+
29291.583984375
|
270 |
+
],
|
271 |
+
"max": [
|
272 |
+
101468.0
|
273 |
+
],
|
274 |
+
"min": [
|
275 |
+
0.0
|
276 |
+
]
|
277 |
+
},
|
278 |
+
"task_index": {
|
279 |
+
"mean": [
|
280 |
+
4.459619998931885
|
281 |
+
],
|
282 |
+
"std": [
|
283 |
+
2.748793363571167
|
284 |
+
],
|
285 |
+
"max": [
|
286 |
+
9.0
|
287 |
+
],
|
288 |
+
"min": [
|
289 |
+
0.0
|
290 |
+
]
|
291 |
+
}
|
292 |
+
}
|
meta/tasks.jsonl
CHANGED
@@ -1,88 +1,10 @@
|
|
1 |
-
{"task_index": 0, "task": "
|
2 |
-
{"task_index": 1, "task": "
|
3 |
-
{"task_index": 2, "task": "
|
4 |
-
{"task_index": 3, "task": "
|
5 |
-
{"task_index": 4, "task": "
|
6 |
-
{"task_index": 5, "task": "
|
7 |
-
{"task_index": 6, "task": "
|
8 |
-
{"task_index": 7, "task": "
|
9 |
-
{"task_index": 8, "task": "
|
10 |
-
{"task_index": 9, "task": "pick up the
|
11 |
-
{"task_index": 10, "task": "pick up the black bowl"}
|
12 |
-
{"task_index": 11, "task": "place the milk dairy in the white plate"}
|
13 |
-
{"task_index": 12, "task": "pick up the apple fruit"}
|
14 |
-
{"task_index": 13, "task": "place the long bread in the sink"}
|
15 |
-
{"task_index": 14, "task": "pick up the long bread"}
|
16 |
-
{"task_index": 15, "task": "place the burger meat in the oven"}
|
17 |
-
{"task_index": 16, "task": "place the green cup in the gray plate"}
|
18 |
-
{"task_index": 17, "task": "place the milk dairy in the table"}
|
19 |
-
{"task_index": 18, "task": "place the burger meat in the black bowl"}
|
20 |
-
{"task_index": 19, "task": "place the yellow cup in the dish rack"}
|
21 |
-
{"task_index": 20, "task": "place the black bowl in the dish rack"}
|
22 |
-
{"task_index": 21, "task": "place the black bowl in the gray plate"}
|
23 |
-
{"task_index": 22, "task": "place the apple fruit in the sink"}
|
24 |
-
{"task_index": 23, "task": "place the yellow cup in the white plate"}
|
25 |
-
{"task_index": 24, "task": "pick up the steak meat"}
|
26 |
-
{"task_index": 25, "task": "place the long bread in the gray bowl"}
|
27 |
-
{"task_index": 26, "task": "place the butter dairy in the gray bowl"}
|
28 |
-
{"task_index": 27, "task": "pick up the green cup"}
|
29 |
-
{"task_index": 28, "task": "place the green cup in the dish rack"}
|
30 |
-
{"task_index": 29, "task": "place the gray bowl in the sink"}
|
31 |
-
{"task_index": 30, "task": "place the black bowl in the oven"}
|
32 |
-
{"task_index": 31, "task": "place the butter dairy in the sink"}
|
33 |
-
{"task_index": 32, "task": "place the gray bowl in the oven"}
|
34 |
-
{"task_index": 33, "task": "place the milk dairy in the black bowl"}
|
35 |
-
{"task_index": 34, "task": "place the butter dairy in the table"}
|
36 |
-
{"task_index": 35, "task": "place the apple fruit in the white plate"}
|
37 |
-
{"task_index": 36, "task": "place the steak meat in the black bowl"}
|
38 |
-
{"task_index": 37, "task": "place the orange fruit in the sink"}
|
39 |
-
{"task_index": 38, "task": "place the butter dairy in the black bowl"}
|
40 |
-
{"task_index": 39, "task": "place the yellow cup in the oven"}
|
41 |
-
{"task_index": 40, "task": "place the square bread in the blue bowl"}
|
42 |
-
{"task_index": 41, "task": "place the apple fruit in the black bowl"}
|
43 |
-
{"task_index": 42, "task": "place the orange fruit in the table"}
|
44 |
-
{"task_index": 43, "task": "place the apple fruit in the table"}
|
45 |
-
{"task_index": 44, "task": "place the apple fruit in the gray plate"}
|
46 |
-
{"task_index": 45, "task": "place the black bowl in the sink"}
|
47 |
-
{"task_index": 46, "task": "place the steak meat in the oven"}
|
48 |
-
{"task_index": 47, "task": "place the square bread in the table"}
|
49 |
-
{"task_index": 48, "task": "place the square bread in the oven"}
|
50 |
-
{"task_index": 49, "task": "place the long bread in the table"}
|
51 |
-
{"task_index": 50, "task": "place the milk dairy in the sink"}
|
52 |
-
{"task_index": 51, "task": "place the burger meat in the sink"}
|
53 |
-
{"task_index": 52, "task": "place the gray bowl in the white plate"}
|
54 |
-
{"task_index": 53, "task": "place the yellow cup in the sink"}
|
55 |
-
{"task_index": 54, "task": "place the steak meat in the white plate"}
|
56 |
-
{"task_index": 55, "task": "place the orange fruit in the gray plate"}
|
57 |
-
{"task_index": 56, "task": "place the butter dairy in the white plate"}
|
58 |
-
{"task_index": 57, "task": "place the steak meat in the table"}
|
59 |
-
{"task_index": 58, "task": "place the steak meat in the sink"}
|
60 |
-
{"task_index": 59, "task": "place the black bowl in the table"}
|
61 |
-
{"task_index": 60, "task": "place the gray bowl in the gray plate"}
|
62 |
-
{"task_index": 61, "task": "place the steak meat in the gray bowl"}
|
63 |
-
{"task_index": 62, "task": "place the orange fruit in the blue bowl"}
|
64 |
-
{"task_index": 63, "task": "place the green cup in the table"}
|
65 |
-
{"task_index": 64, "task": "place the butter dairy in the gray plate"}
|
66 |
-
{"task_index": 65, "task": "place the orange fruit in the white plate"}
|
67 |
-
{"task_index": 66, "task": "place the apple fruit in the gray bowl"}
|
68 |
-
{"task_index": 67, "task": "place the orange fruit in the gray bowl"}
|
69 |
-
{"task_index": 68, "task": "place the milk dairy in the blue bowl"}
|
70 |
-
{"task_index": 69, "task": "place the yellow cup in the table"}
|
71 |
-
{"task_index": 70, "task": "place the apple fruit in the blue bowl"}
|
72 |
-
{"task_index": 71, "task": "place the square bread in the white plate"}
|
73 |
-
{"task_index": 72, "task": "place the burger meat in the blue bowl"}
|
74 |
-
{"task_index": 73, "task": "place the square bread in the sink"}
|
75 |
-
{"task_index": 74, "task": "place the long bread in the oven"}
|
76 |
-
{"task_index": 75, "task": "place the burger meat in the table"}
|
77 |
-
{"task_index": 76, "task": "place the milk dairy in the gray bowl"}
|
78 |
-
{"task_index": 77, "task": "place the burger meat in the white plate"}
|
79 |
-
{"task_index": 78, "task": "place the butter dairy in the blue bowl"}
|
80 |
-
{"task_index": 79, "task": "place the black bowl in the white plate"}
|
81 |
-
{"task_index": 80, "task": "place the yellow cup in the gray plate"}
|
82 |
-
{"task_index": 81, "task": "place the milk dairy in the gray plate"}
|
83 |
-
{"task_index": 82, "task": "place the green cup in the sink"}
|
84 |
-
{"task_index": 83, "task": "place the orange fruit in the black bowl"}
|
85 |
-
{"task_index": 84, "task": "place the steak meat in the blue bowl"}
|
86 |
-
{"task_index": 85, "task": "place the long bread in the black bowl"}
|
87 |
-
{"task_index": 86, "task": "place the steak meat in the gray plate"}
|
88 |
-
{"task_index": 87, "task": "place the square bread in the gray plate"}
|
|
|
1 |
+
{"task_index": 0, "task": "put the white mug on the left plate and put the yellow and white mug on the right plate"}
|
2 |
+
{"task_index": 1, "task": "put the white mug on the plate and put the chocolate pudding to the right of the plate"}
|
3 |
+
{"task_index": 2, "task": "put the yellow and white mug in the microwave and close it"}
|
4 |
+
{"task_index": 3, "task": "turn on the stove and put the moka pot on it"}
|
5 |
+
{"task_index": 4, "task": "put both the alphabet soup and the cream cheese box in the basket"}
|
6 |
+
{"task_index": 5, "task": "put both the alphabet soup and the tomato sauce in the basket"}
|
7 |
+
{"task_index": 6, "task": "put both moka pots on the stove"}
|
8 |
+
{"task_index": 7, "task": "put both the cream cheese box and the butter in the basket"}
|
9 |
+
{"task_index": 8, "task": "put the black bowl in the bottom drawer of the cabinet and close it"}
|
10 |
+
{"task_index": 9, "task": "pick up the book and place it in the back compartment of the caddy"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|