Add files using upload-large-folder tool
Browse files- ai2thor/tasks/ai2thor00000/init.json +7 -0
- ai2thor/tasks/ai2thor00000/task.json +35 -0
- ai2thor/tasks/ai2thor00000/task.json.bak +41 -0
- ai2thor/tasks/ai2thor00003/init.json +13 -0
- ai2thor/tasks/ai2thor00003/task.json +40 -0
- ai2thor/tasks/ai2thor00003/task.json.bak +46 -0
- ai2thor/tasks/ai2thor02436/init.json +7 -0
- ai2thor/tasks/ai2thor02436/task.json +32 -0
- ai2thor/tasks/ai2thor02436/task.json.bak +29 -0
- ai2thor/tasks/ai2thor02437/init.json +7 -0
- ai2thor/tasks/ai2thor02437/task.json +24 -0
- ai2thor/tasks/ai2thor02438/init.json +7 -0
- ai2thor/tasks/ai2thor02438/task.json +47 -0
- ai2thor/tasks/ai2thor02438/task.json.bak +48 -0
- ai2thor/tasks/ai2thor02763/init.json +7 -0
- ai2thor/tasks/ai2thor02763/task.json +33 -0
- ai2thor/tasks/ai2thor02763/task.json.bak +36 -0
- ai2thor/tasks/ai2thor03000/init.json +20 -0
- ai2thor/tasks/ai2thor03000/task.json +58 -0
- ai2thor/tasks/ai2thor03000/task.json.bak +58 -0
- ai2thor/tasks/ai2thor03001/init.json +11 -0
- ai2thor/tasks/ai2thor03001/task.json +47 -0
- ai2thor/tasks/ai2thor03002/init.json +12 -0
- ai2thor/tasks/ai2thor03002/task.json +56 -0
- ai2thor/tasks/ai2thor03002/task.json.bak +61 -0
- ai2thor/tasks/ai2thor03003/init.json +12 -0
- ai2thor/tasks/ai2thor03003/task.json +45 -0
- ai2thor/tasks/ai2thor03003/task.json.bak +45 -0
- ai2thor/tasks/ai2thor03004/init.json +20 -0
- ai2thor/tasks/ai2thor03004/task.json +37 -0
- ai2thor/tasks/ai2thor03005/init.json +17 -0
- ai2thor/tasks/ai2thor03005/task.json +44 -0
- ai2thor/tasks/ai2thor03005/task.json.bak +44 -0
- ai2thor/tasks/ai2thor03006/init.json +24 -0
- ai2thor/tasks/ai2thor03006/task.json +44 -0
- ai2thor/tasks/ai2thor03006/task.json.bak +44 -0
- ai2thor/tasks/ai2thor03007/init.json +14 -0
- ai2thor/tasks/ai2thor03007/task.json +41 -0
- ai2thor/tasks/ai2thor03008/init.json +14 -0
- ai2thor/tasks/ai2thor03008/task.json +34 -0
- ai2thor/tasks/ai2thor03009/init.json +17 -0
- ai2thor/tasks/ai2thor03009/task.json +74 -0
- ai2thor/tasks/ai2thor03009/task.json.bak +79 -0
- ai2thor/tasks/ai2thor03010/init.json +13 -0
- ai2thor/tasks/ai2thor03010/task.json +43 -0
- ai2thor/tasks/ai2thor03010/task.json.bak +47 -0
- ai2thor/tasks/ai2thor03011/init.json +14 -0
- ai2thor/tasks/ai2thor03011/task.json +42 -0
- ai2thor/tasks/index.json +2440 -0
- registry.yaml +31 -0
ai2thor/tasks/ai2thor00000/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan17",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor00000/task.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor00000",
|
| 3 |
+
"task_name": "Place a lettuce in red garbagecan",
|
| 4 |
+
"instruction": "I found the lettuce was rotten; please help me throw it in the trash.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 10,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateRight(90)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"RotateLeft(90)",
|
| 13 |
+
"PickupObject(Lettuce)",
|
| 14 |
+
"MoveLeft(1.0)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"PutObject(GarbageCan)",
|
| 17 |
+
"Done"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"scene": "FloorPlan17",
|
| 21 |
+
"target_object_types": [
|
| 22 |
+
"GarbageCan",
|
| 23 |
+
"Lettuce"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_in_receptacle",
|
| 28 |
+
"object_type": "Lettuce",
|
| 29 |
+
"receptacle_type": "GarbageCan"
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"success_logic": "OR",
|
| 33 |
+
"target_description": "I found the lettuce was rotten; please help me throw it in the trash.",
|
| 34 |
+
"max_steps": 50
|
| 35 |
+
}
|
ai2thor/tasks/ai2thor00000/task.json.bak
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor00000",
|
| 3 |
+
"task_name": "Place a lettuce in red garbagecan",
|
| 4 |
+
"instruction": "I found the lettuce was rotten; please help me throw it in the trash.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 16,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateRight(90)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"MoveAhead(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"RotateLeft(90)",
|
| 16 |
+
"PickupObject(Lettuce)",
|
| 17 |
+
"MoveLeft(0.25)",
|
| 18 |
+
"MoveLeft(0.25)",
|
| 19 |
+
"MoveLeft(0.25)",
|
| 20 |
+
"MoveLeft(0.25)",
|
| 21 |
+
"MoveAhead(0.25)",
|
| 22 |
+
"PutObject(GarbageCan)",
|
| 23 |
+
"Done"
|
| 24 |
+
]
|
| 25 |
+
},
|
| 26 |
+
"scene": "FloorPlan17",
|
| 27 |
+
"target_object_types": [
|
| 28 |
+
"GarbageCan",
|
| 29 |
+
"Lettuce"
|
| 30 |
+
],
|
| 31 |
+
"success_conditions": [
|
| 32 |
+
{
|
| 33 |
+
"type": "object_in_receptacle",
|
| 34 |
+
"object_type": "Lettuce",
|
| 35 |
+
"receptacle_type": "GarbageCan"
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"success_logic": "OR",
|
| 39 |
+
"target_description": "I found the lettuce was rotten; please help me throw it in the trash.",
|
| 40 |
+
"max_steps": 50
|
| 41 |
+
}
|
ai2thor/tasks/ai2thor00003/init.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan228",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"RotateRight(90)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"LookDown",
|
| 11 |
+
"Done"
|
| 12 |
+
]
|
| 13 |
+
}
|
ai2thor/tasks/ai2thor00003/task.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor00003",
|
| 3 |
+
"task_name": "Pick up keychain and put it on the chair",
|
| 4 |
+
"instruction": "I need to tidy up the table. Please put the keychain on the chair.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 7,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(KeyChain)",
|
| 9 |
+
"MoveLeft(0.5)",
|
| 10 |
+
"MoveLeft(0.25)",
|
| 11 |
+
"MoveAhead(1.0)",
|
| 12 |
+
"MoveAhead(0.5)",
|
| 13 |
+
"PutObject(Chair)",
|
| 14 |
+
"Done"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"scene": "FloorPlan228",
|
| 18 |
+
"target_object_types": [
|
| 19 |
+
"KeyChain"
|
| 20 |
+
],
|
| 21 |
+
"success_conditions": [
|
| 22 |
+
{
|
| 23 |
+
"type": "object_in_receptacle",
|
| 24 |
+
"object_type": "KeyChain",
|
| 25 |
+
"receptacle_type": "Chair"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"type": "object_in_receptacle",
|
| 29 |
+
"object_type": "KeyChain",
|
| 30 |
+
"receptacle_type": "Desk",
|
| 31 |
+
"value": false
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"success_logic": "AND",
|
| 35 |
+
"target_description": "I need to tidy up the table. Please put the keychain on the chair.",
|
| 36 |
+
"max_steps": 100,
|
| 37 |
+
"Evaluation_Type": "Conditional",
|
| 38 |
+
"Category": "DailyHousehold",
|
| 39 |
+
"Level": "Level3 Hybrid"
|
| 40 |
+
}
|
ai2thor/tasks/ai2thor00003/task.json.bak
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor00003",
|
| 3 |
+
"task_name": "Pick up keychain and put it on the chair",
|
| 4 |
+
"instruction": "I need to tidy up the table. Please put the keychain on the chair.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 12,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(KeyChain)",
|
| 9 |
+
"MoveLeft(0.25)",
|
| 10 |
+
"MoveLeft(0.25)",
|
| 11 |
+
"MoveLeft(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 |
+
"PutObject(Chair)",
|
| 19 |
+
"Done"
|
| 20 |
+
]
|
| 21 |
+
},
|
| 22 |
+
"scene": "FloorPlan228",
|
| 23 |
+
"target_object_types": [
|
| 24 |
+
"KeyChain"
|
| 25 |
+
],
|
| 26 |
+
"success_conditions": [
|
| 27 |
+
{
|
| 28 |
+
"type": "object_in_receptacle",
|
| 29 |
+
"object_type": "KeyChain",
|
| 30 |
+
"receptacle_type": "Chair"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"type": "object_in_receptacle",
|
| 34 |
+
"object_type": "KeyChain",
|
| 35 |
+
"receptacle_type": "Desk",
|
| 36 |
+
"value": false
|
| 37 |
+
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"success_logic": "AND",
|
| 41 |
+
"target_description": "I need to tidy up the table. Please put the keychain on the chair.",
|
| 42 |
+
"max_steps": 100,
|
| 43 |
+
"Evaluation_Type": "Conditional",
|
| 44 |
+
"Category": "DailyHousehold",
|
| 45 |
+
"Level":"Level3 Hybrid"
|
| 46 |
+
}
|
ai2thor/tasks/ai2thor02436/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan301",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor02436/task.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor02436",
|
| 3 |
+
"task_name": "Toggle laptop on",
|
| 4 |
+
"instruction": "I want to work for a while now, please open my laptop for me.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 4,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(1.0)",
|
| 9 |
+
"MoveAhead(0.5)",
|
| 10 |
+
"ToggleObjectOn(Laptop)",
|
| 11 |
+
"Done"
|
| 12 |
+
]
|
| 13 |
+
},
|
| 14 |
+
"scene": "FloorPlan301",
|
| 15 |
+
"target_object_types": [
|
| 16 |
+
"Laptop"
|
| 17 |
+
],
|
| 18 |
+
"success_conditions": [
|
| 19 |
+
{
|
| 20 |
+
"type": "object_state",
|
| 21 |
+
"object_type": "Laptop",
|
| 22 |
+
"state": "isToggled",
|
| 23 |
+
"value": true
|
| 24 |
+
}
|
| 25 |
+
],
|
| 26 |
+
"success_logic": "OR",
|
| 27 |
+
"target_description": "I want to work for a while now, please open my laptop for me.",
|
| 28 |
+
"max_steps": 30,
|
| 29 |
+
"Evaluation_Type": "Conditional",
|
| 30 |
+
"Category": "Study and Work",
|
| 31 |
+
"Level": "Level3 Hybrid"
|
| 32 |
+
}
|
ai2thor/tasks/ai2thor02436/task.json.bak
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor02436",
|
| 3 |
+
"task_name": "Toggle laptop on",
|
| 4 |
+
"instruction": "I want to work for a while now, please open my laptop for me.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 8,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(0.25)","MoveAhead(0.25)","MoveAhead(0.25)","MoveAhead(0.25)","MoveAhead(0.25)","MoveAhead(0.25)","ToggleObjectOn(Laptop)","Done"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"scene": "FloorPlan301",
|
| 12 |
+
"target_object_types": [
|
| 13 |
+
"Laptop"
|
| 14 |
+
],
|
| 15 |
+
"success_conditions": [
|
| 16 |
+
{
|
| 17 |
+
"type": "object_state",
|
| 18 |
+
"object_type": "Laptop",
|
| 19 |
+
"state": "isToggled",
|
| 20 |
+
"value": true
|
| 21 |
+
}
|
| 22 |
+
],
|
| 23 |
+
"success_logic": "OR",
|
| 24 |
+
"target_description": "I want to work for a while now, please open my laptop for me.",
|
| 25 |
+
"max_steps": 30,
|
| 26 |
+
"Evaluation_Type": "Conditional",
|
| 27 |
+
"Category": "Study and Work",
|
| 28 |
+
"Level": "Level3 Hybrid"
|
| 29 |
+
}
|
ai2thor/tasks/ai2thor02437/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan302",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor02437/task.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor02437",
|
| 3 |
+
"task_name": "Toggle desk lamp off",
|
| 4 |
+
"instruction": "I want to rest for a while, please turn off the desk lamp for me.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 4,
|
| 7 |
+
"actions": ["RotateLeft(90)","RotateLeft(90)","ToggleObjectOff(DeskLamp)","Done"]
|
| 8 |
+
},
|
| 9 |
+
"scene": "FloorPlan302",
|
| 10 |
+
"target_object_types": [
|
| 11 |
+
"DeskLamp"
|
| 12 |
+
],
|
| 13 |
+
"success_conditions": [
|
| 14 |
+
{
|
| 15 |
+
"type": "object_state",
|
| 16 |
+
"object_type": "DeskLamp",
|
| 17 |
+
"state": "isToggled",
|
| 18 |
+
"value": false
|
| 19 |
+
}
|
| 20 |
+
],
|
| 21 |
+
"success_logic": "OR",
|
| 22 |
+
"target_description": "I want to rest for a while, please turn off the desk lamp for me.",
|
| 23 |
+
"max_steps": 30
|
| 24 |
+
}
|
ai2thor/tasks/ai2thor02438/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan303",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateRight(90)",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor02438/task.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor02438",
|
| 3 |
+
"task_name": "Open laptop, turn off desk lamp, and pick up pencil",
|
| 4 |
+
"instruction": "Open the laptop, turn off the desk lamp, and pick up the pencil from the desk.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 5,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(0.5)",
|
| 9 |
+
"ToggleObjectOn(Laptop)",
|
| 10 |
+
"ToggleObjectOff(DeskLamp)",
|
| 11 |
+
"PickupObject(Pencil)",
|
| 12 |
+
"Done"
|
| 13 |
+
]
|
| 14 |
+
},
|
| 15 |
+
"scene": "FloorPlan",
|
| 16 |
+
"target_object_types": [
|
| 17 |
+
"Laptop",
|
| 18 |
+
"DeskLamp",
|
| 19 |
+
"Pencil"
|
| 20 |
+
],
|
| 21 |
+
"success_conditions": [
|
| 22 |
+
{
|
| 23 |
+
"type": "object_state",
|
| 24 |
+
"object_type": "Laptop",
|
| 25 |
+
"state": "isOpen",
|
| 26 |
+
"value": true
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"type": "object_state",
|
| 30 |
+
"object_type": "DeskLamp",
|
| 31 |
+
"state": "isToggled",
|
| 32 |
+
"value": false
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"type": "object_state",
|
| 36 |
+
"object_type": "Pencil",
|
| 37 |
+
"state": "isPickedUp",
|
| 38 |
+
"value": true
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"success_logic": "AND",
|
| 42 |
+
"target_description": "Open the laptop, turn off the desk lamp, and pick up the pencil from the desk.",
|
| 43 |
+
"max_steps": 50,
|
| 44 |
+
"Evaluation_Type": "Conditional",
|
| 45 |
+
"Category": "DailyHousehold",
|
| 46 |
+
"Level": "Level3 Hybrid"
|
| 47 |
+
}
|
ai2thor/tasks/ai2thor02438/task.json.bak
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor02438",
|
| 3 |
+
"task_name": "Open laptop, turn off desk lamp, and pick up pencil",
|
| 4 |
+
"instruction": "Open the laptop, turn off the desk lamp, and pick up the pencil from the desk.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 6,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"ToggleObjectOn(Laptop)",
|
| 11 |
+
"ToggleObjectOff(DeskLamp)",
|
| 12 |
+
"PickupObject(Pencil)",
|
| 13 |
+
"Done"
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
"scene": "FloorPlan",
|
| 17 |
+
"target_object_types": [
|
| 18 |
+
"Laptop",
|
| 19 |
+
"DeskLamp",
|
| 20 |
+
"Pencil"
|
| 21 |
+
],
|
| 22 |
+
"success_conditions": [
|
| 23 |
+
{
|
| 24 |
+
"type": "object_state",
|
| 25 |
+
"object_type": "Laptop",
|
| 26 |
+
"state": "isOpen",
|
| 27 |
+
"value": true
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"type": "object_state",
|
| 31 |
+
"object_type": "DeskLamp",
|
| 32 |
+
"state": "isToggled",
|
| 33 |
+
"value": false
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"type": "object_state",
|
| 37 |
+
"object_type": "Pencil",
|
| 38 |
+
"state": "isPickedUp",
|
| 39 |
+
"value": true
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"success_logic": "AND",
|
| 43 |
+
"target_description": "Open the laptop, turn off the desk lamp, and pick up the pencil from the desk.",
|
| 44 |
+
"max_steps": 50,
|
| 45 |
+
"Evaluation_Type": "Conditional",
|
| 46 |
+
"Category": "DailyHousehold",
|
| 47 |
+
"Level":"Level3 Hybrid"
|
| 48 |
+
}
|
ai2thor/tasks/ai2thor02763/init.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan22",
|
| 3 |
+
"actions": [
|
| 4 |
+
"LookDown",
|
| 5 |
+
"Done"
|
| 6 |
+
]
|
| 7 |
+
}
|
ai2thor/tasks/ai2thor02763/task.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor02763",
|
| 3 |
+
"task_name": "Pick up tomato from table",
|
| 4 |
+
"instruction": "I want to check if the tomato is rotten. Please pick up this tomato for me.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 8,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateRight(90)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveAhead(0.5)",
|
| 11 |
+
"MoveLeft(0.5)",
|
| 12 |
+
"MoveLeft(0.25)",
|
| 13 |
+
"MoveAhead(0.5)",
|
| 14 |
+
"PickupObject(Tomato)",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"scene": "FloorPlan22",
|
| 19 |
+
"target_object_types": [
|
| 20 |
+
"Tomato"
|
| 21 |
+
],
|
| 22 |
+
"success_conditions": [
|
| 23 |
+
{
|
| 24 |
+
"type": "object_state",
|
| 25 |
+
"object_type": "Tomato",
|
| 26 |
+
"state": "isPickedUp",
|
| 27 |
+
"value": true
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"success_logic": "AND",
|
| 31 |
+
"target_description": "I want to check if the tomato is rotten. Please pick up this tomato for me.",
|
| 32 |
+
"max_steps": 30
|
| 33 |
+
}
|
ai2thor/tasks/ai2thor02763/task.json.bak
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor02763",
|
| 3 |
+
"task_name": "Pick up tomato from table",
|
| 4 |
+
"instruction": "I want to check if the tomato is rotten. Please pick up this tomato for me.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps":11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"RotateRight(90)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveLeft(0.25)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveLeft(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"PickupObject(Tomato)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan22",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"Tomato"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_state",
|
| 28 |
+
"object_type": "Tomato",
|
| 29 |
+
"state": "isPickedUp",
|
| 30 |
+
"value": true
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"success_logic": "AND",
|
| 34 |
+
"target_description": "I want to check if the tomato is rotten. Please pick up this tomato for me.",
|
| 35 |
+
"max_steps": 30
|
| 36 |
+
}
|
ai2thor/tasks/ai2thor03000/init.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan11",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateLeft(90)",
|
| 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 |
+
"RotateLeft(90)",
|
| 15 |
+
"RotateLeft(90)",
|
| 16 |
+
"MoveRight(0.25)",
|
| 17 |
+
"LookDown",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
}
|
ai2thor/tasks/ai2thor03000/task.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03000",
|
| 3 |
+
"task_name": "Move egg from fridge to pot",
|
| 4 |
+
"instruction": "I'm hungry and want to take the egg out of the refrigerator and put it in the pot on the left front side. Remember to close the refrigerator door afterwards.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"OpenObject(Fridge)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveBack(0.25)",
|
| 11 |
+
"PickupObject(Egg)",
|
| 12 |
+
"CloseObject(Fridge)",
|
| 13 |
+
"RotateLeft(90)",
|
| 14 |
+
"MoveAhead(1.0)",
|
| 15 |
+
"MoveAhead(1.0)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"PutObject(Pan)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan11",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"Egg",
|
| 24 |
+
"Fridge",
|
| 25 |
+
"Pan"
|
| 26 |
+
],
|
| 27 |
+
"success_conditions": [
|
| 28 |
+
{
|
| 29 |
+
"type": "object_in_receptacle",
|
| 30 |
+
"object_type": "Egg",
|
| 31 |
+
"receptacle_type": "Pan"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "object_in_receptacle",
|
| 35 |
+
"object_type": "Egg",
|
| 36 |
+
"receptacle_type": "Fridge",
|
| 37 |
+
"value": false
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"type": "object_state",
|
| 41 |
+
"object_type": "Fridge",
|
| 42 |
+
"state": "isOpen",
|
| 43 |
+
"value": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"type": "object_state",
|
| 47 |
+
"object_type": "Egg",
|
| 48 |
+
"state": "isBroken",
|
| 49 |
+
"value": false
|
| 50 |
+
}
|
| 51 |
+
],
|
| 52 |
+
"success_logic": "AND",
|
| 53 |
+
"target_description": "I'm hungry and want to take the egg out of the refrigerator and put it in the pot on the left front side. Remember to close the refrigerator door afterwards.",
|
| 54 |
+
"max_steps": 30,
|
| 55 |
+
"Evaluation_Type": "Conditional",
|
| 56 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 57 |
+
"Level": "Level3 Hybrid"
|
| 58 |
+
}
|
ai2thor/tasks/ai2thor03000/task.json.bak
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03000",
|
| 3 |
+
"task_name": "Move egg from fridge to pot",
|
| 4 |
+
"instruction": "I'm hungry and want to take the egg out of the refrigerator and put it in the pot on the left front side. Remember to close the refrigerator door afterwards.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"OpenObject(Fridge)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveBack(0.25)",
|
| 11 |
+
"PickupObject(Egg)",
|
| 12 |
+
"CloseObject(Fridge)",
|
| 13 |
+
"RotateLeft(90)",
|
| 14 |
+
"MoveAhead(1.0)",
|
| 15 |
+
"MoveAhead(1.0)",
|
| 16 |
+
"MoveAhead(0.25)",
|
| 17 |
+
"PutObject(Pan)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan11",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"Egg",
|
| 24 |
+
"Fridge",
|
| 25 |
+
"Pan"
|
| 26 |
+
],
|
| 27 |
+
"success_conditions": [
|
| 28 |
+
{
|
| 29 |
+
"type": "object_in_receptacle",
|
| 30 |
+
"object_type": "Egg",
|
| 31 |
+
"receptacle_type": "Pan"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "object_in_receptacle",
|
| 35 |
+
"object_type": "Egg",
|
| 36 |
+
"receptacle_type": "Fridge",
|
| 37 |
+
"value": false
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"type": "object_state",
|
| 41 |
+
"object_type": "Fridge",
|
| 42 |
+
"state": "isOpen",
|
| 43 |
+
"value": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"type": "object_state",
|
| 47 |
+
"object_type": "Egg",
|
| 48 |
+
"state": "isBroken",
|
| 49 |
+
"value": false
|
| 50 |
+
}
|
| 51 |
+
],
|
| 52 |
+
"success_logic": "AND",
|
| 53 |
+
"target_description": "I'm hungry and want to take the egg out of the refrigerator and put it in the pot on the left front side. Remember to close the refrigerator door afterwards.",
|
| 54 |
+
"max_steps": 30,
|
| 55 |
+
"Evaluation_Type": "Conditional",
|
| 56 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 57 |
+
"Level": "Level3 Hybrid"
|
| 58 |
+
}
|
ai2thor/tasks/ai2thor03001/init.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan11",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateLeft(90)",
|
| 5 |
+
"RotateLeft(90)",
|
| 6 |
+
"MoveLeft(0.25)",
|
| 7 |
+
"MoveLeft(0.25)",
|
| 8 |
+
"LookDown",
|
| 9 |
+
"Done"
|
| 10 |
+
]
|
| 11 |
+
}
|
ai2thor/tasks/ai2thor03001/task.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03001",
|
| 3 |
+
"task_name": "Slice all vegetables",
|
| 4 |
+
"instruction": "I'm hungry, so I want to slice all the vegetables in front of me.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 3,
|
| 7 |
+
"actions": [
|
| 8 |
+
"SliceObject(Tomato)",
|
| 9 |
+
"SliceObject(Lettuce)",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
"scene": "FloorPlan11",
|
| 14 |
+
"target_object_types": [
|
| 15 |
+
"Tomato",
|
| 16 |
+
"Lettuce",
|
| 17 |
+
"Bread"
|
| 18 |
+
],
|
| 19 |
+
"success_conditions": [
|
| 20 |
+
|
| 21 |
+
{
|
| 22 |
+
"type": "object_state",
|
| 23 |
+
"object_type": "Tomato",
|
| 24 |
+
"state": "isSliced",
|
| 25 |
+
"value": true
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"type": "object_state",
|
| 29 |
+
"object_type": "Lettuce",
|
| 30 |
+
"state": "isSliced",
|
| 31 |
+
"value": true
|
| 32 |
+
},
|
| 33 |
+
|
| 34 |
+
{
|
| 35 |
+
"type": "object_state",
|
| 36 |
+
"object_type": "Bread",
|
| 37 |
+
"state": "isSliced",
|
| 38 |
+
"value": false
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"success_logic": "AND",
|
| 42 |
+
"target_description": "I'm hungry, so I want to slice all the vegetables in front of me.",
|
| 43 |
+
"max_steps": 30,
|
| 44 |
+
"Evaluation_Type": "Conditional",
|
| 45 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 46 |
+
"Level":"Level2 Interaction"
|
| 47 |
+
}
|
ai2thor/tasks/ai2thor03002/init.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan11",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateRight(90)",
|
| 5 |
+
"MoveBack(0.25)",
|
| 6 |
+
"MoveBack(0.25)",
|
| 7 |
+
"MoveLeft(0.25)",
|
| 8 |
+
"MoveBack(0.25)",
|
| 9 |
+
"LookDown",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
}
|
ai2thor/tasks/ai2thor03002/task.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03002",
|
| 3 |
+
"task_name": "Put bread in toaster",
|
| 4 |
+
"instruction": "I'm hungry, so I want to put a slice of bread into the toaster that's already turned on.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 15,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(1.0)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"RotateRight(90)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveLeft(0.25)",
|
| 13 |
+
"SliceObject(Bread)",
|
| 14 |
+
"PickupObject(BreadSliced)",
|
| 15 |
+
"RotateRight(90)",
|
| 16 |
+
"RotateRight(90)",
|
| 17 |
+
"MoveAhead(0.25)",
|
| 18 |
+
"MoveLeft(0.25)",
|
| 19 |
+
"MoveAhead(0.25)",
|
| 20 |
+
"ToggleObjectOn(Toaster)",
|
| 21 |
+
"PutObject(Toaster)",
|
| 22 |
+
"Done"
|
| 23 |
+
]
|
| 24 |
+
},
|
| 25 |
+
"scene": "FloorPlan11",
|
| 26 |
+
"target_object_types": [
|
| 27 |
+
"Bread",
|
| 28 |
+
"BreadSliced",
|
| 29 |
+
"Toaster"
|
| 30 |
+
],
|
| 31 |
+
"success_conditions": [
|
| 32 |
+
{
|
| 33 |
+
"type": "object_in_receptacle",
|
| 34 |
+
"object_type": "BreadSliced",
|
| 35 |
+
"receptacle_type": "Toaster"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"type": "object_state",
|
| 39 |
+
"object_type": "Bread",
|
| 40 |
+
"state": "isSliced",
|
| 41 |
+
"value": true
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"type": "object_state",
|
| 45 |
+
"object_type": "Toaster",
|
| 46 |
+
"state": "isToggled",
|
| 47 |
+
"value": true
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"success_logic": "AND",
|
| 51 |
+
"target_description": "I'm hungry, so I want to put a slice of bread into the toaster that's already turned on.",
|
| 52 |
+
"max_steps": 30,
|
| 53 |
+
"Evaluation_Type": "Conditional",
|
| 54 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 55 |
+
"Level": "Level3 Hybrid"
|
| 56 |
+
}
|
ai2thor/tasks/ai2thor03002/task.json.bak
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03002",
|
| 3 |
+
"task_name": "Put bread in toaster",
|
| 4 |
+
"instruction": "I'm hungry, so I want to put a slice of bread into the toaster that's already turned on.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 18,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"MoveAhead(0.25)",
|
| 13 |
+
"RotateRight(90)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveLeft(0.25)",
|
| 16 |
+
"SliceObject(Bread)",
|
| 17 |
+
"PickupObject(BreadSliced)",
|
| 18 |
+
"RotateRight(90)",
|
| 19 |
+
"RotateRight(90)",
|
| 20 |
+
"MoveAhead(0.25)",
|
| 21 |
+
"MoveLeft(0.25)",
|
| 22 |
+
"MoveAhead(0.25)",
|
| 23 |
+
"ToggleObjectOn(Toaster)",
|
| 24 |
+
"PutObject(Toaster)",
|
| 25 |
+
"Done"
|
| 26 |
+
]
|
| 27 |
+
},
|
| 28 |
+
"scene": "FloorPlan11",
|
| 29 |
+
"target_object_types": [
|
| 30 |
+
"Bread",
|
| 31 |
+
"BreadSliced",
|
| 32 |
+
"Toaster"
|
| 33 |
+
|
| 34 |
+
],
|
| 35 |
+
"success_conditions": [
|
| 36 |
+
{
|
| 37 |
+
"type": "object_in_receptacle",
|
| 38 |
+
"object_type": "BreadSliced",
|
| 39 |
+
"receptacle_type": "Toaster"
|
| 40 |
+
},
|
| 41 |
+
|
| 42 |
+
{
|
| 43 |
+
"type": "object_state",
|
| 44 |
+
"object_type": "Bread",
|
| 45 |
+
"state": "isSliced",
|
| 46 |
+
"value": true
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"type": "object_state",
|
| 50 |
+
"object_type": "Toaster",
|
| 51 |
+
"state": "isToggled",
|
| 52 |
+
"value": true
|
| 53 |
+
}
|
| 54 |
+
],
|
| 55 |
+
"success_logic": "AND",
|
| 56 |
+
"target_description": "I'm hungry, so I want to put a slice of bread into the toaster that's already turned on.",
|
| 57 |
+
"max_steps": 30,
|
| 58 |
+
"Evaluation_Type": "Conditional",
|
| 59 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 60 |
+
"Level":"Level3 Hybrid"
|
| 61 |
+
}
|
ai2thor/tasks/ai2thor03003/init.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan11",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateLeft(90)",
|
| 5 |
+
"MoveRight(0.25)",
|
| 6 |
+
"MoveBack(0.25)",
|
| 7 |
+
"MoveBack(0.25)",
|
| 8 |
+
"MoveBack(0.25)",
|
| 9 |
+
"LookDown",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
}
|
ai2thor/tasks/ai2thor03003/task.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03003",
|
| 3 |
+
"task_name": "Put apple in fridge",
|
| 4 |
+
"instruction": "I need to tidy up now. I need to put the apple on the right into the refrigerator, and remember to close the refrigerator door.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Apple)",
|
| 9 |
+
"MoveAhead(1.0)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(0.5)",
|
| 12 |
+
"RotateLeft(90)",
|
| 13 |
+
"MoveRight(0.5)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"OpenObject(Fridge)",
|
| 16 |
+
"PutObject(Fridge)",
|
| 17 |
+
"CloseObject(Fridge)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan11",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"Apple",
|
| 24 |
+
"Fridge"
|
| 25 |
+
],
|
| 26 |
+
"success_conditions": [
|
| 27 |
+
{
|
| 28 |
+
"type": "object_in_receptacle",
|
| 29 |
+
"object_type": "Apple",
|
| 30 |
+
"receptacle_type": "Fridge"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"type": "object_state",
|
| 34 |
+
"object_type": "Fridge",
|
| 35 |
+
"state": "isOpen",
|
| 36 |
+
"value": false
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"success_logic": "AND",
|
| 40 |
+
"target_description": "I need to tidy up now. I need to put the apple on the right into the refrigerator, and remember to close the refrigerator door.",
|
| 41 |
+
"max_steps": 30,
|
| 42 |
+
"Evaluation_Type": "Conditional",
|
| 43 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 44 |
+
"Level": "Level3 Hybrid"
|
| 45 |
+
}
|
ai2thor/tasks/ai2thor03003/task.json.bak
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03003",
|
| 3 |
+
"task_name": "Put apple in fridge",
|
| 4 |
+
"instruction": "I need to tidy up now. I need to put the apple on the right into the refrigerator, and remember to close the refrigerator door.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 11,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Apple)",
|
| 9 |
+
"MoveAhead(1.0)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(0.5)",
|
| 12 |
+
"RotateLeft(90)",
|
| 13 |
+
"MoveRight(0.5)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"OpenObject(Fridge)",
|
| 16 |
+
"PutObject(Fridge)",
|
| 17 |
+
"CloseObject(Fridge)",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"scene": "FloorPlan11",
|
| 22 |
+
"target_object_types": [
|
| 23 |
+
"Apple",
|
| 24 |
+
"Fridge"
|
| 25 |
+
],
|
| 26 |
+
"success_conditions": [
|
| 27 |
+
{
|
| 28 |
+
"type": "object_in_receptacle",
|
| 29 |
+
"object_type": "Apple",
|
| 30 |
+
"receptacle_type": "Fridge"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"type": "object_state",
|
| 34 |
+
"object_type": "Fridge",
|
| 35 |
+
"state": "isOpen",
|
| 36 |
+
"value": false
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"success_logic": "AND",
|
| 40 |
+
"target_description": "I need to tidy up now. I need to put the apple on the right into the refrigerator, and remember to close the refrigerator door.",
|
| 41 |
+
"max_steps": 30,
|
| 42 |
+
"Evaluation_Type": "Conditional",
|
| 43 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 44 |
+
"Level": "Level3 Hybrid"
|
| 45 |
+
}
|
ai2thor/tasks/ai2thor03004/init.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan11",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateLeft(90)",
|
| 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 |
+
"RotateRight(90)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveLeft(0.25)",
|
| 16 |
+
"DirtyObject(Pot)",
|
| 17 |
+
"LookDown",
|
| 18 |
+
"Done"
|
| 19 |
+
]
|
| 20 |
+
}
|
ai2thor/tasks/ai2thor03004/task.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03004",
|
| 3 |
+
"task_name": "Clean pot and place on countertop",
|
| 4 |
+
"instruction": "I need to clean the kitchen. After cleaning the dirty pot, I need to put it on the countertop.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 3,
|
| 7 |
+
"actions": [
|
| 8 |
+
"CleanObject(Pot)",
|
| 9 |
+
"PickupObject(Pot)",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
"scene": "FloorPlan11",
|
| 14 |
+
"target_object_types": [
|
| 15 |
+
"Pot"
|
| 16 |
+
],
|
| 17 |
+
"success_conditions": [
|
| 18 |
+
{
|
| 19 |
+
"type": "object_state",
|
| 20 |
+
"object_type": "Pot",
|
| 21 |
+
"state": "isDirty",
|
| 22 |
+
"value": false
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"type": "object_state",
|
| 26 |
+
"object_type": "Pot",
|
| 27 |
+
"state": "isPickedUp",
|
| 28 |
+
"value": true
|
| 29 |
+
}
|
| 30 |
+
],
|
| 31 |
+
"success_logic": "AND",
|
| 32 |
+
"target_description": "I need to clean the kitchen. After cleaning the dirty pot, I need to put it on the countertop.",
|
| 33 |
+
"max_steps": 30,
|
| 34 |
+
"Evaluation_Type": "Conditional",
|
| 35 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 36 |
+
"Level": "Level3 Hybrid"
|
| 37 |
+
}
|
ai2thor/tasks/ai2thor03005/init.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan12",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"RotateLeft(90)",
|
| 6 |
+
"MoveBack(0.25)",
|
| 7 |
+
"MoveBack(0.25)",
|
| 8 |
+
"MoveBack(0.25)",
|
| 9 |
+
"MoveBack(0.25)",
|
| 10 |
+
"MoveBack(0.25)",
|
| 11 |
+
"MoveBack(0.25)",
|
| 12 |
+
"MoveBack(0.25)",
|
| 13 |
+
"MoveBack(0.25)",
|
| 14 |
+
"LookDown",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
}
|
ai2thor/tasks/ai2thor03005/task.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03005",
|
| 3 |
+
"task_name": "Fill cup and turn off light",
|
| 4 |
+
"instruction": "The kitchen is ready. Please fill a cup with water and turn off the light.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 8,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(0.5)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"FillObjectWithLiquid(Cup, water)",
|
| 11 |
+
"RotateRight(90)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"ToggleObjectOff(LightSwitch)",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"scene": "FloorPlan12",
|
| 19 |
+
"target_object_types": [
|
| 20 |
+
"Cup",
|
| 21 |
+
"LightSwitch"
|
| 22 |
+
],
|
| 23 |
+
"success_conditions": [
|
| 24 |
+
{
|
| 25 |
+
"type": "object_state",
|
| 26 |
+
"object_type": "Cup",
|
| 27 |
+
"state": "isFilledWithLiquid",
|
| 28 |
+
"value": true,
|
| 29 |
+
"liquid": "water"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"type": "object_state",
|
| 33 |
+
"object_type": "LightSwitch",
|
| 34 |
+
"state": "isToggled",
|
| 35 |
+
"value": false
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"success_logic": "AND",
|
| 39 |
+
"target_description": "The kitchen is ready. Please fill a cup with water and turn off the light.",
|
| 40 |
+
"max_steps": 30,
|
| 41 |
+
"Evaluation_Type": "Conditional",
|
| 42 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 43 |
+
"Level": "Level3 Hybrid"
|
| 44 |
+
}
|
ai2thor/tasks/ai2thor03005/task.json.bak
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03005",
|
| 3 |
+
"task_name": "Fill cup and turn off light",
|
| 4 |
+
"instruction": "The kitchen is ready. Please fill a cup with water and turn off the light.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 8,
|
| 7 |
+
"actions": [
|
| 8 |
+
"MoveAhead(0.5)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"FillObjectWithLiquid(Cup, water)",
|
| 11 |
+
"RotateRight(90)",
|
| 12 |
+
"MoveAhead(1.0)",
|
| 13 |
+
"MoveAhead(1.0)",
|
| 14 |
+
"ToggleObjectOff(LightSwitch)",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"scene": "FloorPlan12",
|
| 19 |
+
"target_object_types": [
|
| 20 |
+
"Cup",
|
| 21 |
+
"LightSwitch"
|
| 22 |
+
],
|
| 23 |
+
"success_conditions": [
|
| 24 |
+
{
|
| 25 |
+
"type": "object_state",
|
| 26 |
+
"object_type": "Cup",
|
| 27 |
+
"state": "isFilledWithLiquid",
|
| 28 |
+
"value": true,
|
| 29 |
+
"liquid": "water"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"type": "object_state",
|
| 33 |
+
"object_type": "LightSwitch",
|
| 34 |
+
"state": "isToggled",
|
| 35 |
+
"value": false
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"success_logic": "AND",
|
| 39 |
+
"target_description": "The kitchen is ready. Please fill a cup with water and turn off the light.",
|
| 40 |
+
"max_steps": 30,
|
| 41 |
+
"Evaluation_Type": "Conditional",
|
| 42 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 43 |
+
"Level": "Level3 Hybrid"
|
| 44 |
+
}
|
ai2thor/tasks/ai2thor03006/init.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan12",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"RotateRight(90)",
|
| 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 |
+
"RotateLeft(90)",
|
| 17 |
+
"RotateLeft(90)",
|
| 18 |
+
"MoveRight(0.25)",
|
| 19 |
+
"MoveBack(0.25)",
|
| 20 |
+
"MoveBack(0.25)",
|
| 21 |
+
"LookDown",
|
| 22 |
+
"Done"
|
| 23 |
+
]
|
| 24 |
+
}
|
ai2thor/tasks/ai2thor03006/task.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03006",
|
| 3 |
+
"task_name": "Put bread in fridge and close door",
|
| 4 |
+
"instruction": "I'm full. Now I need to put the bread in the refrigerator, and remember to close the refrigerator door.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 10,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Bread)",
|
| 9 |
+
"MoveAhead(1.0)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(0.5)",
|
| 12 |
+
"RotateRight(90)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"OpenObject(Fridge)",
|
| 15 |
+
"PutObject(Fridge)",
|
| 16 |
+
"CloseObject(Fridge)",
|
| 17 |
+
"Done"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"scene": "FloorPlan12",
|
| 21 |
+
"target_object_types": [
|
| 22 |
+
"Bread",
|
| 23 |
+
"Fridge"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_in_receptacle",
|
| 28 |
+
"object_type": "Bread",
|
| 29 |
+
"receptacle_type": "Fridge"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"type": "object_state",
|
| 33 |
+
"object_type": "Fridge",
|
| 34 |
+
"state": "isOpen",
|
| 35 |
+
"value": false
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"success_logic": "AND",
|
| 39 |
+
"target_description": "I'm full. Now I need to put the bread in the refrigerator, and remember to close the refrigerator door.",
|
| 40 |
+
"max_steps": 30,
|
| 41 |
+
"Evaluation_Type": "Conditional",
|
| 42 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 43 |
+
"Level": "Level3 Hybrid"
|
| 44 |
+
}
|
ai2thor/tasks/ai2thor03006/task.json.bak
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03006",
|
| 3 |
+
"task_name": "Put bread in fridge and close door",
|
| 4 |
+
"instruction": "I'm full. Now I need to put the bread in the refrigerator, and remember to close the refrigerator door.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 10,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Bread)",
|
| 9 |
+
"MoveAhead(1.0)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(0.5)",
|
| 12 |
+
"RotateRight(90)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"OpenObject(Fridge)",
|
| 15 |
+
"PutObject(Fridge)",
|
| 16 |
+
"CloseObject(Fridge)",
|
| 17 |
+
"Done"
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
+
"scene": "FloorPlan12",
|
| 21 |
+
"target_object_types": [
|
| 22 |
+
"Bread",
|
| 23 |
+
"Fridge"
|
| 24 |
+
],
|
| 25 |
+
"success_conditions": [
|
| 26 |
+
{
|
| 27 |
+
"type": "object_in_receptacle",
|
| 28 |
+
"object_type": "Bread",
|
| 29 |
+
"receptacle_type": "Fridge"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"type": "object_state",
|
| 33 |
+
"object_type": "Fridge",
|
| 34 |
+
"state": "isOpen",
|
| 35 |
+
"value": false
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"success_logic": "AND",
|
| 39 |
+
"target_description": "I'm full. Now I need to put the bread in the refrigerator, and remember to close the refrigerator door.",
|
| 40 |
+
"max_steps": 30,
|
| 41 |
+
"Evaluation_Type": "Conditional",
|
| 42 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 43 |
+
"Level": "Level3 Hybrid"
|
| 44 |
+
}
|
ai2thor/tasks/ai2thor03007/init.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan12",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateRight(90)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"RotateRight(90)",
|
| 11 |
+
"LookDown",
|
| 12 |
+
"Done"
|
| 13 |
+
]
|
| 14 |
+
}
|
ai2thor/tasks/ai2thor03007/task.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03007",
|
| 3 |
+
"task_name": "Slice vegetables",
|
| 4 |
+
"instruction": "I'm about to start cooking. Please slice all the vegetables in front of you.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 3,
|
| 7 |
+
"actions": [
|
| 8 |
+
"SliceObject(Tomato)",
|
| 9 |
+
"SliceObject(Lettuce)",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
|
| 13 |
+
},
|
| 14 |
+
"scene": "FloorPlan12",
|
| 15 |
+
"target_object_types": [
|
| 16 |
+
"Tomato",
|
| 17 |
+
"Lettuce"
|
| 18 |
+
|
| 19 |
+
],
|
| 20 |
+
"success_conditions": [
|
| 21 |
+
{
|
| 22 |
+
"type": "object_state",
|
| 23 |
+
"object_type": "Tomato",
|
| 24 |
+
"state": "isSliced",
|
| 25 |
+
"value": true
|
| 26 |
+
},
|
| 27 |
+
|
| 28 |
+
{
|
| 29 |
+
"type": "object_state",
|
| 30 |
+
"object_type": "Lettuce",
|
| 31 |
+
"state": "isSliced",
|
| 32 |
+
"value": true
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"success_logic": "AND",
|
| 36 |
+
"target_description": "I'm about to start cooking. Please slice all the vegetables in front of you.",
|
| 37 |
+
"max_steps": 30,
|
| 38 |
+
"Evaluation_Type": "Conditional",
|
| 39 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 40 |
+
"Level":"Level2 Interaction"
|
| 41 |
+
}
|
ai2thor/tasks/ai2thor03008/init.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan12",
|
| 3 |
+
"actions": [
|
| 4 |
+
"RotateRight(90)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"MoveAhead(0.25)",
|
| 10 |
+
"RotateRight(90)",
|
| 11 |
+
"LookDown",
|
| 12 |
+
"Done"
|
| 13 |
+
]
|
| 14 |
+
}
|
ai2thor/tasks/ai2thor03008/task.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03008",
|
| 3 |
+
"task_name": "Put egg in pot",
|
| 4 |
+
"instruction": "I'm about to cook. Please put the egg in the pot.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 6,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Egg)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"RotateRight(90)",
|
| 11 |
+
"MoveAhead(0.25)",
|
| 12 |
+
"PutObject(Pot)",
|
| 13 |
+
"Done"
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
"scene": "FloorPlan12",
|
| 17 |
+
"target_object_types": [
|
| 18 |
+
"Egg",
|
| 19 |
+
"Pot"
|
| 20 |
+
],
|
| 21 |
+
"success_conditions": [
|
| 22 |
+
{
|
| 23 |
+
"type": "object_in_receptacle",
|
| 24 |
+
"object_type": "Egg",
|
| 25 |
+
"receptacle_type": "Pot"
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"success_logic": "AND",
|
| 29 |
+
"target_description": "I'm about to cook. Please put the egg in the pot.",
|
| 30 |
+
"max_steps": 30,
|
| 31 |
+
"Evaluation_Type": "Conditional",
|
| 32 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 33 |
+
"Level": "Level3 Hybrid"
|
| 34 |
+
}
|
ai2thor/tasks/ai2thor03009/init.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan12",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"RotateRight(90)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveAhead(0.25)",
|
| 9 |
+
"RotateRight(90)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"MoveLeft(0.25)",
|
| 12 |
+
"DirtyObject(Mug)",
|
| 13 |
+
"DirtyObject(Cup)",
|
| 14 |
+
"LookDown",
|
| 15 |
+
"Done"
|
| 16 |
+
]
|
| 17 |
+
}
|
ai2thor/tasks/ai2thor03009/task.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03009",
|
| 3 |
+
"task_name": "Clean mug and cup, store in fridge, close door",
|
| 4 |
+
"instruction": "I'm going to clean the kitchen now. Please clean the dirty mug and cup in front of you and put them in the refrigerator. Remember to close the refrigerator door.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 22,
|
| 7 |
+
"actions": [
|
| 8 |
+
"CleanObject(Cup)",
|
| 9 |
+
"CleanObject(Mug)",
|
| 10 |
+
"PickupObject(Cup)",
|
| 11 |
+
"RotateLeft(90)",
|
| 12 |
+
"RotateLeft(90)",
|
| 13 |
+
"MoveLeft(0.5)",
|
| 14 |
+
"MoveAhead(0.25)",
|
| 15 |
+
"MoveLeft(0.25)",
|
| 16 |
+
"OpenObject(Fridge)",
|
| 17 |
+
"PutObject(Fridge)",
|
| 18 |
+
"RotateRight(90)",
|
| 19 |
+
"MoveRight(0.25)",
|
| 20 |
+
"MoveAhead(0.25)",
|
| 21 |
+
"RotateRight(90)",
|
| 22 |
+
"PickupObject(Mug)",
|
| 23 |
+
"RotateRight(90)",
|
| 24 |
+
"RotateRight(90)",
|
| 25 |
+
"MoveLeft(0.25)",
|
| 26 |
+
"MoveAhead(0.25)",
|
| 27 |
+
"PutObject(Fridge)",
|
| 28 |
+
"CloseObject(Fridge)",
|
| 29 |
+
"Done"
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"scene": "FloorPlan12",
|
| 33 |
+
"target_object_types": [
|
| 34 |
+
"Cup",
|
| 35 |
+
"Mug",
|
| 36 |
+
"Fridge"
|
| 37 |
+
],
|
| 38 |
+
"success_conditions": [
|
| 39 |
+
{
|
| 40 |
+
"type": "object_state",
|
| 41 |
+
"object_type": "Cup",
|
| 42 |
+
"state": "isDirty",
|
| 43 |
+
"value": false
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"type": "object_state",
|
| 47 |
+
"object_type": "Fridge",
|
| 48 |
+
"state": "isOpen",
|
| 49 |
+
"value": false
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"type": "object_state",
|
| 53 |
+
"object_type": "Mug",
|
| 54 |
+
"state": "isDirty",
|
| 55 |
+
"value": false
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"type": "object_in_receptacle",
|
| 59 |
+
"object_type": "Mug",
|
| 60 |
+
"receptacle_type": "Fridge"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"type": "object_in_receptacle",
|
| 64 |
+
"object_type": "Cup",
|
| 65 |
+
"receptacle_type": "Fridge"
|
| 66 |
+
}
|
| 67 |
+
],
|
| 68 |
+
"success_logic": "AND",
|
| 69 |
+
"target_description": "I'm going to clean the kitchen now. Please clean the dirty mug and cup in front of you and put them in the refrigerator. Remember to close the refrigerator door.",
|
| 70 |
+
"max_steps": 50,
|
| 71 |
+
"Evaluation_Type": "Conditional",
|
| 72 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 73 |
+
"Level": "Level3 Hybrid"
|
| 74 |
+
}
|
ai2thor/tasks/ai2thor03009/task.json.bak
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03009",
|
| 3 |
+
"task_name": "Clean mug and cup, store in fridge, close door",
|
| 4 |
+
"instruction": "I'm going to clean the kitchen now. Please clean the dirty mug and cup in front of you and put them in the refrigerator. Remember to close the refrigerator door.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 23,
|
| 7 |
+
"actions": [
|
| 8 |
+
"CleanObject(Cup)",
|
| 9 |
+
"CleanObject(Mug)",
|
| 10 |
+
"PickupObject(Cup)",
|
| 11 |
+
"RotateLeft(90)",
|
| 12 |
+
"RotateLeft(90)",
|
| 13 |
+
"MoveLeft(0.25)",
|
| 14 |
+
"MoveLeft(0.25)",
|
| 15 |
+
"MoveAhead(0.25)",
|
| 16 |
+
"MoveLeft(0.25)",
|
| 17 |
+
"OpenObject(Fridge)",
|
| 18 |
+
"PutObject(Fridge)",
|
| 19 |
+
"RotateRight(90)",
|
| 20 |
+
"MoveRight(0.25)",
|
| 21 |
+
"MoveAhead(0.25)",
|
| 22 |
+
"RotateRight(90)",
|
| 23 |
+
"PickupObject(Mug)",
|
| 24 |
+
"RotateRight(90)",
|
| 25 |
+
"RotateRight(90)",
|
| 26 |
+
"MoveLeft(0.25)",
|
| 27 |
+
"MoveAhead(0.25)",
|
| 28 |
+
"PutObject(Fridge)",
|
| 29 |
+
"CloseObject(Fridge)",
|
| 30 |
+
"Done"
|
| 31 |
+
]
|
| 32 |
+
|
| 33 |
+
},
|
| 34 |
+
"scene": "FloorPlan12",
|
| 35 |
+
"target_object_types": [
|
| 36 |
+
"Cup",
|
| 37 |
+
"Mug",
|
| 38 |
+
"Fridge"
|
| 39 |
+
|
| 40 |
+
],
|
| 41 |
+
"success_conditions": [
|
| 42 |
+
{
|
| 43 |
+
"type": "object_state",
|
| 44 |
+
"object_type": "Cup",
|
| 45 |
+
"state": "isDirty",
|
| 46 |
+
"value": false
|
| 47 |
+
},
|
| 48 |
+
|
| 49 |
+
{
|
| 50 |
+
"type": "object_state",
|
| 51 |
+
"object_type": "Fridge",
|
| 52 |
+
"state": "isOpen",
|
| 53 |
+
"value": false
|
| 54 |
+
},
|
| 55 |
+
|
| 56 |
+
{
|
| 57 |
+
"type": "object_state",
|
| 58 |
+
"object_type": "Mug",
|
| 59 |
+
"state": "isDirty",
|
| 60 |
+
"value": false
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"type": "object_in_receptacle",
|
| 64 |
+
"object_type": "Mug",
|
| 65 |
+
"receptacle_type": "Fridge"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"type": "object_in_receptacle",
|
| 69 |
+
"object_type": "Cup",
|
| 70 |
+
"receptacle_type": "Fridge"
|
| 71 |
+
}
|
| 72 |
+
],
|
| 73 |
+
"success_logic": "AND",
|
| 74 |
+
"target_description": "I'm going to clean the kitchen now. Please clean the dirty mug and cup in front of you and put them in the refrigerator. Remember to close the refrigerator door.",
|
| 75 |
+
"max_steps": 50,
|
| 76 |
+
"Evaluation_Type": "Conditional",
|
| 77 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 78 |
+
"Level":"Level3 Hybrid"
|
| 79 |
+
}
|
ai2thor/tasks/ai2thor03010/init.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan13",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveRight(0.25)",
|
| 9 |
+
"MoveRight(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"Done"
|
| 12 |
+
]
|
| 13 |
+
}
|
ai2thor/tasks/ai2thor03010/task.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03010",
|
| 3 |
+
"task_name": "Microwave bread",
|
| 4 |
+
"instruction": "I'm hungry. Please put the bread in the microwave and turn it on.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 9,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Bread)",
|
| 9 |
+
"RotateLeft(90)",
|
| 10 |
+
"MoveAhead(1.0)",
|
| 11 |
+
"MoveAhead(0.5)",
|
| 12 |
+
"OpenObject(Microwave)",
|
| 13 |
+
"PutObject(Microwave)",
|
| 14 |
+
"CloseObject(Microwave)",
|
| 15 |
+
"ToggleObjectOn(Microwave)",
|
| 16 |
+
"Done"
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"scene": "FloorPlan13",
|
| 20 |
+
"target_object_types": [
|
| 21 |
+
"Bread",
|
| 22 |
+
"Microwave"
|
| 23 |
+
],
|
| 24 |
+
"success_conditions": [
|
| 25 |
+
{
|
| 26 |
+
"type": "object_in_receptacle",
|
| 27 |
+
"object_type": "Bread",
|
| 28 |
+
"receptacle_type": "Microwave"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"type": "object_state",
|
| 32 |
+
"object_type": "Microwave",
|
| 33 |
+
"state": "isToggled",
|
| 34 |
+
"value": true
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"success_logic": "AND",
|
| 38 |
+
"target_description": "I'm hungry. Please put the bread in the microwave and turn it on.",
|
| 39 |
+
"max_steps": 50,
|
| 40 |
+
"Evaluation_Type": "Conditional",
|
| 41 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 42 |
+
"Level": "Level3 Hybrid"
|
| 43 |
+
}
|
ai2thor/tasks/ai2thor03010/task.json.bak
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03010",
|
| 3 |
+
"task_name": "Microwave bread",
|
| 4 |
+
"instruction": "I'm hungry. Please put the bread in the microwave and turn it on.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 13,
|
| 7 |
+
"actions": [
|
| 8 |
+
"PickupObject(Bread)",
|
| 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 |
+
"OpenObject(Microwave)",
|
| 17 |
+
"PutObject(Microwave)",
|
| 18 |
+
"CloseObject(Microwave)",
|
| 19 |
+
"ToggleObjectOn(Microwave)",
|
| 20 |
+
"Done"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"scene": "FloorPlan13",
|
| 24 |
+
"target_object_types": [
|
| 25 |
+
"Bread",
|
| 26 |
+
"Microwave"
|
| 27 |
+
],
|
| 28 |
+
"success_conditions": [
|
| 29 |
+
{
|
| 30 |
+
"type": "object_in_receptacle",
|
| 31 |
+
"object_type": "Bread",
|
| 32 |
+
"receptacle_type": "Microwave"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"type": "object_state",
|
| 36 |
+
"object_type": "Microwave",
|
| 37 |
+
"state": "isToggled",
|
| 38 |
+
"value": true
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"success_logic": "AND",
|
| 42 |
+
"target_description": "I'm hungry. Please put the bread in the microwave and turn it on.",
|
| 43 |
+
"max_steps": 50,
|
| 44 |
+
"Evaluation_Type": "Conditional",
|
| 45 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 46 |
+
"Level": "Level3 Hybrid"
|
| 47 |
+
}
|
ai2thor/tasks/ai2thor03011/init.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"scene": "FloorPlan13",
|
| 3 |
+
"actions": [
|
| 4 |
+
"MoveAhead(0.25)",
|
| 5 |
+
"MoveAhead(0.25)",
|
| 6 |
+
"MoveAhead(0.25)",
|
| 7 |
+
"MoveAhead(0.25)",
|
| 8 |
+
"MoveRight(0.25)",
|
| 9 |
+
"MoveRight(0.25)",
|
| 10 |
+
"MoveAhead(0.25)",
|
| 11 |
+
"LookDown",
|
| 12 |
+
"Done"
|
| 13 |
+
]
|
| 14 |
+
}
|
ai2thor/tasks/ai2thor03011/task.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task_id": "ai2thor03011",
|
| 3 |
+
"task_name": "Slice and pick up bread",
|
| 4 |
+
"instruction": "I'm very hungry now, please slice the bread and pick it up.",
|
| 5 |
+
"golden_actions": {
|
| 6 |
+
"steps": 3,
|
| 7 |
+
"actions": [
|
| 8 |
+
"SliceObject(Bread)",
|
| 9 |
+
"PickupObject(Bread)",
|
| 10 |
+
"Done"
|
| 11 |
+
]
|
| 12 |
+
|
| 13 |
+
},
|
| 14 |
+
"scene": "FloorPlan13",
|
| 15 |
+
"target_object_types": [
|
| 16 |
+
"Bread"
|
| 17 |
+
|
| 18 |
+
],
|
| 19 |
+
"success_conditions": [
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
{
|
| 23 |
+
"type": "object_state",
|
| 24 |
+
"object_type": "Bread",
|
| 25 |
+
"state": "isSliced",
|
| 26 |
+
"value": true
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"type": "object_state",
|
| 30 |
+
"object_type": "Bread",
|
| 31 |
+
"state": "isPickedUp",
|
| 32 |
+
"value": true
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
],
|
| 36 |
+
"success_logic": "AND",
|
| 37 |
+
"target_description": "I'm very hungry now, please slice the bread and pick it up.",
|
| 38 |
+
"max_steps": 50,
|
| 39 |
+
"Evaluation_Type": "Conditional",
|
| 40 |
+
"Category": "Daily Household (Kitchen/Bedroom)",
|
| 41 |
+
"Level":"Level2 Interaction"
|
| 42 |
+
}
|
ai2thor/tasks/index.json
ADDED
|
@@ -0,0 +1,2440 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_tasks": 2435,
|
| 3 |
+
"task_ids": [
|
| 4 |
+
"ai2thor00001",
|
| 5 |
+
"ai2thor00002",
|
| 6 |
+
"ai2thor00003",
|
| 7 |
+
"ai2thor00004",
|
| 8 |
+
"ai2thor00005",
|
| 9 |
+
"ai2thor00006",
|
| 10 |
+
"ai2thor00007",
|
| 11 |
+
"ai2thor00008",
|
| 12 |
+
"ai2thor00009",
|
| 13 |
+
"ai2thor00010",
|
| 14 |
+
"ai2thor00011",
|
| 15 |
+
"ai2thor00012",
|
| 16 |
+
"ai2thor00013",
|
| 17 |
+
"ai2thor00014",
|
| 18 |
+
"ai2thor00015",
|
| 19 |
+
"ai2thor00016",
|
| 20 |
+
"ai2thor00017",
|
| 21 |
+
"ai2thor00018",
|
| 22 |
+
"ai2thor00019",
|
| 23 |
+
"ai2thor00020",
|
| 24 |
+
"ai2thor00021",
|
| 25 |
+
"ai2thor00022",
|
| 26 |
+
"ai2thor00023",
|
| 27 |
+
"ai2thor00024",
|
| 28 |
+
"ai2thor00025",
|
| 29 |
+
"ai2thor00026",
|
| 30 |
+
"ai2thor00027",
|
| 31 |
+
"ai2thor00028",
|
| 32 |
+
"ai2thor00029",
|
| 33 |
+
"ai2thor00030",
|
| 34 |
+
"ai2thor00031",
|
| 35 |
+
"ai2thor00032",
|
| 36 |
+
"ai2thor00033",
|
| 37 |
+
"ai2thor00034",
|
| 38 |
+
"ai2thor00035",
|
| 39 |
+
"ai2thor00036",
|
| 40 |
+
"ai2thor00037",
|
| 41 |
+
"ai2thor00038",
|
| 42 |
+
"ai2thor00039",
|
| 43 |
+
"ai2thor00040",
|
| 44 |
+
"ai2thor00041",
|
| 45 |
+
"ai2thor00042",
|
| 46 |
+
"ai2thor00043",
|
| 47 |
+
"ai2thor00044",
|
| 48 |
+
"ai2thor00045",
|
| 49 |
+
"ai2thor00046",
|
| 50 |
+
"ai2thor00047",
|
| 51 |
+
"ai2thor00048",
|
| 52 |
+
"ai2thor00049",
|
| 53 |
+
"ai2thor00050",
|
| 54 |
+
"ai2thor00051",
|
| 55 |
+
"ai2thor00052",
|
| 56 |
+
"ai2thor00053",
|
| 57 |
+
"ai2thor00054",
|
| 58 |
+
"ai2thor00055",
|
| 59 |
+
"ai2thor00056",
|
| 60 |
+
"ai2thor00057",
|
| 61 |
+
"ai2thor00058",
|
| 62 |
+
"ai2thor00059",
|
| 63 |
+
"ai2thor00060",
|
| 64 |
+
"ai2thor00061",
|
| 65 |
+
"ai2thor00062",
|
| 66 |
+
"ai2thor00063",
|
| 67 |
+
"ai2thor00064",
|
| 68 |
+
"ai2thor00065",
|
| 69 |
+
"ai2thor00066",
|
| 70 |
+
"ai2thor00067",
|
| 71 |
+
"ai2thor00068",
|
| 72 |
+
"ai2thor00069",
|
| 73 |
+
"ai2thor00070",
|
| 74 |
+
"ai2thor00071",
|
| 75 |
+
"ai2thor00072",
|
| 76 |
+
"ai2thor00073",
|
| 77 |
+
"ai2thor00074",
|
| 78 |
+
"ai2thor00075",
|
| 79 |
+
"ai2thor00076",
|
| 80 |
+
"ai2thor00077",
|
| 81 |
+
"ai2thor00078",
|
| 82 |
+
"ai2thor00079",
|
| 83 |
+
"ai2thor00080",
|
| 84 |
+
"ai2thor00081",
|
| 85 |
+
"ai2thor00082",
|
| 86 |
+
"ai2thor00083",
|
| 87 |
+
"ai2thor00084",
|
| 88 |
+
"ai2thor00085",
|
| 89 |
+
"ai2thor00086",
|
| 90 |
+
"ai2thor00087",
|
| 91 |
+
"ai2thor00088",
|
| 92 |
+
"ai2thor00089",
|
| 93 |
+
"ai2thor00090",
|
| 94 |
+
"ai2thor00091",
|
| 95 |
+
"ai2thor00092",
|
| 96 |
+
"ai2thor00093",
|
| 97 |
+
"ai2thor00094",
|
| 98 |
+
"ai2thor00095",
|
| 99 |
+
"ai2thor00096",
|
| 100 |
+
"ai2thor00097",
|
| 101 |
+
"ai2thor00098",
|
| 102 |
+
"ai2thor00099",
|
| 103 |
+
"ai2thor00100",
|
| 104 |
+
"ai2thor00101",
|
| 105 |
+
"ai2thor00102",
|
| 106 |
+
"ai2thor00103",
|
| 107 |
+
"ai2thor00104",
|
| 108 |
+
"ai2thor00105",
|
| 109 |
+
"ai2thor00106",
|
| 110 |
+
"ai2thor00107",
|
| 111 |
+
"ai2thor00108",
|
| 112 |
+
"ai2thor00109",
|
| 113 |
+
"ai2thor00110",
|
| 114 |
+
"ai2thor00111",
|
| 115 |
+
"ai2thor00112",
|
| 116 |
+
"ai2thor00113",
|
| 117 |
+
"ai2thor00114",
|
| 118 |
+
"ai2thor00115",
|
| 119 |
+
"ai2thor00116",
|
| 120 |
+
"ai2thor00117",
|
| 121 |
+
"ai2thor00118",
|
| 122 |
+
"ai2thor00119",
|
| 123 |
+
"ai2thor00120",
|
| 124 |
+
"ai2thor00121",
|
| 125 |
+
"ai2thor00122",
|
| 126 |
+
"ai2thor00123",
|
| 127 |
+
"ai2thor00124",
|
| 128 |
+
"ai2thor00125",
|
| 129 |
+
"ai2thor00126",
|
| 130 |
+
"ai2thor00127",
|
| 131 |
+
"ai2thor00128",
|
| 132 |
+
"ai2thor00129",
|
| 133 |
+
"ai2thor00130",
|
| 134 |
+
"ai2thor00131",
|
| 135 |
+
"ai2thor00132",
|
| 136 |
+
"ai2thor00133",
|
| 137 |
+
"ai2thor00134",
|
| 138 |
+
"ai2thor00135",
|
| 139 |
+
"ai2thor00136",
|
| 140 |
+
"ai2thor00137",
|
| 141 |
+
"ai2thor00138",
|
| 142 |
+
"ai2thor00139",
|
| 143 |
+
"ai2thor00140",
|
| 144 |
+
"ai2thor00141",
|
| 145 |
+
"ai2thor00142",
|
| 146 |
+
"ai2thor00143",
|
| 147 |
+
"ai2thor00144",
|
| 148 |
+
"ai2thor00145",
|
| 149 |
+
"ai2thor00146",
|
| 150 |
+
"ai2thor00147",
|
| 151 |
+
"ai2thor00148",
|
| 152 |
+
"ai2thor00149",
|
| 153 |
+
"ai2thor00150",
|
| 154 |
+
"ai2thor00151",
|
| 155 |
+
"ai2thor00152",
|
| 156 |
+
"ai2thor00153",
|
| 157 |
+
"ai2thor00154",
|
| 158 |
+
"ai2thor00155",
|
| 159 |
+
"ai2thor00156",
|
| 160 |
+
"ai2thor00157",
|
| 161 |
+
"ai2thor00158",
|
| 162 |
+
"ai2thor00159",
|
| 163 |
+
"ai2thor00160",
|
| 164 |
+
"ai2thor00161",
|
| 165 |
+
"ai2thor00162",
|
| 166 |
+
"ai2thor00163",
|
| 167 |
+
"ai2thor00164",
|
| 168 |
+
"ai2thor00165",
|
| 169 |
+
"ai2thor00166",
|
| 170 |
+
"ai2thor00167",
|
| 171 |
+
"ai2thor00168",
|
| 172 |
+
"ai2thor00169",
|
| 173 |
+
"ai2thor00170",
|
| 174 |
+
"ai2thor00171",
|
| 175 |
+
"ai2thor00172",
|
| 176 |
+
"ai2thor00173",
|
| 177 |
+
"ai2thor00174",
|
| 178 |
+
"ai2thor00175",
|
| 179 |
+
"ai2thor00176",
|
| 180 |
+
"ai2thor00177",
|
| 181 |
+
"ai2thor00178",
|
| 182 |
+
"ai2thor00179",
|
| 183 |
+
"ai2thor00180",
|
| 184 |
+
"ai2thor00181",
|
| 185 |
+
"ai2thor00182",
|
| 186 |
+
"ai2thor00183",
|
| 187 |
+
"ai2thor00184",
|
| 188 |
+
"ai2thor00185",
|
| 189 |
+
"ai2thor00186",
|
| 190 |
+
"ai2thor00187",
|
| 191 |
+
"ai2thor00188",
|
| 192 |
+
"ai2thor00189",
|
| 193 |
+
"ai2thor00190",
|
| 194 |
+
"ai2thor00191",
|
| 195 |
+
"ai2thor00192",
|
| 196 |
+
"ai2thor00193",
|
| 197 |
+
"ai2thor00194",
|
| 198 |
+
"ai2thor00195",
|
| 199 |
+
"ai2thor00196",
|
| 200 |
+
"ai2thor00197",
|
| 201 |
+
"ai2thor00198",
|
| 202 |
+
"ai2thor00199",
|
| 203 |
+
"ai2thor00200",
|
| 204 |
+
"ai2thor00201",
|
| 205 |
+
"ai2thor00202",
|
| 206 |
+
"ai2thor00203",
|
| 207 |
+
"ai2thor00204",
|
| 208 |
+
"ai2thor00205",
|
| 209 |
+
"ai2thor00206",
|
| 210 |
+
"ai2thor00207",
|
| 211 |
+
"ai2thor00208",
|
| 212 |
+
"ai2thor00209",
|
| 213 |
+
"ai2thor00210",
|
| 214 |
+
"ai2thor00211",
|
| 215 |
+
"ai2thor00212",
|
| 216 |
+
"ai2thor00213",
|
| 217 |
+
"ai2thor00214",
|
| 218 |
+
"ai2thor00215",
|
| 219 |
+
"ai2thor00216",
|
| 220 |
+
"ai2thor00217",
|
| 221 |
+
"ai2thor00218",
|
| 222 |
+
"ai2thor00219",
|
| 223 |
+
"ai2thor00220",
|
| 224 |
+
"ai2thor00221",
|
| 225 |
+
"ai2thor00222",
|
| 226 |
+
"ai2thor00223",
|
| 227 |
+
"ai2thor00224",
|
| 228 |
+
"ai2thor00225",
|
| 229 |
+
"ai2thor00226",
|
| 230 |
+
"ai2thor00227",
|
| 231 |
+
"ai2thor00228",
|
| 232 |
+
"ai2thor00229",
|
| 233 |
+
"ai2thor00230",
|
| 234 |
+
"ai2thor00231",
|
| 235 |
+
"ai2thor00232",
|
| 236 |
+
"ai2thor00233",
|
| 237 |
+
"ai2thor00234",
|
| 238 |
+
"ai2thor00235",
|
| 239 |
+
"ai2thor00236",
|
| 240 |
+
"ai2thor00237",
|
| 241 |
+
"ai2thor00238",
|
| 242 |
+
"ai2thor00239",
|
| 243 |
+
"ai2thor00240",
|
| 244 |
+
"ai2thor00241",
|
| 245 |
+
"ai2thor00242",
|
| 246 |
+
"ai2thor00243",
|
| 247 |
+
"ai2thor00244",
|
| 248 |
+
"ai2thor00245",
|
| 249 |
+
"ai2thor00246",
|
| 250 |
+
"ai2thor00247",
|
| 251 |
+
"ai2thor00248",
|
| 252 |
+
"ai2thor00249",
|
| 253 |
+
"ai2thor00250",
|
| 254 |
+
"ai2thor00251",
|
| 255 |
+
"ai2thor00252",
|
| 256 |
+
"ai2thor00253",
|
| 257 |
+
"ai2thor00254",
|
| 258 |
+
"ai2thor00255",
|
| 259 |
+
"ai2thor00256",
|
| 260 |
+
"ai2thor00257",
|
| 261 |
+
"ai2thor00258",
|
| 262 |
+
"ai2thor00259",
|
| 263 |
+
"ai2thor00260",
|
| 264 |
+
"ai2thor00261",
|
| 265 |
+
"ai2thor00262",
|
| 266 |
+
"ai2thor00263",
|
| 267 |
+
"ai2thor00264",
|
| 268 |
+
"ai2thor00265",
|
| 269 |
+
"ai2thor00266",
|
| 270 |
+
"ai2thor00267",
|
| 271 |
+
"ai2thor00268",
|
| 272 |
+
"ai2thor00269",
|
| 273 |
+
"ai2thor00270",
|
| 274 |
+
"ai2thor00271",
|
| 275 |
+
"ai2thor00272",
|
| 276 |
+
"ai2thor00273",
|
| 277 |
+
"ai2thor00274",
|
| 278 |
+
"ai2thor00275",
|
| 279 |
+
"ai2thor00276",
|
| 280 |
+
"ai2thor00277",
|
| 281 |
+
"ai2thor00278",
|
| 282 |
+
"ai2thor00279",
|
| 283 |
+
"ai2thor00280",
|
| 284 |
+
"ai2thor00281",
|
| 285 |
+
"ai2thor00282",
|
| 286 |
+
"ai2thor00283",
|
| 287 |
+
"ai2thor00284",
|
| 288 |
+
"ai2thor00285",
|
| 289 |
+
"ai2thor00286",
|
| 290 |
+
"ai2thor00287",
|
| 291 |
+
"ai2thor00288",
|
| 292 |
+
"ai2thor00289",
|
| 293 |
+
"ai2thor00290",
|
| 294 |
+
"ai2thor00291",
|
| 295 |
+
"ai2thor00292",
|
| 296 |
+
"ai2thor00293",
|
| 297 |
+
"ai2thor00294",
|
| 298 |
+
"ai2thor00295",
|
| 299 |
+
"ai2thor00296",
|
| 300 |
+
"ai2thor00297",
|
| 301 |
+
"ai2thor00298",
|
| 302 |
+
"ai2thor00299",
|
| 303 |
+
"ai2thor00300",
|
| 304 |
+
"ai2thor00301",
|
| 305 |
+
"ai2thor00302",
|
| 306 |
+
"ai2thor00303",
|
| 307 |
+
"ai2thor00304",
|
| 308 |
+
"ai2thor00305",
|
| 309 |
+
"ai2thor00306",
|
| 310 |
+
"ai2thor00307",
|
| 311 |
+
"ai2thor00308",
|
| 312 |
+
"ai2thor00309",
|
| 313 |
+
"ai2thor00310",
|
| 314 |
+
"ai2thor00311",
|
| 315 |
+
"ai2thor00312",
|
| 316 |
+
"ai2thor00313",
|
| 317 |
+
"ai2thor00314",
|
| 318 |
+
"ai2thor00315",
|
| 319 |
+
"ai2thor00316",
|
| 320 |
+
"ai2thor00317",
|
| 321 |
+
"ai2thor00318",
|
| 322 |
+
"ai2thor00319",
|
| 323 |
+
"ai2thor00320",
|
| 324 |
+
"ai2thor00321",
|
| 325 |
+
"ai2thor00322",
|
| 326 |
+
"ai2thor00323",
|
| 327 |
+
"ai2thor00324",
|
| 328 |
+
"ai2thor00325",
|
| 329 |
+
"ai2thor00326",
|
| 330 |
+
"ai2thor00327",
|
| 331 |
+
"ai2thor00328",
|
| 332 |
+
"ai2thor00329",
|
| 333 |
+
"ai2thor00330",
|
| 334 |
+
"ai2thor00331",
|
| 335 |
+
"ai2thor00332",
|
| 336 |
+
"ai2thor00333",
|
| 337 |
+
"ai2thor00334",
|
| 338 |
+
"ai2thor00335",
|
| 339 |
+
"ai2thor00336",
|
| 340 |
+
"ai2thor00337",
|
| 341 |
+
"ai2thor00338",
|
| 342 |
+
"ai2thor00339",
|
| 343 |
+
"ai2thor00340",
|
| 344 |
+
"ai2thor00341",
|
| 345 |
+
"ai2thor00342",
|
| 346 |
+
"ai2thor00343",
|
| 347 |
+
"ai2thor00344",
|
| 348 |
+
"ai2thor00345",
|
| 349 |
+
"ai2thor00346",
|
| 350 |
+
"ai2thor00347",
|
| 351 |
+
"ai2thor00348",
|
| 352 |
+
"ai2thor00349",
|
| 353 |
+
"ai2thor00350",
|
| 354 |
+
"ai2thor00351",
|
| 355 |
+
"ai2thor00352",
|
| 356 |
+
"ai2thor00353",
|
| 357 |
+
"ai2thor00354",
|
| 358 |
+
"ai2thor00355",
|
| 359 |
+
"ai2thor00356",
|
| 360 |
+
"ai2thor00357",
|
| 361 |
+
"ai2thor00358",
|
| 362 |
+
"ai2thor00359",
|
| 363 |
+
"ai2thor00360",
|
| 364 |
+
"ai2thor00361",
|
| 365 |
+
"ai2thor00362",
|
| 366 |
+
"ai2thor00363",
|
| 367 |
+
"ai2thor00364",
|
| 368 |
+
"ai2thor00365",
|
| 369 |
+
"ai2thor00366",
|
| 370 |
+
"ai2thor00367",
|
| 371 |
+
"ai2thor00368",
|
| 372 |
+
"ai2thor00369",
|
| 373 |
+
"ai2thor00370",
|
| 374 |
+
"ai2thor00371",
|
| 375 |
+
"ai2thor00372",
|
| 376 |
+
"ai2thor00373",
|
| 377 |
+
"ai2thor00374",
|
| 378 |
+
"ai2thor00375",
|
| 379 |
+
"ai2thor00376",
|
| 380 |
+
"ai2thor00377",
|
| 381 |
+
"ai2thor00378",
|
| 382 |
+
"ai2thor00379",
|
| 383 |
+
"ai2thor00380",
|
| 384 |
+
"ai2thor00381",
|
| 385 |
+
"ai2thor00382",
|
| 386 |
+
"ai2thor00383",
|
| 387 |
+
"ai2thor00384",
|
| 388 |
+
"ai2thor00385",
|
| 389 |
+
"ai2thor00386",
|
| 390 |
+
"ai2thor00387",
|
| 391 |
+
"ai2thor00388",
|
| 392 |
+
"ai2thor00389",
|
| 393 |
+
"ai2thor00390",
|
| 394 |
+
"ai2thor00391",
|
| 395 |
+
"ai2thor00392",
|
| 396 |
+
"ai2thor00393",
|
| 397 |
+
"ai2thor00394",
|
| 398 |
+
"ai2thor00395",
|
| 399 |
+
"ai2thor00396",
|
| 400 |
+
"ai2thor00397",
|
| 401 |
+
"ai2thor00398",
|
| 402 |
+
"ai2thor00399",
|
| 403 |
+
"ai2thor00400",
|
| 404 |
+
"ai2thor00401",
|
| 405 |
+
"ai2thor00402",
|
| 406 |
+
"ai2thor00403",
|
| 407 |
+
"ai2thor00404",
|
| 408 |
+
"ai2thor00405",
|
| 409 |
+
"ai2thor00406",
|
| 410 |
+
"ai2thor00407",
|
| 411 |
+
"ai2thor00408",
|
| 412 |
+
"ai2thor00409",
|
| 413 |
+
"ai2thor00410",
|
| 414 |
+
"ai2thor00411",
|
| 415 |
+
"ai2thor00412",
|
| 416 |
+
"ai2thor00413",
|
| 417 |
+
"ai2thor00414",
|
| 418 |
+
"ai2thor00415",
|
| 419 |
+
"ai2thor00416",
|
| 420 |
+
"ai2thor00417",
|
| 421 |
+
"ai2thor00418",
|
| 422 |
+
"ai2thor00419",
|
| 423 |
+
"ai2thor00420",
|
| 424 |
+
"ai2thor00421",
|
| 425 |
+
"ai2thor00422",
|
| 426 |
+
"ai2thor00423",
|
| 427 |
+
"ai2thor00424",
|
| 428 |
+
"ai2thor00425",
|
| 429 |
+
"ai2thor00426",
|
| 430 |
+
"ai2thor00427",
|
| 431 |
+
"ai2thor00428",
|
| 432 |
+
"ai2thor00429",
|
| 433 |
+
"ai2thor00430",
|
| 434 |
+
"ai2thor00431",
|
| 435 |
+
"ai2thor00432",
|
| 436 |
+
"ai2thor00433",
|
| 437 |
+
"ai2thor00434",
|
| 438 |
+
"ai2thor00435",
|
| 439 |
+
"ai2thor00436",
|
| 440 |
+
"ai2thor00437",
|
| 441 |
+
"ai2thor00438",
|
| 442 |
+
"ai2thor00439",
|
| 443 |
+
"ai2thor00440",
|
| 444 |
+
"ai2thor00441",
|
| 445 |
+
"ai2thor00442",
|
| 446 |
+
"ai2thor00443",
|
| 447 |
+
"ai2thor00444",
|
| 448 |
+
"ai2thor00445",
|
| 449 |
+
"ai2thor00446",
|
| 450 |
+
"ai2thor00447",
|
| 451 |
+
"ai2thor00448",
|
| 452 |
+
"ai2thor00449",
|
| 453 |
+
"ai2thor00450",
|
| 454 |
+
"ai2thor00451",
|
| 455 |
+
"ai2thor00452",
|
| 456 |
+
"ai2thor00453",
|
| 457 |
+
"ai2thor00454",
|
| 458 |
+
"ai2thor00455",
|
| 459 |
+
"ai2thor00456",
|
| 460 |
+
"ai2thor00457",
|
| 461 |
+
"ai2thor00458",
|
| 462 |
+
"ai2thor00459",
|
| 463 |
+
"ai2thor00460",
|
| 464 |
+
"ai2thor00461",
|
| 465 |
+
"ai2thor00462",
|
| 466 |
+
"ai2thor00463",
|
| 467 |
+
"ai2thor00464",
|
| 468 |
+
"ai2thor00465",
|
| 469 |
+
"ai2thor00466",
|
| 470 |
+
"ai2thor00467",
|
| 471 |
+
"ai2thor00468",
|
| 472 |
+
"ai2thor00469",
|
| 473 |
+
"ai2thor00470",
|
| 474 |
+
"ai2thor00471",
|
| 475 |
+
"ai2thor00472",
|
| 476 |
+
"ai2thor00473",
|
| 477 |
+
"ai2thor00474",
|
| 478 |
+
"ai2thor00475",
|
| 479 |
+
"ai2thor00476",
|
| 480 |
+
"ai2thor00477",
|
| 481 |
+
"ai2thor00478",
|
| 482 |
+
"ai2thor00479",
|
| 483 |
+
"ai2thor00480",
|
| 484 |
+
"ai2thor00481",
|
| 485 |
+
"ai2thor00482",
|
| 486 |
+
"ai2thor00483",
|
| 487 |
+
"ai2thor00484",
|
| 488 |
+
"ai2thor00485",
|
| 489 |
+
"ai2thor00486",
|
| 490 |
+
"ai2thor00487",
|
| 491 |
+
"ai2thor00488",
|
| 492 |
+
"ai2thor00489",
|
| 493 |
+
"ai2thor00490",
|
| 494 |
+
"ai2thor00491",
|
| 495 |
+
"ai2thor00492",
|
| 496 |
+
"ai2thor00493",
|
| 497 |
+
"ai2thor00494",
|
| 498 |
+
"ai2thor00495",
|
| 499 |
+
"ai2thor00496",
|
| 500 |
+
"ai2thor00497",
|
| 501 |
+
"ai2thor00498",
|
| 502 |
+
"ai2thor00499",
|
| 503 |
+
"ai2thor00500",
|
| 504 |
+
"ai2thor00501",
|
| 505 |
+
"ai2thor00502",
|
| 506 |
+
"ai2thor00503",
|
| 507 |
+
"ai2thor00504",
|
| 508 |
+
"ai2thor00505",
|
| 509 |
+
"ai2thor00506",
|
| 510 |
+
"ai2thor00507",
|
| 511 |
+
"ai2thor00508",
|
| 512 |
+
"ai2thor00509",
|
| 513 |
+
"ai2thor00510",
|
| 514 |
+
"ai2thor00511",
|
| 515 |
+
"ai2thor00512",
|
| 516 |
+
"ai2thor00513",
|
| 517 |
+
"ai2thor00514",
|
| 518 |
+
"ai2thor00515",
|
| 519 |
+
"ai2thor00516",
|
| 520 |
+
"ai2thor00517",
|
| 521 |
+
"ai2thor00518",
|
| 522 |
+
"ai2thor00519",
|
| 523 |
+
"ai2thor00520",
|
| 524 |
+
"ai2thor00521",
|
| 525 |
+
"ai2thor00522",
|
| 526 |
+
"ai2thor00523",
|
| 527 |
+
"ai2thor00524",
|
| 528 |
+
"ai2thor00525",
|
| 529 |
+
"ai2thor00526",
|
| 530 |
+
"ai2thor00527",
|
| 531 |
+
"ai2thor00528",
|
| 532 |
+
"ai2thor00529",
|
| 533 |
+
"ai2thor00530",
|
| 534 |
+
"ai2thor00531",
|
| 535 |
+
"ai2thor00532",
|
| 536 |
+
"ai2thor00533",
|
| 537 |
+
"ai2thor00534",
|
| 538 |
+
"ai2thor00535",
|
| 539 |
+
"ai2thor00536",
|
| 540 |
+
"ai2thor00537",
|
| 541 |
+
"ai2thor00538",
|
| 542 |
+
"ai2thor00539",
|
| 543 |
+
"ai2thor00540",
|
| 544 |
+
"ai2thor00541",
|
| 545 |
+
"ai2thor00542",
|
| 546 |
+
"ai2thor00543",
|
| 547 |
+
"ai2thor00544",
|
| 548 |
+
"ai2thor00545",
|
| 549 |
+
"ai2thor00546",
|
| 550 |
+
"ai2thor00547",
|
| 551 |
+
"ai2thor00548",
|
| 552 |
+
"ai2thor00549",
|
| 553 |
+
"ai2thor00550",
|
| 554 |
+
"ai2thor00551",
|
| 555 |
+
"ai2thor00552",
|
| 556 |
+
"ai2thor00553",
|
| 557 |
+
"ai2thor00554",
|
| 558 |
+
"ai2thor00555",
|
| 559 |
+
"ai2thor00556",
|
| 560 |
+
"ai2thor00557",
|
| 561 |
+
"ai2thor00558",
|
| 562 |
+
"ai2thor00559",
|
| 563 |
+
"ai2thor00560",
|
| 564 |
+
"ai2thor00561",
|
| 565 |
+
"ai2thor00562",
|
| 566 |
+
"ai2thor00563",
|
| 567 |
+
"ai2thor00564",
|
| 568 |
+
"ai2thor00565",
|
| 569 |
+
"ai2thor00566",
|
| 570 |
+
"ai2thor00567",
|
| 571 |
+
"ai2thor00568",
|
| 572 |
+
"ai2thor00569",
|
| 573 |
+
"ai2thor00570",
|
| 574 |
+
"ai2thor00571",
|
| 575 |
+
"ai2thor00572",
|
| 576 |
+
"ai2thor00573",
|
| 577 |
+
"ai2thor00574",
|
| 578 |
+
"ai2thor00575",
|
| 579 |
+
"ai2thor00576",
|
| 580 |
+
"ai2thor00577",
|
| 581 |
+
"ai2thor00578",
|
| 582 |
+
"ai2thor00579",
|
| 583 |
+
"ai2thor00580",
|
| 584 |
+
"ai2thor00581",
|
| 585 |
+
"ai2thor00582",
|
| 586 |
+
"ai2thor00583",
|
| 587 |
+
"ai2thor00584",
|
| 588 |
+
"ai2thor00585",
|
| 589 |
+
"ai2thor00586",
|
| 590 |
+
"ai2thor00587",
|
| 591 |
+
"ai2thor00588",
|
| 592 |
+
"ai2thor00589",
|
| 593 |
+
"ai2thor00590",
|
| 594 |
+
"ai2thor00591",
|
| 595 |
+
"ai2thor00592",
|
| 596 |
+
"ai2thor00593",
|
| 597 |
+
"ai2thor00594",
|
| 598 |
+
"ai2thor00595",
|
| 599 |
+
"ai2thor00596",
|
| 600 |
+
"ai2thor00597",
|
| 601 |
+
"ai2thor00598",
|
| 602 |
+
"ai2thor00599",
|
| 603 |
+
"ai2thor00600",
|
| 604 |
+
"ai2thor00601",
|
| 605 |
+
"ai2thor00602",
|
| 606 |
+
"ai2thor00603",
|
| 607 |
+
"ai2thor00604",
|
| 608 |
+
"ai2thor00605",
|
| 609 |
+
"ai2thor00606",
|
| 610 |
+
"ai2thor00607",
|
| 611 |
+
"ai2thor00608",
|
| 612 |
+
"ai2thor00609",
|
| 613 |
+
"ai2thor00610",
|
| 614 |
+
"ai2thor00611",
|
| 615 |
+
"ai2thor00612",
|
| 616 |
+
"ai2thor00613",
|
| 617 |
+
"ai2thor00614",
|
| 618 |
+
"ai2thor00615",
|
| 619 |
+
"ai2thor00616",
|
| 620 |
+
"ai2thor00617",
|
| 621 |
+
"ai2thor00618",
|
| 622 |
+
"ai2thor00619",
|
| 623 |
+
"ai2thor00620",
|
| 624 |
+
"ai2thor00621",
|
| 625 |
+
"ai2thor00622",
|
| 626 |
+
"ai2thor00623",
|
| 627 |
+
"ai2thor00624",
|
| 628 |
+
"ai2thor00625",
|
| 629 |
+
"ai2thor00626",
|
| 630 |
+
"ai2thor00627",
|
| 631 |
+
"ai2thor00628",
|
| 632 |
+
"ai2thor00629",
|
| 633 |
+
"ai2thor00630",
|
| 634 |
+
"ai2thor00631",
|
| 635 |
+
"ai2thor00632",
|
| 636 |
+
"ai2thor00633",
|
| 637 |
+
"ai2thor00634",
|
| 638 |
+
"ai2thor00635",
|
| 639 |
+
"ai2thor00636",
|
| 640 |
+
"ai2thor00637",
|
| 641 |
+
"ai2thor00638",
|
| 642 |
+
"ai2thor00639",
|
| 643 |
+
"ai2thor00640",
|
| 644 |
+
"ai2thor00641",
|
| 645 |
+
"ai2thor00642",
|
| 646 |
+
"ai2thor00643",
|
| 647 |
+
"ai2thor00644",
|
| 648 |
+
"ai2thor00645",
|
| 649 |
+
"ai2thor00646",
|
| 650 |
+
"ai2thor00647",
|
| 651 |
+
"ai2thor00648",
|
| 652 |
+
"ai2thor00649",
|
| 653 |
+
"ai2thor00650",
|
| 654 |
+
"ai2thor00651",
|
| 655 |
+
"ai2thor00652",
|
| 656 |
+
"ai2thor00653",
|
| 657 |
+
"ai2thor00654",
|
| 658 |
+
"ai2thor00655",
|
| 659 |
+
"ai2thor00656",
|
| 660 |
+
"ai2thor00657",
|
| 661 |
+
"ai2thor00658",
|
| 662 |
+
"ai2thor00659",
|
| 663 |
+
"ai2thor00660",
|
| 664 |
+
"ai2thor00661",
|
| 665 |
+
"ai2thor00662",
|
| 666 |
+
"ai2thor00663",
|
| 667 |
+
"ai2thor00664",
|
| 668 |
+
"ai2thor00665",
|
| 669 |
+
"ai2thor00666",
|
| 670 |
+
"ai2thor00667",
|
| 671 |
+
"ai2thor00668",
|
| 672 |
+
"ai2thor00669",
|
| 673 |
+
"ai2thor00670",
|
| 674 |
+
"ai2thor00671",
|
| 675 |
+
"ai2thor00672",
|
| 676 |
+
"ai2thor00673",
|
| 677 |
+
"ai2thor00674",
|
| 678 |
+
"ai2thor00675",
|
| 679 |
+
"ai2thor00676",
|
| 680 |
+
"ai2thor00677",
|
| 681 |
+
"ai2thor00678",
|
| 682 |
+
"ai2thor00679",
|
| 683 |
+
"ai2thor00680",
|
| 684 |
+
"ai2thor00681",
|
| 685 |
+
"ai2thor00682",
|
| 686 |
+
"ai2thor00683",
|
| 687 |
+
"ai2thor00684",
|
| 688 |
+
"ai2thor00685",
|
| 689 |
+
"ai2thor00686",
|
| 690 |
+
"ai2thor00687",
|
| 691 |
+
"ai2thor00688",
|
| 692 |
+
"ai2thor00689",
|
| 693 |
+
"ai2thor00690",
|
| 694 |
+
"ai2thor00691",
|
| 695 |
+
"ai2thor00692",
|
| 696 |
+
"ai2thor00693",
|
| 697 |
+
"ai2thor00694",
|
| 698 |
+
"ai2thor00695",
|
| 699 |
+
"ai2thor00696",
|
| 700 |
+
"ai2thor00697",
|
| 701 |
+
"ai2thor00698",
|
| 702 |
+
"ai2thor00699",
|
| 703 |
+
"ai2thor00700",
|
| 704 |
+
"ai2thor00701",
|
| 705 |
+
"ai2thor00702",
|
| 706 |
+
"ai2thor00703",
|
| 707 |
+
"ai2thor00704",
|
| 708 |
+
"ai2thor00705",
|
| 709 |
+
"ai2thor00706",
|
| 710 |
+
"ai2thor00707",
|
| 711 |
+
"ai2thor00708",
|
| 712 |
+
"ai2thor00709",
|
| 713 |
+
"ai2thor00710",
|
| 714 |
+
"ai2thor00711",
|
| 715 |
+
"ai2thor00712",
|
| 716 |
+
"ai2thor00713",
|
| 717 |
+
"ai2thor00714",
|
| 718 |
+
"ai2thor00715",
|
| 719 |
+
"ai2thor00716",
|
| 720 |
+
"ai2thor00717",
|
| 721 |
+
"ai2thor00718",
|
| 722 |
+
"ai2thor00719",
|
| 723 |
+
"ai2thor00720",
|
| 724 |
+
"ai2thor00721",
|
| 725 |
+
"ai2thor00722",
|
| 726 |
+
"ai2thor00723",
|
| 727 |
+
"ai2thor00724",
|
| 728 |
+
"ai2thor00725",
|
| 729 |
+
"ai2thor00726",
|
| 730 |
+
"ai2thor00727",
|
| 731 |
+
"ai2thor00728",
|
| 732 |
+
"ai2thor00729",
|
| 733 |
+
"ai2thor00730",
|
| 734 |
+
"ai2thor00731",
|
| 735 |
+
"ai2thor00732",
|
| 736 |
+
"ai2thor00733",
|
| 737 |
+
"ai2thor00734",
|
| 738 |
+
"ai2thor00735",
|
| 739 |
+
"ai2thor00736",
|
| 740 |
+
"ai2thor00737",
|
| 741 |
+
"ai2thor00738",
|
| 742 |
+
"ai2thor00739",
|
| 743 |
+
"ai2thor00740",
|
| 744 |
+
"ai2thor00741",
|
| 745 |
+
"ai2thor00742",
|
| 746 |
+
"ai2thor00743",
|
| 747 |
+
"ai2thor00744",
|
| 748 |
+
"ai2thor00745",
|
| 749 |
+
"ai2thor00746",
|
| 750 |
+
"ai2thor00747",
|
| 751 |
+
"ai2thor00748",
|
| 752 |
+
"ai2thor00749",
|
| 753 |
+
"ai2thor00750",
|
| 754 |
+
"ai2thor00751",
|
| 755 |
+
"ai2thor00752",
|
| 756 |
+
"ai2thor00753",
|
| 757 |
+
"ai2thor00754",
|
| 758 |
+
"ai2thor00755",
|
| 759 |
+
"ai2thor00756",
|
| 760 |
+
"ai2thor00757",
|
| 761 |
+
"ai2thor00758",
|
| 762 |
+
"ai2thor00759",
|
| 763 |
+
"ai2thor00760",
|
| 764 |
+
"ai2thor00761",
|
| 765 |
+
"ai2thor00762",
|
| 766 |
+
"ai2thor00763",
|
| 767 |
+
"ai2thor00764",
|
| 768 |
+
"ai2thor00765",
|
| 769 |
+
"ai2thor00766",
|
| 770 |
+
"ai2thor00767",
|
| 771 |
+
"ai2thor00768",
|
| 772 |
+
"ai2thor00769",
|
| 773 |
+
"ai2thor00770",
|
| 774 |
+
"ai2thor00771",
|
| 775 |
+
"ai2thor00772",
|
| 776 |
+
"ai2thor00773",
|
| 777 |
+
"ai2thor00774",
|
| 778 |
+
"ai2thor00775",
|
| 779 |
+
"ai2thor00776",
|
| 780 |
+
"ai2thor00777",
|
| 781 |
+
"ai2thor00778",
|
| 782 |
+
"ai2thor00779",
|
| 783 |
+
"ai2thor00780",
|
| 784 |
+
"ai2thor00781",
|
| 785 |
+
"ai2thor00782",
|
| 786 |
+
"ai2thor00783",
|
| 787 |
+
"ai2thor00784",
|
| 788 |
+
"ai2thor00785",
|
| 789 |
+
"ai2thor00786",
|
| 790 |
+
"ai2thor00787",
|
| 791 |
+
"ai2thor00788",
|
| 792 |
+
"ai2thor00789",
|
| 793 |
+
"ai2thor00790",
|
| 794 |
+
"ai2thor00791",
|
| 795 |
+
"ai2thor00792",
|
| 796 |
+
"ai2thor00793",
|
| 797 |
+
"ai2thor00794",
|
| 798 |
+
"ai2thor00795",
|
| 799 |
+
"ai2thor00796",
|
| 800 |
+
"ai2thor00797",
|
| 801 |
+
"ai2thor00798",
|
| 802 |
+
"ai2thor00799",
|
| 803 |
+
"ai2thor00800",
|
| 804 |
+
"ai2thor00801",
|
| 805 |
+
"ai2thor00802",
|
| 806 |
+
"ai2thor00803",
|
| 807 |
+
"ai2thor00804",
|
| 808 |
+
"ai2thor00805",
|
| 809 |
+
"ai2thor00806",
|
| 810 |
+
"ai2thor00807",
|
| 811 |
+
"ai2thor00808",
|
| 812 |
+
"ai2thor00809",
|
| 813 |
+
"ai2thor00810",
|
| 814 |
+
"ai2thor00811",
|
| 815 |
+
"ai2thor00812",
|
| 816 |
+
"ai2thor00813",
|
| 817 |
+
"ai2thor00814",
|
| 818 |
+
"ai2thor00815",
|
| 819 |
+
"ai2thor00816",
|
| 820 |
+
"ai2thor00817",
|
| 821 |
+
"ai2thor00818",
|
| 822 |
+
"ai2thor00819",
|
| 823 |
+
"ai2thor00820",
|
| 824 |
+
"ai2thor00821",
|
| 825 |
+
"ai2thor00822",
|
| 826 |
+
"ai2thor00823",
|
| 827 |
+
"ai2thor00824",
|
| 828 |
+
"ai2thor00825",
|
| 829 |
+
"ai2thor00826",
|
| 830 |
+
"ai2thor00827",
|
| 831 |
+
"ai2thor00828",
|
| 832 |
+
"ai2thor00829",
|
| 833 |
+
"ai2thor00830",
|
| 834 |
+
"ai2thor00831",
|
| 835 |
+
"ai2thor00832",
|
| 836 |
+
"ai2thor00833",
|
| 837 |
+
"ai2thor00834",
|
| 838 |
+
"ai2thor00835",
|
| 839 |
+
"ai2thor00836",
|
| 840 |
+
"ai2thor00837",
|
| 841 |
+
"ai2thor00838",
|
| 842 |
+
"ai2thor00839",
|
| 843 |
+
"ai2thor00840",
|
| 844 |
+
"ai2thor00841",
|
| 845 |
+
"ai2thor00842",
|
| 846 |
+
"ai2thor00843",
|
| 847 |
+
"ai2thor00844",
|
| 848 |
+
"ai2thor00845",
|
| 849 |
+
"ai2thor00846",
|
| 850 |
+
"ai2thor00847",
|
| 851 |
+
"ai2thor00848",
|
| 852 |
+
"ai2thor00849",
|
| 853 |
+
"ai2thor00850",
|
| 854 |
+
"ai2thor00851",
|
| 855 |
+
"ai2thor00852",
|
| 856 |
+
"ai2thor00853",
|
| 857 |
+
"ai2thor00854",
|
| 858 |
+
"ai2thor00855",
|
| 859 |
+
"ai2thor00856",
|
| 860 |
+
"ai2thor00857",
|
| 861 |
+
"ai2thor00858",
|
| 862 |
+
"ai2thor00859",
|
| 863 |
+
"ai2thor00860",
|
| 864 |
+
"ai2thor00861",
|
| 865 |
+
"ai2thor00862",
|
| 866 |
+
"ai2thor00863",
|
| 867 |
+
"ai2thor00864",
|
| 868 |
+
"ai2thor00865",
|
| 869 |
+
"ai2thor00866",
|
| 870 |
+
"ai2thor00867",
|
| 871 |
+
"ai2thor00868",
|
| 872 |
+
"ai2thor00869",
|
| 873 |
+
"ai2thor00870",
|
| 874 |
+
"ai2thor00871",
|
| 875 |
+
"ai2thor00872",
|
| 876 |
+
"ai2thor00873",
|
| 877 |
+
"ai2thor00874",
|
| 878 |
+
"ai2thor00875",
|
| 879 |
+
"ai2thor00876",
|
| 880 |
+
"ai2thor00877",
|
| 881 |
+
"ai2thor00878",
|
| 882 |
+
"ai2thor00879",
|
| 883 |
+
"ai2thor00880",
|
| 884 |
+
"ai2thor00881",
|
| 885 |
+
"ai2thor00882",
|
| 886 |
+
"ai2thor00883",
|
| 887 |
+
"ai2thor00884",
|
| 888 |
+
"ai2thor00885",
|
| 889 |
+
"ai2thor00886",
|
| 890 |
+
"ai2thor00887",
|
| 891 |
+
"ai2thor00888",
|
| 892 |
+
"ai2thor00889",
|
| 893 |
+
"ai2thor00890",
|
| 894 |
+
"ai2thor00891",
|
| 895 |
+
"ai2thor00892",
|
| 896 |
+
"ai2thor00893",
|
| 897 |
+
"ai2thor00894",
|
| 898 |
+
"ai2thor00895",
|
| 899 |
+
"ai2thor00896",
|
| 900 |
+
"ai2thor00897",
|
| 901 |
+
"ai2thor00898",
|
| 902 |
+
"ai2thor00899",
|
| 903 |
+
"ai2thor00900",
|
| 904 |
+
"ai2thor00901",
|
| 905 |
+
"ai2thor00902",
|
| 906 |
+
"ai2thor00903",
|
| 907 |
+
"ai2thor00904",
|
| 908 |
+
"ai2thor00905",
|
| 909 |
+
"ai2thor00906",
|
| 910 |
+
"ai2thor00907",
|
| 911 |
+
"ai2thor00908",
|
| 912 |
+
"ai2thor00909",
|
| 913 |
+
"ai2thor00910",
|
| 914 |
+
"ai2thor00911",
|
| 915 |
+
"ai2thor00912",
|
| 916 |
+
"ai2thor00913",
|
| 917 |
+
"ai2thor00914",
|
| 918 |
+
"ai2thor00915",
|
| 919 |
+
"ai2thor00916",
|
| 920 |
+
"ai2thor00917",
|
| 921 |
+
"ai2thor00918",
|
| 922 |
+
"ai2thor00919",
|
| 923 |
+
"ai2thor00920",
|
| 924 |
+
"ai2thor00921",
|
| 925 |
+
"ai2thor00922",
|
| 926 |
+
"ai2thor00923",
|
| 927 |
+
"ai2thor00924",
|
| 928 |
+
"ai2thor00925",
|
| 929 |
+
"ai2thor00926",
|
| 930 |
+
"ai2thor00927",
|
| 931 |
+
"ai2thor00928",
|
| 932 |
+
"ai2thor00929",
|
| 933 |
+
"ai2thor00930",
|
| 934 |
+
"ai2thor00931",
|
| 935 |
+
"ai2thor00932",
|
| 936 |
+
"ai2thor00933",
|
| 937 |
+
"ai2thor00934",
|
| 938 |
+
"ai2thor00935",
|
| 939 |
+
"ai2thor00936",
|
| 940 |
+
"ai2thor00937",
|
| 941 |
+
"ai2thor00938",
|
| 942 |
+
"ai2thor00939",
|
| 943 |
+
"ai2thor00940",
|
| 944 |
+
"ai2thor00941",
|
| 945 |
+
"ai2thor00942",
|
| 946 |
+
"ai2thor00943",
|
| 947 |
+
"ai2thor00944",
|
| 948 |
+
"ai2thor00945",
|
| 949 |
+
"ai2thor00946",
|
| 950 |
+
"ai2thor00947",
|
| 951 |
+
"ai2thor00948",
|
| 952 |
+
"ai2thor00949",
|
| 953 |
+
"ai2thor00950",
|
| 954 |
+
"ai2thor00951",
|
| 955 |
+
"ai2thor00952",
|
| 956 |
+
"ai2thor00953",
|
| 957 |
+
"ai2thor00954",
|
| 958 |
+
"ai2thor00955",
|
| 959 |
+
"ai2thor00956",
|
| 960 |
+
"ai2thor00957",
|
| 961 |
+
"ai2thor00958",
|
| 962 |
+
"ai2thor00959",
|
| 963 |
+
"ai2thor00960",
|
| 964 |
+
"ai2thor00961",
|
| 965 |
+
"ai2thor00962",
|
| 966 |
+
"ai2thor00963",
|
| 967 |
+
"ai2thor00964",
|
| 968 |
+
"ai2thor00965",
|
| 969 |
+
"ai2thor00966",
|
| 970 |
+
"ai2thor00967",
|
| 971 |
+
"ai2thor00968",
|
| 972 |
+
"ai2thor00969",
|
| 973 |
+
"ai2thor00970",
|
| 974 |
+
"ai2thor00971",
|
| 975 |
+
"ai2thor00972",
|
| 976 |
+
"ai2thor00973",
|
| 977 |
+
"ai2thor00974",
|
| 978 |
+
"ai2thor00975",
|
| 979 |
+
"ai2thor00976",
|
| 980 |
+
"ai2thor00977",
|
| 981 |
+
"ai2thor00978",
|
| 982 |
+
"ai2thor00979",
|
| 983 |
+
"ai2thor00980",
|
| 984 |
+
"ai2thor00981",
|
| 985 |
+
"ai2thor00982",
|
| 986 |
+
"ai2thor00983",
|
| 987 |
+
"ai2thor00984",
|
| 988 |
+
"ai2thor00985",
|
| 989 |
+
"ai2thor00986",
|
| 990 |
+
"ai2thor00987",
|
| 991 |
+
"ai2thor00988",
|
| 992 |
+
"ai2thor00989",
|
| 993 |
+
"ai2thor00990",
|
| 994 |
+
"ai2thor00991",
|
| 995 |
+
"ai2thor00992",
|
| 996 |
+
"ai2thor00993",
|
| 997 |
+
"ai2thor00994",
|
| 998 |
+
"ai2thor00995",
|
| 999 |
+
"ai2thor00996",
|
| 1000 |
+
"ai2thor00997",
|
| 1001 |
+
"ai2thor00998",
|
| 1002 |
+
"ai2thor00999",
|
| 1003 |
+
"ai2thor01000",
|
| 1004 |
+
"ai2thor01001",
|
| 1005 |
+
"ai2thor01002",
|
| 1006 |
+
"ai2thor01003",
|
| 1007 |
+
"ai2thor01004",
|
| 1008 |
+
"ai2thor01005",
|
| 1009 |
+
"ai2thor01006",
|
| 1010 |
+
"ai2thor01007",
|
| 1011 |
+
"ai2thor01008",
|
| 1012 |
+
"ai2thor01009",
|
| 1013 |
+
"ai2thor01010",
|
| 1014 |
+
"ai2thor01011",
|
| 1015 |
+
"ai2thor01012",
|
| 1016 |
+
"ai2thor01013",
|
| 1017 |
+
"ai2thor01014",
|
| 1018 |
+
"ai2thor01015",
|
| 1019 |
+
"ai2thor01016",
|
| 1020 |
+
"ai2thor01017",
|
| 1021 |
+
"ai2thor01018",
|
| 1022 |
+
"ai2thor01019",
|
| 1023 |
+
"ai2thor01020",
|
| 1024 |
+
"ai2thor01021",
|
| 1025 |
+
"ai2thor01022",
|
| 1026 |
+
"ai2thor01023",
|
| 1027 |
+
"ai2thor01024",
|
| 1028 |
+
"ai2thor01025",
|
| 1029 |
+
"ai2thor01026",
|
| 1030 |
+
"ai2thor01027",
|
| 1031 |
+
"ai2thor01028",
|
| 1032 |
+
"ai2thor01029",
|
| 1033 |
+
"ai2thor01030",
|
| 1034 |
+
"ai2thor01031",
|
| 1035 |
+
"ai2thor01032",
|
| 1036 |
+
"ai2thor01033",
|
| 1037 |
+
"ai2thor01034",
|
| 1038 |
+
"ai2thor01035",
|
| 1039 |
+
"ai2thor01036",
|
| 1040 |
+
"ai2thor01037",
|
| 1041 |
+
"ai2thor01038",
|
| 1042 |
+
"ai2thor01039",
|
| 1043 |
+
"ai2thor01040",
|
| 1044 |
+
"ai2thor01041",
|
| 1045 |
+
"ai2thor01042",
|
| 1046 |
+
"ai2thor01043",
|
| 1047 |
+
"ai2thor01044",
|
| 1048 |
+
"ai2thor01045",
|
| 1049 |
+
"ai2thor01046",
|
| 1050 |
+
"ai2thor01047",
|
| 1051 |
+
"ai2thor01048",
|
| 1052 |
+
"ai2thor01049",
|
| 1053 |
+
"ai2thor01050",
|
| 1054 |
+
"ai2thor01051",
|
| 1055 |
+
"ai2thor01052",
|
| 1056 |
+
"ai2thor01053",
|
| 1057 |
+
"ai2thor01054",
|
| 1058 |
+
"ai2thor01055",
|
| 1059 |
+
"ai2thor01056",
|
| 1060 |
+
"ai2thor01057",
|
| 1061 |
+
"ai2thor01058",
|
| 1062 |
+
"ai2thor01059",
|
| 1063 |
+
"ai2thor01060",
|
| 1064 |
+
"ai2thor01061",
|
| 1065 |
+
"ai2thor01062",
|
| 1066 |
+
"ai2thor01063",
|
| 1067 |
+
"ai2thor01064",
|
| 1068 |
+
"ai2thor01065",
|
| 1069 |
+
"ai2thor01066",
|
| 1070 |
+
"ai2thor01067",
|
| 1071 |
+
"ai2thor01068",
|
| 1072 |
+
"ai2thor01069",
|
| 1073 |
+
"ai2thor01070",
|
| 1074 |
+
"ai2thor01071",
|
| 1075 |
+
"ai2thor01072",
|
| 1076 |
+
"ai2thor01073",
|
| 1077 |
+
"ai2thor01074",
|
| 1078 |
+
"ai2thor01075",
|
| 1079 |
+
"ai2thor01076",
|
| 1080 |
+
"ai2thor01077",
|
| 1081 |
+
"ai2thor01078",
|
| 1082 |
+
"ai2thor01079",
|
| 1083 |
+
"ai2thor01080",
|
| 1084 |
+
"ai2thor01081",
|
| 1085 |
+
"ai2thor01082",
|
| 1086 |
+
"ai2thor01083",
|
| 1087 |
+
"ai2thor01084",
|
| 1088 |
+
"ai2thor01085",
|
| 1089 |
+
"ai2thor01086",
|
| 1090 |
+
"ai2thor01087",
|
| 1091 |
+
"ai2thor01088",
|
| 1092 |
+
"ai2thor01089",
|
| 1093 |
+
"ai2thor01090",
|
| 1094 |
+
"ai2thor01091",
|
| 1095 |
+
"ai2thor01092",
|
| 1096 |
+
"ai2thor01093",
|
| 1097 |
+
"ai2thor01094",
|
| 1098 |
+
"ai2thor01095",
|
| 1099 |
+
"ai2thor01096",
|
| 1100 |
+
"ai2thor01097",
|
| 1101 |
+
"ai2thor01098",
|
| 1102 |
+
"ai2thor01099",
|
| 1103 |
+
"ai2thor01100",
|
| 1104 |
+
"ai2thor01101",
|
| 1105 |
+
"ai2thor01102",
|
| 1106 |
+
"ai2thor01103",
|
| 1107 |
+
"ai2thor01104",
|
| 1108 |
+
"ai2thor01105",
|
| 1109 |
+
"ai2thor01106",
|
| 1110 |
+
"ai2thor01107",
|
| 1111 |
+
"ai2thor01108",
|
| 1112 |
+
"ai2thor01109",
|
| 1113 |
+
"ai2thor01110",
|
| 1114 |
+
"ai2thor01111",
|
| 1115 |
+
"ai2thor01112",
|
| 1116 |
+
"ai2thor01113",
|
| 1117 |
+
"ai2thor01114",
|
| 1118 |
+
"ai2thor01115",
|
| 1119 |
+
"ai2thor01116",
|
| 1120 |
+
"ai2thor01117",
|
| 1121 |
+
"ai2thor01118",
|
| 1122 |
+
"ai2thor01119",
|
| 1123 |
+
"ai2thor01120",
|
| 1124 |
+
"ai2thor01121",
|
| 1125 |
+
"ai2thor01122",
|
| 1126 |
+
"ai2thor01123",
|
| 1127 |
+
"ai2thor01124",
|
| 1128 |
+
"ai2thor01125",
|
| 1129 |
+
"ai2thor01126",
|
| 1130 |
+
"ai2thor01127",
|
| 1131 |
+
"ai2thor01128",
|
| 1132 |
+
"ai2thor01129",
|
| 1133 |
+
"ai2thor01130",
|
| 1134 |
+
"ai2thor01131",
|
| 1135 |
+
"ai2thor01132",
|
| 1136 |
+
"ai2thor01133",
|
| 1137 |
+
"ai2thor01134",
|
| 1138 |
+
"ai2thor01135",
|
| 1139 |
+
"ai2thor01136",
|
| 1140 |
+
"ai2thor01137",
|
| 1141 |
+
"ai2thor01138",
|
| 1142 |
+
"ai2thor01139",
|
| 1143 |
+
"ai2thor01140",
|
| 1144 |
+
"ai2thor01141",
|
| 1145 |
+
"ai2thor01142",
|
| 1146 |
+
"ai2thor01143",
|
| 1147 |
+
"ai2thor01144",
|
| 1148 |
+
"ai2thor01145",
|
| 1149 |
+
"ai2thor01146",
|
| 1150 |
+
"ai2thor01147",
|
| 1151 |
+
"ai2thor01148",
|
| 1152 |
+
"ai2thor01149",
|
| 1153 |
+
"ai2thor01150",
|
| 1154 |
+
"ai2thor01151",
|
| 1155 |
+
"ai2thor01152",
|
| 1156 |
+
"ai2thor01153",
|
| 1157 |
+
"ai2thor01154",
|
| 1158 |
+
"ai2thor01155",
|
| 1159 |
+
"ai2thor01156",
|
| 1160 |
+
"ai2thor01157",
|
| 1161 |
+
"ai2thor01158",
|
| 1162 |
+
"ai2thor01159",
|
| 1163 |
+
"ai2thor01160",
|
| 1164 |
+
"ai2thor01161",
|
| 1165 |
+
"ai2thor01162",
|
| 1166 |
+
"ai2thor01163",
|
| 1167 |
+
"ai2thor01164",
|
| 1168 |
+
"ai2thor01165",
|
| 1169 |
+
"ai2thor01166",
|
| 1170 |
+
"ai2thor01167",
|
| 1171 |
+
"ai2thor01168",
|
| 1172 |
+
"ai2thor01169",
|
| 1173 |
+
"ai2thor01170",
|
| 1174 |
+
"ai2thor01171",
|
| 1175 |
+
"ai2thor01172",
|
| 1176 |
+
"ai2thor01173",
|
| 1177 |
+
"ai2thor01174",
|
| 1178 |
+
"ai2thor01175",
|
| 1179 |
+
"ai2thor01176",
|
| 1180 |
+
"ai2thor01177",
|
| 1181 |
+
"ai2thor01178",
|
| 1182 |
+
"ai2thor01179",
|
| 1183 |
+
"ai2thor01180",
|
| 1184 |
+
"ai2thor01181",
|
| 1185 |
+
"ai2thor01182",
|
| 1186 |
+
"ai2thor01183",
|
| 1187 |
+
"ai2thor01184",
|
| 1188 |
+
"ai2thor01185",
|
| 1189 |
+
"ai2thor01186",
|
| 1190 |
+
"ai2thor01187",
|
| 1191 |
+
"ai2thor01188",
|
| 1192 |
+
"ai2thor01189",
|
| 1193 |
+
"ai2thor01190",
|
| 1194 |
+
"ai2thor01191",
|
| 1195 |
+
"ai2thor01192",
|
| 1196 |
+
"ai2thor01193",
|
| 1197 |
+
"ai2thor01194",
|
| 1198 |
+
"ai2thor01195",
|
| 1199 |
+
"ai2thor01196",
|
| 1200 |
+
"ai2thor01197",
|
| 1201 |
+
"ai2thor01198",
|
| 1202 |
+
"ai2thor01199",
|
| 1203 |
+
"ai2thor01200",
|
| 1204 |
+
"ai2thor01201",
|
| 1205 |
+
"ai2thor01202",
|
| 1206 |
+
"ai2thor01203",
|
| 1207 |
+
"ai2thor01204",
|
| 1208 |
+
"ai2thor01205",
|
| 1209 |
+
"ai2thor01206",
|
| 1210 |
+
"ai2thor01207",
|
| 1211 |
+
"ai2thor01208",
|
| 1212 |
+
"ai2thor01209",
|
| 1213 |
+
"ai2thor01210",
|
| 1214 |
+
"ai2thor01211",
|
| 1215 |
+
"ai2thor01212",
|
| 1216 |
+
"ai2thor01213",
|
| 1217 |
+
"ai2thor01214",
|
| 1218 |
+
"ai2thor01215",
|
| 1219 |
+
"ai2thor01216",
|
| 1220 |
+
"ai2thor01217",
|
| 1221 |
+
"ai2thor01218",
|
| 1222 |
+
"ai2thor01219",
|
| 1223 |
+
"ai2thor01220",
|
| 1224 |
+
"ai2thor01221",
|
| 1225 |
+
"ai2thor01222",
|
| 1226 |
+
"ai2thor01223",
|
| 1227 |
+
"ai2thor01224",
|
| 1228 |
+
"ai2thor01225",
|
| 1229 |
+
"ai2thor01226",
|
| 1230 |
+
"ai2thor01227",
|
| 1231 |
+
"ai2thor01228",
|
| 1232 |
+
"ai2thor01229",
|
| 1233 |
+
"ai2thor01230",
|
| 1234 |
+
"ai2thor01231",
|
| 1235 |
+
"ai2thor01232",
|
| 1236 |
+
"ai2thor01233",
|
| 1237 |
+
"ai2thor01234",
|
| 1238 |
+
"ai2thor01235",
|
| 1239 |
+
"ai2thor01236",
|
| 1240 |
+
"ai2thor01237",
|
| 1241 |
+
"ai2thor01238",
|
| 1242 |
+
"ai2thor01239",
|
| 1243 |
+
"ai2thor01240",
|
| 1244 |
+
"ai2thor01241",
|
| 1245 |
+
"ai2thor01242",
|
| 1246 |
+
"ai2thor01243",
|
| 1247 |
+
"ai2thor01244",
|
| 1248 |
+
"ai2thor01245",
|
| 1249 |
+
"ai2thor01246",
|
| 1250 |
+
"ai2thor01247",
|
| 1251 |
+
"ai2thor01248",
|
| 1252 |
+
"ai2thor01249",
|
| 1253 |
+
"ai2thor01250",
|
| 1254 |
+
"ai2thor01251",
|
| 1255 |
+
"ai2thor01252",
|
| 1256 |
+
"ai2thor01253",
|
| 1257 |
+
"ai2thor01254",
|
| 1258 |
+
"ai2thor01255",
|
| 1259 |
+
"ai2thor01256",
|
| 1260 |
+
"ai2thor01257",
|
| 1261 |
+
"ai2thor01258",
|
| 1262 |
+
"ai2thor01259",
|
| 1263 |
+
"ai2thor01260",
|
| 1264 |
+
"ai2thor01261",
|
| 1265 |
+
"ai2thor01262",
|
| 1266 |
+
"ai2thor01263",
|
| 1267 |
+
"ai2thor01264",
|
| 1268 |
+
"ai2thor01265",
|
| 1269 |
+
"ai2thor01266",
|
| 1270 |
+
"ai2thor01267",
|
| 1271 |
+
"ai2thor01268",
|
| 1272 |
+
"ai2thor01269",
|
| 1273 |
+
"ai2thor01270",
|
| 1274 |
+
"ai2thor01271",
|
| 1275 |
+
"ai2thor01272",
|
| 1276 |
+
"ai2thor01273",
|
| 1277 |
+
"ai2thor01274",
|
| 1278 |
+
"ai2thor01275",
|
| 1279 |
+
"ai2thor01276",
|
| 1280 |
+
"ai2thor01277",
|
| 1281 |
+
"ai2thor01278",
|
| 1282 |
+
"ai2thor01279",
|
| 1283 |
+
"ai2thor01280",
|
| 1284 |
+
"ai2thor01281",
|
| 1285 |
+
"ai2thor01282",
|
| 1286 |
+
"ai2thor01283",
|
| 1287 |
+
"ai2thor01284",
|
| 1288 |
+
"ai2thor01285",
|
| 1289 |
+
"ai2thor01286",
|
| 1290 |
+
"ai2thor01287",
|
| 1291 |
+
"ai2thor01288",
|
| 1292 |
+
"ai2thor01289",
|
| 1293 |
+
"ai2thor01290",
|
| 1294 |
+
"ai2thor01291",
|
| 1295 |
+
"ai2thor01292",
|
| 1296 |
+
"ai2thor01293",
|
| 1297 |
+
"ai2thor01294",
|
| 1298 |
+
"ai2thor01295",
|
| 1299 |
+
"ai2thor01296",
|
| 1300 |
+
"ai2thor01297",
|
| 1301 |
+
"ai2thor01298",
|
| 1302 |
+
"ai2thor01299",
|
| 1303 |
+
"ai2thor01300",
|
| 1304 |
+
"ai2thor01301",
|
| 1305 |
+
"ai2thor01302",
|
| 1306 |
+
"ai2thor01303",
|
| 1307 |
+
"ai2thor01304",
|
| 1308 |
+
"ai2thor01305",
|
| 1309 |
+
"ai2thor01306",
|
| 1310 |
+
"ai2thor01307",
|
| 1311 |
+
"ai2thor01308",
|
| 1312 |
+
"ai2thor01309",
|
| 1313 |
+
"ai2thor01310",
|
| 1314 |
+
"ai2thor01311",
|
| 1315 |
+
"ai2thor01312",
|
| 1316 |
+
"ai2thor01313",
|
| 1317 |
+
"ai2thor01314",
|
| 1318 |
+
"ai2thor01315",
|
| 1319 |
+
"ai2thor01316",
|
| 1320 |
+
"ai2thor01317",
|
| 1321 |
+
"ai2thor01318",
|
| 1322 |
+
"ai2thor01319",
|
| 1323 |
+
"ai2thor01320",
|
| 1324 |
+
"ai2thor01321",
|
| 1325 |
+
"ai2thor01322",
|
| 1326 |
+
"ai2thor01323",
|
| 1327 |
+
"ai2thor01324",
|
| 1328 |
+
"ai2thor01325",
|
| 1329 |
+
"ai2thor01326",
|
| 1330 |
+
"ai2thor01327",
|
| 1331 |
+
"ai2thor01328",
|
| 1332 |
+
"ai2thor01329",
|
| 1333 |
+
"ai2thor01330",
|
| 1334 |
+
"ai2thor01331",
|
| 1335 |
+
"ai2thor01332",
|
| 1336 |
+
"ai2thor01333",
|
| 1337 |
+
"ai2thor01334",
|
| 1338 |
+
"ai2thor01335",
|
| 1339 |
+
"ai2thor01336",
|
| 1340 |
+
"ai2thor01337",
|
| 1341 |
+
"ai2thor01338",
|
| 1342 |
+
"ai2thor01339",
|
| 1343 |
+
"ai2thor01340",
|
| 1344 |
+
"ai2thor01341",
|
| 1345 |
+
"ai2thor01342",
|
| 1346 |
+
"ai2thor01343",
|
| 1347 |
+
"ai2thor01344",
|
| 1348 |
+
"ai2thor01345",
|
| 1349 |
+
"ai2thor01346",
|
| 1350 |
+
"ai2thor01347",
|
| 1351 |
+
"ai2thor01348",
|
| 1352 |
+
"ai2thor01349",
|
| 1353 |
+
"ai2thor01350",
|
| 1354 |
+
"ai2thor01351",
|
| 1355 |
+
"ai2thor01352",
|
| 1356 |
+
"ai2thor01353",
|
| 1357 |
+
"ai2thor01354",
|
| 1358 |
+
"ai2thor01355",
|
| 1359 |
+
"ai2thor01356",
|
| 1360 |
+
"ai2thor01357",
|
| 1361 |
+
"ai2thor01358",
|
| 1362 |
+
"ai2thor01359",
|
| 1363 |
+
"ai2thor01360",
|
| 1364 |
+
"ai2thor01361",
|
| 1365 |
+
"ai2thor01362",
|
| 1366 |
+
"ai2thor01363",
|
| 1367 |
+
"ai2thor01364",
|
| 1368 |
+
"ai2thor01365",
|
| 1369 |
+
"ai2thor01366",
|
| 1370 |
+
"ai2thor01367",
|
| 1371 |
+
"ai2thor01368",
|
| 1372 |
+
"ai2thor01369",
|
| 1373 |
+
"ai2thor01370",
|
| 1374 |
+
"ai2thor01371",
|
| 1375 |
+
"ai2thor01372",
|
| 1376 |
+
"ai2thor01373",
|
| 1377 |
+
"ai2thor01374",
|
| 1378 |
+
"ai2thor01375",
|
| 1379 |
+
"ai2thor01376",
|
| 1380 |
+
"ai2thor01377",
|
| 1381 |
+
"ai2thor01378",
|
| 1382 |
+
"ai2thor01379",
|
| 1383 |
+
"ai2thor01380",
|
| 1384 |
+
"ai2thor01381",
|
| 1385 |
+
"ai2thor01382",
|
| 1386 |
+
"ai2thor01383",
|
| 1387 |
+
"ai2thor01384",
|
| 1388 |
+
"ai2thor01385",
|
| 1389 |
+
"ai2thor01386",
|
| 1390 |
+
"ai2thor01387",
|
| 1391 |
+
"ai2thor01388",
|
| 1392 |
+
"ai2thor01389",
|
| 1393 |
+
"ai2thor01390",
|
| 1394 |
+
"ai2thor01391",
|
| 1395 |
+
"ai2thor01392",
|
| 1396 |
+
"ai2thor01393",
|
| 1397 |
+
"ai2thor01394",
|
| 1398 |
+
"ai2thor01395",
|
| 1399 |
+
"ai2thor01396",
|
| 1400 |
+
"ai2thor01397",
|
| 1401 |
+
"ai2thor01398",
|
| 1402 |
+
"ai2thor01399",
|
| 1403 |
+
"ai2thor01400",
|
| 1404 |
+
"ai2thor01401",
|
| 1405 |
+
"ai2thor01402",
|
| 1406 |
+
"ai2thor01403",
|
| 1407 |
+
"ai2thor01404",
|
| 1408 |
+
"ai2thor01405",
|
| 1409 |
+
"ai2thor01406",
|
| 1410 |
+
"ai2thor01407",
|
| 1411 |
+
"ai2thor01408",
|
| 1412 |
+
"ai2thor01409",
|
| 1413 |
+
"ai2thor01410",
|
| 1414 |
+
"ai2thor01411",
|
| 1415 |
+
"ai2thor01412",
|
| 1416 |
+
"ai2thor01413",
|
| 1417 |
+
"ai2thor01414",
|
| 1418 |
+
"ai2thor01415",
|
| 1419 |
+
"ai2thor01416",
|
| 1420 |
+
"ai2thor01417",
|
| 1421 |
+
"ai2thor01418",
|
| 1422 |
+
"ai2thor01419",
|
| 1423 |
+
"ai2thor01420",
|
| 1424 |
+
"ai2thor01421",
|
| 1425 |
+
"ai2thor01422",
|
| 1426 |
+
"ai2thor01423",
|
| 1427 |
+
"ai2thor01424",
|
| 1428 |
+
"ai2thor01425",
|
| 1429 |
+
"ai2thor01426",
|
| 1430 |
+
"ai2thor01427",
|
| 1431 |
+
"ai2thor01428",
|
| 1432 |
+
"ai2thor01429",
|
| 1433 |
+
"ai2thor01430",
|
| 1434 |
+
"ai2thor01431",
|
| 1435 |
+
"ai2thor01432",
|
| 1436 |
+
"ai2thor01433",
|
| 1437 |
+
"ai2thor01434",
|
| 1438 |
+
"ai2thor01435",
|
| 1439 |
+
"ai2thor01436",
|
| 1440 |
+
"ai2thor01437",
|
| 1441 |
+
"ai2thor01438",
|
| 1442 |
+
"ai2thor01439",
|
| 1443 |
+
"ai2thor01440",
|
| 1444 |
+
"ai2thor01441",
|
| 1445 |
+
"ai2thor01442",
|
| 1446 |
+
"ai2thor01443",
|
| 1447 |
+
"ai2thor01444",
|
| 1448 |
+
"ai2thor01445",
|
| 1449 |
+
"ai2thor01446",
|
| 1450 |
+
"ai2thor01447",
|
| 1451 |
+
"ai2thor01448",
|
| 1452 |
+
"ai2thor01449",
|
| 1453 |
+
"ai2thor01450",
|
| 1454 |
+
"ai2thor01451",
|
| 1455 |
+
"ai2thor01452",
|
| 1456 |
+
"ai2thor01453",
|
| 1457 |
+
"ai2thor01454",
|
| 1458 |
+
"ai2thor01455",
|
| 1459 |
+
"ai2thor01456",
|
| 1460 |
+
"ai2thor01457",
|
| 1461 |
+
"ai2thor01458",
|
| 1462 |
+
"ai2thor01459",
|
| 1463 |
+
"ai2thor01460",
|
| 1464 |
+
"ai2thor01461",
|
| 1465 |
+
"ai2thor01462",
|
| 1466 |
+
"ai2thor01463",
|
| 1467 |
+
"ai2thor01464",
|
| 1468 |
+
"ai2thor01465",
|
| 1469 |
+
"ai2thor01466",
|
| 1470 |
+
"ai2thor01467",
|
| 1471 |
+
"ai2thor01468",
|
| 1472 |
+
"ai2thor01469",
|
| 1473 |
+
"ai2thor01470",
|
| 1474 |
+
"ai2thor01471",
|
| 1475 |
+
"ai2thor01472",
|
| 1476 |
+
"ai2thor01473",
|
| 1477 |
+
"ai2thor01474",
|
| 1478 |
+
"ai2thor01475",
|
| 1479 |
+
"ai2thor01476",
|
| 1480 |
+
"ai2thor01477",
|
| 1481 |
+
"ai2thor01478",
|
| 1482 |
+
"ai2thor01479",
|
| 1483 |
+
"ai2thor01480",
|
| 1484 |
+
"ai2thor01481",
|
| 1485 |
+
"ai2thor01482",
|
| 1486 |
+
"ai2thor01483",
|
| 1487 |
+
"ai2thor01484",
|
| 1488 |
+
"ai2thor01485",
|
| 1489 |
+
"ai2thor01486",
|
| 1490 |
+
"ai2thor01487",
|
| 1491 |
+
"ai2thor01488",
|
| 1492 |
+
"ai2thor01489",
|
| 1493 |
+
"ai2thor01490",
|
| 1494 |
+
"ai2thor01491",
|
| 1495 |
+
"ai2thor01492",
|
| 1496 |
+
"ai2thor01493",
|
| 1497 |
+
"ai2thor01494",
|
| 1498 |
+
"ai2thor01495",
|
| 1499 |
+
"ai2thor01496",
|
| 1500 |
+
"ai2thor01497",
|
| 1501 |
+
"ai2thor01498",
|
| 1502 |
+
"ai2thor01499",
|
| 1503 |
+
"ai2thor01500",
|
| 1504 |
+
"ai2thor01501",
|
| 1505 |
+
"ai2thor01502",
|
| 1506 |
+
"ai2thor01503",
|
| 1507 |
+
"ai2thor01504",
|
| 1508 |
+
"ai2thor01505",
|
| 1509 |
+
"ai2thor01506",
|
| 1510 |
+
"ai2thor01507",
|
| 1511 |
+
"ai2thor01508",
|
| 1512 |
+
"ai2thor01509",
|
| 1513 |
+
"ai2thor01510",
|
| 1514 |
+
"ai2thor01511",
|
| 1515 |
+
"ai2thor01512",
|
| 1516 |
+
"ai2thor01513",
|
| 1517 |
+
"ai2thor01514",
|
| 1518 |
+
"ai2thor01515",
|
| 1519 |
+
"ai2thor01516",
|
| 1520 |
+
"ai2thor01517",
|
| 1521 |
+
"ai2thor01518",
|
| 1522 |
+
"ai2thor01519",
|
| 1523 |
+
"ai2thor01520",
|
| 1524 |
+
"ai2thor01521",
|
| 1525 |
+
"ai2thor01522",
|
| 1526 |
+
"ai2thor01523",
|
| 1527 |
+
"ai2thor01524",
|
| 1528 |
+
"ai2thor01525",
|
| 1529 |
+
"ai2thor01526",
|
| 1530 |
+
"ai2thor01527",
|
| 1531 |
+
"ai2thor01528",
|
| 1532 |
+
"ai2thor01529",
|
| 1533 |
+
"ai2thor01530",
|
| 1534 |
+
"ai2thor01531",
|
| 1535 |
+
"ai2thor01532",
|
| 1536 |
+
"ai2thor01533",
|
| 1537 |
+
"ai2thor01534",
|
| 1538 |
+
"ai2thor01535",
|
| 1539 |
+
"ai2thor01536",
|
| 1540 |
+
"ai2thor01537",
|
| 1541 |
+
"ai2thor01538",
|
| 1542 |
+
"ai2thor01539",
|
| 1543 |
+
"ai2thor01540",
|
| 1544 |
+
"ai2thor01541",
|
| 1545 |
+
"ai2thor01542",
|
| 1546 |
+
"ai2thor01543",
|
| 1547 |
+
"ai2thor01544",
|
| 1548 |
+
"ai2thor01545",
|
| 1549 |
+
"ai2thor01546",
|
| 1550 |
+
"ai2thor01547",
|
| 1551 |
+
"ai2thor01548",
|
| 1552 |
+
"ai2thor01549",
|
| 1553 |
+
"ai2thor01550",
|
| 1554 |
+
"ai2thor01551",
|
| 1555 |
+
"ai2thor01552",
|
| 1556 |
+
"ai2thor01553",
|
| 1557 |
+
"ai2thor01554",
|
| 1558 |
+
"ai2thor01555",
|
| 1559 |
+
"ai2thor01556",
|
| 1560 |
+
"ai2thor01557",
|
| 1561 |
+
"ai2thor01558",
|
| 1562 |
+
"ai2thor01559",
|
| 1563 |
+
"ai2thor01560",
|
| 1564 |
+
"ai2thor01561",
|
| 1565 |
+
"ai2thor01562",
|
| 1566 |
+
"ai2thor01563",
|
| 1567 |
+
"ai2thor01564",
|
| 1568 |
+
"ai2thor01565",
|
| 1569 |
+
"ai2thor01566",
|
| 1570 |
+
"ai2thor01567",
|
| 1571 |
+
"ai2thor01568",
|
| 1572 |
+
"ai2thor01569",
|
| 1573 |
+
"ai2thor01570",
|
| 1574 |
+
"ai2thor01571",
|
| 1575 |
+
"ai2thor01572",
|
| 1576 |
+
"ai2thor01573",
|
| 1577 |
+
"ai2thor01574",
|
| 1578 |
+
"ai2thor01575",
|
| 1579 |
+
"ai2thor01576",
|
| 1580 |
+
"ai2thor01577",
|
| 1581 |
+
"ai2thor01578",
|
| 1582 |
+
"ai2thor01579",
|
| 1583 |
+
"ai2thor01580",
|
| 1584 |
+
"ai2thor01581",
|
| 1585 |
+
"ai2thor01582",
|
| 1586 |
+
"ai2thor01583",
|
| 1587 |
+
"ai2thor01584",
|
| 1588 |
+
"ai2thor01585",
|
| 1589 |
+
"ai2thor01586",
|
| 1590 |
+
"ai2thor01587",
|
| 1591 |
+
"ai2thor01588",
|
| 1592 |
+
"ai2thor01589",
|
| 1593 |
+
"ai2thor01590",
|
| 1594 |
+
"ai2thor01591",
|
| 1595 |
+
"ai2thor01592",
|
| 1596 |
+
"ai2thor01593",
|
| 1597 |
+
"ai2thor01594",
|
| 1598 |
+
"ai2thor01595",
|
| 1599 |
+
"ai2thor01596",
|
| 1600 |
+
"ai2thor01597",
|
| 1601 |
+
"ai2thor01598",
|
| 1602 |
+
"ai2thor01599",
|
| 1603 |
+
"ai2thor01600",
|
| 1604 |
+
"ai2thor01601",
|
| 1605 |
+
"ai2thor01602",
|
| 1606 |
+
"ai2thor01603",
|
| 1607 |
+
"ai2thor01604",
|
| 1608 |
+
"ai2thor01605",
|
| 1609 |
+
"ai2thor01606",
|
| 1610 |
+
"ai2thor01607",
|
| 1611 |
+
"ai2thor01608",
|
| 1612 |
+
"ai2thor01609",
|
| 1613 |
+
"ai2thor01610",
|
| 1614 |
+
"ai2thor01611",
|
| 1615 |
+
"ai2thor01612",
|
| 1616 |
+
"ai2thor01613",
|
| 1617 |
+
"ai2thor01614",
|
| 1618 |
+
"ai2thor01615",
|
| 1619 |
+
"ai2thor01616",
|
| 1620 |
+
"ai2thor01617",
|
| 1621 |
+
"ai2thor01618",
|
| 1622 |
+
"ai2thor01619",
|
| 1623 |
+
"ai2thor01620",
|
| 1624 |
+
"ai2thor01621",
|
| 1625 |
+
"ai2thor01622",
|
| 1626 |
+
"ai2thor01623",
|
| 1627 |
+
"ai2thor01624",
|
| 1628 |
+
"ai2thor01625",
|
| 1629 |
+
"ai2thor01626",
|
| 1630 |
+
"ai2thor01627",
|
| 1631 |
+
"ai2thor01628",
|
| 1632 |
+
"ai2thor01629",
|
| 1633 |
+
"ai2thor01630",
|
| 1634 |
+
"ai2thor01631",
|
| 1635 |
+
"ai2thor01632",
|
| 1636 |
+
"ai2thor01633",
|
| 1637 |
+
"ai2thor01634",
|
| 1638 |
+
"ai2thor01635",
|
| 1639 |
+
"ai2thor01636",
|
| 1640 |
+
"ai2thor01637",
|
| 1641 |
+
"ai2thor01638",
|
| 1642 |
+
"ai2thor01639",
|
| 1643 |
+
"ai2thor01640",
|
| 1644 |
+
"ai2thor01641",
|
| 1645 |
+
"ai2thor01642",
|
| 1646 |
+
"ai2thor01643",
|
| 1647 |
+
"ai2thor01644",
|
| 1648 |
+
"ai2thor01645",
|
| 1649 |
+
"ai2thor01646",
|
| 1650 |
+
"ai2thor01647",
|
| 1651 |
+
"ai2thor01648",
|
| 1652 |
+
"ai2thor01649",
|
| 1653 |
+
"ai2thor01650",
|
| 1654 |
+
"ai2thor01651",
|
| 1655 |
+
"ai2thor01652",
|
| 1656 |
+
"ai2thor01653",
|
| 1657 |
+
"ai2thor01654",
|
| 1658 |
+
"ai2thor01655",
|
| 1659 |
+
"ai2thor01656",
|
| 1660 |
+
"ai2thor01657",
|
| 1661 |
+
"ai2thor01658",
|
| 1662 |
+
"ai2thor01659",
|
| 1663 |
+
"ai2thor01660",
|
| 1664 |
+
"ai2thor01661",
|
| 1665 |
+
"ai2thor01662",
|
| 1666 |
+
"ai2thor01663",
|
| 1667 |
+
"ai2thor01664",
|
| 1668 |
+
"ai2thor01665",
|
| 1669 |
+
"ai2thor01666",
|
| 1670 |
+
"ai2thor01667",
|
| 1671 |
+
"ai2thor01668",
|
| 1672 |
+
"ai2thor01669",
|
| 1673 |
+
"ai2thor01670",
|
| 1674 |
+
"ai2thor01671",
|
| 1675 |
+
"ai2thor01672",
|
| 1676 |
+
"ai2thor01673",
|
| 1677 |
+
"ai2thor01674",
|
| 1678 |
+
"ai2thor01675",
|
| 1679 |
+
"ai2thor01676",
|
| 1680 |
+
"ai2thor01677",
|
| 1681 |
+
"ai2thor01678",
|
| 1682 |
+
"ai2thor01679",
|
| 1683 |
+
"ai2thor01680",
|
| 1684 |
+
"ai2thor01681",
|
| 1685 |
+
"ai2thor01682",
|
| 1686 |
+
"ai2thor01683",
|
| 1687 |
+
"ai2thor01684",
|
| 1688 |
+
"ai2thor01685",
|
| 1689 |
+
"ai2thor01686",
|
| 1690 |
+
"ai2thor01687",
|
| 1691 |
+
"ai2thor01688",
|
| 1692 |
+
"ai2thor01689",
|
| 1693 |
+
"ai2thor01690",
|
| 1694 |
+
"ai2thor01691",
|
| 1695 |
+
"ai2thor01692",
|
| 1696 |
+
"ai2thor01693",
|
| 1697 |
+
"ai2thor01694",
|
| 1698 |
+
"ai2thor01695",
|
| 1699 |
+
"ai2thor01696",
|
| 1700 |
+
"ai2thor01697",
|
| 1701 |
+
"ai2thor01698",
|
| 1702 |
+
"ai2thor01699",
|
| 1703 |
+
"ai2thor01700",
|
| 1704 |
+
"ai2thor01701",
|
| 1705 |
+
"ai2thor01702",
|
| 1706 |
+
"ai2thor01703",
|
| 1707 |
+
"ai2thor01704",
|
| 1708 |
+
"ai2thor01705",
|
| 1709 |
+
"ai2thor01706",
|
| 1710 |
+
"ai2thor01707",
|
| 1711 |
+
"ai2thor01708",
|
| 1712 |
+
"ai2thor01709",
|
| 1713 |
+
"ai2thor01710",
|
| 1714 |
+
"ai2thor01711",
|
| 1715 |
+
"ai2thor01712",
|
| 1716 |
+
"ai2thor01713",
|
| 1717 |
+
"ai2thor01714",
|
| 1718 |
+
"ai2thor01715",
|
| 1719 |
+
"ai2thor01716",
|
| 1720 |
+
"ai2thor01717",
|
| 1721 |
+
"ai2thor01718",
|
| 1722 |
+
"ai2thor01719",
|
| 1723 |
+
"ai2thor01720",
|
| 1724 |
+
"ai2thor01721",
|
| 1725 |
+
"ai2thor01722",
|
| 1726 |
+
"ai2thor01723",
|
| 1727 |
+
"ai2thor01724",
|
| 1728 |
+
"ai2thor01725",
|
| 1729 |
+
"ai2thor01726",
|
| 1730 |
+
"ai2thor01727",
|
| 1731 |
+
"ai2thor01728",
|
| 1732 |
+
"ai2thor01729",
|
| 1733 |
+
"ai2thor01730",
|
| 1734 |
+
"ai2thor01731",
|
| 1735 |
+
"ai2thor01732",
|
| 1736 |
+
"ai2thor01733",
|
| 1737 |
+
"ai2thor01734",
|
| 1738 |
+
"ai2thor01735",
|
| 1739 |
+
"ai2thor01736",
|
| 1740 |
+
"ai2thor01737",
|
| 1741 |
+
"ai2thor01738",
|
| 1742 |
+
"ai2thor01739",
|
| 1743 |
+
"ai2thor01740",
|
| 1744 |
+
"ai2thor01741",
|
| 1745 |
+
"ai2thor01742",
|
| 1746 |
+
"ai2thor01743",
|
| 1747 |
+
"ai2thor01744",
|
| 1748 |
+
"ai2thor01745",
|
| 1749 |
+
"ai2thor01746",
|
| 1750 |
+
"ai2thor01747",
|
| 1751 |
+
"ai2thor01748",
|
| 1752 |
+
"ai2thor01749",
|
| 1753 |
+
"ai2thor01750",
|
| 1754 |
+
"ai2thor01751",
|
| 1755 |
+
"ai2thor01752",
|
| 1756 |
+
"ai2thor01753",
|
| 1757 |
+
"ai2thor01754",
|
| 1758 |
+
"ai2thor01755",
|
| 1759 |
+
"ai2thor01756",
|
| 1760 |
+
"ai2thor01757",
|
| 1761 |
+
"ai2thor01758",
|
| 1762 |
+
"ai2thor01759",
|
| 1763 |
+
"ai2thor01760",
|
| 1764 |
+
"ai2thor01761",
|
| 1765 |
+
"ai2thor01762",
|
| 1766 |
+
"ai2thor01763",
|
| 1767 |
+
"ai2thor01764",
|
| 1768 |
+
"ai2thor01765",
|
| 1769 |
+
"ai2thor01766",
|
| 1770 |
+
"ai2thor01767",
|
| 1771 |
+
"ai2thor01768",
|
| 1772 |
+
"ai2thor01769",
|
| 1773 |
+
"ai2thor01770",
|
| 1774 |
+
"ai2thor01771",
|
| 1775 |
+
"ai2thor01772",
|
| 1776 |
+
"ai2thor01773",
|
| 1777 |
+
"ai2thor01774",
|
| 1778 |
+
"ai2thor01775",
|
| 1779 |
+
"ai2thor01776",
|
| 1780 |
+
"ai2thor01777",
|
| 1781 |
+
"ai2thor01778",
|
| 1782 |
+
"ai2thor01779",
|
| 1783 |
+
"ai2thor01780",
|
| 1784 |
+
"ai2thor01781",
|
| 1785 |
+
"ai2thor01782",
|
| 1786 |
+
"ai2thor01783",
|
| 1787 |
+
"ai2thor01784",
|
| 1788 |
+
"ai2thor01785",
|
| 1789 |
+
"ai2thor01786",
|
| 1790 |
+
"ai2thor01787",
|
| 1791 |
+
"ai2thor01788",
|
| 1792 |
+
"ai2thor01789",
|
| 1793 |
+
"ai2thor01790",
|
| 1794 |
+
"ai2thor01791",
|
| 1795 |
+
"ai2thor01792",
|
| 1796 |
+
"ai2thor01793",
|
| 1797 |
+
"ai2thor01794",
|
| 1798 |
+
"ai2thor01795",
|
| 1799 |
+
"ai2thor01796",
|
| 1800 |
+
"ai2thor01797",
|
| 1801 |
+
"ai2thor01798",
|
| 1802 |
+
"ai2thor01799",
|
| 1803 |
+
"ai2thor01800",
|
| 1804 |
+
"ai2thor01801",
|
| 1805 |
+
"ai2thor01802",
|
| 1806 |
+
"ai2thor01803",
|
| 1807 |
+
"ai2thor01804",
|
| 1808 |
+
"ai2thor01805",
|
| 1809 |
+
"ai2thor01806",
|
| 1810 |
+
"ai2thor01807",
|
| 1811 |
+
"ai2thor01808",
|
| 1812 |
+
"ai2thor01809",
|
| 1813 |
+
"ai2thor01810",
|
| 1814 |
+
"ai2thor01811",
|
| 1815 |
+
"ai2thor01812",
|
| 1816 |
+
"ai2thor01813",
|
| 1817 |
+
"ai2thor01814",
|
| 1818 |
+
"ai2thor01815",
|
| 1819 |
+
"ai2thor01816",
|
| 1820 |
+
"ai2thor01817",
|
| 1821 |
+
"ai2thor01818",
|
| 1822 |
+
"ai2thor01819",
|
| 1823 |
+
"ai2thor01820",
|
| 1824 |
+
"ai2thor01821",
|
| 1825 |
+
"ai2thor01822",
|
| 1826 |
+
"ai2thor01823",
|
| 1827 |
+
"ai2thor01824",
|
| 1828 |
+
"ai2thor01825",
|
| 1829 |
+
"ai2thor01826",
|
| 1830 |
+
"ai2thor01827",
|
| 1831 |
+
"ai2thor01828",
|
| 1832 |
+
"ai2thor01829",
|
| 1833 |
+
"ai2thor01830",
|
| 1834 |
+
"ai2thor01831",
|
| 1835 |
+
"ai2thor01832",
|
| 1836 |
+
"ai2thor01833",
|
| 1837 |
+
"ai2thor01834",
|
| 1838 |
+
"ai2thor01835",
|
| 1839 |
+
"ai2thor01836",
|
| 1840 |
+
"ai2thor01837",
|
| 1841 |
+
"ai2thor01838",
|
| 1842 |
+
"ai2thor01839",
|
| 1843 |
+
"ai2thor01840",
|
| 1844 |
+
"ai2thor01841",
|
| 1845 |
+
"ai2thor01842",
|
| 1846 |
+
"ai2thor01843",
|
| 1847 |
+
"ai2thor01844",
|
| 1848 |
+
"ai2thor01845",
|
| 1849 |
+
"ai2thor01846",
|
| 1850 |
+
"ai2thor01847",
|
| 1851 |
+
"ai2thor01848",
|
| 1852 |
+
"ai2thor01849",
|
| 1853 |
+
"ai2thor01850",
|
| 1854 |
+
"ai2thor01851",
|
| 1855 |
+
"ai2thor01852",
|
| 1856 |
+
"ai2thor01853",
|
| 1857 |
+
"ai2thor01854",
|
| 1858 |
+
"ai2thor01855",
|
| 1859 |
+
"ai2thor01856",
|
| 1860 |
+
"ai2thor01857",
|
| 1861 |
+
"ai2thor01858",
|
| 1862 |
+
"ai2thor01859",
|
| 1863 |
+
"ai2thor01860",
|
| 1864 |
+
"ai2thor01861",
|
| 1865 |
+
"ai2thor01862",
|
| 1866 |
+
"ai2thor01863",
|
| 1867 |
+
"ai2thor01864",
|
| 1868 |
+
"ai2thor01865",
|
| 1869 |
+
"ai2thor01866",
|
| 1870 |
+
"ai2thor01867",
|
| 1871 |
+
"ai2thor01868",
|
| 1872 |
+
"ai2thor01869",
|
| 1873 |
+
"ai2thor01870",
|
| 1874 |
+
"ai2thor01871",
|
| 1875 |
+
"ai2thor01872",
|
| 1876 |
+
"ai2thor01873",
|
| 1877 |
+
"ai2thor01874",
|
| 1878 |
+
"ai2thor01875",
|
| 1879 |
+
"ai2thor01876",
|
| 1880 |
+
"ai2thor01877",
|
| 1881 |
+
"ai2thor01878",
|
| 1882 |
+
"ai2thor01879",
|
| 1883 |
+
"ai2thor01880",
|
| 1884 |
+
"ai2thor01881",
|
| 1885 |
+
"ai2thor01882",
|
| 1886 |
+
"ai2thor01883",
|
| 1887 |
+
"ai2thor01884",
|
| 1888 |
+
"ai2thor01885",
|
| 1889 |
+
"ai2thor01886",
|
| 1890 |
+
"ai2thor01887",
|
| 1891 |
+
"ai2thor01888",
|
| 1892 |
+
"ai2thor01889",
|
| 1893 |
+
"ai2thor01890",
|
| 1894 |
+
"ai2thor01891",
|
| 1895 |
+
"ai2thor01892",
|
| 1896 |
+
"ai2thor01893",
|
| 1897 |
+
"ai2thor01894",
|
| 1898 |
+
"ai2thor01895",
|
| 1899 |
+
"ai2thor01896",
|
| 1900 |
+
"ai2thor01897",
|
| 1901 |
+
"ai2thor01898",
|
| 1902 |
+
"ai2thor01899",
|
| 1903 |
+
"ai2thor01900",
|
| 1904 |
+
"ai2thor01901",
|
| 1905 |
+
"ai2thor01902",
|
| 1906 |
+
"ai2thor01903",
|
| 1907 |
+
"ai2thor01904",
|
| 1908 |
+
"ai2thor01905",
|
| 1909 |
+
"ai2thor01906",
|
| 1910 |
+
"ai2thor01907",
|
| 1911 |
+
"ai2thor01908",
|
| 1912 |
+
"ai2thor01909",
|
| 1913 |
+
"ai2thor01910",
|
| 1914 |
+
"ai2thor01911",
|
| 1915 |
+
"ai2thor01912",
|
| 1916 |
+
"ai2thor01913",
|
| 1917 |
+
"ai2thor01914",
|
| 1918 |
+
"ai2thor01915",
|
| 1919 |
+
"ai2thor01916",
|
| 1920 |
+
"ai2thor01917",
|
| 1921 |
+
"ai2thor01918",
|
| 1922 |
+
"ai2thor01919",
|
| 1923 |
+
"ai2thor01920",
|
| 1924 |
+
"ai2thor01921",
|
| 1925 |
+
"ai2thor01922",
|
| 1926 |
+
"ai2thor01923",
|
| 1927 |
+
"ai2thor01924",
|
| 1928 |
+
"ai2thor01925",
|
| 1929 |
+
"ai2thor01926",
|
| 1930 |
+
"ai2thor01927",
|
| 1931 |
+
"ai2thor01928",
|
| 1932 |
+
"ai2thor01929",
|
| 1933 |
+
"ai2thor01930",
|
| 1934 |
+
"ai2thor01931",
|
| 1935 |
+
"ai2thor01932",
|
| 1936 |
+
"ai2thor01933",
|
| 1937 |
+
"ai2thor01934",
|
| 1938 |
+
"ai2thor01935",
|
| 1939 |
+
"ai2thor01936",
|
| 1940 |
+
"ai2thor01937",
|
| 1941 |
+
"ai2thor01938",
|
| 1942 |
+
"ai2thor01939",
|
| 1943 |
+
"ai2thor01940",
|
| 1944 |
+
"ai2thor01941",
|
| 1945 |
+
"ai2thor01942",
|
| 1946 |
+
"ai2thor01943",
|
| 1947 |
+
"ai2thor01944",
|
| 1948 |
+
"ai2thor01945",
|
| 1949 |
+
"ai2thor01946",
|
| 1950 |
+
"ai2thor01947",
|
| 1951 |
+
"ai2thor01948",
|
| 1952 |
+
"ai2thor01949",
|
| 1953 |
+
"ai2thor01950",
|
| 1954 |
+
"ai2thor01951",
|
| 1955 |
+
"ai2thor01952",
|
| 1956 |
+
"ai2thor01953",
|
| 1957 |
+
"ai2thor01954",
|
| 1958 |
+
"ai2thor01955",
|
| 1959 |
+
"ai2thor01956",
|
| 1960 |
+
"ai2thor01957",
|
| 1961 |
+
"ai2thor01958",
|
| 1962 |
+
"ai2thor01959",
|
| 1963 |
+
"ai2thor01960",
|
| 1964 |
+
"ai2thor01961",
|
| 1965 |
+
"ai2thor01962",
|
| 1966 |
+
"ai2thor01963",
|
| 1967 |
+
"ai2thor01964",
|
| 1968 |
+
"ai2thor01965",
|
| 1969 |
+
"ai2thor01966",
|
| 1970 |
+
"ai2thor01967",
|
| 1971 |
+
"ai2thor01968",
|
| 1972 |
+
"ai2thor01969",
|
| 1973 |
+
"ai2thor01970",
|
| 1974 |
+
"ai2thor01971",
|
| 1975 |
+
"ai2thor01972",
|
| 1976 |
+
"ai2thor01973",
|
| 1977 |
+
"ai2thor01974",
|
| 1978 |
+
"ai2thor01975",
|
| 1979 |
+
"ai2thor01976",
|
| 1980 |
+
"ai2thor01977",
|
| 1981 |
+
"ai2thor01978",
|
| 1982 |
+
"ai2thor01979",
|
| 1983 |
+
"ai2thor01980",
|
| 1984 |
+
"ai2thor01981",
|
| 1985 |
+
"ai2thor01982",
|
| 1986 |
+
"ai2thor01983",
|
| 1987 |
+
"ai2thor01984",
|
| 1988 |
+
"ai2thor01985",
|
| 1989 |
+
"ai2thor01986",
|
| 1990 |
+
"ai2thor01987",
|
| 1991 |
+
"ai2thor01988",
|
| 1992 |
+
"ai2thor01989",
|
| 1993 |
+
"ai2thor01990",
|
| 1994 |
+
"ai2thor01991",
|
| 1995 |
+
"ai2thor01992",
|
| 1996 |
+
"ai2thor01993",
|
| 1997 |
+
"ai2thor01994",
|
| 1998 |
+
"ai2thor01995",
|
| 1999 |
+
"ai2thor01996",
|
| 2000 |
+
"ai2thor01997",
|
| 2001 |
+
"ai2thor01998",
|
| 2002 |
+
"ai2thor01999",
|
| 2003 |
+
"ai2thor02000",
|
| 2004 |
+
"ai2thor02001",
|
| 2005 |
+
"ai2thor02002",
|
| 2006 |
+
"ai2thor02003",
|
| 2007 |
+
"ai2thor02004",
|
| 2008 |
+
"ai2thor02005",
|
| 2009 |
+
"ai2thor02006",
|
| 2010 |
+
"ai2thor02007",
|
| 2011 |
+
"ai2thor02008",
|
| 2012 |
+
"ai2thor02009",
|
| 2013 |
+
"ai2thor02010",
|
| 2014 |
+
"ai2thor02011",
|
| 2015 |
+
"ai2thor02012",
|
| 2016 |
+
"ai2thor02013",
|
| 2017 |
+
"ai2thor02014",
|
| 2018 |
+
"ai2thor02015",
|
| 2019 |
+
"ai2thor02016",
|
| 2020 |
+
"ai2thor02017",
|
| 2021 |
+
"ai2thor02018",
|
| 2022 |
+
"ai2thor02019",
|
| 2023 |
+
"ai2thor02020",
|
| 2024 |
+
"ai2thor02021",
|
| 2025 |
+
"ai2thor02022",
|
| 2026 |
+
"ai2thor02023",
|
| 2027 |
+
"ai2thor02024",
|
| 2028 |
+
"ai2thor02025",
|
| 2029 |
+
"ai2thor02026",
|
| 2030 |
+
"ai2thor02027",
|
| 2031 |
+
"ai2thor02028",
|
| 2032 |
+
"ai2thor02029",
|
| 2033 |
+
"ai2thor02030",
|
| 2034 |
+
"ai2thor02031",
|
| 2035 |
+
"ai2thor02032",
|
| 2036 |
+
"ai2thor02033",
|
| 2037 |
+
"ai2thor02034",
|
| 2038 |
+
"ai2thor02035",
|
| 2039 |
+
"ai2thor02036",
|
| 2040 |
+
"ai2thor02037",
|
| 2041 |
+
"ai2thor02038",
|
| 2042 |
+
"ai2thor02039",
|
| 2043 |
+
"ai2thor02040",
|
| 2044 |
+
"ai2thor02041",
|
| 2045 |
+
"ai2thor02042",
|
| 2046 |
+
"ai2thor02043",
|
| 2047 |
+
"ai2thor02044",
|
| 2048 |
+
"ai2thor02045",
|
| 2049 |
+
"ai2thor02046",
|
| 2050 |
+
"ai2thor02047",
|
| 2051 |
+
"ai2thor02048",
|
| 2052 |
+
"ai2thor02049",
|
| 2053 |
+
"ai2thor02050",
|
| 2054 |
+
"ai2thor02051",
|
| 2055 |
+
"ai2thor02052",
|
| 2056 |
+
"ai2thor02053",
|
| 2057 |
+
"ai2thor02054",
|
| 2058 |
+
"ai2thor02055",
|
| 2059 |
+
"ai2thor02056",
|
| 2060 |
+
"ai2thor02057",
|
| 2061 |
+
"ai2thor02058",
|
| 2062 |
+
"ai2thor02059",
|
| 2063 |
+
"ai2thor02060",
|
| 2064 |
+
"ai2thor02061",
|
| 2065 |
+
"ai2thor02062",
|
| 2066 |
+
"ai2thor02063",
|
| 2067 |
+
"ai2thor02064",
|
| 2068 |
+
"ai2thor02065",
|
| 2069 |
+
"ai2thor02066",
|
| 2070 |
+
"ai2thor02067",
|
| 2071 |
+
"ai2thor02068",
|
| 2072 |
+
"ai2thor02069",
|
| 2073 |
+
"ai2thor02070",
|
| 2074 |
+
"ai2thor02071",
|
| 2075 |
+
"ai2thor02072",
|
| 2076 |
+
"ai2thor02073",
|
| 2077 |
+
"ai2thor02074",
|
| 2078 |
+
"ai2thor02075",
|
| 2079 |
+
"ai2thor02076",
|
| 2080 |
+
"ai2thor02077",
|
| 2081 |
+
"ai2thor02078",
|
| 2082 |
+
"ai2thor02079",
|
| 2083 |
+
"ai2thor02080",
|
| 2084 |
+
"ai2thor02081",
|
| 2085 |
+
"ai2thor02082",
|
| 2086 |
+
"ai2thor02083",
|
| 2087 |
+
"ai2thor02084",
|
| 2088 |
+
"ai2thor02085",
|
| 2089 |
+
"ai2thor02086",
|
| 2090 |
+
"ai2thor02087",
|
| 2091 |
+
"ai2thor02088",
|
| 2092 |
+
"ai2thor02089",
|
| 2093 |
+
"ai2thor02090",
|
| 2094 |
+
"ai2thor02091",
|
| 2095 |
+
"ai2thor02092",
|
| 2096 |
+
"ai2thor02093",
|
| 2097 |
+
"ai2thor02094",
|
| 2098 |
+
"ai2thor02095",
|
| 2099 |
+
"ai2thor02096",
|
| 2100 |
+
"ai2thor02097",
|
| 2101 |
+
"ai2thor02098",
|
| 2102 |
+
"ai2thor02099",
|
| 2103 |
+
"ai2thor02100",
|
| 2104 |
+
"ai2thor02101",
|
| 2105 |
+
"ai2thor02102",
|
| 2106 |
+
"ai2thor02103",
|
| 2107 |
+
"ai2thor02104",
|
| 2108 |
+
"ai2thor02105",
|
| 2109 |
+
"ai2thor02106",
|
| 2110 |
+
"ai2thor02107",
|
| 2111 |
+
"ai2thor02108",
|
| 2112 |
+
"ai2thor02109",
|
| 2113 |
+
"ai2thor02110",
|
| 2114 |
+
"ai2thor02111",
|
| 2115 |
+
"ai2thor02112",
|
| 2116 |
+
"ai2thor02113",
|
| 2117 |
+
"ai2thor02114",
|
| 2118 |
+
"ai2thor02115",
|
| 2119 |
+
"ai2thor02116",
|
| 2120 |
+
"ai2thor02117",
|
| 2121 |
+
"ai2thor02118",
|
| 2122 |
+
"ai2thor02119",
|
| 2123 |
+
"ai2thor02120",
|
| 2124 |
+
"ai2thor02121",
|
| 2125 |
+
"ai2thor02122",
|
| 2126 |
+
"ai2thor02123",
|
| 2127 |
+
"ai2thor02124",
|
| 2128 |
+
"ai2thor02125",
|
| 2129 |
+
"ai2thor02126",
|
| 2130 |
+
"ai2thor02127",
|
| 2131 |
+
"ai2thor02128",
|
| 2132 |
+
"ai2thor02129",
|
| 2133 |
+
"ai2thor02130",
|
| 2134 |
+
"ai2thor02131",
|
| 2135 |
+
"ai2thor02132",
|
| 2136 |
+
"ai2thor02133",
|
| 2137 |
+
"ai2thor02134",
|
| 2138 |
+
"ai2thor02135",
|
| 2139 |
+
"ai2thor02136",
|
| 2140 |
+
"ai2thor02137",
|
| 2141 |
+
"ai2thor02138",
|
| 2142 |
+
"ai2thor02139",
|
| 2143 |
+
"ai2thor02140",
|
| 2144 |
+
"ai2thor02141",
|
| 2145 |
+
"ai2thor02142",
|
| 2146 |
+
"ai2thor02143",
|
| 2147 |
+
"ai2thor02144",
|
| 2148 |
+
"ai2thor02145",
|
| 2149 |
+
"ai2thor02146",
|
| 2150 |
+
"ai2thor02147",
|
| 2151 |
+
"ai2thor02148",
|
| 2152 |
+
"ai2thor02149",
|
| 2153 |
+
"ai2thor02150",
|
| 2154 |
+
"ai2thor02151",
|
| 2155 |
+
"ai2thor02152",
|
| 2156 |
+
"ai2thor02153",
|
| 2157 |
+
"ai2thor02154",
|
| 2158 |
+
"ai2thor02155",
|
| 2159 |
+
"ai2thor02156",
|
| 2160 |
+
"ai2thor02157",
|
| 2161 |
+
"ai2thor02158",
|
| 2162 |
+
"ai2thor02159",
|
| 2163 |
+
"ai2thor02160",
|
| 2164 |
+
"ai2thor02161",
|
| 2165 |
+
"ai2thor02162",
|
| 2166 |
+
"ai2thor02163",
|
| 2167 |
+
"ai2thor02164",
|
| 2168 |
+
"ai2thor02165",
|
| 2169 |
+
"ai2thor02166",
|
| 2170 |
+
"ai2thor02167",
|
| 2171 |
+
"ai2thor02168",
|
| 2172 |
+
"ai2thor02169",
|
| 2173 |
+
"ai2thor02170",
|
| 2174 |
+
"ai2thor02171",
|
| 2175 |
+
"ai2thor02172",
|
| 2176 |
+
"ai2thor02173",
|
| 2177 |
+
"ai2thor02174",
|
| 2178 |
+
"ai2thor02175",
|
| 2179 |
+
"ai2thor02176",
|
| 2180 |
+
"ai2thor02177",
|
| 2181 |
+
"ai2thor02178",
|
| 2182 |
+
"ai2thor02179",
|
| 2183 |
+
"ai2thor02180",
|
| 2184 |
+
"ai2thor02181",
|
| 2185 |
+
"ai2thor02182",
|
| 2186 |
+
"ai2thor02183",
|
| 2187 |
+
"ai2thor02184",
|
| 2188 |
+
"ai2thor02185",
|
| 2189 |
+
"ai2thor02186",
|
| 2190 |
+
"ai2thor02187",
|
| 2191 |
+
"ai2thor02188",
|
| 2192 |
+
"ai2thor02189",
|
| 2193 |
+
"ai2thor02190",
|
| 2194 |
+
"ai2thor02191",
|
| 2195 |
+
"ai2thor02192",
|
| 2196 |
+
"ai2thor02193",
|
| 2197 |
+
"ai2thor02194",
|
| 2198 |
+
"ai2thor02195",
|
| 2199 |
+
"ai2thor02196",
|
| 2200 |
+
"ai2thor02197",
|
| 2201 |
+
"ai2thor02198",
|
| 2202 |
+
"ai2thor02199",
|
| 2203 |
+
"ai2thor02200",
|
| 2204 |
+
"ai2thor02201",
|
| 2205 |
+
"ai2thor02202",
|
| 2206 |
+
"ai2thor02203",
|
| 2207 |
+
"ai2thor02204",
|
| 2208 |
+
"ai2thor02205",
|
| 2209 |
+
"ai2thor02206",
|
| 2210 |
+
"ai2thor02207",
|
| 2211 |
+
"ai2thor02208",
|
| 2212 |
+
"ai2thor02209",
|
| 2213 |
+
"ai2thor02210",
|
| 2214 |
+
"ai2thor02211",
|
| 2215 |
+
"ai2thor02212",
|
| 2216 |
+
"ai2thor02213",
|
| 2217 |
+
"ai2thor02214",
|
| 2218 |
+
"ai2thor02215",
|
| 2219 |
+
"ai2thor02216",
|
| 2220 |
+
"ai2thor02217",
|
| 2221 |
+
"ai2thor02218",
|
| 2222 |
+
"ai2thor02219",
|
| 2223 |
+
"ai2thor02220",
|
| 2224 |
+
"ai2thor02221",
|
| 2225 |
+
"ai2thor02222",
|
| 2226 |
+
"ai2thor02223",
|
| 2227 |
+
"ai2thor02224",
|
| 2228 |
+
"ai2thor02225",
|
| 2229 |
+
"ai2thor02226",
|
| 2230 |
+
"ai2thor02227",
|
| 2231 |
+
"ai2thor02228",
|
| 2232 |
+
"ai2thor02229",
|
| 2233 |
+
"ai2thor02230",
|
| 2234 |
+
"ai2thor02231",
|
| 2235 |
+
"ai2thor02232",
|
| 2236 |
+
"ai2thor02233",
|
| 2237 |
+
"ai2thor02234",
|
| 2238 |
+
"ai2thor02235",
|
| 2239 |
+
"ai2thor02236",
|
| 2240 |
+
"ai2thor02237",
|
| 2241 |
+
"ai2thor02238",
|
| 2242 |
+
"ai2thor02239",
|
| 2243 |
+
"ai2thor02240",
|
| 2244 |
+
"ai2thor02241",
|
| 2245 |
+
"ai2thor02242",
|
| 2246 |
+
"ai2thor02243",
|
| 2247 |
+
"ai2thor02244",
|
| 2248 |
+
"ai2thor02245",
|
| 2249 |
+
"ai2thor02246",
|
| 2250 |
+
"ai2thor02247",
|
| 2251 |
+
"ai2thor02248",
|
| 2252 |
+
"ai2thor02249",
|
| 2253 |
+
"ai2thor02250",
|
| 2254 |
+
"ai2thor02251",
|
| 2255 |
+
"ai2thor02252",
|
| 2256 |
+
"ai2thor02253",
|
| 2257 |
+
"ai2thor02254",
|
| 2258 |
+
"ai2thor02255",
|
| 2259 |
+
"ai2thor02256",
|
| 2260 |
+
"ai2thor02257",
|
| 2261 |
+
"ai2thor02258",
|
| 2262 |
+
"ai2thor02259",
|
| 2263 |
+
"ai2thor02260",
|
| 2264 |
+
"ai2thor02261",
|
| 2265 |
+
"ai2thor02262",
|
| 2266 |
+
"ai2thor02263",
|
| 2267 |
+
"ai2thor02264",
|
| 2268 |
+
"ai2thor02265",
|
| 2269 |
+
"ai2thor02266",
|
| 2270 |
+
"ai2thor02267",
|
| 2271 |
+
"ai2thor02268",
|
| 2272 |
+
"ai2thor02269",
|
| 2273 |
+
"ai2thor02270",
|
| 2274 |
+
"ai2thor02271",
|
| 2275 |
+
"ai2thor02272",
|
| 2276 |
+
"ai2thor02273",
|
| 2277 |
+
"ai2thor02274",
|
| 2278 |
+
"ai2thor02275",
|
| 2279 |
+
"ai2thor02276",
|
| 2280 |
+
"ai2thor02277",
|
| 2281 |
+
"ai2thor02278",
|
| 2282 |
+
"ai2thor02279",
|
| 2283 |
+
"ai2thor02280",
|
| 2284 |
+
"ai2thor02281",
|
| 2285 |
+
"ai2thor02282",
|
| 2286 |
+
"ai2thor02283",
|
| 2287 |
+
"ai2thor02284",
|
| 2288 |
+
"ai2thor02285",
|
| 2289 |
+
"ai2thor02286",
|
| 2290 |
+
"ai2thor02287",
|
| 2291 |
+
"ai2thor02288",
|
| 2292 |
+
"ai2thor02289",
|
| 2293 |
+
"ai2thor02290",
|
| 2294 |
+
"ai2thor02291",
|
| 2295 |
+
"ai2thor02292",
|
| 2296 |
+
"ai2thor02293",
|
| 2297 |
+
"ai2thor02294",
|
| 2298 |
+
"ai2thor02295",
|
| 2299 |
+
"ai2thor02296",
|
| 2300 |
+
"ai2thor02297",
|
| 2301 |
+
"ai2thor02298",
|
| 2302 |
+
"ai2thor02299",
|
| 2303 |
+
"ai2thor02300",
|
| 2304 |
+
"ai2thor02301",
|
| 2305 |
+
"ai2thor02302",
|
| 2306 |
+
"ai2thor02303",
|
| 2307 |
+
"ai2thor02304",
|
| 2308 |
+
"ai2thor02305",
|
| 2309 |
+
"ai2thor02306",
|
| 2310 |
+
"ai2thor02307",
|
| 2311 |
+
"ai2thor02308",
|
| 2312 |
+
"ai2thor02309",
|
| 2313 |
+
"ai2thor02310",
|
| 2314 |
+
"ai2thor02311",
|
| 2315 |
+
"ai2thor02312",
|
| 2316 |
+
"ai2thor02313",
|
| 2317 |
+
"ai2thor02314",
|
| 2318 |
+
"ai2thor02315",
|
| 2319 |
+
"ai2thor02316",
|
| 2320 |
+
"ai2thor02317",
|
| 2321 |
+
"ai2thor02318",
|
| 2322 |
+
"ai2thor02319",
|
| 2323 |
+
"ai2thor02320",
|
| 2324 |
+
"ai2thor02321",
|
| 2325 |
+
"ai2thor02322",
|
| 2326 |
+
"ai2thor02323",
|
| 2327 |
+
"ai2thor02324",
|
| 2328 |
+
"ai2thor02325",
|
| 2329 |
+
"ai2thor02326",
|
| 2330 |
+
"ai2thor02327",
|
| 2331 |
+
"ai2thor02328",
|
| 2332 |
+
"ai2thor02329",
|
| 2333 |
+
"ai2thor02330",
|
| 2334 |
+
"ai2thor02331",
|
| 2335 |
+
"ai2thor02332",
|
| 2336 |
+
"ai2thor02333",
|
| 2337 |
+
"ai2thor02334",
|
| 2338 |
+
"ai2thor02335",
|
| 2339 |
+
"ai2thor02336",
|
| 2340 |
+
"ai2thor02337",
|
| 2341 |
+
"ai2thor02338",
|
| 2342 |
+
"ai2thor02339",
|
| 2343 |
+
"ai2thor02340",
|
| 2344 |
+
"ai2thor02341",
|
| 2345 |
+
"ai2thor02342",
|
| 2346 |
+
"ai2thor02343",
|
| 2347 |
+
"ai2thor02344",
|
| 2348 |
+
"ai2thor02345",
|
| 2349 |
+
"ai2thor02346",
|
| 2350 |
+
"ai2thor02347",
|
| 2351 |
+
"ai2thor02348",
|
| 2352 |
+
"ai2thor02349",
|
| 2353 |
+
"ai2thor02350",
|
| 2354 |
+
"ai2thor02351",
|
| 2355 |
+
"ai2thor02352",
|
| 2356 |
+
"ai2thor02353",
|
| 2357 |
+
"ai2thor02354",
|
| 2358 |
+
"ai2thor02355",
|
| 2359 |
+
"ai2thor02356",
|
| 2360 |
+
"ai2thor02357",
|
| 2361 |
+
"ai2thor02358",
|
| 2362 |
+
"ai2thor02359",
|
| 2363 |
+
"ai2thor02360",
|
| 2364 |
+
"ai2thor02361",
|
| 2365 |
+
"ai2thor02362",
|
| 2366 |
+
"ai2thor02363",
|
| 2367 |
+
"ai2thor02364",
|
| 2368 |
+
"ai2thor02365",
|
| 2369 |
+
"ai2thor02366",
|
| 2370 |
+
"ai2thor02367",
|
| 2371 |
+
"ai2thor02368",
|
| 2372 |
+
"ai2thor02369",
|
| 2373 |
+
"ai2thor02370",
|
| 2374 |
+
"ai2thor02371",
|
| 2375 |
+
"ai2thor02372",
|
| 2376 |
+
"ai2thor02373",
|
| 2377 |
+
"ai2thor02374",
|
| 2378 |
+
"ai2thor02375",
|
| 2379 |
+
"ai2thor02376",
|
| 2380 |
+
"ai2thor02377",
|
| 2381 |
+
"ai2thor02378",
|
| 2382 |
+
"ai2thor02379",
|
| 2383 |
+
"ai2thor02380",
|
| 2384 |
+
"ai2thor02381",
|
| 2385 |
+
"ai2thor02382",
|
| 2386 |
+
"ai2thor02383",
|
| 2387 |
+
"ai2thor02384",
|
| 2388 |
+
"ai2thor02385",
|
| 2389 |
+
"ai2thor02386",
|
| 2390 |
+
"ai2thor02387",
|
| 2391 |
+
"ai2thor02388",
|
| 2392 |
+
"ai2thor02389",
|
| 2393 |
+
"ai2thor02390",
|
| 2394 |
+
"ai2thor02391",
|
| 2395 |
+
"ai2thor02392",
|
| 2396 |
+
"ai2thor02393",
|
| 2397 |
+
"ai2thor02394",
|
| 2398 |
+
"ai2thor02395",
|
| 2399 |
+
"ai2thor02396",
|
| 2400 |
+
"ai2thor02397",
|
| 2401 |
+
"ai2thor02398",
|
| 2402 |
+
"ai2thor02399",
|
| 2403 |
+
"ai2thor02400",
|
| 2404 |
+
"ai2thor02401",
|
| 2405 |
+
"ai2thor02402",
|
| 2406 |
+
"ai2thor02403",
|
| 2407 |
+
"ai2thor02404",
|
| 2408 |
+
"ai2thor02405",
|
| 2409 |
+
"ai2thor02406",
|
| 2410 |
+
"ai2thor02407",
|
| 2411 |
+
"ai2thor02408",
|
| 2412 |
+
"ai2thor02409",
|
| 2413 |
+
"ai2thor02410",
|
| 2414 |
+
"ai2thor02411",
|
| 2415 |
+
"ai2thor02412",
|
| 2416 |
+
"ai2thor02413",
|
| 2417 |
+
"ai2thor02414",
|
| 2418 |
+
"ai2thor02415",
|
| 2419 |
+
"ai2thor02416",
|
| 2420 |
+
"ai2thor02417",
|
| 2421 |
+
"ai2thor02418",
|
| 2422 |
+
"ai2thor02419",
|
| 2423 |
+
"ai2thor02420",
|
| 2424 |
+
"ai2thor02421",
|
| 2425 |
+
"ai2thor02422",
|
| 2426 |
+
"ai2thor02423",
|
| 2427 |
+
"ai2thor02424",
|
| 2428 |
+
"ai2thor02425",
|
| 2429 |
+
"ai2thor02426",
|
| 2430 |
+
"ai2thor02427",
|
| 2431 |
+
"ai2thor02428",
|
| 2432 |
+
"ai2thor02429",
|
| 2433 |
+
"ai2thor02430",
|
| 2434 |
+
"ai2thor02431",
|
| 2435 |
+
"ai2thor02432",
|
| 2436 |
+
"ai2thor02433",
|
| 2437 |
+
"ai2thor02434",
|
| 2438 |
+
"ai2thor02435"
|
| 2439 |
+
]
|
| 2440 |
+
}
|
registry.yaml
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
benchmarks:
|
| 3 |
+
procthor:
|
| 4 |
+
tasks_json: benchmark/procthor/tasks
|
| 5 |
+
bench_runner: benches/procthor
|
| 6 |
+
notes: ProcTHOR dual_agent code stays under benches/procthor/dual_agent (ProcTHOR-specific).
|
| 7 |
+
|
| 8 |
+
ai2thor:
|
| 9 |
+
tasks_json: benchmark/ai2thor/tasks
|
| 10 |
+
bench_runner: benches/ai2thor
|
| 11 |
+
|
| 12 |
+
carla:
|
| 13 |
+
tasks_json: benchmark/carla/tasks
|
| 14 |
+
bench_runner: benches/carla
|
| 15 |
+
|
| 16 |
+
virtualhome:
|
| 17 |
+
tasks_json: benchmark/virtualhome/tasks
|
| 18 |
+
bench_runner: benches/virtualhome
|
| 19 |
+
|
| 20 |
+
embodiedcity:
|
| 21 |
+
datasets: benchmark/embodiedcity/Datasets
|
| 22 |
+
bench_runner: benches/embodiedcity
|
| 23 |
+
notes: No unified tasks/**/*.json layout; CSV/image assets under Datasets/.
|
| 24 |
+
|
| 25 |
+
game:
|
| 26 |
+
data: benchmark/game/data
|
| 27 |
+
bench_runner: benches/game
|
| 28 |
+
notes: Task specs live with each game under benches/game/games/.
|
| 29 |
+
|
| 30 |
+
shared:
|
| 31 |
+
dual_agent_tasks: benchmark/shared/dual_agent/tasks
|