Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- ai2thor/tasks/ai2thor04059/task.json +39 -0
- ai2thor/tasks/ai2thor04059/task.json.bak +39 -0
- ai2thor/tasks/ai2thor04060/init.json +21 -0
- ai2thor/tasks/ai2thor04061/init.json +7 -0
- ai2thor/tasks/ai2thor04061/task.json +35 -0
- ai2thor/tasks/ai2thor04061/task.json.bak +37 -0
- ai2thor/tasks/ai2thor04062/init.json +7 -0
- ai2thor/tasks/ai2thor04062/task.json +48 -0
- ai2thor/tasks/ai2thor04062/task.json.bak +57 -0
- ai2thor/tasks/ai2thor04063/init.json +24 -0
- ai2thor/tasks/ai2thor04063/task.json +37 -0
- ai2thor/tasks/ai2thor04063/task.json.bak +37 -0
- ai2thor/tasks/ai2thor04064/init.json +29 -0
- ai2thor/tasks/ai2thor04064/task.json +46 -0
- ai2thor/tasks/ai2thor04065/init.json +7 -0
- ai2thor/tasks/ai2thor04065/task.json +41 -0
- ai2thor/tasks/ai2thor04066/init.json +7 -0
- ai2thor/tasks/ai2thor04066/task.json +48 -0
- ai2thor/tasks/ai2thor04066/task.json.bak +56 -0
- ai2thor/tasks/ai2thor04067/init.json +11 -0
- ai2thor/tasks/ai2thor04067/task.json +40 -0
- ai2thor/tasks/ai2thor04068/init.json +7 -0
- ai2thor/tasks/ai2thor04068/task.json +43 -0
- ai2thor/tasks/ai2thor04068/task.json.bak +43 -0
- ai2thor/tasks/ai2thor04069/init.json +7 -0
- ai2thor/tasks/ai2thor04069/task.json +49 -0
- ai2thor/tasks/ai2thor04069/task.json.bak +57 -0
- ai2thor/tasks/ai2thor04070/task.json +46 -0
- ai2thor/tasks/ai2thor04070/task.json.bak +46 -0
- ai2thor/tasks/ai2thor04071/task.json +52 -0
- ai2thor/tasks/ai2thor04071/task.json.bak +61 -0
- ai2thor/tasks/ai2thor04072/init.json +26 -0
- ai2thor/tasks/ai2thor04072/task.json +45 -0
- ai2thor/tasks/ai2thor04072/task.json.bak +45 -0
- ai2thor/tasks/ai2thor04073/init.json +7 -0
- ai2thor/tasks/ai2thor04073/task.json +61 -0
- ai2thor/tasks/ai2thor04073/task.json.bak +66 -0
- ai2thor/tasks/ai2thor04100/init.json +13 -0
- ai2thor/tasks/ai2thor04100/task.json +62 -0
- ai2thor/tasks/ai2thor04100/task.json.bak +71 -0
- ai2thor/tasks/ai2thor04101/init.json +63 -0
- ai2thor/tasks/ai2thor04101/task.json +54 -0
- ai2thor/tasks/ai2thor04101/task.json.bak +60 -0
- ai2thor/tasks/ai2thor04102/init.json +10 -0
- ai2thor/tasks/ai2thor04102/task.json +43 -0
- ai2thor/tasks/ai2thor04102/task.json.bak +46 -0
- ai2thor/tasks/ai2thor04103/init.json +25 -0
- ai2thor/tasks/ai2thor04103/task.json +42 -0
- ai2thor/tasks/ai2thor04103/task.json.bak +47 -0
- ai2thor/tasks/ai2thor04104/init.json +7 -0
ai2thor/tasks/ai2thor04059/task.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04059",
|
| 3 |
+
"task_name": "Put tissue box in box",
|
| 4 |
+
"instruction": "I want to organize some things, please put the tissue box in the room or in the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 10,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(TissueBox)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"RotateRight(90)",
|
| 11 |
+
"MoveLeft(0.25)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"MoveAhead(0.5)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"PutObject(Box)",
|
| 17 |
+
"Done"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"scene": "FloorPlan212",
|
| 21 |
+
"target_object_types": [
|
| 22 |
+
"TissueBox",
|
| 23 |
+
"Box"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_in_receptacle",
|
| 28 |
+
"object_type": "TissueBox",
|
| 29 |
+
"receptacle_type": "Box",
|
| 30 |
+
"value": true
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"success_logic": "AND",
|
| 34 |
+
"target_description": "I want to organize some things, please put the tissue box in the room or in the box.",
|
| 35 |
+
"max_steps": 100,
|
| 36 |
+
"Evaluation_Type": "Conditional",
|
| 37 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 38 |
+
"Level": "Level3 Hybrid"
|
| 39 |
+
}
|
ai2thor/tasks/ai2thor04059/task.json.bak
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04059",
|
| 3 |
+
"task_name": "Put tissue box in box",
|
| 4 |
+
"instruction": "I want to organize some things, please put the tissue box in the room or in the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 10,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(TissueBox)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"RotateRight(90)",
|
| 11 |
+
"MoveLeft(0.25)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"MoveAhead(0.5)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"PutObject(Box)",
|
| 17 |
+
"Done"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"scene": "FloorPlan212",
|
| 21 |
+
"target_object_types": [
|
| 22 |
+
"TissueBox",
|
| 23 |
+
"Box"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_in_receptacle",
|
| 28 |
+
"object_type": "TissueBox",
|
| 29 |
+
"receptacle_type": "Box",
|
| 30 |
+
"value": true
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"success_logic": "AND",
|
| 34 |
+
"target_description": "I want to organize some things, please put the tissue box in the room or in the box.",
|
| 35 |
+
"max_steps": 100,
|
| 36 |
+
"Evaluation_Type": "Conditional",
|
| 37 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 38 |
+
"Level": "Level3 Hybrid"
|
| 39 |
+
}
|
ai2thor/tasks/ai2thor04060/init.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan213",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"ToggleObjectOn(Television)",
|
| 19 |
+
"Done"
|
| 20 |
+
]
|
| 21 |
+
}
|
ai2thor/tasks/ai2thor04061/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan213",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor04061/task.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04061",
|
| 3 |
+
"task_name": "Water indoor plants",
|
| 4 |
+
"instruction": "Please fill my indoor plants with water.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 6,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveRight(0.25)",
|
| 9 |
+
"MoveAhead(0.5)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveRight(0.25)",
|
| 12 |
+
"FillObjectWithLiquid(HousePlant, water)",
|
| 13 |
+
"Done"
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
"scene": "FloorPlan213",
|
| 17 |
+
"target_object_types": [
|
| 18 |
+
"HousePlant"
|
| 19 |
+
],
|
| 20 |
+
"success_conditions": [
|
| 21 |
+
{
|
| 22 |
+
"type": "object_state",
|
| 23 |
+
"object_type": "HousePlant",
|
| 24 |
+
"state": "isFilledWithLiquid",
|
| 25 |
+
"value": true,
|
| 26 |
+
"liquid": "water"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"success_logic": "AND",
|
| 30 |
+
"target_description": "Please fill my indoor plants with water.",
|
| 31 |
+
"max_steps": 100,
|
| 32 |
+
"Evaluation_Type": "Conditional",
|
| 33 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 34 |
+
"Level": "Level3 Hybrid"
|
| 35 |
+
}
|
ai2thor/tasks/ai2thor04061/task.json.bak
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04061",
|
| 3 |
+
"task_name": "Water indoor plants",
|
| 4 |
+
"instruction": "Please fill my indoor plants with water.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 7,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveRight(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveRight(0.25)",
|
| 13 |
+
"FillObjectWithLiquid(HousePlant, water)",
|
| 14 |
+
"Done"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"scene": "FloorPlan213",
|
| 18 |
+
"target_object_types": [
|
| 19 |
+
"HousePlant"
|
| 20 |
+
],
|
| 21 |
+
"success_conditions": [
|
| 22 |
+
{
|
| 23 |
+
"type": "object_state",
|
| 24 |
+
"object_type": "HousePlant",
|
| 25 |
+
"state": "isFilledWithLiquid",
|
| 26 |
+
"value": true,
|
| 27 |
+
"liquid": "water"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"success_logic": "AND",
|
| 31 |
+
"target_description": "Please fill my indoor plants with water.",
|
| 32 |
+
"max_steps": 100,
|
| 33 |
+
"Evaluation_Type": "Conditional",
|
| 34 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 35 |
+
"Level": "Level3 Hybrid"
|
| 36 |
+
|
| 37 |
+
}
|
ai2thor/tasks/ai2thor04062/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan213",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor04062/task.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04062",
|
| 3 |
+
"task_name": "Open book on sofa",
|
| 4 |
+
"instruction": "I'd like to read a book on the sofa for a while. Please open the book and place it on the sofa.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 13,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(1.0)",
|
| 9 |
+
"MoveAhead(0.5)",
|
| 10 |
+
"OpenObject(Book)",
|
| 11 |
+
"PickupObject(Book)",
|
| 12 |
+
"MoveAhead(0.5)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"RotateLeft(90)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveRight(0.25)",
|
| 17 |
+
"MoveAhead(1.0)",
|
| 18 |
+
"MoveAhead(0.5)",
|
| 19 |
+
"PutObject(Sofa)",
|
| 20 |
+
"Done"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"scene": "FloorPlan213",
|
| 24 |
+
"target_object_types": [
|
| 25 |
+
"Book",
|
| 26 |
+
"Sofa"
|
| 27 |
+
],
|
| 28 |
+
"success_conditions": [
|
| 29 |
+
{
|
| 30 |
+
"type": "object_state",
|
| 31 |
+
"object_type": "Book",
|
| 32 |
+
"state": "isOpen",
|
| 33 |
+
"value": true
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"type": "object_in_receptacle",
|
| 37 |
+
"object_type": "Book",
|
| 38 |
+
"receptacle_type": "Sofa",
|
| 39 |
+
"value": true
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"success_logic": "AND",
|
| 43 |
+
"target_description": "I'd like to read a book on the sofa for a while. Please open the book and place it on the sofa.",
|
| 44 |
+
"max_steps": 100,
|
| 45 |
+
"Evaluation_Type": "Conditional",
|
| 46 |
+
"Category": "Study and Work",
|
| 47 |
+
"Level": "Level3 Hybrid"
|
| 48 |
+
}
|
ai2thor/tasks/ai2thor04062/task.json.bak
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04062",
|
| 3 |
+
"task_name": "Open book on sofa",
|
| 4 |
+
"instruction": "I'd like to read a book on the sofa for a while. Please open the book and place it on the sofa.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 22,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"OpenObject(Book)",
|
| 15 |
+
"PickupObject(Book)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"MoveAhead(0.25)",
|
| 19 |
+
"RotateLeft(90)",
|
| 20 |
+
"MoveAhead(0.25)",
|
| 21 |
+
"MoveRight(0.25)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"MoveAhead(0.25)",
|
| 24 |
+
"MoveAhead(0.25)",
|
| 25 |
+
"MoveAhead(0.25)",
|
| 26 |
+
"MoveAhead(0.25)",
|
| 27 |
+
"MoveAhead(0.25)",
|
| 28 |
+
"PutObject(Sofa)",
|
| 29 |
+
"Done"
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"scene": "FloorPlan213",
|
| 33 |
+
"target_object_types": [
|
| 34 |
+
"Book",
|
| 35 |
+
"Sofa"
|
| 36 |
+
],
|
| 37 |
+
"success_conditions": [
|
| 38 |
+
{
|
| 39 |
+
"type": "object_state",
|
| 40 |
+
"object_type": "Book",
|
| 41 |
+
"state": "isOpen",
|
| 42 |
+
"value": true
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"type": "object_in_receptacle",
|
| 46 |
+
"object_type": "Book",
|
| 47 |
+
"receptacle_type": "Sofa",
|
| 48 |
+
"value": true
|
| 49 |
+
}
|
| 50 |
+
],
|
| 51 |
+
"success_logic": "AND",
|
| 52 |
+
"target_description": "I'd like to read a book on the sofa for a while. Please open the book and place it on the sofa.",
|
| 53 |
+
"max_steps": 100,
|
| 54 |
+
"Evaluation_Type": "Conditional",
|
| 55 |
+
"Category": "Study and Work",
|
| 56 |
+
"Level": "Level3 Hybrid"
|
| 57 |
+
}
|
ai2thor/tasks/ai2thor04063/init.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan213",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"MoveRight(0.25)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"MoveRight(0.25)",
|
| 21 |
+
"LookDown",
|
| 22 |
+
"Done"
|
| 23 |
+
]
|
| 24 |
+
}
|
ai2thor/tasks/ai2thor04063/task.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04063",
|
| 3 |
+
"task_name": "Put watch in box",
|
| 4 |
+
"instruction": "I don't want the watch anymore, please put it in the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 8,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Watch)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"RotateLeft(90)",
|
| 11 |
+
"MoveRight(0.5)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"PutObject(Box)",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"scene": "FloorPlan213",
|
| 19 |
+
"target_object_types": [
|
| 20 |
+
"Box",
|
| 21 |
+
"Watch"
|
| 22 |
+
],
|
| 23 |
+
"success_conditions": [
|
| 24 |
+
{
|
| 25 |
+
"type": "object_in_receptacle",
|
| 26 |
+
"object_type": "Watch",
|
| 27 |
+
"receptacle_type": "Box",
|
| 28 |
+
"value": true
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"success_logic": "AND",
|
| 32 |
+
"target_description": "I don't want the watch anymore, please put it in the box.",
|
| 33 |
+
"max_steps": 100,
|
| 34 |
+
"Evaluation_Type": "Conditional",
|
| 35 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 36 |
+
"Level": "Level3 Hybrid"
|
| 37 |
+
}
|
ai2thor/tasks/ai2thor04063/task.json.bak
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04063",
|
| 3 |
+
"task_name": "Put watch in box",
|
| 4 |
+
"instruction": "I don't want the watch anymore, please put it in the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 8,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Watch)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"RotateLeft(90)",
|
| 11 |
+
"MoveRight(0.5)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"PutObject(Box)",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"scene": "FloorPlan213",
|
| 19 |
+
"target_object_types": [
|
| 20 |
+
"Box",
|
| 21 |
+
"Watch"
|
| 22 |
+
],
|
| 23 |
+
"success_conditions": [
|
| 24 |
+
{
|
| 25 |
+
"type": "object_in_receptacle",
|
| 26 |
+
"object_type": "Watch",
|
| 27 |
+
"receptacle_type": "Box",
|
| 28 |
+
"value": true
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"success_logic": "AND",
|
| 32 |
+
"target_description": "I don't want the watch anymore, please put it in the box.",
|
| 33 |
+
"max_steps": 100,
|
| 34 |
+
"Evaluation_Type": "Conditional",
|
| 35 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 36 |
+
"Level": "Level3 Hybrid"
|
| 37 |
+
}
|
ai2thor/tasks/ai2thor04064/init.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan213",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"MoveLeft(0.25)",
|
| 18 |
+
"MoveLeft(0.25)",
|
| 19 |
+
"MoveLeft(0.25)",
|
| 20 |
+
"MoveLeft(0.25)",
|
| 21 |
+
"MoveLeft(0.25)",
|
| 22 |
+
"MoveLeft(0.25)",
|
| 23 |
+
"MoveAhead(0.25)",
|
| 24 |
+
"ToggleObjectOn(Laptop)",
|
| 25 |
+
"ToggleObjectOn(Television)",
|
| 26 |
+
"LookDown",
|
| 27 |
+
"Done"
|
| 28 |
+
]
|
| 29 |
+
}
|
ai2thor/tasks/ai2thor04064/task.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04064",
|
| 3 |
+
"task_name": "Go out - keychain and turn off devices",
|
| 4 |
+
"instruction": "I want to go out. Please take my keychain and turn off my laptop and TV.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 4,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(KeyChain)",
|
| 9 |
+
"ToggleObjectOff(Laptop)",
|
| 10 |
+
"ToggleObjectOff(Television)",
|
| 11 |
+
"Done"
|
| 12 |
+
]
|
| 13 |
+
},
|
| 14 |
+
"scene": "FloorPlan213",
|
| 15 |
+
"target_object_types": [
|
| 16 |
+
"KeyChain",
|
| 17 |
+
"Laptop",
|
| 18 |
+
"Television"
|
| 19 |
+
],
|
| 20 |
+
"success_conditions": [
|
| 21 |
+
{
|
| 22 |
+
"type": "object_state",
|
| 23 |
+
"object_type": "KeyChain",
|
| 24 |
+
"state": "isPickedUp",
|
| 25 |
+
"value": true
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"type": "object_state",
|
| 29 |
+
"object_type": "Television",
|
| 30 |
+
"state": "isToggled",
|
| 31 |
+
"value": false
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "object_state",
|
| 35 |
+
"object_type": "Laptop",
|
| 36 |
+
"state": "isToggled",
|
| 37 |
+
"value": false
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"success_logic": "AND",
|
| 41 |
+
"target_description": "I want to go out. Please take my keychain and turn off my laptop and TV.",
|
| 42 |
+
"max_steps": 100,
|
| 43 |
+
"Evaluation_Type": "Conditional",
|
| 44 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 45 |
+
"Level": "Level2 Interaction"
|
| 46 |
+
}
|
ai2thor/tasks/ai2thor04065/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan214",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor04065/task.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04065",
|
| 3 |
+
"task_name": "Get water in bowl",
|
| 4 |
+
"instruction": "I want to drink water. Please pick up the bowl and fill it with water.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 3,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Bowl)",
|
| 9 |
+
"FillObjectWithLiquid(Bowl, water)",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
"scene": "FloorPlan214",
|
| 14 |
+
"target_object_types": [
|
| 15 |
+
"Bowl"
|
| 16 |
+
],
|
| 17 |
+
"success_conditions": [
|
| 18 |
+
{
|
| 19 |
+
"type": "object_state",
|
| 20 |
+
"object_type": "Bowl",
|
| 21 |
+
"state": "isPickedUp",
|
| 22 |
+
"value": true
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"type": "object_state",
|
| 26 |
+
"object_type": "Bowl",
|
| 27 |
+
"state": "isFilledWithLiquid",
|
| 28 |
+
"value": true,
|
| 29 |
+
"liquid": "water"
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"success_logic": "AND",
|
| 33 |
+
"target_description": "I want to drink water. Please pick up the bowl and fill it with water.",
|
| 34 |
+
"max_steps": 100,
|
| 35 |
+
"Evaluation_Type": "Conditional",
|
| 36 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 37 |
+
"Level": "Level2 Interaction"
|
| 38 |
+
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
|
ai2thor/tasks/ai2thor04066/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan214",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor04066/task.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04066",
|
| 3 |
+
"task_name": "Check news - newspaper and TV",
|
| 4 |
+
"instruction": "I'd like to check the news in the newspaper and on TV. Please pick up the newspaper and turn on the TV.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 13,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateLeft(90)",
|
| 9 |
+
"MoveAhead(1.0)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveRight(0.25)",
|
| 12 |
+
"PickupObject(Newspaper)",
|
| 13 |
+
"RotateRight(90)",
|
| 14 |
+
"RotateRight(90)",
|
| 15 |
+
"MoveAhead(1.0)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"RotateLeft(90)",
|
| 18 |
+
"MoveRight(0.25)",
|
| 19 |
+
"ToggleObjectOn(Television)",
|
| 20 |
+
"Done"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"scene": "FloorPlan214",
|
| 24 |
+
"target_object_types": [
|
| 25 |
+
"Newspaper",
|
| 26 |
+
"Television"
|
| 27 |
+
],
|
| 28 |
+
"success_conditions": [
|
| 29 |
+
{
|
| 30 |
+
"type": "object_state",
|
| 31 |
+
"object_type": "Newspaper",
|
| 32 |
+
"state": "isPickedUp",
|
| 33 |
+
"value": true
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"type": "object_state",
|
| 37 |
+
"object_type": "Television",
|
| 38 |
+
"state": "isToggled",
|
| 39 |
+
"value": true
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"success_logic": "AND",
|
| 43 |
+
"target_description": "I'd like to check the news in the newspaper and on TV. Please pick up the newspaper and turn on the TV.",
|
| 44 |
+
"max_steps": 100,
|
| 45 |
+
"Evaluation_Type": "Conditional",
|
| 46 |
+
"Category": "Entertainment (Game/Sports)",
|
| 47 |
+
"Level": "Level3 Hybrid"
|
| 48 |
+
}
|
ai2thor/tasks/ai2thor04066/task.json.bak
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04066",
|
| 3 |
+
"task_name": "Check news - newspaper and TV",
|
| 4 |
+
"instruction": "I'd like to check the news in the newspaper and on TV. Please pick up the newspaper and turn on the TV.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 19,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateLeft(90)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveRight(0.25)",
|
| 15 |
+
"PickupObject(Newspaper)",
|
| 16 |
+
"RotateRight(90)",
|
| 17 |
+
"RotateRight(90)",
|
| 18 |
+
"MoveAhead(0.25)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"MoveAhead(0.25)",
|
| 21 |
+
"MoveAhead(0.25)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"RotateLeft(90)",
|
| 24 |
+
"MoveRight(0.25)",
|
| 25 |
+
"ToggleObjectOn(Television)",
|
| 26 |
+
"Done"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
"scene": "FloorPlan214",
|
| 30 |
+
"target_object_types": [
|
| 31 |
+
"Newspaper",
|
| 32 |
+
"Television"
|
| 33 |
+
],
|
| 34 |
+
"success_conditions": [
|
| 35 |
+
{
|
| 36 |
+
"type": "object_state",
|
| 37 |
+
"object_type": "Newspaper",
|
| 38 |
+
"state": "isPickedUp",
|
| 39 |
+
"value": true
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"type": "object_state",
|
| 43 |
+
"object_type": "Television",
|
| 44 |
+
"state": "isToggled",
|
| 45 |
+
"value": true
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"success_logic": "AND",
|
| 49 |
+
"target_description": "I'd like to check the news in the newspaper and on TV. Please pick up the newspaper and turn on the TV.",
|
| 50 |
+
"max_steps": 100,
|
| 51 |
+
"Evaluation_Type": "Conditional",
|
| 52 |
+
"Category": "Entertainment (Game/Sports)",
|
| 53 |
+
"Level": "Level3 Hybrid"
|
| 54 |
+
|
| 55 |
+
}
|
| 56 |
+
|
ai2thor/tasks/ai2thor04067/init.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan214",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveLeft(0.25)",
|
| 5 |
+
"MoveLeft(0.25)",
|
| 6 |
+
"DirtyObject(Bowl)",
|
| 7 |
+
"DirtyObject(Plate)",
|
| 8 |
+
"LookDown",
|
| 9 |
+
"Done"
|
| 10 |
+
]
|
| 11 |
+
}
|
ai2thor/tasks/ai2thor04067/task.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04067",
|
| 3 |
+
"task_name": "Clean bowl and plate",
|
| 4 |
+
"instruction": "I'd like to have the bowl and plate cleaned.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 3,
|
| 7 |
+
"actions": [
|
| 8 |
+
"CleanObject(Bowl)",
|
| 9 |
+
"CleanObject(Plate)",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
"scene": "FloorPlan214",
|
| 14 |
+
"target_object_types": [
|
| 15 |
+
"Bowl",
|
| 16 |
+
"Plate"
|
| 17 |
+
],
|
| 18 |
+
"success_conditions": [
|
| 19 |
+
{
|
| 20 |
+
"type": "object_state",
|
| 21 |
+
"object_type": "Plate",
|
| 22 |
+
"state": "isDirty",
|
| 23 |
+
"value": false
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"type": "object_state",
|
| 27 |
+
"object_type": "Bowl",
|
| 28 |
+
"state": "isDirty",
|
| 29 |
+
"value": false
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"success_logic": "AND",
|
| 33 |
+
"target_description": "I'd like to have the bowl and plate cleaned.",
|
| 34 |
+
"max_steps": 100,
|
| 35 |
+
"Evaluation_Type": "Conditional",
|
| 36 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 37 |
+
"Level": "Level2 Interaction"
|
| 38 |
+
|
| 39 |
+
}
|
| 40 |
+
|
ai2thor/tasks/ai2thor04068/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan214",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor04068/task.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04068",
|
| 3 |
+
"task_name": "Put keychain in box",
|
| 4 |
+
"instruction": "Please put my keychain in the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 14,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateLeft(90)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"PickupObject(KeyChain)",
|
| 11 |
+
"RotateLeft(90)",
|
| 12 |
+
"RotateLeft(90)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"MoveAhead(1.0)",
|
| 15 |
+
"MoveAhead(0.5)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"RotateRight(90)",
|
| 18 |
+
"MoveLeft(1.0)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"PutObject(Box)",
|
| 21 |
+
"Done"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"scene": "FloorPlan214",
|
| 25 |
+
"target_object_types": [
|
| 26 |
+
"Box",
|
| 27 |
+
"KeyChain"
|
| 28 |
+
],
|
| 29 |
+
"success_conditions": [
|
| 30 |
+
{
|
| 31 |
+
"type": "object_in_receptacle",
|
| 32 |
+
"object_type": "KeyChain",
|
| 33 |
+
"receptacle_type": "Box",
|
| 34 |
+
"value": true
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"success_logic": "AND",
|
| 38 |
+
"target_description": "Please put my keychain in the box.",
|
| 39 |
+
"max_steps": 100,
|
| 40 |
+
"Evaluation_Type": "Conditional",
|
| 41 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 42 |
+
"Level": "Level3 Hybrid"
|
| 43 |
+
}
|
ai2thor/tasks/ai2thor04068/task.json.bak
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04068",
|
| 3 |
+
"task_name": "Put keychain in box",
|
| 4 |
+
"instruction": "Please put my keychain in the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 14,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateLeft(90)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"PickupObject(KeyChain)",
|
| 11 |
+
"RotateLeft(90)",
|
| 12 |
+
"RotateLeft(90)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"MoveAhead(1.0)",
|
| 15 |
+
"MoveAhead(0.5)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"RotateRight(90)",
|
| 18 |
+
"MoveLeft(1.0)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"PutObject(Box)",
|
| 21 |
+
"Done"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"scene": "FloorPlan214",
|
| 25 |
+
"target_object_types": [
|
| 26 |
+
"Box",
|
| 27 |
+
"KeyChain"
|
| 28 |
+
],
|
| 29 |
+
"success_conditions": [
|
| 30 |
+
{
|
| 31 |
+
"type": "object_in_receptacle",
|
| 32 |
+
"object_type": "KeyChain",
|
| 33 |
+
"receptacle_type": "Box",
|
| 34 |
+
"value": true
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"success_logic": "AND",
|
| 38 |
+
"target_description": "Please put my keychain in the box.",
|
| 39 |
+
"max_steps": 100,
|
| 40 |
+
"Evaluation_Type": "Conditional",
|
| 41 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 42 |
+
"Level": "Level3 Hybrid"
|
| 43 |
+
}
|
ai2thor/tasks/ai2thor04069/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan214",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor04069/task.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04069",
|
| 3 |
+
"task_name": "Laptop to coffee table",
|
| 4 |
+
"instruction": "I want to work now. Please put my laptop on the coffee table and turn it on.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 14,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateLeft(90)",
|
| 9 |
+
"MoveAhead(1.0)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"PickupObject(Laptop)",
|
| 12 |
+
"LookDown",
|
| 13 |
+
"RotateRight(90)",
|
| 14 |
+
"MoveRight(1.0)",
|
| 15 |
+
"MoveAhead(0.5)",
|
| 16 |
+
"MoveRight(0.25)",
|
| 17 |
+
"MoveAhead(0.5)",
|
| 18 |
+
"MoveAhead(0.25)",
|
| 19 |
+
"PutObject(CoffeeTable)",
|
| 20 |
+
"ToggleObjectOn(Laptop)",
|
| 21 |
+
"Done"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"scene": "FloorPlan214",
|
| 25 |
+
"target_object_types": [
|
| 26 |
+
"CoffeeTable",
|
| 27 |
+
"Laptop"
|
| 28 |
+
],
|
| 29 |
+
"success_conditions": [
|
| 30 |
+
{
|
| 31 |
+
"type": "object_in_receptacle",
|
| 32 |
+
"object_type": "Laptop",
|
| 33 |
+
"receptacle_type": "CoffeeTable",
|
| 34 |
+
"value": true
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"type": "object_state",
|
| 38 |
+
"object_type": "Laptop",
|
| 39 |
+
"state": "isToggled",
|
| 40 |
+
"value": true
|
| 41 |
+
}
|
| 42 |
+
],
|
| 43 |
+
"success_logic": "AND",
|
| 44 |
+
"target_description": "I want to work now. Please put my laptop on the coffee table and turn it on.",
|
| 45 |
+
"max_steps": 100,
|
| 46 |
+
"Evaluation_Type": "Conditional",
|
| 47 |
+
"Category": "Study and Work",
|
| 48 |
+
"Level": "Level3 Hybrid"
|
| 49 |
+
}
|
ai2thor/tasks/ai2thor04069/task.json.bak
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04069",
|
| 3 |
+
"task_name": "Laptop to coffee table",
|
| 4 |
+
"instruction": "I want to work now. Please put my laptop on the coffee table and turn it on.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 23,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateLeft(90)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"PickupObject(Laptop)",
|
| 15 |
+
"LookDown",
|
| 16 |
+
"RotateRight(90)",
|
| 17 |
+
"MoveRight(0.25)",
|
| 18 |
+
"MoveRight(0.25)",
|
| 19 |
+
"MoveRight(0.25)",
|
| 20 |
+
"MoveRight(0.25)",
|
| 21 |
+
"MoveAhead(0.25)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"MoveRight(0.25)",
|
| 24 |
+
"MoveAhead(0.25)",
|
| 25 |
+
"MoveAhead(0.25)",
|
| 26 |
+
"MoveAhead(0.25)",
|
| 27 |
+
"PutObject(CoffeeTable)",
|
| 28 |
+
"ToggleObjectOn(Laptop)",
|
| 29 |
+
"Done"
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"scene": "FloorPlan214",
|
| 33 |
+
"target_object_types": [
|
| 34 |
+
"CoffeeTable",
|
| 35 |
+
"Laptop"
|
| 36 |
+
],
|
| 37 |
+
"success_conditions": [
|
| 38 |
+
{
|
| 39 |
+
"type": "object_in_receptacle",
|
| 40 |
+
"object_type": "Laptop",
|
| 41 |
+
"receptacle_type": "CoffeeTable",
|
| 42 |
+
"value": true
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"type": "object_state",
|
| 46 |
+
"object_type": "Laptop",
|
| 47 |
+
"state": "isToggled",
|
| 48 |
+
"value": true
|
| 49 |
+
}
|
| 50 |
+
],
|
| 51 |
+
"success_logic": "AND",
|
| 52 |
+
"target_description": "I want to work now. Please put my laptop on the coffee table and turn it on.",
|
| 53 |
+
"max_steps": 100,
|
| 54 |
+
"Evaluation_Type": "Conditional",
|
| 55 |
+
"Category": "Study and Work",
|
| 56 |
+
"Level": "Level3 Hybrid"
|
| 57 |
+
}
|
ai2thor/tasks/ai2thor04070/task.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04070",
|
| 3 |
+
"task_name": "Smash mirror with laptop",
|
| 4 |
+
"instruction": "I don't like this mirror. Please take this closed laptop and smash it.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"CloseObject(Laptop)",
|
| 9 |
+
"PickupObject(Laptop)",
|
| 10 |
+
"MoveLeft(0.25)",
|
| 11 |
+
"MoveAhead(1.0)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveAhead(1.0)",
|
| 15 |
+
"MoveAhead(0.5)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"BreakObject(Mirror)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan215",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"Laptop",
|
| 24 |
+
"Mirror"
|
| 25 |
+
],
|
| 26 |
+
"success_conditions": [
|
| 27 |
+
{
|
| 28 |
+
"type": "object_state",
|
| 29 |
+
"object_type": "Laptop",
|
| 30 |
+
"state": "isOpen",
|
| 31 |
+
"value": false
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "object_state",
|
| 35 |
+
"object_type": "Mirror",
|
| 36 |
+
"state": "isBroken",
|
| 37 |
+
"value": true
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"success_logic": "AND",
|
| 41 |
+
"target_description": "I don't like this mirror. Please take this closed laptop and smash it.",
|
| 42 |
+
"max_steps": 100,
|
| 43 |
+
"Evaluation_Type": "Conditional",
|
| 44 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 45 |
+
"Level": "Level3 Hybrid"
|
| 46 |
+
}
|
ai2thor/tasks/ai2thor04070/task.json.bak
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04070",
|
| 3 |
+
"task_name": "Smash mirror with laptop",
|
| 4 |
+
"instruction": "I don't like this mirror. Please take this closed laptop and smash it.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"CloseObject(Laptop)",
|
| 9 |
+
"PickupObject(Laptop)",
|
| 10 |
+
"MoveLeft(0.25)",
|
| 11 |
+
"MoveAhead(1.0)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveAhead(1.0)",
|
| 15 |
+
"MoveAhead(0.5)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"BreakObject(Mirror)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan215",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"Laptop",
|
| 24 |
+
"Mirror"
|
| 25 |
+
],
|
| 26 |
+
"success_conditions": [
|
| 27 |
+
{
|
| 28 |
+
"type": "object_state",
|
| 29 |
+
"object_type": "Laptop",
|
| 30 |
+
"state": "isOpen",
|
| 31 |
+
"value": false
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "object_state",
|
| 35 |
+
"object_type": "Mirror",
|
| 36 |
+
"state": "isBroken",
|
| 37 |
+
"value": true
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"success_logic": "AND",
|
| 41 |
+
"target_description": "I don't like this mirror. Please take this closed laptop and smash it.",
|
| 42 |
+
"max_steps": 100,
|
| 43 |
+
"Evaluation_Type": "Conditional",
|
| 44 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 45 |
+
"Level": "Level3 Hybrid"
|
| 46 |
+
}
|
ai2thor/tasks/ai2thor04071/task.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04071",
|
| 3 |
+
"task_name": "Water plant with bowl",
|
| 4 |
+
"instruction": "I forgot to water the plant. Please fill the bowl with water and then use the bowl to water this indoor plant.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 9,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveRight(1.0)",
|
| 9 |
+
"MoveRight(0.5)",
|
| 10 |
+
"FillObjectWithLiquid(Bowl)",
|
| 11 |
+
"PickupObject(Bowl)",
|
| 12 |
+
"RotateRight(90)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"MoveAhead(0.5)",
|
| 15 |
+
"FillObjectWithLiquid(HousePlant)",
|
| 16 |
+
"Done"
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"scene": "FloorPlan215",
|
| 20 |
+
"target_object_types": [
|
| 21 |
+
"Bowl",
|
| 22 |
+
"HousePlant"
|
| 23 |
+
],
|
| 24 |
+
"success_conditions": [
|
| 25 |
+
{
|
| 26 |
+
"type": "object_state",
|
| 27 |
+
"object_type": "Bowl",
|
| 28 |
+
"state": "isFilledWithLiquid",
|
| 29 |
+
"value": true,
|
| 30 |
+
"liquid": "water"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"type": "object_state",
|
| 34 |
+
"object_type": "HousePlant",
|
| 35 |
+
"state": "isFilledWithLiquid",
|
| 36 |
+
"value": true,
|
| 37 |
+
"liquid": "water"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"type": "object_state",
|
| 41 |
+
"object_type": "Bowl",
|
| 42 |
+
"state": "isPickedUp",
|
| 43 |
+
"value": true
|
| 44 |
+
}
|
| 45 |
+
],
|
| 46 |
+
"success_logic": "AND",
|
| 47 |
+
"target_description": "I forgot to water the plant. Please fill the bowl with water and then use the bowl to water this indoor plant.",
|
| 48 |
+
"max_steps": 100,
|
| 49 |
+
"Evaluation_Type": "Conditional",
|
| 50 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 51 |
+
"Level": "Level3 Hybrid"
|
| 52 |
+
}
|
ai2thor/tasks/ai2thor04071/task.json.bak
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04071",
|
| 3 |
+
"task_name": "Water plant with bowl",
|
| 4 |
+
"instruction": "I forgot to water the plant. Please fill the bowl with water and then use the bowl to water this indoor plant.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 17,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveRight(0.25)",
|
| 9 |
+
"MoveRight(0.25)",
|
| 10 |
+
"MoveRight(0.25)",
|
| 11 |
+
"MoveRight(0.25)",
|
| 12 |
+
"MoveRight(0.25)",
|
| 13 |
+
"MoveRight(0.25)",
|
| 14 |
+
"FillObjectWithLiquid(Bowl)",
|
| 15 |
+
"PickupObject(Bowl)",
|
| 16 |
+
"RotateRight(90)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"MoveAhead(0.25)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"MoveAhead(0.25)",
|
| 21 |
+
"MoveAhead(0.25)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"FillObjectWithLiquid(HousePlant)",
|
| 24 |
+
"Done"
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"scene": "FloorPlan215",
|
| 28 |
+
"target_object_types": [
|
| 29 |
+
"Bowl",
|
| 30 |
+
"HousePlant"
|
| 31 |
+
],
|
| 32 |
+
"success_conditions": [
|
| 33 |
+
{
|
| 34 |
+
"type": "object_state",
|
| 35 |
+
"object_type": "Bowl",
|
| 36 |
+
"state": "isFilledWithLiquid",
|
| 37 |
+
"value": true,
|
| 38 |
+
"liquid": "water"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"type": "object_state",
|
| 42 |
+
"object_type": "HousePlant",
|
| 43 |
+
"state": "isFilledWithLiquid",
|
| 44 |
+
"value": true,
|
| 45 |
+
"liquid": "water"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"type": "object_state",
|
| 49 |
+
"object_type": "Bowl",
|
| 50 |
+
"state": "isPickedUp",
|
| 51 |
+
"value": true
|
| 52 |
+
}
|
| 53 |
+
],
|
| 54 |
+
"success_logic": "AND",
|
| 55 |
+
"target_description": "I forgot to water the plant. Please fill the bowl with water and then use the bowl to water this indoor plant.",
|
| 56 |
+
"max_steps": 100,
|
| 57 |
+
"Evaluation_Type": "Conditional",
|
| 58 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 59 |
+
"Level": "Level3 Hybrid"
|
| 60 |
+
|
| 61 |
+
}
|
ai2thor/tasks/ai2thor04072/init.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan215",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateRight(90)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveRight(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveRight(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveRight(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveRight(0.25)",
|
| 16 |
+
"RotateRight(90)",
|
| 17 |
+
"MoveLeft(0.25)",
|
| 18 |
+
"MoveBack(0.25)",
|
| 19 |
+
"MoveLeft(0.25)",
|
| 20 |
+
"MoveLeft(0.25)",
|
| 21 |
+
"MoveLeft(0.25)",
|
| 22 |
+
"ToggleObjectOn(Television)",
|
| 23 |
+
"LookDown",
|
| 24 |
+
"Done"
|
| 25 |
+
]
|
| 26 |
+
}
|
ai2thor/tasks/ai2thor04072/task.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04072",
|
| 3 |
+
"task_name": "Sleep - TV off and pillow",
|
| 4 |
+
"instruction": "I want to sleep. Please turn off the TV and bring a pillow.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 10,
|
| 7 |
+
"actions": [
|
| 8 |
+
"ToggleObjectOff(Television)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(1.0)",
|
| 12 |
+
"MoveAhead(0.5)",
|
| 13 |
+
"MoveRight(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveRight(0.25)",
|
| 16 |
+
"PickupObject(Pillow)",
|
| 17 |
+
"Done"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"scene": "FloorPlan215",
|
| 21 |
+
"target_object_types": [
|
| 22 |
+
"Television",
|
| 23 |
+
"Pillow"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_state",
|
| 28 |
+
"object_type": "Pillow",
|
| 29 |
+
"state": "isPickedUp",
|
| 30 |
+
"value": true
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"type": "object_state",
|
| 34 |
+
"object_type": "Television",
|
| 35 |
+
"state": "isToggled",
|
| 36 |
+
"value": false
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"success_logic": "AND",
|
| 40 |
+
"target_description": "I want to sleep. Please turn off the TV and bring a pillow.",
|
| 41 |
+
"max_steps": 100,
|
| 42 |
+
"Evaluation_Type": "Conditional",
|
| 43 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 44 |
+
"Level": "Level3 Hybrid"
|
| 45 |
+
}
|
ai2thor/tasks/ai2thor04072/task.json.bak
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04072",
|
| 3 |
+
"task_name": "Sleep - TV off and pillow",
|
| 4 |
+
"instruction": "I want to sleep. Please turn off the TV and bring a pillow.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 10,
|
| 7 |
+
"actions": [
|
| 8 |
+
"ToggleObjectOff(Television)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(1.0)",
|
| 12 |
+
"MoveAhead(0.5)",
|
| 13 |
+
"MoveRight(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveRight(0.25)",
|
| 16 |
+
"PickupObject(Pillow)",
|
| 17 |
+
"Done"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"scene": "FloorPlan215",
|
| 21 |
+
"target_object_types": [
|
| 22 |
+
"Television",
|
| 23 |
+
"Pillow"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_state",
|
| 28 |
+
"object_type": "Pillow",
|
| 29 |
+
"state": "isPickedUp",
|
| 30 |
+
"value": true
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"type": "object_state",
|
| 34 |
+
"object_type": "Television",
|
| 35 |
+
"state": "isToggled",
|
| 36 |
+
"value": false
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"success_logic": "AND",
|
| 40 |
+
"target_description": "I want to sleep. Please turn off the TV and bring a pillow.",
|
| 41 |
+
"max_steps": 100,
|
| 42 |
+
"Evaluation_Type": "Conditional",
|
| 43 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 44 |
+
"Level": "Level3 Hybrid"
|
| 45 |
+
}
|
ai2thor/tasks/ai2thor04073/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan217",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor04073/task.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04073",
|
| 3 |
+
"task_name": "Put remote and watch in box",
|
| 4 |
+
"instruction": "Please help me put the remote control and watch into the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 25,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveBack(0.25)",
|
| 9 |
+
"MoveLeft(0.5)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveLeft(0.5)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveLeft(0.25)",
|
| 16 |
+
"MoveAhead(0.5)",
|
| 17 |
+
"MoveLeft(0.25)",
|
| 18 |
+
"MoveAhead(0.25)",
|
| 19 |
+
"MoveLeft(0.25)",
|
| 20 |
+
"MoveAhead(0.5)",
|
| 21 |
+
"PickupObject(Watch)",
|
| 22 |
+
"RotateRight(90)",
|
| 23 |
+
"MoveAhead(0.5)",
|
| 24 |
+
"MoveAhead(0.25)",
|
| 25 |
+
"PutObject(Box)",
|
| 26 |
+
"RotateLeft(90)",
|
| 27 |
+
"MoveLeft(0.25)",
|
| 28 |
+
"PickupObject(RemoteControl)",
|
| 29 |
+
"RotateRight(90)",
|
| 30 |
+
"MoveAhead(0.25)",
|
| 31 |
+
"PutObject(Box)",
|
| 32 |
+
"Done"
|
| 33 |
+
]
|
| 34 |
+
},
|
| 35 |
+
"scene": "FloorPlan217",
|
| 36 |
+
"target_object_types": [
|
| 37 |
+
"Box",
|
| 38 |
+
"RemoteControl",
|
| 39 |
+
"Watch"
|
| 40 |
+
],
|
| 41 |
+
"success_conditions": [
|
| 42 |
+
{
|
| 43 |
+
"type": "object_in_receptacle",
|
| 44 |
+
"object_type": "Watch",
|
| 45 |
+
"receptacle_type": "Box",
|
| 46 |
+
"value": true
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"type": "object_in_receptacle",
|
| 50 |
+
"object_type": "RemoteControl",
|
| 51 |
+
"receptacle_type": "Box",
|
| 52 |
+
"value": true
|
| 53 |
+
}
|
| 54 |
+
],
|
| 55 |
+
"success_logic": "AND",
|
| 56 |
+
"target_description": "Please help me put the remote control and watch into the box.",
|
| 57 |
+
"max_steps": 100,
|
| 58 |
+
"Evaluation_Type": "Conditional",
|
| 59 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 60 |
+
"Level": "Level3 Hybrid"
|
| 61 |
+
}
|
ai2thor/tasks/ai2thor04073/task.json.bak
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04073",
|
| 3 |
+
"task_name": "Put remote and watch in box",
|
| 4 |
+
"instruction": "Please help me put the remote control and watch into the box.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 30,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveBack(0.25)",
|
| 9 |
+
"MoveLeft(0.25)",
|
| 10 |
+
"MoveLeft(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveLeft(0.25)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveLeft(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"MoveLeft(0.25)",
|
| 18 |
+
"MoveAhead(0.25)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"MoveLeft(0.25)",
|
| 21 |
+
"MoveAhead(0.25)",
|
| 22 |
+
"MoveLeft(0.25)",
|
| 23 |
+
"MoveAhead(0.25)",
|
| 24 |
+
"MoveAhead(0.25)",
|
| 25 |
+
"PickupObject(Watch)",
|
| 26 |
+
"RotateRight(90)",
|
| 27 |
+
"MoveAhead(0.25)",
|
| 28 |
+
"MoveAhead(0.25)",
|
| 29 |
+
"MoveAhead(0.25)",
|
| 30 |
+
"PutObject(Box)",
|
| 31 |
+
"RotateLeft(90)",
|
| 32 |
+
"MoveLeft(0.25)",
|
| 33 |
+
"PickupObject(RemoteControl)",
|
| 34 |
+
"RotateRight(90)",
|
| 35 |
+
"MoveAhead(0.25)",
|
| 36 |
+
"PutObject(Box)",
|
| 37 |
+
"Done"
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"scene": "FloorPlan217",
|
| 41 |
+
"target_object_types": [
|
| 42 |
+
"Box",
|
| 43 |
+
"RemoteControl",
|
| 44 |
+
"Watch"
|
| 45 |
+
],
|
| 46 |
+
"success_conditions": [
|
| 47 |
+
{
|
| 48 |
+
"type": "object_in_receptacle",
|
| 49 |
+
"object_type": "Watch",
|
| 50 |
+
"receptacle_type": "Box",
|
| 51 |
+
"value": true
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"type": "object_in_receptacle",
|
| 55 |
+
"object_type": "RemoteControl",
|
| 56 |
+
"receptacle_type": "Box",
|
| 57 |
+
"value": true
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"success_logic": "AND",
|
| 61 |
+
"target_description": "Please help me put the remote control and watch into the box.",
|
| 62 |
+
"max_steps": 100,
|
| 63 |
+
"Evaluation_Type": "Conditional",
|
| 64 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 65 |
+
"Level": "Level3 Hybrid"
|
| 66 |
+
}
|
ai2thor/tasks/ai2thor04100/init.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan303",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveRight(0.25)",
|
| 5 |
+
"MoveRight(0.25)",
|
| 6 |
+
"MoveRight(0.25)",
|
| 7 |
+
"MoveBack(0.25)",
|
| 8 |
+
"MoveBack(0.25)",
|
| 9 |
+
"MoveBack(0.25)",
|
| 10 |
+
"LookDown",
|
| 11 |
+
"Done"
|
| 12 |
+
]
|
| 13 |
+
}
|
ai2thor/tasks/ai2thor04100/task.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04100",
|
| 3 |
+
"task_name": "Move pens to window table",
|
| 4 |
+
"instruction": "Please place all the pens on the right desk next to the bed on the table by the windows.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 15,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Pencil)",
|
| 9 |
+
"MoveAhead(0.5)",
|
| 10 |
+
"MoveLeft(1.0)",
|
| 11 |
+
"MoveAhead(0.5)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"PutObject(SideTable)",
|
| 14 |
+
"MoveBack(0.5)",
|
| 15 |
+
"RotateRight(90)",
|
| 16 |
+
"MoveAhead(0.5)",
|
| 17 |
+
"PickupObject(Pen)",
|
| 18 |
+
"MoveBack(0.5)",
|
| 19 |
+
"RotateLeft(90)",
|
| 20 |
+
"MoveAhead(0.5)",
|
| 21 |
+
"PutObject(SideTable)",
|
| 22 |
+
"Done"
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"scene": "FloorPlan303",
|
| 26 |
+
"target_object_types": [
|
| 27 |
+
"Desk",
|
| 28 |
+
"Pen",
|
| 29 |
+
"Pencil",
|
| 30 |
+
"SideTable"
|
| 31 |
+
],
|
| 32 |
+
"success_conditions": [
|
| 33 |
+
{
|
| 34 |
+
"type": "object_in_receptacle",
|
| 35 |
+
"object_type": "Pen",
|
| 36 |
+
"receptacle_type": "SideTable"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"type": "object_in_receptacle",
|
| 40 |
+
"object_type": "Pen",
|
| 41 |
+
"receptacle_type": "Desk",
|
| 42 |
+
"value": false
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"type": "object_in_receptacle",
|
| 46 |
+
"object_type": "Pencil",
|
| 47 |
+
"receptacle_type": "SideTable"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"type": "object_in_receptacle",
|
| 51 |
+
"object_type": "Pencil",
|
| 52 |
+
"receptacle_type": "Desk",
|
| 53 |
+
"value": false
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"success_logic": "AND",
|
| 57 |
+
"target_description": "Please place all the pens on the right desk next to the bed on the table by the windows.",
|
| 58 |
+
"max_steps": 30,
|
| 59 |
+
"Evaluation_Type": "Conditional",
|
| 60 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 61 |
+
"Level": "Level3 Hybrid"
|
| 62 |
+
}
|
ai2thor/tasks/ai2thor04100/task.json.bak
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04100",
|
| 3 |
+
"task_name": "Move pens to window table",
|
| 4 |
+
"instruction": "Please place all the pens on the right desk next to the bed on the table by the windows.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 24,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Pencil)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveLeft(0.25)",
|
| 12 |
+
"MoveLeft(0.25)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveLeft(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"PutObject(SideTable)",
|
| 19 |
+
"MoveBack(0.25)",
|
| 20 |
+
"MoveBack(0.25)",
|
| 21 |
+
"RotateRight(90)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"MoveAhead(0.25)",
|
| 24 |
+
"PickupObject(Pen)",
|
| 25 |
+
"MoveBack(0.25)",
|
| 26 |
+
"MoveBack(0.25)",
|
| 27 |
+
"RotateLeft(90)",
|
| 28 |
+
"MoveAhead(0.25)",
|
| 29 |
+
"MoveAhead(0.25)",
|
| 30 |
+
"PutObject(SideTable)",
|
| 31 |
+
"Done"
|
| 32 |
+
]
|
| 33 |
+
},
|
| 34 |
+
"scene": "FloorPlan303",
|
| 35 |
+
"target_object_types": [
|
| 36 |
+
"Desk",
|
| 37 |
+
"Pen",
|
| 38 |
+
"Pencil",
|
| 39 |
+
"SideTable"
|
| 40 |
+
],
|
| 41 |
+
"success_conditions": [
|
| 42 |
+
{
|
| 43 |
+
"type": "object_in_receptacle",
|
| 44 |
+
"object_type": "Pen",
|
| 45 |
+
"receptacle_type": "SideTable"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"type": "object_in_receptacle",
|
| 49 |
+
"object_type": "Pen",
|
| 50 |
+
"receptacle_type": "Desk",
|
| 51 |
+
"value": false
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"type": "object_in_receptacle",
|
| 55 |
+
"object_type": "Pencil",
|
| 56 |
+
"receptacle_type": "SideTable"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"type": "object_in_receptacle",
|
| 60 |
+
"object_type": "Pencil",
|
| 61 |
+
"receptacle_type": "Desk",
|
| 62 |
+
"value": false
|
| 63 |
+
}
|
| 64 |
+
],
|
| 65 |
+
"success_logic": "AND",
|
| 66 |
+
"target_description": "Please place all the pens on the right desk next to the bed on the table by the windows.",
|
| 67 |
+
"max_steps": 30,
|
| 68 |
+
"Evaluation_Type": "Conditional",
|
| 69 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 70 |
+
"Level": "Level3 Hybrid"
|
| 71 |
+
}
|
ai2thor/tasks/ai2thor04101/init.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan310",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveRight(0.25)",
|
| 5 |
+
"MoveRight(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"RotateLeft(90)",
|
| 11 |
+
"LookDown",
|
| 12 |
+
"MoveRight(0.25)",
|
| 13 |
+
"MoveRight(0.25)",
|
| 14 |
+
"MoveRight(0.25)",
|
| 15 |
+
"PickupObject(CellPhone)",
|
| 16 |
+
"RotateLeft(90)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"MoveRight(0.25)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"MoveAhead(0.25)",
|
| 21 |
+
"MoveAhead(0.25)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"MoveAhead(0.25)",
|
| 24 |
+
"MoveAhead(0.25)",
|
| 25 |
+
"MoveAhead(0.25)",
|
| 26 |
+
"RotateLeft(90)",
|
| 27 |
+
"MoveRight(0.25)",
|
| 28 |
+
"MoveRight(0.25)",
|
| 29 |
+
"LookDown",
|
| 30 |
+
"MoveAhead(0.25)",
|
| 31 |
+
"PutObject(Bed)",
|
| 32 |
+
"RotateLeft(90)",
|
| 33 |
+
"MoveAhead(0.25)",
|
| 34 |
+
"MoveAhead(0.25)",
|
| 35 |
+
"MoveAhead(0.25)",
|
| 36 |
+
"LookUp",
|
| 37 |
+
"MoveAhead(0.25)",
|
| 38 |
+
"MoveAhead(0.25)",
|
| 39 |
+
"MoveAhead(0.25)",
|
| 40 |
+
"MoveAhead(0.25)",
|
| 41 |
+
"MoveAhead(0.25)",
|
| 42 |
+
"MoveAhead(0.25)",
|
| 43 |
+
"MoveAhead(0.25)",
|
| 44 |
+
"RotateLeft(90)",
|
| 45 |
+
"PickupObject(Laptop)",
|
| 46 |
+
"RotateLeft(90)",
|
| 47 |
+
"LookDown",
|
| 48 |
+
"MoveRight(0.25)",
|
| 49 |
+
"MoveAhead(0.25)",
|
| 50 |
+
"MoveAhead(0.25)",
|
| 51 |
+
"MoveAhead(0.25)",
|
| 52 |
+
"MoveAhead(0.25)",
|
| 53 |
+
"MoveAhead(0.25)",
|
| 54 |
+
"MoveAhead(0.25)",
|
| 55 |
+
"MoveAhead(0.25)",
|
| 56 |
+
"MoveAhead(0.25)",
|
| 57 |
+
"MoveAhead(0.25)",
|
| 58 |
+
"RotateLeft(90)",
|
| 59 |
+
"MoveAhead(0.25)",
|
| 60 |
+
"PutObject(Bed)",
|
| 61 |
+
"Done"
|
| 62 |
+
]
|
| 63 |
+
}
|
ai2thor/tasks/ai2thor04101/task.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04101",
|
| 3 |
+
"task_name": "Remove devices from bed",
|
| 4 |
+
"instruction": "I'm getting ready for bed. Please remove my computer and phone from the bed.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 18,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(CellPhone)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"LookUp",
|
| 11 |
+
"MoveLeft(0.5)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"PutObject(Desk)",
|
| 14 |
+
"RotateRight(90)",
|
| 15 |
+
"MoveRight(0.5)",
|
| 16 |
+
"MoveRight(0.25)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"PickupObject(Laptop)",
|
| 19 |
+
"LookDown",
|
| 20 |
+
"RotateLeft(90)",
|
| 21 |
+
"MoveAhead(0.5)",
|
| 22 |
+
"MoveLeft(0.25)",
|
| 23 |
+
"MoveAhead(0.25)",
|
| 24 |
+
"PutObject(Desk)",
|
| 25 |
+
"Done"
|
| 26 |
+
]
|
| 27 |
+
},
|
| 28 |
+
"scene": "FloorPlan310",
|
| 29 |
+
"target_object_types": [
|
| 30 |
+
"Bed",
|
| 31 |
+
"CellPhone",
|
| 32 |
+
"Laptop"
|
| 33 |
+
],
|
| 34 |
+
"success_conditions": [
|
| 35 |
+
{
|
| 36 |
+
"type": "object_in_receptacle",
|
| 37 |
+
"object_type": "Laptop",
|
| 38 |
+
"receptacle_type": "Bed",
|
| 39 |
+
"value": false
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"type": "object_in_receptacle",
|
| 43 |
+
"object_type": "CellPhone",
|
| 44 |
+
"receptacle_type": "Bed",
|
| 45 |
+
"value": false
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"success_logic": "AND",
|
| 49 |
+
"target_description": "I'm getting ready for bed. Please remove my computer and phone from the bed.",
|
| 50 |
+
"max_steps": 60,
|
| 51 |
+
"Evaluation_Type": "Conditional",
|
| 52 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 53 |
+
"Level": "Level3 Hybrid"
|
| 54 |
+
}
|
ai2thor/tasks/ai2thor04101/task.json.bak
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04101",
|
| 3 |
+
"task_name": "Remove devices from bed",
|
| 4 |
+
"instruction": "I'm getting ready for bed. Please remove my computer and phone from the bed.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 24,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(CellPhone)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"LookUp",
|
| 11 |
+
"MoveLeft(0.25)",
|
| 12 |
+
"MoveLeft(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"PutObject(Desk)",
|
| 18 |
+
"RotateRight(90)",
|
| 19 |
+
"MoveRight(0.25)",
|
| 20 |
+
"MoveRight(0.25)",
|
| 21 |
+
"MoveRight(0.25)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"PickupObject(Laptop)",
|
| 24 |
+
"LookDown",
|
| 25 |
+
"RotateLeft(90)",
|
| 26 |
+
"MoveAhead(0.25)",
|
| 27 |
+
"MoveAhead(0.25)",
|
| 28 |
+
"MoveLeft(0.25)",
|
| 29 |
+
"MoveAhead(0.25)",
|
| 30 |
+
"PutObject(Desk)",
|
| 31 |
+
"Done"
|
| 32 |
+
]
|
| 33 |
+
},
|
| 34 |
+
"scene": "FloorPlan310",
|
| 35 |
+
"target_object_types": [
|
| 36 |
+
"Bed",
|
| 37 |
+
"CellPhone",
|
| 38 |
+
"Laptop"
|
| 39 |
+
],
|
| 40 |
+
"success_conditions": [
|
| 41 |
+
{
|
| 42 |
+
"type": "object_in_receptacle",
|
| 43 |
+
"object_type": "Laptop",
|
| 44 |
+
"receptacle_type": "Bed",
|
| 45 |
+
"value": false
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"type": "object_in_receptacle",
|
| 49 |
+
"object_type": "CellPhone",
|
| 50 |
+
"receptacle_type": "Bed",
|
| 51 |
+
"value": false
|
| 52 |
+
}
|
| 53 |
+
],
|
| 54 |
+
"success_logic": "AND",
|
| 55 |
+
"target_description": "I'm getting ready for bed. Please remove my computer and phone from the bed.",
|
| 56 |
+
"max_steps": 60,
|
| 57 |
+
"Evaluation_Type": "Conditional",
|
| 58 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 59 |
+
"Level": "Level3 Hybrid"
|
| 60 |
+
}
|
ai2thor/tasks/ai2thor04102/init.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan310",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateRight(90)",
|
| 5 |
+
"RotateRight(90)",
|
| 6 |
+
"MoveRight(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"Done"
|
| 9 |
+
]
|
| 10 |
+
}
|
ai2thor/tasks/ai2thor04102/task.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04102",
|
| 3 |
+
"task_name": "Bedtime - all lights off",
|
| 4 |
+
"instruction": "I'm getting ready for bed. Please turn off all the lights in the room.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 8,
|
| 7 |
+
"actions": [
|
| 8 |
+
"ToggleObjectOff(LightSwitch)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"RotateLeft(90)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveRight(0.25)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"ToggleObjectOff(DeskLamp)",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"scene": "FloorPlan310",
|
| 19 |
+
"target_object_types": [
|
| 20 |
+
"LightSwitch",
|
| 21 |
+
"DeskLamp"
|
| 22 |
+
],
|
| 23 |
+
"success_conditions": [
|
| 24 |
+
{
|
| 25 |
+
"type": "object_state",
|
| 26 |
+
"object_type": "LightSwitch",
|
| 27 |
+
"state": "isToggled",
|
| 28 |
+
"value": false
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"type": "object_state",
|
| 32 |
+
"object_type": "DeskLamp",
|
| 33 |
+
"state": "isToggled",
|
| 34 |
+
"value": false
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"success_logic": "AND",
|
| 38 |
+
"target_description": "I'm getting ready for bed. Please turn off all the lights in the room.",
|
| 39 |
+
"max_steps": 30,
|
| 40 |
+
"Evaluation_Type": "Conditional",
|
| 41 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 42 |
+
"Level": "Level3 Hybrid"
|
| 43 |
+
}
|
ai2thor/tasks/ai2thor04102/task.json.bak
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04102",
|
| 3 |
+
"task_name": "Bedtime - all lights off",
|
| 4 |
+
"instruction": "I'm getting ready for bed. Please turn off all the lights in the room.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"ToggleObjectOff(LightSwitch)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"RotateLeft(90)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveRight(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"ToggleObjectOff(DeskLamp)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan310",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"LightSwitch",
|
| 24 |
+
"DeskLamp"
|
| 25 |
+
],
|
| 26 |
+
"success_conditions": [
|
| 27 |
+
{
|
| 28 |
+
"type": "object_state",
|
| 29 |
+
"object_type": "LightSwitch",
|
| 30 |
+
"state": "isToggled",
|
| 31 |
+
"value": false
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "object_state",
|
| 35 |
+
"object_type": "DeskLamp",
|
| 36 |
+
"state": "isToggled",
|
| 37 |
+
"value": false
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"success_logic": "AND",
|
| 41 |
+
"target_description": "I'm getting ready for bed. Please turn off all the lights in the room.",
|
| 42 |
+
"max_steps": 30,
|
| 43 |
+
"Evaluation_Type": "Conditional",
|
| 44 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 45 |
+
"Level": "Level3 Hybrid"
|
| 46 |
+
}
|
ai2thor/tasks/ai2thor04103/init.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan310",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateRight(90)",
|
| 5 |
+
"RotateRight(90)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"ToggleObjectOff(LightSwitch)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"RotateLeft(90)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveRight(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveRight(0.25)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"MoveAhead(0.25)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"MoveAhead(0.25)",
|
| 21 |
+
"RotateLeft(90)",
|
| 22 |
+
"ToggleObjectOff(DeskLamp)",
|
| 23 |
+
"Done"
|
| 24 |
+
]
|
| 25 |
+
}
|
ai2thor/tasks/ai2thor04103/task.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04103",
|
| 3 |
+
"task_name": "Work ready - all lights on",
|
| 4 |
+
"instruction": "I need to get ready for work, please turn on all the lights in the room.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 7,
|
| 7 |
+
"actions": [
|
| 8 |
+
"ToggleObjectOn(DeskLamp)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(0.5)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"ToggleObjectOn(LightSwitch)",
|
| 14 |
+
"Done"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"scene": "FloorPlan310",
|
| 18 |
+
"target_object_types": [
|
| 19 |
+
"LightSwitch",
|
| 20 |
+
"DeskLamp"
|
| 21 |
+
],
|
| 22 |
+
"success_conditions": [
|
| 23 |
+
{
|
| 24 |
+
"type": "object_state",
|
| 25 |
+
"object_type": "LightSwitch",
|
| 26 |
+
"state": "isToggled",
|
| 27 |
+
"value": true
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"type": "object_state",
|
| 31 |
+
"object_type": "DeskLamp",
|
| 32 |
+
"state": "isToggled",
|
| 33 |
+
"value": true
|
| 34 |
+
}
|
| 35 |
+
],
|
| 36 |
+
"success_logic": "AND",
|
| 37 |
+
"target_description": "I need to get ready for work, please turn on all the lights in the room.",
|
| 38 |
+
"max_steps": 60,
|
| 39 |
+
"Evaluation_Type": "Conditional",
|
| 40 |
+
"Category": "Study and Work",
|
| 41 |
+
"Level": "Level3 Hybrid"
|
| 42 |
+
}
|
ai2thor/tasks/ai2thor04103/task.json.bak
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor_04103",
|
| 3 |
+
"task_name": "Work ready - all lights on",
|
| 4 |
+
"instruction": "I need to get ready for work, please turn on all the lights in the room.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"ToggleObjectOn(DeskLamp)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"ToggleObjectOn(LightSwitch)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan310",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"LightSwitch",
|
| 24 |
+
"DeskLamp"
|
| 25 |
+
],
|
| 26 |
+
"success_conditions": [
|
| 27 |
+
{
|
| 28 |
+
"type": "object_state",
|
| 29 |
+
"object_type": "LightSwitch",
|
| 30 |
+
"state": "isToggled",
|
| 31 |
+
"value": true
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "object_state",
|
| 35 |
+
"object_type": "DeskLamp",
|
| 36 |
+
"state": "isToggled",
|
| 37 |
+
"value": true
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"success_logic": "AND",
|
| 41 |
+
"target_description": "I need to get ready for work, please turn on all the lights in the room.",
|
| 42 |
+
"max_steps": 60,
|
| 43 |
+
"Evaluation_Type": "Conditional",
|
| 44 |
+
"Category": "Study and Work",
|
| 45 |
+
"Level": "Level3 Hybrid"
|
| 46 |
+
|
| 47 |
+
}
|
ai2thor/tasks/ai2thor04104/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan310",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|