Spatialworld commited on
Commit
6d8b897
·
verified ·
1 Parent(s): e79f6bc

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. ai2thor/tasks/ai2thor03066/task.json.bak +46 -0
  2. ai2thor/tasks/ai2thor03067/init.json +7 -0
  3. ai2thor/tasks/ai2thor03068/init.json +7 -0
  4. ai2thor/tasks/ai2thor03068/task.json +55 -0
  5. ai2thor/tasks/ai2thor03068/task.json.bak +59 -0
  6. ai2thor/tasks/ai2thor03069/init.json +16 -0
  7. ai2thor/tasks/ai2thor03069/task.json +39 -0
  8. ai2thor/tasks/ai2thor03069/task.json.bak +40 -0
  9. ai2thor/tasks/ai2thor03070/init.json +32 -0
  10. ai2thor/tasks/ai2thor03070/task.json +49 -0
  11. ai2thor/tasks/ai2thor03070/task.json.bak +50 -0
  12. ai2thor/tasks/ai2thor03071/init.json +7 -0
  13. ai2thor/tasks/ai2thor03071/task.json +49 -0
  14. ai2thor/tasks/ai2thor03071/task.json.bak +53 -0
  15. ai2thor/tasks/ai2thor03072/init.json +18 -0
  16. ai2thor/tasks/ai2thor03072/task.json +46 -0
  17. ai2thor/tasks/ai2thor03072/task.json.bak +46 -0
  18. ai2thor/tasks/ai2thor03073/init.json +7 -0
  19. ai2thor/tasks/ai2thor03073/task.json +61 -0
  20. ai2thor/tasks/ai2thor03073/task.json.bak +66 -0
  21. ai2thor/tasks/ai2thor03074/init.json +7 -0
  22. ai2thor/tasks/ai2thor03074/task.json +50 -0
  23. ai2thor/tasks/ai2thor03074/task.json.bak +50 -0
  24. ai2thor/tasks/ai2thor03075/init.json +7 -0
  25. ai2thor/tasks/ai2thor03075/task.json +48 -0
  26. ai2thor/tasks/ai2thor03075/task.json.bak +48 -0
  27. ai2thor/tasks/ai2thor03076/init.json +7 -0
  28. ai2thor/tasks/ai2thor03076/task.json +58 -0
  29. ai2thor/tasks/ai2thor03076/task.json.bak +58 -0
  30. ai2thor/tasks/ai2thor03077/init.json +10 -0
  31. ai2thor/tasks/ai2thor03077/task.json +47 -0
  32. ai2thor/tasks/ai2thor03078/init.json +7 -0
  33. ai2thor/tasks/ai2thor03078/task.json +48 -0
  34. ai2thor/tasks/ai2thor03078/task.json.bak +52 -0
  35. ai2thor/tasks/ai2thor04000/init.json +7 -0
  36. ai2thor/tasks/ai2thor04000/task.json +28 -0
  37. ai2thor/tasks/ai2thor04001/init.json +7 -0
  38. ai2thor/tasks/ai2thor04001/task.json +30 -0
  39. ai2thor/tasks/ai2thor04001/task.json.bak +34 -0
  40. ai2thor/tasks/ai2thor04004/init.json +19 -0
  41. ai2thor/tasks/ai2thor04004/task.json +47 -0
  42. ai2thor/tasks/ai2thor04004/task.json.bak +53 -0
  43. ai2thor/tasks/ai2thor04005/init.json +19 -0
  44. ai2thor/tasks/ai2thor04005/task.json +47 -0
  45. ai2thor/tasks/ai2thor04005/task.json.bak +51 -0
  46. ai2thor/tasks/ai2thor04006/init.json +13 -0
  47. ai2thor/tasks/ai2thor04006/task.json +43 -0
  48. ai2thor/tasks/ai2thor04006/task.json.bak +48 -0
  49. ai2thor/tasks/ai2thor04008/init.json +13 -0
  50. ai2thor/tasks/ai2thor04008/task.json +43 -0
