mengqz9 commited on
Commit
333027e
·
verified ·
1 Parent(s): 17ef6cf

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
data_mapping.json ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "KITCHEN_SCENE3_turn_on_the_stove_and_put_the_moka_pot_on_it": {
3
+ "start_idx": 0,
4
+ "end_idx": 49,
5
+ "count": 50
6
+ },
7
+ "KITCHEN_SCENE4_put_the_black_bowl_in_the_bottom_drawer_of_the_cabinet_and_close_it": {
8
+ "start_idx": 50,
9
+ "end_idx": 99,
10
+ "count": 50
11
+ },
12
+ "KITCHEN_SCENE6_put_the_yellow_and_white_mug_in_the_microwave_and_close_it": {
13
+ "start_idx": 100,
14
+ "end_idx": 149,
15
+ "count": 50
16
+ },
17
+ "KITCHEN_SCENE8_put_both_moka_pots_on_the_stove": {
18
+ "start_idx": 150,
19
+ "end_idx": 199,
20
+ "count": 50
21
+ },
22
+ "LIVING_ROOM_SCENE1_put_both_the_alphabet_soup_and_the_cream_cheese_box_in_the_basket": {
23
+ "start_idx": 200,
24
+ "end_idx": 249,
25
+ "count": 50
26
+ },
27
+ "LIVING_ROOM_SCENE2_put_both_the_alphabet_soup_and_the_tomato_sauce_in_the_basket": {
28
+ "start_idx": 250,
29
+ "end_idx": 299,
30
+ "count": 50
31
+ },
32
+ "LIVING_ROOM_SCENE2_put_both_the_cream_cheese_box_and_the_butter_in_the_basket": {
33
+ "start_idx": 300,
34
+ "end_idx": 349,
35
+ "count": 50
36
+ },
37
+ "LIVING_ROOM_SCENE5_put_the_white_mug_on_the_left_plate_and_put_the_yellow_and_white_mug_on_the_right_plate": {
38
+ "start_idx": 350,
39
+ "end_idx": 399,
40
+ "count": 50
41
+ },
42
+ "LIVING_ROOM_SCENE6_put_the_white_mug_on_the_plate_and_put_the_chocolate_pudding_to_the_right_of_the_plate": {
43
+ "start_idx": 400,
44
+ "end_idx": 449,
45
+ "count": 50
46
+ },
47
+ "STUDY_SCENE1_pick_up_the_book_and_place_it_in_the_back_compartment_of_the_caddy": {
48
+ "start_idx": 450,
49
+ "end_idx": 499,
50
+ "count": 50
51
+ },
52
+ "libero_act_goal": {
53
+ "start_idx": 500,
54
+ "end_idx": 999,
55
+ "count": 500,
56
+ "tasks": [
57
+ {
58
+ "task_idx": 0,
59
+ "new_idx_range": "500-549",
60
+ "original_idx_range": "0-49",
61
+ "prompt": "put the bowl on the stove."
62
+ },
63
+ {
64
+ "task_idx": 1,
65
+ "new_idx_range": "550-599",
66
+ "original_idx_range": "50-99",
67
+ "prompt": "put the cream cheese in the bowl."
68
+ },
69
+ {
70
+ "task_idx": 2,
71
+ "new_idx_range": "600-649",
72
+ "original_idx_range": "100-149",
73
+ "prompt": "turn on the stove."
74
+ },
75
+ {
76
+ "task_idx": 3,
77
+ "new_idx_range": "650-699",
78
+ "original_idx_range": "150-199",
79
+ "prompt": "put the wine bottle on top of the cabinet."
80
+ },
81
+ {
82
+ "task_idx": 4,
83
+ "new_idx_range": "700-749",
84
+ "original_idx_range": "200-249",
85
+ "prompt": "put the wine bottle on the rack."
86
+ },
87
+ {
88
+ "task_idx": 5,
89
+ "new_idx_range": "750-799",
90
+ "original_idx_range": "250-299",
91
+ "prompt": "push the plate to the front of the stove."
92
+ },
93
+ {
94
+ "task_idx": 6,
95
+ "new_idx_range": "800-849",
96
+ "original_idx_range": "300-349",
97
+ "prompt": "put the bowl on top of the cabinet."
98
+ },
99
+ {
100
+ "task_idx": 7,
101
+ "new_idx_range": "850-899",
102
+ "original_idx_range": "350-399",
103
+ "prompt": "put the bowl on the plate."
104
+ },
105
+ {
106
+ "task_idx": 8,
107
+ "new_idx_range": "900-949",
108
+ "original_idx_range": "400-449",
109
+ "prompt": "open the middle drawer of the cabinet."
110
+ },
111
+ {
112
+ "task_idx": 9,
113
+ "new_idx_range": "950-999",
114
+ "original_idx_range": "450-499",
115
+ "prompt": "open the top drawer and put the bowl inside."
116
+ }
117
+ ]
118
+ },
119
+ "libero_act_object": {
120
+ "start_idx": 1000,
121
+ "end_idx": 1499,
122
+ "count": 500,
123
+ "tasks": [
124
+ {
125
+ "task_idx": 0,
126
+ "new_idx_range": "1000-1049",
127
+ "original_idx_range": "0-49",
128
+ "prompt": "pick up the milk and place it in the basket."
129
+ },
130
+ {
131
+ "task_idx": 1,
132
+ "new_idx_range": "1050-1099",
133
+ "original_idx_range": "50-99",
134
+ "prompt": "pick up the salad dressing and place it in the basket."
135
+ },
136
+ {
137
+ "task_idx": 2,
138
+ "new_idx_range": "1100-1149",
139
+ "original_idx_range": "100-149",
140
+ "prompt": "pick up the chocolate pudding and place it in the basket."
141
+ },
142
+ {
143
+ "task_idx": 3,
144
+ "new_idx_range": "1150-1199",
145
+ "original_idx_range": "150-199",
146
+ "prompt": "pick up the ketchup and place it in the basket."
147
+ },
148
+ {
149
+ "task_idx": 4,
150
+ "new_idx_range": "1200-1249",
151
+ "original_idx_range": "200-249",
152
+ "prompt": "pick up the tomato sauce and place it in the basket."
153
+ },
154
+ {
155
+ "task_idx": 5,
156
+ "new_idx_range": "1250-1299",
157
+ "original_idx_range": "250-299",
158
+ "prompt": "pick up the butter and place it in the basket."
159
+ },
160
+ {
161
+ "task_idx": 6,
162
+ "new_idx_range": "1300-1349",
163
+ "original_idx_range": "300-349",
164
+ "prompt": "pick up the cream cheese and place it in the basket."
165
+ },
166
+ {
167
+ "task_idx": 7,
168
+ "new_idx_range": "1350-1399",
169
+ "original_idx_range": "350-399",
170
+ "prompt": "pick up the bbq sauce and place it in the basket."
171
+ },
172
+ {
173
+ "task_idx": 8,
174
+ "new_idx_range": "1400-1449",
175
+ "original_idx_range": "400-449",
176
+ "prompt": "pick up the alphabet soup and place it in the basket."
177
+ },
178
+ {
179
+ "task_idx": 9,
180
+ "new_idx_range": "1450-1499",
181
+ "original_idx_range": "450-499",
182
+ "prompt": "pick up the orange juice and place it in the basket."
183
+ }
184
+ ]
185
+ },
186
+ "libero_act_spatial": {
187
+ "start_idx": 1500,
188
+ "end_idx": 1999,
189
+ "count": 500,
190
+ "tasks": [
191
+ {
192
+ "task_idx": 0,
193
+ "new_idx_range": "1500-1549",
194
+ "original_idx_range": "0-49",
195
+ "prompt": "pick up the black bowl next to the plate and place it on the plate."
196
+ },
197
+ {
198
+ "task_idx": 1,
199
+ "new_idx_range": "1550-1599",
200
+ "original_idx_range": "50-99",
201
+ "prompt": "pick up the black bowl from table center and place it on the plate."
202
+ },
203
+ {
204
+ "task_idx": 2,
205
+ "new_idx_range": "1600-1649",
206
+ "original_idx_range": "100-149",
207
+ "prompt": "pick up the black bowl on the ramekin and place it on the plate."
208
+ },
209
+ {
210
+ "task_idx": 3,
211
+ "new_idx_range": "1650-1699",
212
+ "original_idx_range": "150-199",
213
+ "prompt": "pick up the black bowl on the stove and place it on the plate."
214
+ },
215
+ {
216
+ "task_idx": 4,
217
+ "new_idx_range": "1700-1749",
218
+ "original_idx_range": "200-249",
219
+ "prompt": "pick up the black bowl on the wooden cabinet and place it on the plate."
220
+ },
221
+ {
222
+ "task_idx": 5,
223
+ "new_idx_range": "1750-1799",
224
+ "original_idx_range": "250-299",
225
+ "prompt": "pick up the black bowl next to the cookie box and place it on the plate."
226
+ },
227
+ {
228
+ "task_idx": 6,
229
+ "new_idx_range": "1800-1849",
230
+ "original_idx_range": "300-349",
231
+ "prompt": "pick up the black bowl on the cookie box and place it on the plate."
232
+ },
233
+ {
234
+ "task_idx": 7,
235
+ "new_idx_range": "1850-1899",
236
+ "original_idx_range": "350-399",
237
+ "prompt": "pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate."
238
+ },
239
+ {
240
+ "task_idx": 8,
241
+ "new_idx_range": "1900-1949",
242
+ "original_idx_range": "400-449",
243
+ "prompt": "pick up the black bowl next to the ramekin and place it on the plate."
244
+ },
245
+ {
246
+ "task_idx": 9,
247
+ "new_idx_range": "1950-1999",
248
+ "original_idx_range": "450-499",
249
+ "prompt": "pick up the black bowl between the plate and the ramekin and place it on the plate."
250
+ }
251
+ ]
252
+ }
253
+ }
metas/demo_1010.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the milk and place it in the basket.
metas/demo_1014.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the milk and place it in the basket.
metas/demo_1024.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the milk and place it in the basket.
metas/demo_1025.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the milk and place it in the basket.
metas/demo_1045.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the milk and place it in the basket.
metas/demo_1049.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the milk and place it in the basket.
metas/demo_1102.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the chocolate pudding and place it in the basket.
metas/demo_1112.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the chocolate pudding and place it in the basket.
metas/demo_1145.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the chocolate pudding and place it in the basket.
metas/demo_1152.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the ketchup and place it in the basket.
metas/demo_1170.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the ketchup and place it in the basket.
metas/demo_1197.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the ketchup and place it in the basket.
metas/demo_1257.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the butter and place it in the basket.
metas/demo_131.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put the yellow and white mug in the microwave and close it.
metas/demo_1314.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the cream cheese and place it in the basket.
metas/demo_132.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put the yellow and white mug in the microwave and close it.
metas/demo_1357.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the bbq sauce and place it in the basket.
metas/demo_1362.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the bbq sauce and place it in the basket.
metas/demo_1435.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the alphabet soup and place it in the basket.
metas/demo_1466.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the orange juice and place it in the basket.
metas/demo_149.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put the yellow and white mug in the microwave and close it.
metas/demo_1551.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl from table center and place it on the plate.
metas/demo_158.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both moka pots on the stove.
metas/demo_1617.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the ramekin and place it on the plate.
metas/demo_1631.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the ramekin and place it on the plate.
metas/demo_1643.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the ramekin and place it on the plate.
metas/demo_1660.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the stove and place it on the plate.
metas/demo_1687.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the stove and place it on the plate.
metas/demo_171.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both moka pots on the stove.
metas/demo_1730.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the wooden cabinet and place it on the plate.
metas/demo_175.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both moka pots on the stove.
metas/demo_1768.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl next to the cookie box and place it on the plate.
metas/demo_1832.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the cookie box and place it on the plate.
metas/demo_1835.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl on the cookie box and place it on the plate.
metas/demo_1891.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate.
metas/demo_1893.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate.
metas/demo_1898.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate.
metas/demo_1945.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl next to the ramekin and place it on the plate.
metas/demo_1960.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl between the plate and the ramekin and place it on the plate.
metas/demo_1989.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ pick up the black bowl between the plate and the ramekin and place it on the plate.
metas/demo_200.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the alphabet soup and the cream cheese box in the basket.
metas/demo_222.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the alphabet soup and the cream cheese box in the basket.
metas/demo_223.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the alphabet soup and the cream cheese box in the basket.
metas/demo_228.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the alphabet soup and the cream cheese box in the basket.
metas/demo_261.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the alphabet soup and the tomato sauce in the basket.
metas/demo_272.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the alphabet soup and the tomato sauce in the basket.
metas/demo_277.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the alphabet soup and the tomato sauce in the basket.
metas/demo_331.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the cream cheese box and the butter in the basket.
metas/demo_338.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ put both the cream cheese box and the butter in the basket.