HongchengGao commited on
Commit
30ff0f3
·
verified ·
1 Parent(s): 12ad97a

Upload SpatialWorld benchmark data

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. data/ai2thor/dual/tasks/ai2thor03038/init.json +7 -0
  2. data/ai2thor/dual/tasks/ai2thor03038/task.json +55 -0
  3. data/ai2thor/dual/tasks/ai2thor03044/init.json +22 -0
  4. data/ai2thor/dual/tasks/ai2thor03044/task.json +41 -0
  5. data/ai2thor/dual/tasks/ai2thor03054/init.json +7 -0
  6. data/ai2thor/dual/tasks/ai2thor03054/task.json +43 -0
  7. data/ai2thor/dual/tasks/ai2thor03064/init.json +14 -0
  8. data/ai2thor/dual/tasks/ai2thor03064/task.json +39 -0
  9. data/ai2thor/dual/tasks/ai2thor03075/init.json +7 -0
  10. data/ai2thor/dual/tasks/ai2thor03075/task.json +44 -0
  11. data/ai2thor/dual/tasks/ai2thor04039/init.json +26 -0
  12. data/ai2thor/dual/tasks/ai2thor04039/task.json +34 -0
  13. data/ai2thor/dual/tasks/ai2thor04046/init.json +7 -0
  14. data/ai2thor/dual/tasks/ai2thor04046/task.json +46 -0
  15. data/ai2thor/dual/tasks/ai2thor04108/task.json +43 -0
  16. data/ai2thor/dual/tasks/ai2thor04109/init.json +22 -0
  17. data/ai2thor/dual/tasks/ai2thor04109/task.json +37 -0
  18. data/ai2thor/dual/tasks/ai2thor04110/init.json +7 -0
  19. data/ai2thor/dual/tasks/ai2thor04110/task.json +39 -0
  20. data/ai2thor/dual/tasks/ai2thor04243/init.json +10 -0
  21. data/ai2thor/dual/tasks/ai2thor04243/task.json +48 -0
  22. data/ai2thor/dual/tasks/ai2thor05007/init.json +7 -0
  23. data/ai2thor/dual/tasks/ai2thor05007/task.json +43 -0
  24. data/ai2thor/dual/tasks/ai2thor05022/init.json +7 -0
  25. data/ai2thor/dual/tasks/ai2thor05022/task.json +39 -0
  26. data/ai2thor/dual/tasks/ai2thor05026/init.json +7 -0
  27. data/ai2thor/dual/tasks/ai2thor05026/task.json +41 -0
  28. data/ai2thor/dual/tasks/ai2thor05033/init.json +7 -0
  29. data/ai2thor/dual/tasks/ai2thor05033/task.json +40 -0
  30. data/ai2thor/dual/tasks/ai2thor05041/init.json +7 -0
  31. data/ai2thor/dual/tasks/ai2thor05041/task.json +38 -0
  32. data/ai2thor/dual/tasks/ai2thor05063/init.json +13 -0
  33. data/ai2thor/dual/tasks/ai2thor05063/task.json +36 -0
  34. data/ai2thor/dual/tasks/ai2thor05066/init.json +7 -0
  35. data/ai2thor/dual/tasks/ai2thor05066/task.json +29 -0
  36. data/ai2thor/dual/tasks/ai2thor05079/init.json +7 -0
  37. data/ai2thor/dual/tasks/ai2thor05079/task.json +31 -0
  38. data/ai2thor/dual/tasks/ai2thor05506/init.json +7 -0
  39. data/ai2thor/dual/tasks/ai2thor05506/task.json +38 -0
  40. data/ai2thor/dual/tasks/ai2thor05508/init.json +7 -0
  41. data/ai2thor/dual/tasks/ai2thor05508/task.json +36 -0
  42. data/ai2thor/dual/tasks/ai2thor05509/init.json +7 -0
  43. data/ai2thor/dual/tasks/ai2thor05509/task.json +38 -0
  44. data/ai2thor/dual/tasks/ai2thor05512/init.json +7 -0
  45. data/ai2thor/dual/tasks/ai2thor05512/task.json +39 -0
  46. data/ai2thor/dual/tasks/ai2thor05515/init.json +7 -0
  47. data/ai2thor/dual/tasks/ai2thor05515/task.json +37 -0
  48. data/ai2thor/dual/tasks/ai2thor05517/init.json +13 -0
  49. data/ai2thor/dual/tasks/ai2thor05517/task.json +36 -0
  50. data/ai2thor/dual/tasks/ai2thor05528/init.json +9 -0