ai2thor/tasks/ai2thor03066/task.json.bak ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03066",
3
+ "task_name": "Clean and move pot",
4
+ "instruction": "I put the dirty pot in the sink. Please wash it and then put it on the dining table.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "CleanObject(Pot)",
9
+ "PickupObject(Pot)",
10
+ "RotateLeft(90)",
11
+ "MoveLeft(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveLeft(0.25)",
15
+ "MoveLeft(0.25)",
16
+ "MoveLeft(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "PutObject(DiningTable)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan28",
23
+ "target_object_types": [
24
+ "DiningTable",
25
+ "Pot"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Pot",
31
+ "state": "isDirty",
32
+ "value": false
33
+ },
34
+ {
35
+ "type": "object_in_receptacle",
36
+ "object_type": "Pot",
37
+ "receptacle_type": "DiningTable"
38
+ }
39
+ ],
40
+ "success_logic": "AND",
41
+ "target_description": "I put the dirty pot in the sink. Please wash it and then put it on the dining table.",
42
+ "max_steps": 100,
43
+ "Evaluation_Type": "Conditional",
44
+ "Category": "Daily Household (Kitchen/Bedroom)",
45
+ "Level": "Level3 Hybrid"
46
+ }
ai2thor/tasks/ai2thor03067/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan28",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03068/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan28",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03068/task.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03068",
3
+ "task_name": "Swap lettuce for potato",
4
+ "instruction": "I don't want to eat lettuce, I want to eat potato. Please put the lettuce in the refrigerator and take the potato out of the refrigerator and onto the counter.",
5
+ "golden_actions": {
6
+ "steps": 14,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "MoveAhead(0.25)",
10
+ "PickupObject(Lettuce)",
11
+ "RotateLeft(90)",
12
+ "RotateLeft(90)",
13
+ "MoveAhead(1.0)",
14
+ "RotateRight(90)",
15
+ "MoveLeft(0.25)",
16
+ "OpenObject(Fridge)",
17
+ "PutObject(Fridge)",
18
+ "PickupObject(Potato)",
19
+ "CloseObject(Fridge)",
20
+ "PutObject(CounterTop)",
21
+ "Done"
22
+ ]
23
+ },
24
+ "scene": "FloorPlan28",
25
+ "target_object_types": [
26
+ "CounterTop",
27
+ "Fridge",
28
+ "Lettuce",
29
+ "Potato"
30
+ ],
31
+ "success_conditions": [
32
+ {
33
+ "type": "object_state",
34
+ "object_type": "Fridge",
35
+ "state": "isOpen",
36
+ "value": false
37
+ },
38
+ {
39
+ "type": "object_in_receptacle",
40
+ "object_type": "Lettuce",
41
+ "receptacle_type": "Fridge"
42
+ },
43
+ {
44
+ "type": "object_in_receptacle",
45
+ "object_type": "Potato",
46
+ "receptacle_type": "CounterTop"
47
+ }
48
+ ],
49
+ "success_logic": "AND",
50
+ "target_description": "I don't want to eat lettuce, I want to eat potato. Please put the lettuce in the refrigerator and take the potato out of the refrigerator and onto the counter.",
51
+ "max_steps": 100,
52
+ "Evaluation_Type": "Conditional",
53
+ "Category": "Daily Household (Kitchen/Bedroom)",
54
+ "Level": "Level3 Hybrid"
55
+ }
ai2thor/tasks/ai2thor03068/task.json.bak ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03068",
3
+ "task_name": "Swap lettuce for potato",
4
+ "instruction": "I don't want to eat lettuce, I want to eat potato. Please put the lettuce in the refrigerator and take the potato out of the refrigerator and onto the counter.",
5
+ "golden_actions": {
6
+ "steps": 18,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "PickupObject(Lettuce)",
12
+ "RotateLeft(90)",
13
+ "RotateLeft(90)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "RotateRight(90)",
19
+ "MoveLeft(0.25)",
20
+ "OpenObject(Fridge)",
21
+ "PutObject(Fridge)",
22
+ "PickupObject(Potato)",
23
+ "CloseObject(Fridge)",
24
+ "PutObject(CounterTop)",
25
+ "Done"
26
+ ]
27
+ },
28
+ "scene": "FloorPlan28",
29
+ "target_object_types": [
30
+ "CounterTop",
31
+ "Fridge",
32
+ "Lettuce",
33
+ "Potato"
34
+ ],
35
+ "success_conditions": [
36
+ {
37
+ "type": "object_state",
38
+ "object_type": "Fridge",
39
+ "state": "isOpen",
40
+ "value": false
41
+ },
42
+ {
43
+ "type": "object_in_receptacle",
44
+ "object_type": "Lettuce",
45
+ "receptacle_type": "Fridge"
46
+ },
47
+ {
48
+ "type": "object_in_receptacle",
49
+ "object_type": "Potato",
50
+ "receptacle_type": "CounterTop"
51
+ }
52
+ ],
53
+ "success_logic": "AND",
54
+ "target_description": "I don't want to eat lettuce, I want to eat potato. Please put the lettuce in the refrigerator and take the potato out of the refrigerator and onto the counter.",
55
+ "max_steps": 100,
56
+ "Evaluation_Type": "Conditional",
57
+ "Category": "Daily Household (Kitchen/Bedroom)",
58
+ "Level": "Level3 Hybrid"
59
+ }
ai2thor/tasks/ai2thor03069/init.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan28",
3
+ "actions": [
4
+ "MoveAhead(0.25)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveAhead(0.25)",
8
+ "PickupObject(Lettuce)",
9
+ "MoveRight(0.25)",
10
+ "MoveBack(0.25)",
11
+ "MoveBack(0.25)",
12
+ "PutObject(GarbageCan)",
13
+ "LookDown",
14
+ "Done"
15
+ ]
16
+ }
ai2thor/tasks/ai2thor03069/task.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03069",
3
+ "task_name": "Retrieve lettuce",
4
+ "instruction": "I accidentally threw the lettuce in the trash can. Please take it out and put it on the table.",
5
+ "golden_actions": {
6
+ "steps": 4,
7
+ "actions": [
8
+ "MoveRight(0.5)",
9
+ "PickupObject(Lettuce)",
10
+ "PutObject(DiningTable)",
11
+ "Done"
12
+ ]
13
+ },
14
+ "scene": "FloorPlan28",
15
+ "target_object_types": [
16
+ "DiningTable",
17
+ "GarbageCan",
18
+ "Lettuce"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_in_receptacle",
23
+ "object_type": "Lettuce",
24
+ "receptacle_type": "DiningTable"
25
+ },
26
+ {
27
+ "type": "object_in_receptacle",
28
+ "object_type": "Lettuce",
29
+ "receptacle_type": "GarbageCan",
30
+ "value": false
31
+ }
32
+ ],
33
+ "success_logic": "AND",
34
+ "target_description": "I accidentally threw the lettuce in the trash can. Please take it out and put it on the table.",
35
+ "max_steps": 100,
36
+ "Evaluation_Type": "Conditional",
37
+ "Category": "Daily Household (Kitchen/Bedroom)",
38
+ "Level": "Level3 Hybrid"
39
+ }
ai2thor/tasks/ai2thor03069/task.json.bak ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03069",
3
+ "task_name": "Retrieve lettuce",
4
+ "instruction": "I accidentally threw the lettuce in the trash can. Please take it out and put it on the table.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "MoveRight(0.25)",
9
+ "MoveRight(0.25)",
10
+ "PickupObject(Lettuce)",
11
+ "PutObject(DiningTable)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan28",
16
+ "target_object_types": [
17
+ "DiningTable",
18
+ "GarbageCan",
19
+ "Lettuce"
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_in_receptacle",
24
+ "object_type": "Lettuce",
25
+ "receptacle_type": "DiningTable"
26
+ },
27
+ {
28
+ "type": "object_in_receptacle",
29
+ "object_type": "Lettuce",
30
+ "receptacle_type": "GarbageCan",
31
+ "value": false
32
+ }
33
+ ],
34
+ "success_logic": "AND",
35
+ "target_description": "I accidentally threw the lettuce in the trash can. Please take it out and put it on the table.",
36
+ "max_steps": 100,
37
+ "Evaluation_Type": "Conditional",
38
+ "Category": "Daily Household (Kitchen/Bedroom)",
39
+ "Level": "Level3 Hybrid"
40
+ }
ai2thor/tasks/ai2thor03070/init.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan29",
3
+ "actions": [
4
+ "PickupObject(Potato)",
5
+ "RotateRight(90)",
6
+ "MoveLeft(0.25)",
7
+ "MoveLeft(0.25)",
8
+ "MoveLeft(0.25)",
9
+ "MoveLeft(0.25)",
10
+ "MoveLeft(0.25)",
11
+ "MoveLeft(0.25)",
12
+ "MoveLeft(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "MoveAhead(0.25)",
21
+ "MoveRight(0.25)",
22
+ "MoveRight(0.25)",
23
+ "MoveRight(0.25)",
24
+ "MoveRight(0.25)",
25
+ "MoveRight(0.25)",
26
+ "MoveAhead(0.25)",
27
+ "MoveAhead(0.25)",
28
+ "ToggleObjectOff(LightSwitch)",
29
+ "LookDown",
30
+ "Done"
31
+ ]
32
+ }
ai2thor/tasks/ai2thor03070/task.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03070",
3
+ "task_name": "Store potato",
4
+ "instruction": "I've just entered the kitchen. Please turn on the kitchen light and put the potato I'm holding into the refrigerator. Remember to close the refrigerator door afterwards.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "ToggleObjectOn(LightSwitch)",
9
+ "RotateLeft(90)",
10
+ "MoveAhead(0.5)",
11
+ "MoveAhead(0.25)",
12
+ "OpenObject(Fridge)",
13
+ "PutObject(Fridge)",
14
+ "CloseObject(Fridge)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan29",
19
+ "target_object_types": [
20
+ "LightSwitch",
21
+ "Fridge",
22
+ "Potato"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_in_receptacle",
27
+ "object_type": "Potato",
28
+ "receptacle_type": "Fridge"
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "Fridge",
33
+ "state": "isOpen",
34
+ "value": false
35
+ },
36
+ {
37
+ "type": "object_state",
38
+ "object_type": "LightSwitch",
39
+ "state": "isToggled",
40
+ "value": true
41
+ }
42
+ ],
43
+ "success_logic": "AND",
44
+ "target_description": "I've just entered the kitchen. Please turn on the kitchen light and put the potato I'm holding into the refrigerator. Remember to close the refrigerator door afterwards.",
45
+ "max_steps": 100,
46
+ "Evaluation_Type": "Conditional",
47
+ "Category": "Daily Household (Kitchen/Bedroom)",
48
+ "Level": "Level3 Hybrid"
49
+ }
ai2thor/tasks/ai2thor03070/task.json.bak ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03070",
3
+ "task_name": "Store potato",
4
+ "instruction": "I've just entered the kitchen. Please turn on the kitchen light and put the potato I'm holding into the refrigerator. Remember to close the refrigerator door afterwards.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "ToggleObjectOn(LightSwitch)",
9
+ "RotateLeft(90)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "OpenObject(Fridge)",
14
+ "PutObject(Fridge)",
15
+ "CloseObject(Fridge)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan29",
20
+ "target_object_types": [
21
+ "LightSwitch",
22
+ "Fridge",
23
+ "Potato"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_in_receptacle",
28
+ "object_type": "Potato",
29
+ "receptacle_type": "Fridge"
30
+ },
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "Fridge",
34
+ "state": "isOpen",
35
+ "value": false
36
+ },
37
+ {
38
+ "type": "object_state",
39
+ "object_type": "LightSwitch",
40
+ "state": "isToggled",
41
+ "value": true
42
+ }
43
+ ],
44
+ "success_logic": "AND",
45
+ "target_description": "I've just entered the kitchen. Please turn on the kitchen light and put the potato I'm holding into the refrigerator. Remember to close the refrigerator door afterwards.",
46
+ "max_steps": 100,
47
+ "Evaluation_Type": "Conditional",
48
+ "Category": "Daily Household (Kitchen/Bedroom)",
49
+ "Level": "Level3 Hybrid"
50
+ }
ai2thor/tasks/ai2thor03071/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan29",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03071/task.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03071",
3
+ "task_name": "Make toast",
4
+ "instruction": "I want to eat toast. Please slice the bread, put one slice on the toaster, and cook it.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "SliceObject(Bread)",
9
+ "PickupObject(BreadSliced)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(0.5)",
12
+ "RotateLeft(90)",
13
+ "PutObject(Toaster)",
14
+ "CookObject(BreadSliced)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan29",
19
+ "target_object_types": [
20
+ "Bread",
21
+ "BreadSliced",
22
+ "Toaster"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_in_receptacle",
27
+ "object_type": "BreadSliced",
28
+ "receptacle_type": "Toaster"
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "Bread",
33
+ "state": "isSliced",
34
+ "value": true
35
+ },
36
+ {
37
+ "type": "object_state",
38
+ "object_type": "BreadSliced",
39
+ "state": "isCooked",
40
+ "value": true
41
+ }
42
+ ],
43
+ "success_logic": "AND",
44
+ "target_description": "I want to eat toast. Please slice the bread, put one slice on the toaster, and cook it.",
45
+ "max_steps": 100,
46
+ "Evaluation_Type": "Conditional",
47
+ "Category": "Daily Household (Kitchen/Bedroom)",
48
+ "Level": "Level3 Hybrid"
49
+ }
ai2thor/tasks/ai2thor03071/task.json.bak ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03071",
3
+ "task_name": "Make toast",
4
+ "instruction": "I want to eat toast. Please slice the bread, put one slice on the toaster, and cook it.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "SliceObject(Bread)",
9
+ "PickupObject(BreadSliced)",
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
+ "PutObject(Toaster)",
18
+ "CookObject(BreadSliced)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan29",
23
+ "target_object_types": [
24
+ "Bread",
25
+ "BreadSliced",
26
+ "Toaster"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "BreadSliced",
32
+ "receptacle_type": "Toaster"
33
+ },
34
+ {
35
+ "type": "object_state",
36
+ "object_type": "Bread",
37
+ "state": "isSliced",
38
+ "value": true
39
+ },
40
+ {
41
+ "type": "object_state",
42
+ "object_type": "BreadSliced",
43
+ "state": "isCooked",
44
+ "value": true
45
+ }
46
+ ],
47
+ "success_logic": "AND",
48
+ "target_description": "I want to eat toast. Please slice the bread, put one slice on the toaster, and cook it.",
49
+ "max_steps": 100,
50
+ "Evaluation_Type": "Conditional",
51
+ "Category": "Daily Household (Kitchen/Bedroom)",
52
+ "Level": "Level3 Hybrid"
53
+ }
ai2thor/tasks/ai2thor03072/init.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan29",
3
+ "actions": [
4
+ "LookDown",
5
+ "SliceObject(Bread)",
6
+ "PickupObject(BreadSliced)",
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
+ "RotateLeft(90)",
14
+ "PutObject(Toaster)",
15
+ "CookObject(BreadSliced)",
16
+ "Done"
17
+ ]
18
+ }
ai2thor/tasks/ai2thor03072/task.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03072",
3
+ "task_name": "Dispose burnt toast",
4
+ "instruction": "I accidentally burned the bread slice in the toaster. Please help me put the bread slice from the toaster into the trash can.",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
8
+ "PickupObject(Bread)",
9
+ "RotateRight(90)",
10
+ "RotateRight(90)",
11
+ "MoveLeft(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.25)",
15
+ "RotateRight(90)",
16
+ "MoveAhead(1.0)",
17
+ "PutObject(GarbageCan)",
18
+ "Done"
19
+ ]
20
+ },
21
+ "scene": "FloorPlan29",
22
+ "target_object_types": [
23
+ "BreadSliced",
24
+ "GarbageCan",
25
+ "Toaster"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_in_receptacle",
30
+ "object_type": "BreadSliced",
31
+ "receptacle_type": "GarbageCan"
32
+ },
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "BreadSliced",
36
+ "receptacle_type": "Toaster",
37
+ "value": false
38
+ }
39
+ ],
40
+ "success_logic": "AND",
41
+ "target_description": "I accidentally burned the bread slice in the toaster. Please help me put the bread slice from the toaster into the trash can.",
42
+ "max_steps": 100,
43
+ "Evaluation_Type": "Conditional",
44
+ "Category": "Daily Household (Kitchen/Bedroom)",
45
+ "Level": "Level3 Hybrid"
46
+ }
ai2thor/tasks/ai2thor03072/task.json.bak ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03072",
3
+ "task_name": "Dispose burnt toast",
4
+ "instruction": "I accidentally burned the bread slice in the toaster. Please help me put the bread slice from the toaster into the trash can.",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
8
+ "PickupObject(Bread)",
9
+ "RotateRight(90)",
10
+ "RotateRight(90)",
11
+ "MoveLeft(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.25)",
15
+ "RotateRight(90)",
16
+ "MoveAhead(1.0)",
17
+ "PutObject(GarbageCan)",
18
+ "Done"
19
+ ]
20
+ },
21
+ "scene": "FloorPlan29",
22
+ "target_object_types": [
23
+ "BreadSliced",
24
+ "GarbageCan",
25
+ "Toaster"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_in_receptacle",
30
+ "object_type": "BreadSliced",
31
+ "receptacle_type": "GarbageCan"
32
+ },
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "BreadSliced",
36
+ "receptacle_type": "Toaster",
37
+ "value": false
38
+ }
39
+ ],
40
+ "success_logic": "AND",
41
+ "target_description": "I accidentally burned the bread slice in the toaster. Please help me put the bread slice from the toaster into the trash can.",
42
+ "max_steps": 100,
43
+ "Evaluation_Type": "Conditional",
44
+ "Category": "Daily Household (Kitchen/Bedroom)",
45
+ "Level": "Level3 Hybrid"
46
+ }
ai2thor/tasks/ai2thor03073/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan29",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03073/task.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03073",
3
+ "task_name": "Microwave potato on plate",
4
+ "instruction": "I want to eat potatoes. Please put this potato on a plate and then put the plate in the microwave.",
5
+ "golden_actions": {
6
+ "steps": 19,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveLeft(0.5)",
10
+ "MoveLeft(0.25)",
11
+ "PickupObject(Potato)",
12
+ "RotateLeft(90)",
13
+ "RotateRight(90)",
14
+ "PutObject(Plate)",
15
+ "PickupObject(Plate)",
16
+ "RotateLeft(90)",
17
+ "MoveAhead(1.0)",
18
+ "MoveAhead(0.25)",
19
+ "RotateLeft(90)",
20
+ "MoveRight(0.5)",
21
+ "LookUp",
22
+ "OpenObject(Microwave)",
23
+ "PutObject(Microwave)",
24
+ "CloseObject(Microwave)",
25
+ "ToggleObjectOn(Microwave)",
26
+ "Done"
27
+ ]
28
+ },
29
+ "scene": "FloorPlan29",
30
+ "target_object_types": [
31
+ "Potato",
32
+ "Microwave",
33
+ "Plate"
34
+ ],
35
+ "success_conditions": [
36
+ {
37
+ "type": "object_in_receptacle",
38
+ "object_type": "Potato",
39
+ "receptacle_type": "Plate",
40
+ "value": true
41
+ },
42
+ {
43
+ "type": "object_in_receptacle",
44
+ "object_type": "Plate",
45
+ "receptacle_type": "Microwave",
46
+ "value": true
47
+ },
48
+ {
49
+ "type": "object_state",
50
+ "object_type": "Microwave",
51
+ "state": "isToggled",
52
+ "value": true
53
+ }
54
+ ],
55
+ "success_logic": "AND",
56
+ "target_description": "I want to eat potatoes. Please put this potato on a plate and then put the plate in the microwave.",
57
+ "max_steps": 100,
58
+ "Evaluation_Type": "Conditional",
59
+ "Category": "Daily Household (Kitchen/Bedroom)",
60
+ "Level": "Level3 Hybrid"
61
+ }
ai2thor/tasks/ai2thor03073/task.json.bak ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03073",
3
+ "task_name": "Microwave potato on plate",
4
+ "instruction": "I want to eat potatoes. Please put this potato on a plate and then put the plate in the microwave.",
5
+ "golden_actions": {
6
+ "steps": 24,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveLeft(0.25)",
10
+ "MoveLeft(0.25)",
11
+ "MoveLeft(0.25)",
12
+ "PickupObject(Potato)",
13
+ "RotateLeft(90)",
14
+ "RotateRight(90)",
15
+ "PutObject(Plate)",
16
+ "PickupObject(Plate)",
17
+ "RotateLeft(90)",
18
+ "MoveAhead(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "MoveAhead(0.25)",
21
+ "MoveAhead(0.25)",
22
+ "MoveAhead(0.25)",
23
+ "RotateLeft(90)",
24
+ "MoveRight(0.25)",
25
+ "MoveRight(0.25)",
26
+ "LookUp",
27
+ "OpenObject(Microwave)",
28
+ "PutObject(Microwave)",
29
+ "CloseObject(Microwave)",
30
+ "ToggleObjectOn(Microwave)",
31
+ "Done"
32
+ ]
33
+ },
34
+ "scene": "FloorPlan29",
35
+ "target_object_types": [
36
+ "Potato",
37
+ "Microwave",
38
+ "Plate"
39
+ ],
40
+ "success_conditions": [
41
+ {
42
+ "type": "object_in_receptacle",
43
+ "object_type": "Potato",
44
+ "receptacle_type": "Plate",
45
+ "value": true
46
+ },
47
+ {
48
+ "type": "object_in_receptacle",
49
+ "object_type": "Plate",
50
+ "receptacle_type": "Microwave",
51
+ "value": true
52
+ },
53
+ {
54
+ "type": "object_state",
55
+ "object_type": "Microwave",
56
+ "state": "isToggled",
57
+ "value": true
58
+ }
59
+ ],
60
+ "success_logic": "AND",
61
+ "target_description": "I want to eat potatoes. Please put this potato on a plate and then put the plate in the microwave.",
62
+ "max_steps": 100,
63
+ "Evaluation_Type": "Conditional",
64
+ "Category": "Daily Household (Kitchen/Bedroom)",
65
+ "Level": "Level3 Hybrid"
66
+ }
ai2thor/tasks/ai2thor03074/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan29",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03074/task.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03074",
3
+ "task_name": "Swap bread for egg",
4
+ "instruction": "I want to eat an egg, not bread. Please put the bread in the refrigerator and take the egg.",
5
+ "golden_actions": {
6
+ "steps": 14,
7
+ "actions": [
8
+ "PickupObject(Bread)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(0.5)",
11
+ "RotateRight(90)",
12
+ "MoveLeft(0.25)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(1.0)",
15
+ "MoveRight(0.5)",
16
+ "RotateLeft(90)",
17
+ "OpenObject(Fridge)",
18
+ "PutObject(Fridge)",
19
+ "PickupObject(Egg)",
20
+ "CloseObject(Fridge)",
21
+ "Done"
22
+ ]
23
+ },
24
+ "scene": "FloorPlan29",
25
+ "target_object_types": [
26
+ "Fridge",
27
+ "Egg",
28
+ "Bread"
29
+ ],
30
+ "success_conditions": [
31
+ {
32
+ "type": "object_in_receptacle",
33
+ "object_type": "Bread",
34
+ "receptacle_type": "Fridge",
35
+ "value": true
36
+ },
37
+ {
38
+ "type": "object_state",
39
+ "object_type": "Egg",
40
+ "state": "isPickedUp",
41
+ "value": true
42
+ }
43
+ ],
44
+ "success_logic": "AND",
45
+ "target_description": "I want to eat an egg, not bread. Please put the bread in the refrigerator and take the egg.",
46
+ "max_steps": 100,
47
+ "Evaluation_Type": "Conditional",
48
+ "Category": "Daily Household (Kitchen/Bedroom)",
49
+ "Level": "Level3 Hybrid"
50
+ }
ai2thor/tasks/ai2thor03074/task.json.bak ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03074",
3
+ "task_name": "Swap bread for egg",
4
+ "instruction": "I want to eat an egg, not bread. Please put the bread in the refrigerator and take the egg.",
5
+ "golden_actions": {
6
+ "steps": 14,
7
+ "actions": [
8
+ "PickupObject(Bread)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(0.5)",
11
+ "RotateRight(90)",
12
+ "MoveLeft(0.25)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(1.0)",
15
+ "MoveRight(0.5)",
16
+ "RotateLeft(90)",
17
+ "OpenObject(Fridge)",
18
+ "PutObject(Fridge)",
19
+ "PickupObject(Egg)",
20
+ "CloseObject(Fridge)",
21
+ "Done"
22
+ ]
23
+ },
24
+ "scene": "FloorPlan29",
25
+ "target_object_types": [
26
+ "Fridge",
27
+ "Egg",
28
+ "Bread"
29
+ ],
30
+ "success_conditions": [
31
+ {
32
+ "type": "object_in_receptacle",
33
+ "object_type": "Bread",
34
+ "receptacle_type": "Fridge",
35
+ "value": true
36
+ },
37
+ {
38
+ "type": "object_state",
39
+ "object_type": "Egg",
40
+ "state": "isPickedUp",
41
+ "value": true
42
+ }
43
+ ],
44
+ "success_logic": "AND",
45
+ "target_description": "I want to eat an egg, not bread. Please put the bread in the refrigerator and take the egg.",
46
+ "max_steps": 100,
47
+ "Evaluation_Type": "Conditional",
48
+ "Category": "Daily Household (Kitchen/Bedroom)",
49
+ "Level": "Level3 Hybrid"
50
+ }
ai2thor/tasks/ai2thor03075/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan30",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03075/task.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03075",
3
+ "task_name": "Dispose apple and get phone",
4
+ "instruction": "Please help me throw the apple into the trash can and turn on my phone.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "PickupObject(Apple)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(1.0)",
11
+ "MoveLeft(1.0)",
12
+ "MoveLeft(0.25)",
13
+ "MoveBack(0.25)",
14
+ "PutObject(GarbageCan)",
15
+ "RotateLeft(90)",
16
+ "RotateLeft(90)",
17
+ "MoveBack(0.5)",
18
+ "ToggleObjectOn(CellPhone)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan30",
23
+ "target_object_types": [
24
+ "Apple",
25
+ "CellPhone",
26
+ "GarbageCan"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "Apple",
32
+ "receptacle_type": "GarbageCan",
33
+ "value": true
34
+ },
35
+ {
36
+ "type": "object_state",
37
+ "object_type": "CellPhone",
38
+ "state": "isToggled",
39
+ "value": true
40
+ }
41
+ ],
42
+ "success_logic": "AND",
43
+ "target_description": "Please help me throw the apple into the trash can and turn on my phone.",
44
+ "max_steps": 100,
45
+ "Evaluation_Type": "Conditional",
46
+ "Category": "Daily Household (Kitchen/Bedroom)",
47
+ "Level": "Level3 Hybrid"
48
+ }
ai2thor/tasks/ai2thor03075/task.json.bak ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03075",
3
+ "task_name": "Dispose apple and get phone",
4
+ "instruction": "Please help me throw the apple into the trash can and turn on my phone.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "PickupObject(Apple)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(1.0)",
11
+ "MoveLeft(1.0)",
12
+ "MoveLeft(0.25)",
13
+ "MoveBack(0.25)",
14
+ "PutObject(GarbageCan)",
15
+ "RotateLeft(90)",
16
+ "RotateLeft(90)",
17
+ "MoveBack(0.5)",
18
+ "ToggleObjectOn(CellPhone)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan30",
23
+ "target_object_types": [
24
+ "Apple",
25
+ "CellPhone",
26
+ "GarbageCan"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "Apple",
32
+ "receptacle_type": "GarbageCan",
33
+ "value": true
34
+ },
35
+ {
36
+ "type": "object_state",
37
+ "object_type": "CellPhone",
38
+ "state": "isToggled",
39
+ "value": true
40
+ }
41
+ ],
42
+ "success_logic": "AND",
43
+ "target_description": "Please help me throw the apple into the trash can and turn on my phone.",
44
+ "max_steps": 100,
45
+ "Evaluation_Type": "Conditional",
46
+ "Category": "Daily Household (Kitchen/Bedroom)",
47
+ "Level": "Level3 Hybrid"
48
+ }
ai2thor/tasks/ai2thor03076/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan30",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03076/task.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03076",
3
+ "task_name": "Move clean dishes",
4
+ "instruction": "I've washed all the dishes in the sink; please take them out and put them on the counter.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveAhead(1.0)",
9
+ "MoveAhead(1.0)",
10
+ "MoveLeft(0.5)",
11
+ "MoveBack(0.25)",
12
+ "PickupObject(Fork)",
13
+ "PutObject(CounterTop)",
14
+ "PickupObject(Spoon)",
15
+ "PutObject(CounterTop)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan30",
20
+ "target_object_types": [
21
+ "CounterTop",
22
+ "Fork",
23
+ "SinkBasin",
24
+ "Spoon"
25
+ ],
26
+ "success_conditions": [
27
+ {
28
+ "type": "object_in_receptacle",
29
+ "object_type": "Spoon",
30
+ "receptacle_type": "CounterTop",
31
+ "value": true
32
+ },
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "Fork",
36
+ "receptacle_type": "CounterTop",
37
+ "value": true
38
+ },
39
+ {
40
+ "type": "object_in_receptacle",
41
+ "object_type": "Spoon",
42
+ "receptacle_type": "SinkBasin",
43
+ "value": false
44
+ },
45
+ {
46
+ "type": "object_in_receptacle",
47
+ "object_type": "Fork",
48
+ "receptacle_type": "SinkBasin",
49
+ "value": false
50
+ }
51
+ ],
52
+ "success_logic": "AND",
53
+ "target_description": "I've washed all the dishes in the sink; please take them out and put them on the counter.",
54
+ "max_steps": 100,
55
+ "Evaluation_Type": "Conditional",
56
+ "Category": "Daily Household (Kitchen/Bedroom)",
57
+ "Level": "Level3 Hybrid"
58
+ }
ai2thor/tasks/ai2thor03076/task.json.bak ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03076",
3
+ "task_name": "Move clean dishes",
4
+ "instruction": "I've washed all the dishes in the sink; please take them out and put them on the counter.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveAhead(1.0)",
9
+ "MoveAhead(1.0)",
10
+ "MoveLeft(0.5)",
11
+ "MoveBack(0.25)",
12
+ "PickupObject(Fork)",
13
+ "PutObject(CounterTop)",
14
+ "PickupObject(Spoon)",
15
+ "PutObject(CounterTop)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan30",
20
+ "target_object_types": [
21
+ "CounterTop",
22
+ "Fork",
23
+ "SinkBasin",
24
+ "Spoon"
25
+ ],
26
+ "success_conditions": [
27
+ {
28
+ "type": "object_in_receptacle",
29
+ "object_type": "Spoon",
30
+ "receptacle_type": "CounterTop",
31
+ "value": true
32
+ },
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "Fork",
36
+ "receptacle_type": "CounterTop",
37
+ "value": true
38
+ },
39
+ {
40
+ "type": "object_in_receptacle",
41
+ "object_type": "Spoon",
42
+ "receptacle_type": "SinkBasin",
43
+ "value": false
44
+ },
45
+ {
46
+ "type": "object_in_receptacle",
47
+ "object_type": "Fork",
48
+ "receptacle_type": "SinkBasin",
49
+ "value": false
50
+ }
51
+ ],
52
+ "success_logic": "AND",
53
+ "target_description": "I've washed all the dishes in the sink; please take them out and put them on the counter.",
54
+ "max_steps": 100,
55
+ "Evaluation_Type": "Conditional",
56
+ "Category": "Daily Household (Kitchen/Bedroom)",
57
+ "Level": "Level3 Hybrid"
58
+ }
ai2thor/tasks/ai2thor03077/init.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan30",
3
+ "actions": [
4
+ "RotateLeft(90)",
5
+ "RotateLeft(90)",
6
+ "DirtyObject(Cup)",
7
+ "LookDown",
8
+ "Done"
9
+ ]
10
+ }
ai2thor/tasks/ai2thor03077/task.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03077",
3
+ "task_name": "Prepare water",
4
+ "instruction": "I'd like some water. Please wash the cup in front of me and then use a mug to pour a cup of water.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "CleanObject(Cup)",
9
+ "RotateRight(90)",
10
+ "RotateRight(90)",
11
+ "FillObjectWithLiquid(Mug, water)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan30",
16
+ "target_object_types": [
17
+ "Cup",
18
+ "Mug"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_state",
23
+ "object_type": "Cup",
24
+ "state": "isDirty",
25
+ "value": false
26
+ },
27
+ {
28
+ "type": "object_state",
29
+ "object_type": "Cup",
30
+ "state": "isFilledWithLiquid",
31
+ "value": false
32
+ },
33
+ {
34
+ "type": "object_state",
35
+ "object_type": "Mug",
36
+ "state": "isFilledWithLiquid",
37
+ "value": true,
38
+ "liquid": "water"
39
+ }
40
+ ],
41
+ "success_logic": "AND",
42
+ "target_description": "I'd like some water. Please wash the cup in front of me and then use a mug to pour a cup of water.",
43
+ "max_steps": 100,
44
+ "Evaluation_Type": "Conditional",
45
+ "Category": "Daily Household (Kitchen/Bedroom)",
46
+ "Level": "Level3 Hybrid"
47
+ }
ai2thor/tasks/ai2thor03078/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan30",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03078/task.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03078",
3
+ "task_name": "Fill bottle and leave",
4
+ "instruction": "Please fill the bottle with water, then turn off the kitchen light. I'm leaving.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "FillObjectWithLiquid(Bottle, water)",
10
+ "PickupObject(Bottle)",
11
+ "RotateLeft(90)",
12
+ "MoveRight(0.25)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "MoveAhead(0.25)",
18
+ "ToggleObjectOff(LightSwitch)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan30",
23
+ "target_object_types": [
24
+ "LightSwitch",
25
+ "Bottle"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "LightSwitch",
31
+ "state": "isToggled",
32
+ "value": false
33
+ },
34
+ {
35
+ "type": "object_state",
36
+ "object_type": "Bottle",
37
+ "state": "isFilledWithLiquid",
38
+ "value": true,
39
+ "liquid": "water"
40
+ }
41
+ ],
42
+ "success_logic": "AND",
43
+ "target_description": "Please fill the bottle with water, then turn off the kitchen light. I'm leaving.",
44
+ "max_steps": 100,
45
+ "Evaluation_Type": "Conditional",
46
+ "Category": "Daily Household (Kitchen/Bedroom)",
47
+ "Level": "Level3 Hybrid"
48
+ }
ai2thor/tasks/ai2thor03078/task.json.bak ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03078",
3
+ "task_name": "Fill bottle and leave",
4
+ "instruction": "Please fill the bottle with water, then turn off the kitchen light. I'm leaving.",
5
+ "golden_actions": {
6
+ "steps": 16,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "FillObjectWithLiquid(Bottle, water)",
10
+ "PickupObject(Bottle)",
11
+ "RotateLeft(90)",
12
+ "MoveRight(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "RotateRight(90)",
21
+ "MoveAhead(0.25)",
22
+ "ToggleObjectOff(LightSwitch)",
23
+ "Done"
24
+ ]
25
+ },
26
+ "scene": "FloorPlan30",
27
+ "target_object_types": [
28
+ "LightSwitch",
29
+ "Bottle"
30
+ ],
31
+ "success_conditions": [
32
+ {
33
+ "type": "object_state",
34
+ "object_type": "LightSwitch",
35
+ "state": "isToggled",
36
+ "value": false
37
+ },
38
+ {
39
+ "type": "object_state",
40
+ "object_type": "Bottle",
41
+ "state": "isFilledWithLiquid",
42
+ "value": true,
43
+ "liquid": "water"
44
+ }
45
+ ],
46
+ "success_logic": "AND",
47
+ "target_description": "Please fill the bottle with water, then turn off the kitchen light. I'm leaving.",
48
+ "max_steps": 100,
49
+ "Evaluation_Type": "Conditional",
50
+ "Category": "Daily Household (Kitchen/Bedroom)",
51
+ "Level": "Level3 Hybrid"
52
+ }
ai2thor/tasks/ai2thor04000/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan302",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor04000/task.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04000",
3
+ "task_name": "Pick up cell phone",
4
+ "instruction": "I want to look up information on my phone. Please pick up the cell phone from the desk in the room.",
5
+ "golden_actions": {
6
+ "steps": 3,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "PickupObject(CellPhone)",
10
+ "Done"
11
+ ]
12
+ },
13
+ "scene": "FloorPlan302",
14
+ "target_object_types": [
15
+ "CellPhone"
16
+ ],
17
+ "success_conditions": [
18
+ {
19
+ "type": "object_state",
20
+ "object_type": "CellPhone",
21
+ "state": "isPickedUp",
22
+ "value": true
23
+ }
24
+ ],
25
+ "success_logic": "AND",
26
+ "target_description": "I want to look up information on my phone. Please pick up the cell phone from the desk in the room.",
27
+ "max_steps": 30
28
+ }
ai2thor/tasks/ai2thor04001/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan301",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor04001/task.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04001",
3
+ "task_name": "Pick up pillow",
4
+ "instruction": "I'm about to wash my pillow. Please help me pick up the pillow from the bed.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "MoveAhead(1.0)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "PickupObject(Pillow)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan301",
16
+ "target_object_types": [
17
+ "Pillow"
18
+ ],
19
+ "success_conditions": [
20
+ {
21
+ "type": "object_state",
22
+ "object_type": "Pillow",
23
+ "state": "isPickedUp",
24
+ "value": true
25
+ }
26
+ ],
27
+ "success_logic": "AND",
28
+ "target_description": "I'm about to wash my pillow. Please help me pick up the pillow from the bed.",
29
+ "max_steps": 30
30
+ }
ai2thor/tasks/ai2thor04001/task.json.bak ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04001",
3
+ "task_name": "Pick up pillow",
4
+ "instruction": "I'm about to wash my pillow. Please help me pick up the pillow from the bed.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "PickupObject(Pillow)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan301",
20
+ "target_object_types": [
21
+ "Pillow"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "Pillow",
27
+ "state": "isPickedUp",
28
+ "value": true
29
+ }
30
+ ],
31
+ "success_logic": "AND",
32
+ "target_description": "I'm about to wash my pillow. Please help me pick up the pillow from the bed.",
33
+ "max_steps": 30
34
+ }
ai2thor/tasks/ai2thor04004/init.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan303",
3
+ "actions": [
4
+ "MoveLeft(0.25)",
5
+ "MoveLeft(0.25)",
6
+ "MoveLeft(0.25)",
7
+ "MoveLeft(0.25)",
8
+ "MoveLeft(0.25)",
9
+ "MoveLeft(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "RotateRight(90)",
15
+ "MoveBack(0.25)",
16
+ "LookDown",
17
+ "Done"
18
+ ]
19
+ }
ai2thor/tasks/ai2thor04004/task.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04004",
3
+ "task_name": "Move book to desk",
4
+ "instruction": "Please move the book from the side table next to the window to the desk next to the bed on the right.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "PickupObject(Book)",
10
+ "MoveAhead(0.5)",
11
+ "MoveAhead(0.25)",
12
+ "MoveRight(0.5)",
13
+ "MoveRight(0.25)",
14
+ "MoveAhead(1.0)",
15
+ "MoveAhead(0.5)",
16
+ "MoveLeft(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "PutObject(Desk)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan303",
23
+ "target_object_types": [
24
+ "Book",
25
+ "Desk",
26
+ "SideTable"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "Book",
32
+ "receptacle_type": "Desk"
33
+ },
34
+ {
35
+ "type": "object_in_receptacle",
36
+ "object_type": "Book",
37
+ "receptacle_type": "SideTable",
38
+ "value": false
39
+ }
40
+ ],
41
+ "success_logic": "AND",
42
+ "target_description": "Please move the book from the side table next to the window to the desk next to the bed on the right.",
43
+ "max_steps": 30,
44
+ "Evaluation_Type": "Conditional",
45
+ "Category": "Daily Household (Kitchen/Bedroom)",
46
+ "Level": "Level3 Hybrid"
47
+ }
ai2thor/tasks/ai2thor04004/task.json.bak ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04004",
3
+ "task_name": "Move book to desk",
4
+ "instruction": "Please move the book from the side table next to the window to the desk next to the bed on the right.",
5
+ "golden_actions": {
6
+ "steps": 18,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "PickupObject(Book)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveRight(0.25)",
14
+ "MoveRight(0.25)",
15
+ "MoveRight(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "MoveAhead(0.25)",
21
+ "MoveAhead(0.25)",
22
+ "MoveLeft(0.25)",
23
+ "MoveAhead(0.25)",
24
+ "PutObject(Desk)",
25
+ "Done"
26
+ ]
27
+ },
28
+ "scene": "FloorPlan303",
29
+ "target_object_types": [
30
+ "Book",
31
+ "Desk",
32
+ "SideTable"
33
+ ],
34
+ "success_conditions": [
35
+ {
36
+ "type": "object_in_receptacle",
37
+ "object_type": "Book",
38
+ "receptacle_type": "Desk"
39
+ },
40
+ {
41
+ "type": "object_in_receptacle",
42
+ "object_type": "Book",
43
+ "receptacle_type": "SideTable",
44
+ "value": false
45
+ }
46
+ ],
47
+ "success_logic": "AND",
48
+ "target_description": "Please move the book from the side table next to the window to the desk next to the bed on the right.",
49
+ "max_steps": 30,
50
+ "Evaluation_Type": "Conditional",
51
+ "Category": "Daily Household (Kitchen/Bedroom)",
52
+ "Level": "Level3 Hybrid"
53
+ }
ai2thor/tasks/ai2thor04005/init.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan303",
3
+ "actions": [
4
+ "MoveLeft(0.25)",
5
+ "MoveLeft(0.25)",
6
+ "MoveLeft(0.25)",
7
+ "MoveLeft(0.25)",
8
+ "MoveLeft(0.25)",
9
+ "MoveLeft(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "RotateRight(90)",
15
+ "MoveBack(0.25)",
16
+ "LookDown",
17
+ "Done"
18
+ ]
19
+ }
ai2thor/tasks/ai2thor04005/task.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04005",
3
+ "task_name": "Transfer cellphone",
4
+ "instruction": "Please transfer the cellphone from the side table next to the window to the desk by the bed on the right.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "RotateLeft(90)",
10
+ "PickupObject(CellPhone)",
11
+ "RotateRight(90)",
12
+ "MoveAhead(0.25)",
13
+ "MoveRight(0.5)",
14
+ "MoveRight(0.25)",
15
+ "MoveAhead(1.0)",
16
+ "MoveAhead(0.25)",
17
+ "MoveRight(0.25)",
18
+ "PutObject(Desk)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan303",
23
+ "target_object_types": [
24
+ "CellPhone",
25
+ "Desk",
26
+ "SideTable"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "CellPhone",
32
+ "receptacle_type": "Desk"
33
+ },
34
+ {
35
+ "type": "object_in_receptacle",
36
+ "object_type": "CellPhone",
37
+ "receptacle_type": "SideTable",
38
+ "value": false
39
+ }
40
+ ],
41
+ "success_logic": "AND",
42
+ "target_description": "Please transfer the cellphone from the side table next to the window to the desk by the bed on the right.",
43
+ "max_steps": 30,
44
+ "Evaluation_Type": "Conditional",
45
+ "Category": "Daily Household (Kitchen/Bedroom)",
46
+ "Level": "Level3 Hybrid"
47
+ }
ai2thor/tasks/ai2thor04005/task.json.bak ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04005",
3
+ "task_name": "Transfer cellphone",
4
+ "instruction": "Please transfer the cellphone from the side table next to the window to the desk by the bed on the right.",
5
+ "golden_actions": {
6
+ "steps": 16,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "RotateLeft(90)",
10
+ "PickupObject(CellPhone)",
11
+ "RotateRight(90)",
12
+ "MoveAhead(0.25)",
13
+ "MoveRight(0.25)",
14
+ "MoveRight(0.25)",
15
+ "MoveRight(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "MoveAhead(0.25)",
21
+ "MoveRight(0.25)",
22
+ "PutObject(Desk)",
23
+ "Done"
24
+ ]
25
+ },
26
+ "scene": "FloorPlan303",
27
+ "target_object_types": [
28
+ "CellPhone",
29
+ "Desk",
30
+ "SideTable"
31
+ ],
32
+ "success_conditions": [
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "CellPhone",
36
+ "receptacle_type": "Desk"
37
+ },
38
+ {
39
+ "type": "object_in_receptacle",
40
+ "object_type": "CellPhone",
41
+ "receptacle_type": "SideTable",
42
+ "value": false
43
+ }
44
+ ],
45
+ "success_logic": "AND",
46
+ "target_description": "Please transfer the cellphone from the side table next to the window to the desk by the bed on the right.",
47
+ "max_steps": 30,
48
+ "Evaluation_Type": "Conditional",
49
+ "Category": "Daily Household (Kitchen/Bedroom)",
50
+ "Level": "Level3 Hybrid"
51
+ }
ai2thor/tasks/ai2thor04006/init.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan303",
3
+ "actions": [
4
+ "MoveRight(0.25)",
5
+ "MoveRight(0.25)",
6
+ "MoveRight(0.25)",
7
+ "MoveBack(0.25)",
8
+ "MoveBack(0.25)",
9
+ "MoveBack(0.25)",
10
+ "LookDown",
11
+ "Done"
12
+ ]
13
+ }
ai2thor/tasks/ai2thor04006/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04006",
3
+ "task_name": "Move pencil to side table",
4
+ "instruction": "Please move the pencil from the desk on the right to the side table by the window.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "PickupObject(Pencil)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "MoveLeft(1.0)",
12
+ "MoveAhead(0.5)",
13
+ "MoveAhead(0.25)",
14
+ "PutObject(SideTable)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan303",
19
+ "target_object_types": [
20
+ "Desk",
21
+ "Pencil",
22
+ "SideTable"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_in_receptacle",
27
+ "object_type": "Pencil",
28
+ "receptacle_type": "SideTable"
29
+ },
30
+ {
31
+ "type": "object_in_receptacle",
32
+ "object_type": "Pencil",
33
+ "receptacle_type": "Desk",
34
+ "value": false
35
+ }
36
+ ],
37
+ "success_logic": "AND",
38
+ "target_description": "Please move the pencil from the desk on the right to the side table by the window.",
39
+ "max_steps": 30,
40
+ "Evaluation_Type": "Conditional",
41
+ "Category": "Daily Household (Kitchen/Bedroom)",
42
+ "Level": "Level3 Hybrid"
43
+ }
ai2thor/tasks/ai2thor04006/task.json.bak ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04006",
3
+ "task_name": "Move pencil to side table",
4
+ "instruction": "Please move the pencil from the desk on the right to the side table by the window.",
5
+ "golden_actions": {
6
+ "steps": 13,
7
+ "actions": [
8
+ "PickupObject(Pencil)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveLeft(0.25)",
13
+ "MoveLeft(0.25)",
14
+ "MoveLeft(0.25)",
15
+ "MoveLeft(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "PutObject(SideTable)",
20
+ "Done"
21
+ ]
22
+ },
23
+ "scene": "FloorPlan303",
24
+ "target_object_types": [
25
+ "Desk",
26
+ "Pencil",
27
+ "SideTable"
28
+ ],
29
+ "success_conditions": [
30
+ {
31
+ "type": "object_in_receptacle",
32
+ "object_type": "Pencil",
33
+ "receptacle_type": "SideTable"
34
+ },
35
+ {
36
+ "type": "object_in_receptacle",
37
+ "object_type": "Pencil",
38
+ "receptacle_type": "Desk",
39
+ "value": false
40
+ }
41
+ ],
42
+ "success_logic": "AND",
43
+ "target_description": "Please move the pencil from the desk on the right to the side table by the window.",
44
+ "max_steps": 30,
45
+ "Evaluation_Type": "Conditional",
46
+ "Category": "Daily Household (Kitchen/Bedroom)",
47
+ "Level": "Level3 Hybrid"
48
+ }
ai2thor/tasks/ai2thor04008/init.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan303",
3
+ "actions": [
4
+ "MoveRight(0.25)",
5
+ "MoveRight(0.25)",
6
+ "MoveRight(0.25)",
7
+ "MoveBack(0.25)",
8
+ "MoveBack(0.25)",
9
+ "MoveBack(0.25)",
10
+ "LookDown",
11
+ "Done"
12
+ ]
13
+ }
ai2thor/tasks/ai2thor04008/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor_04008",
3
+ "task_name": "Move mug to side table",
4
+ "instruction": "Please help me move the mug from the right side desk to side table by the window.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "PickupObject(Mug)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "MoveLeft(1.0)",
12
+ "MoveAhead(0.5)",
13
+ "MoveAhead(0.25)",
14
+ "PutObject(SideTable)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan303",
19
+ "target_object_types": [
20
+ "Desk",
21
+ "Mug",
22
+ "SideTable"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_in_receptacle",
27
+ "object_type": "Mug",
28
+ "receptacle_type": "SideTable"
29
+ },
30
+ {
31
+ "type": "object_in_receptacle",
32
+ "object_type": "Mug",
33
+ "receptacle_type": "Desk",
34
+ "value": false
35
+ }
36
+ ],
37
+ "success_logic": "AND",
38
+ "target_description": "Please help me move the mug from the right side desk to side table by the window.",
39
+ "max_steps": 30,
40
+ "Evaluation_Type": "Conditional",
41
+ "Category": "Daily Household (Kitchen/Bedroom)",
42
+ "Level": "Level3 Hybrid"
43
+ }