data/ai2thor/dual/tasks/ai2thor03038/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan22",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor03038/task.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03038",
3
+ "task_name": "Swap potato and lettuce",
4
+ "instruction": "Please put the potato in the refrigerator, and then take the lettuce out of the refrigerator and put it on the counter.Remember to close the fridge.",
5
+ "golden_actions": {
6
+ "steps": 18,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "MoveLeft(0.5)",
10
+ "MoveAhead(0.5)",
11
+ "PickupObject(Potato)",
12
+ "RotateRight(90)",
13
+ "MoveAhead(1)",
14
+ "MoveRight(1)",
15
+ "MoveRight(0.5)",
16
+ "OpenObject(Fridge)",
17
+ "PutObject(Fridge)",
18
+ "PickupObject(Lettuce)",
19
+ "CloseObject(Fridge)",
20
+ "RotateLeft(90)",
21
+ "MoveAhead(1)",
22
+ "MoveLeft(1)",
23
+ "MoveAhead(0.5)",
24
+ "PutObject(CounterTop)",
25
+ "Done"
26
+ ]
27
+ },
28
+ "scene": "FloorPlan22",
29
+ "target_object_types": [
30
+ "CounterTop",
31
+ "Fridge",
32
+ "Lettuce",
33
+ "Potato"
34
+ ],
35
+ "success_conditions": [
36
+ {
37
+ "type": "object_in_receptacle",
38
+ "object_type": "Potato",
39
+ "receptacle_type": "Fridge"
40
+ },
41
+ {
42
+ "type": "object_in_receptacle",
43
+ "object_type": "Lettuce",
44
+ "receptacle_type": "CounterTop"
45
+ },
46
+ {
47
+ "type": "object_state",
48
+ "object_type": "Fridge",
49
+ "state": "isOpen",
50
+ "value": false
51
+ }
52
+ ],
53
+ "success_logic": "AND",
54
+ "target_description": "Please put the potato in the refrigerator, and then take the lettuce out of the refrigerator and put it on the counter.Remember to close the fridge."
55
+ }
data/ai2thor/dual/tasks/ai2thor03044/init.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan23",
3
+ "actions": [
4
+ "RotateRight(90)",
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
+ "OpenObject(Fridge)",
13
+ "MoveBack(0.25)",
14
+ "MoveBack(0.25)",
15
+ "MoveBack(0.25)",
16
+ "MoveBack(0.25)",
17
+ "RotateLeft(90)",
18
+ "RotateLeft(90)",
19
+ "LookDown",
20
+ "Done"
21
+ ]
22
+ }
data/ai2thor/dual/tasks/ai2thor03044/task.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03044",
3
+ "task_name": "Close light and fridge",
4
+ "instruction": "I forgot to turn off the lights and close the refrigerator door when I left. Please close them.",
5
+ "golden_actions": {
6
+ "steps": 10,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "RotateLeft(90)",
10
+ "MoveAhead(0.5)",
11
+ "CloseObject(Fridge)",
12
+ "RotateRight(90)",
13
+ "RotateRight(90)",
14
+ "MoveAhead(1.0)",
15
+ "MoveAhead(0.5)",
16
+ "ToggleObjectOff(LightSwitch)",
17
+ "Done"
18
+ ]
19
+ },
20
+ "scene": "FloorPlan23",
21
+ "target_object_types": [
22
+ "Fridge",
23
+ "LightSwitch"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_state",
28
+ "object_type": "LightSwitch",
29
+ "state": "isToggled",
30
+ "value": false
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 forgot to turn off the lights and close the refrigerator door when I left. Please close them."
41
+ }
data/ai2thor/dual/tasks/ai2thor03054/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan25",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor03054/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03054",
3
+ "task_name": "Bring bread outside and turn off kitchen lights",
4
+ "instruction": "I'm outside the kitchen. Please bring the bread outside and turn off the kitchen lights.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "RotateLeft(90)",
10
+ "MoveAhead(0.5)",
11
+ "RotateRight(90)",
12
+ "PickupObject(Bread)",
13
+ "RotateRight(90)",
14
+ "RotateRight(90)",
15
+ "MoveAhead(1)",
16
+ "MoveAhead(0.5)",
17
+ "MoveRight(0.5)",
18
+ "ToggleObjectOff(LightSwitch)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan25",
23
+ "target_object_types": [
24
+ "Bread",
25
+ "LightSwitch"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Bread",
31
+ "state": "isPickedUp",
32
+ "value": true
33
+ },
34
+ {
35
+ "type": "object_state",
36
+ "object_type": "LightSwitch",
37
+ "state": "isToggled",
38
+ "value": false
39
+ }
40
+ ],
41
+ "success_logic": "AND",
42
+ "target_description": "I'm outside the kitchen. Please bring the bread outside and turn off the kitchen lights."
43
+ }
data/ai2thor/dual/tasks/ai2thor03064/init.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan27",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveAhead(0.25)",
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.25)",
10
+ "ToggleObjectOn(CoffeeMachine)",
11
+ "LookDown",
12
+ "Done"
13
+ ]
14
+ }
data/ai2thor/dual/tasks/ai2thor03064/task.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03064",
3
+ "task_name": "Turn off coffee machine and kitchen light",
4
+ "instruction": "I forgot to turn off the coffee machine and the kitchen light. Go turn them off.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "ToggleObjectOff(CoffeeMachine)",
9
+ "RotateRight(90)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(1.0)",
12
+ "MoveAhead(0.25)",
13
+ "RotateRight(90)",
14
+ "ToggleObjectOff(LightSwitch)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan27",
19
+ "target_object_types": [
20
+ "CoffeeMachine",
21
+ "LightSwitch"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "CoffeeMachine",
27
+ "state": "isToggled",
28
+ "value": false
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "LightSwitch",
33
+ "state": "isToggled",
34
+ "value": false
35
+ }
36
+ ],
37
+ "success_logic": "AND",
38
+ "target_description": "I forgot to turn off the coffee machine and the kitchen light. Go turn them off."
39
+ }
data/ai2thor/dual/tasks/ai2thor03075/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan30",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor03075/task.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "MoveAhead(0.25)",
9
+ "PickupObject(Apple)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(1.0)",
12
+ "MoveLeft(1.0)",
13
+ "MoveLeft(0.25)",
14
+ "MoveBack(0.25)",
15
+ "PutObject(GarbageCan)",
16
+ "RotateLeft(90)",
17
+ "RotateLeft(90)",
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
+ }
data/ai2thor/dual/tasks/ai2thor04039/init.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan323",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "RotateRight(90)",
6
+ "MoveAhead(0.25)",
7
+ "MoveLeft(0.25)",
8
+ "MoveLeft(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
+ "MoveLeft(0.25)",
17
+ "MoveLeft(0.25)",
18
+ "MoveLeft(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "MoveAhead(0.25)",
21
+ "LookDown",
22
+ "DirtyObject(Bowl)",
23
+ "MoveBack(0.25)",
24
+ "Done"
25
+ ]
26
+ }
data/ai2thor/dual/tasks/ai2thor04039/task.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04039",
3
+ "task_name": "Wash bowl and make coffee",
4
+ "instruction": "I'm sleepy. Please wash the bowl in front of me and then fill it with a cup of coffee.",
5
+ "golden_actions": {
6
+ "steps": 3,
7
+ "actions": [
8
+ "CleanObject(Bowl)",
9
+ "FillObjectWithLiquid(Bowl, coffee)",
10
+ "Done"
11
+ ]
12
+ },
13
+ "scene": "FloorPlan323",
14
+ "target_object_types": [
15
+ "Bowl"
16
+ ],
17
+ "success_conditions": [
18
+ {
19
+ "type": "object_state",
20
+ "object_type": "Bowl",
21
+ "state": "isDirty",
22
+ "value": false
23
+ },
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "Bowl",
27
+ "state": "isFilledWithLiquid",
28
+ "value": true,
29
+ "liquid": "coffee"
30
+ }
31
+ ],
32
+ "success_logic": "AND",
33
+ "target_description": "I'm sleepy. Please wash the bowl in front of me and then fill it with a cup of coffee."
34
+ }
data/ai2thor/dual/tasks/ai2thor04046/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan210",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor04046/task.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04046",
3
+ "task_name": "Enable laptop and TV",
4
+ "instruction": "I want to work on my laptop while watching TV. Please enable both.",
5
+ "golden_actions": {
6
+ "steps": 15,
7
+ "actions": [
8
+ "MoveAhead(1.0)",
9
+ "MoveAhead(0.5)",
10
+ "RotateRight(90)",
11
+ "MoveLeft(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(0.25)",
14
+ "ToggleObjectOn(Laptop)",
15
+ "MoveBack(0.5)",
16
+ "RotateLeft(90)",
17
+ "RotateLeft(90)",
18
+ "MoveAhead(1.0)",
19
+ "MoveRight(0.25)",
20
+ "MoveAhead(0.5)",
21
+ "ToggleObjectOn(Television)",
22
+ "Done"
23
+ ]
24
+ },
25
+ "scene": "FloorPlan210",
26
+ "target_object_types": [
27
+ "Laptop",
28
+ "Television"
29
+ ],
30
+ "success_conditions": [
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "Laptop",
34
+ "state": "isToggled",
35
+ "value": true
36
+ },
37
+ {
38
+ "type": "object_state",
39
+ "object_type": "Television",
40
+ "state": "isToggled",
41
+ "value": true
42
+ }
43
+ ],
44
+ "success_logic": "AND",
45
+ "target_description": "I want to work on my laptop while watching TV. Please enable both."
46
+ }
data/ai2thor/dual/tasks/ai2thor04108/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04108",
3
+ "task_name": "Turn on the computer and open the book",
4
+ "instruction": "I want to get up and work, please turn on the computer and open the book",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
8
+ "MoveRight(1.0)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(1.0)",
12
+ "RotateRight(90)",
13
+ "LookDown",
14
+ "ToggleObjectOn(Laptop)",
15
+ "MoveLeft(1.0)",
16
+ "MoveAhead(0.25)",
17
+ "OpenObject(Book)",
18
+ "Done"
19
+ ]
20
+ },
21
+ "scene": "FloorPlan311",
22
+ "target_object_types": [
23
+ "Bed",
24
+ "CellPhone",
25
+ "Desk"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Laptop",
31
+ "state": "isToggled",
32
+ "value": true
33
+ },
34
+ {
35
+ "type": "object_state",
36
+ "object_type": "Book",
37
+ "state": "isOpen",
38
+ "value": true
39
+ }
40
+ ],
41
+ "success_logic": "AND",
42
+ "target_description": "I want to get up and work, please turn on the computer and open the book."
43
+ }
data/ai2thor/dual/tasks/ai2thor04109/init.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan311",
3
+ "actions": [
4
+ "MoveAhead(0.5)",
5
+ "MoveAhead(0.5)",
6
+ "MoveLeft(0.5)",
7
+ "MoveLeft(0.5)",
8
+ "MoveAhead(0.5)",
9
+ "LookDown",
10
+ "DirtyObject(Bed)",
11
+ "RotateRight(90)",
12
+ "MoveAhead(0.5)",
13
+ "MoveAhead(0.5)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.5)",
16
+ "MoveAhead(0.5)",
17
+ "ToggleObjectOn(Television)",
18
+ "MoveLeft(0.5)",
19
+ "LookDown",
20
+ "Done"
21
+ ]
22
+ }
data/ai2thor/dual/tasks/ai2thor04109/task.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04109",
3
+ "task_name": "Make bed and turn off TV",
4
+ "instruction": "I'm getting ready for bed. Please make my bed and turn off the TV.",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "ToggleObjectOff(Television)",
9
+ "RotateLeft(90)",
10
+ "RotateLeft(90)",
11
+ "MoveAhead(1)",
12
+ "CleanObject(Bed)",
13
+ "Done"
14
+ ]
15
+ },
16
+ "scene": "FloorPlan311",
17
+ "target_object_types": [
18
+ "Television",
19
+ "Bed"
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_state",
24
+ "object_type": "Television",
25
+ "state": "isToggled",
26
+ "value": false
27
+ },
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Bed",
31
+ "state": "isDirty",
32
+ "value": false
33
+ }
34
+ ],
35
+ "success_logic": "AND",
36
+ "target_description": "I'm getting ready for bed. Please make my bed and turn off the TV."
37
+ }
data/ai2thor/dual/tasks/ai2thor04110/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan310",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor04110/task.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04110",
3
+ "task_name": "Turn on phone and computer",
4
+ "instruction": "I need to get ready to work, please turn on my phone and computer.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "MoveRight(0.5)",
9
+ "MoveAhead(1)",
10
+ "MoveAhead(1)",
11
+ "RotateLeft(90)",
12
+ "MoveAhead(0.25)",
13
+ "ToggleObjectOn(Laptop)",
14
+ "ToggleObjectOn(CellPhone)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan310",
19
+ "target_object_types": [
20
+ "Laptop",
21
+ "CellPhone"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "Laptop",
27
+ "state": "isToggled",
28
+ "value": true
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "CellPhone",
33
+ "state": "isToggled",
34
+ "value": true
35
+ }
36
+ ],
37
+ "success_logic": "AND",
38
+ "target_description": "I need to get ready to work, please turn on my phone and computer."
39
+ }
data/ai2thor/dual/tasks/ai2thor04243/init.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan329",
3
+ "actions": [
4
+ "MoveBack(0.25)",
5
+ "LookDown",
6
+ "MoveLeft(0.5)",
7
+ "OpenObject(Book)",
8
+ "Done"
9
+ ]
10
+ }
data/ai2thor/dual/tasks/ai2thor04243/task.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04243",
3
+ "task_name": "Close the book and turn off the light and the desk lamp.",
4
+ "instruction": "I am tired from reading. Please close the book, then turn off the light switch and the desk lamp.",
5
+ "golden_actions": {
6
+ "steps": 10,
7
+ "actions": [
8
+ "CloseObject(Book)",
9
+ "MoveAhead(0.5)",
10
+ "ToggleObjectOff(LightSwitch)",
11
+ "RotateRight(90)",
12
+ "RotateRight(90)",
13
+ "MoveLeft(0.5)",
14
+ "MoveAhead(1)",
15
+ "MoveAhead(1)",
16
+ "ToggleObjectOff(DeskLamp)",
17
+ "Done"
18
+ ]
19
+ },
20
+ "scene": "FloorPlan329",
21
+ "target_object_types": [
22
+ "Book",
23
+ "DeskLamp",
24
+ "LightSwitch"
25
+ ],
26
+ "success_conditions": [
27
+ {
28
+ "type": "object_state",
29
+ "object_type": "Book",
30
+ "state": "isOpen",
31
+ "value": false
32
+ },
33
+ {
34
+ "type": "object_state",
35
+ "object_type": "LightSwitch",
36
+ "state": "isToggled",
37
+ "value": false
38
+ },
39
+ {
40
+ "type": "object_state",
41
+ "object_type": "DeskLamp",
42
+ "state": "isToggled",
43
+ "value": false
44
+ }
45
+ ],
46
+ "success_logic": "AND",
47
+ "target_description": "I am tired from reading. Please close the book, then turn off the light switch and the desk lamp."
48
+ }
data/ai2thor/dual/tasks/ai2thor05007/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan307",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05007/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05007",
3
+ "task_name": "Turn off the desk lamp and pick up the book and place it on the bed",
4
+ "instruction": "It's time to power down, so please turn off the desk lamp and confirm it's really off and then pick up the book and place it on the bed.",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "MoveAhead(0.25)",
10
+ "ToggleObjectOff(DeskLamp)",
11
+ "PickupObject(Book)",
12
+ "RotateRight(90)",
13
+ "RotateRight(90)",
14
+ "MoveAhead(1.0)",
15
+ "MoveAhead(0.5)",
16
+ "MoveAhead(0.25)",
17
+ "PutObject(Bed)",
18
+ "Done"
19
+ ]
20
+ },
21
+ "scene": "FloorPlan307",
22
+ "target_object_types": [
23
+ "DeskLamp",
24
+ "Bed",
25
+ "Book"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_in_receptacle",
30
+ "object_type": "Book",
31
+ "receptacle_type": "Bed",
32
+ "value": true
33
+ },
34
+ {
35
+ "type": "object_state",
36
+ "object_type": "DeskLamp",
37
+ "field": "isToggled",
38
+ "value": false
39
+ }
40
+ ],
41
+ "success_logic": "and",
42
+ "target_description": "It's time to power down, so please turn off the desk lamp and confirm it's really off and then pick up the book and place it on the bed."
43
+ }
data/ai2thor/dual/tasks/ai2thor05022/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan312",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05022/task.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05022",
3
+ "task_name": "Clean the bed and turn on the laptop",
4
+ "instruction": "I need to tidy up, so please tidy up the bed by clearing any clutter and wiping it until it looks clean and then turn on the laptop and wait until you can tell it's powered on.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "RotateRight(90)",
10
+ "MoveLeft(1.0)",
11
+ "MoveAhead(1.0)",
12
+ "MoveAhead(0.5)",
13
+ "CleanObject(Bed)",
14
+ "ToggleObjectOn(Laptop)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan312",
19
+ "target_object_types": [
20
+ "Bed",
21
+ "Laptop"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "Laptop",
27
+ "field": "isToggled",
28
+ "value": true
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "Bed",
33
+ "field": "isDirty",
34
+ "value": false
35
+ }
36
+ ],
37
+ "success_logic": "and",
38
+ "target_description": "I need to tidy up, so please tidy up the bed by clearing any clutter and wiping it until it looks clean and then turn on the laptop and wait until you can tell it's powered on."
39
+ }
data/ai2thor/dual/tasks/ai2thor05026/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan313",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05026/task.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05026",
3
+ "task_name": "Fill the mug with coffee and clean the bed",
4
+ "instruction": "I'm doing some chores, so please put the laptop on the desk, then tidy up the bed and wiping it until it looks clean.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "RotateRight(90)",
10
+ "MoveAhead(0.5)",
11
+ "FillObjectWithLiquid(Mug,coffee)",
12
+ "RotateRight(90)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.5)",
15
+ "CleanObject(Bed)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan313",
20
+ "target_object_types": [
21
+ "Bed",
22
+ "Mug"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_state",
27
+ "object_type": "Bed",
28
+ "field": "isDirty",
29
+ "value": false
30
+ },
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "Mug",
34
+ "field": "isFilledWithLiquid",
35
+ "value": true,
36
+ "liquid": "coffee"
37
+ }
38
+ ],
39
+ "success_logic": "and",
40
+ "target_description": "I'm doing some chores, so please put the laptop on the desk, then tidy up the bed and wiping it until it looks clean."
41
+ }
data/ai2thor/dual/tasks/ai2thor05033/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan315",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05033/task.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05033",
3
+ "task_name": "Make the mirror dirty and fill the mug with water",
4
+ "instruction": "I'm preparing the scene, so please in the simulation, make the mirror dirty so its state changes to 'dirty' and then fill the mug with water until it shows it's filled, then keep it steady.",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "MoveRight(0.5)",
9
+ "MoveAhead(0.25)",
10
+ "DirtyObject(Mirror)",
11
+ "RotateRight(90)",
12
+ "MoveAhead(0.5)",
13
+ "FillObjectWithLiquid(Mug)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan315",
18
+ "target_object_types": [
19
+ "Mirror",
20
+ "Mug",
21
+ "Water"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "Mirror",
27
+ "field": "isDirty",
28
+ "value": true
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "Mug",
33
+ "state": "isFilledWithLiquid",
34
+ "value": true,
35
+ "liquid": "Water"
36
+ }
37
+ ],
38
+ "success_logic": "and",
39
+ "target_description": "I'm preparing the scene, so please in the simulation, make the mirror dirty so its state changes to 'dirty' and then fill the mug with water until it shows it's filled, then keep it steady."
40
+ }
data/ai2thor/dual/tasks/ai2thor05041/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan319",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05041/task.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05041",
3
+ "task_name": "Turn on the cell phone and open the book",
4
+ "instruction": "To start the research, please power on the cell phone and open the book for me.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "MoveLeft(1.0)",
9
+ "MoveAhead(1.0)",
10
+ "ToggleObjectOn(CellPhone)",
11
+ "OpenObject(Book)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan319",
16
+ "target_object_types": [
17
+ "Bed",
18
+ "Book",
19
+ "CellPhone",
20
+ "TeddyBear"
21
+ ],
22
+ "success_conditions": [
23
+ {
24
+ "type": "object_state",
25
+ "object_type": "CellPhone",
26
+ "field": "isToggled",
27
+ "value": true
28
+ },
29
+ {
30
+ "type": "object_state",
31
+ "object_type": "Book",
32
+ "field": "isOpen",
33
+ "value": true
34
+ }
35
+ ],
36
+ "success_logic": "and",
37
+ "target_description": "To start the research, please power on the cell phone and open the book for me."
38
+ }
data/ai2thor/dual/tasks/ai2thor05063/init.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan15",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveRight(0.25)",
8
+ "MoveAhead(0.25)",
9
+ "DirtyObject(Pot)",
10
+ "LookDown",
11
+ "Done"
12
+ ]
13
+ }
data/ai2thor/dual/tasks/ai2thor05063/task.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05063",
3
+ "task_name": "Clean the pot and slice the tomato",
4
+ "instruction": "The pot looks a bit dusty, so clean the pot and slice the tomato for the soup.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "CleanObject(Pot)",
9
+ "RotateRight(90)",
10
+ "MoveAhead(1.0)",
11
+ "SliceObject(Tomato)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan15",
16
+ "target_object_types": [
17
+ "Pot",
18
+ "Tomato"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_state",
23
+ "object_type": "Pot",
24
+ "state": "isDirty",
25
+ "value": false
26
+ },
27
+ {
28
+ "type": "object_state",
29
+ "object_type": "Tomato",
30
+ "state": "isSliced",
31
+ "value": true
32
+ }
33
+ ],
34
+ "success_logic": "and",
35
+ "target_description": "The pot looks a bit dusty, so clean the pot and slice the tomato for the soup."
36
+ }
data/ai2thor/dual/tasks/ai2thor05066/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan15",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05066/task.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05066",
3
+ "task_name": "Pick up the pot",
4
+ "instruction": "I'm ready to start the stew, so please pick up the pot for me.",
5
+ "golden_actions": {
6
+ "steps": 4,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(1.0)",
10
+ "PickupObject(Pot)",
11
+ "Done"
12
+ ]
13
+ },
14
+ "scene": "FloorPlan15",
15
+ "target_object_types": [
16
+ "Pot",
17
+ "Tomato"
18
+ ],
19
+ "success_conditions": [
20
+ {
21
+ "type": "object_state",
22
+ "object_type": "Pot",
23
+ "state": "isPickedUp",
24
+ "value": true
25
+ }
26
+ ],
27
+ "success_logic": "and",
28
+ "target_description": "I'm ready to start the stew, so please pick up the pot and slice the tomato for me."
29
+ }
data/ai2thor/dual/tasks/ai2thor05079/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan18",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05079/task.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05079",
3
+ "task_name": "Turn on the coffeemachine.",
4
+ "instruction": "I'm starting breakfast now, so please turn on the coffee machine for me.",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "RotateRight(90)",
10
+ "MoveRight(1.0)",
11
+ "MoveAhead(1.0)",
12
+ "ToggleObjectOn(CoffeeMachine)",
13
+ "Done"
14
+ ]
15
+ },
16
+ "scene": "FloorPlan18",
17
+ "target_object_types": [
18
+ "Pan",
19
+ "CoffeeMachine"
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_state",
24
+ "object_type": "CoffeeMachine",
25
+ "state": "isToggled",
26
+ "value": true
27
+ }
28
+ ],
29
+ "success_logic": "and",
30
+ "target_description": "I'm starting breakfast now, so please turn on the coffee machine for me."
31
+ }
data/ai2thor/dual/tasks/ai2thor05506/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan324",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05506/task.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05506",
3
+ "task_name": "Pick up the tennis racket and clean the bed",
4
+ "instruction": "I want to combine my workout with some housework—could you pick up the tennis racket in the corner and give the bed a quick clean?",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "MoveAhead(1.0)",
10
+ "CleanObject(Bed)",
11
+ "MoveLeft(1.0)",
12
+ "MoveAhead(1.0)",
13
+ "PickupObject(TennisRacket)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan324",
18
+ "target_object_types": [
19
+ "TennisRacket",
20
+ "Bed"
21
+ ],
22
+ "success_conditions": [
23
+ {
24
+ "type": "object_state",
25
+ "object_type": "TennisRacket",
26
+ "field": "isPickedUp",
27
+ "value": true
28
+ },
29
+ {
30
+ "type": "object_state",
31
+ "object_type": "Bed",
32
+ "field": "isDirty",
33
+ "value": false
34
+ }
35
+ ],
36
+ "success_logic": "AND",
37
+ "target_description": "I want to combine my workout with some housework—could you pick up the tennis racket in the corner and give the bed a quick clean?"
38
+ }
data/ai2thor/dual/tasks/ai2thor05508/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan304",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05508/task.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05508",
3
+ "task_name": "Grab the pillow and clean the bed",
4
+ "instruction": "It's such a lovely day; I feel like tidying up my bed. First I'll pick up my pillow, then give the whole bed a good clean—so I can sleep nice and sound tonight.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "MoveAhead(1.0)",
9
+ "MoveRight(0.5)",
10
+ "PickupObject(Pillow)",
11
+ "CleanObject(Bed)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan304",
16
+ "target_object_types": [
17
+ "Pillow",
18
+ "Bed"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_state",
23
+ "object_type": "Pillow",
24
+ "field": "isPickedUp",
25
+ "value": true
26
+ },
27
+ {
28
+ "type": "object_state",
29
+ "object_type": "Bed",
30
+ "field": "isDirty",
31
+ "value": false
32
+ }
33
+ ],
34
+ "success_logic": "AND",
35
+ "target_description": "It's such a lovely day; I feel like tidying up my bed. First I'll pick up my pillow, then give the whole bed a good clean—so I can sleep nice and sound tonight."
36
+ }
data/ai2thor/dual/tasks/ai2thor05509/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan304",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05509/task.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05509",
3
+ "task_name": "Make the bed and turn off the lights",
4
+ "instruction": "I'd like to take a nap. Could you tidy the bed and turn off the wall light for me? Thank you.",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "CleanObject(Bed)",
10
+ "RotateRight(90)",
11
+ "MoveAhead(1.0)",
12
+ "MoveAhead(0.5)",
13
+ "ToggleObjectOff(LightSwitch)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan304",
18
+ "target_object_types": [
19
+ "Bed",
20
+ "LightSwitch"
21
+ ],
22
+ "success_conditions": [
23
+ {
24
+ "type": "object_state",
25
+ "object_type": "Bed",
26
+ "field": "isDirty",
27
+ "value": false
28
+ },
29
+ {
30
+ "type": "object_state",
31
+ "object_type": "LightSwitch",
32
+ "field": "isToggled",
33
+ "value": false
34
+ }
35
+ ],
36
+ "success_logic": "AND",
37
+ "target_description": "I'd like to take a nap. Could you tidy the bed and turn off the wall light for me? Thank you."
38
+ }
data/ai2thor/dual/tasks/ai2thor05512/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan305",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05512/task.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05512",
3
+ "task_name": "Tidy up the bed and put the book on it.",
4
+ "instruction": "I'd like to read the book on my desk before bed. Please tidy up the bed first, then bring the book and place it on the bed for me.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveLeft(1.0)",
9
+ "MoveLeft(1.0)",
10
+ "MoveAhead(1.0)",
11
+ "PickupObject(Book)",
12
+ "MoveBack(0.5)",
13
+ "MoveRight(1.0)",
14
+ "CleanObject(Bed)",
15
+ "PutObject(Bed)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan305",
20
+ "target_object_types": [
21
+ "Bed",
22
+ "Book"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_state",
27
+ "object_type": "Bed",
28
+ "field": "isDirty",
29
+ "value": false
30
+ },
31
+ {
32
+ "type": "object_in_receptacle",
33
+ "object_type": "Book",
34
+ "receptacle_type": "Bed"
35
+ }
36
+ ],
37
+ "success_logic": "AND",
38
+ "target_description": "I'd like to read the book on my desk before bed. Please tidy up the bed first, then bring the book and place it on the bed for me."
39
+ }
data/ai2thor/dual/tasks/ai2thor05515/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan307",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
data/ai2thor/dual/tasks/ai2thor05515/task.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05515",
3
+ "task_name": "Pick up the phone and turn on the TV",
4
+ "instruction": "I feel like taking a break; I'm going to pick up my phone from the desk and turn on the TV so I can really unwind",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "PickupObject(CellPhone)",
10
+ "RotateRight(90)",
11
+ "MoveAhead(1.0)",
12
+ "ToggleObjectOn(Television)",
13
+ "Done"
14
+ ]
15
+ },
16
+ "scene": "FloorPlan307",
17
+ "target_object_types": [
18
+ "CellPhone",
19
+ "Television"
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_state",
24
+ "object_type": "CellPhone",
25
+ "field": "isPickedUp",
26
+ "value": true
27
+ },
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Television",
31
+ "field": "isToggled",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "AND",
36
+ "target_description": "I feel like taking a break; I'm going to pick up my phone from the desk and turn on the TV so I can really unwind"
37
+ }
data/ai2thor/dual/tasks/ai2thor05517/init.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan308",
3
+ "actions": [
4
+ "LookDown(30)",
5
+ "MoveLeft(0.75)",
6
+ "MoveAhead(0.5)",
7
+ "MoveLeft(0.25)",
8
+ "MoveAhead(1.0)",
9
+ "MoveAhead(1.0)",
10
+ "RotateRight(90)",
11
+ "Done"
12
+ ]
13
+ }
data/ai2thor/dual/tasks/ai2thor05517/task.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05517",
3
+ "task_name": "Straighten up the bed and then turn on the laptop.",
4
+ "instruction": "I just woke up and I’m ready to get to work—you help me tidy the bed first, then use the laptop to start working and get it booted up.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "CleanObject(Bed)",
9
+ "RotateRight(90)",
10
+ "MoveRight(1.0)",
11
+ "ToggleObjectOn(Laptop)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan308",
16
+ "target_object_types": [
17
+ "Bed",
18
+ "Laptop"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_state",
23
+ "object_type": "Bed",
24
+ "field": "isDirty",
25
+ "value": false
26
+ },
27
+ {
28
+ "type": "object_state",
29
+ "object_type": "Laptop",
30
+ "field": "isToggled",
31
+ "value": true
32
+ }
33
+ ],
34
+ "success_logic": "and",
35
+ "target_description": "I just woke up and I’m ready to get to work—you help me tidy the bed first, then use the laptop to start working and get it booted up."
36
+ }
data/ai2thor/dual/tasks/ai2thor05528/init.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan219",
3
+ "actions": [
4
+ "LookDown(30)",
5
+ "MoveAhead(1.0)",
6
+ "MoveAhead(0.5)",
7
+ "Done"
8
+ ]
9
+ }