Spatialworld commited on
Commit
3fdacc2
·
verified ·
1 Parent(s): c647688

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/ai2thor03016/task.json +9 -9
  2. ai2thor/tasks/ai2thor03017/task.json +7 -7
  3. ai2thor/tasks/ai2thor03018/init.json +11 -11
  4. ai2thor/tasks/ai2thor03018/task.json +13 -19
  5. ai2thor/tasks/ai2thor03019/init.json +3 -3
  6. ai2thor/tasks/ai2thor03019/task.json +8 -8
  7. ai2thor/tasks/ai2thor03020/init.json +3 -3
  8. ai2thor/tasks/ai2thor03020/task.json +50 -50
  9. ai2thor/tasks/ai2thor03021/init.json +45 -45
  10. ai2thor/tasks/ai2thor03021/task.json +29 -29
  11. ai2thor/tasks/ai2thor03022/init.json +13 -13
  12. ai2thor/tasks/ai2thor03022/task.json +10 -14
  13. ai2thor/tasks/ai2thor03023/init.json +11 -11
  14. ai2thor/tasks/ai2thor03023/task.json +5 -5
  15. ai2thor/tasks/ai2thor03024/init.json +3 -3
  16. ai2thor/tasks/ai2thor03024/task.json +13 -13
  17. ai2thor/tasks/ai2thor03025/init.json +3 -3
  18. ai2thor/tasks/ai2thor03025/task.json +10 -10
  19. ai2thor/tasks/ai2thor03026/init.json +3 -3
  20. ai2thor/tasks/ai2thor03026/task.json +8 -8
  21. ai2thor/tasks/ai2thor03027/init.json +6 -6
  22. ai2thor/tasks/ai2thor03027/task.json +6 -7
  23. ai2thor/tasks/ai2thor03028/init.json +3 -3
  24. ai2thor/tasks/ai2thor03028/task.json +12 -12
  25. ai2thor/tasks/ai2thor03029/init.json +3 -3
  26. ai2thor/tasks/ai2thor03029/task.json +26 -26
  27. ai2thor/tasks/ai2thor03030/init.json +3 -3
  28. ai2thor/tasks/ai2thor03030/task.json +7 -7
  29. ai2thor/tasks/ai2thor03031/init.json +10 -10
  30. ai2thor/tasks/ai2thor03031/task.json +5 -5
  31. ai2thor/tasks/ai2thor03032/init.json +10 -10
  32. ai2thor/tasks/ai2thor03032/task.json +10 -10
  33. ai2thor/tasks/ai2thor03033/init.json +3 -3
  34. ai2thor/tasks/ai2thor03033/task.json +17 -17
  35. ai2thor/tasks/ai2thor03034/init.json +22 -22
  36. ai2thor/tasks/ai2thor03034/task.json +8 -8
  37. ai2thor/tasks/ai2thor03035/init.json +3 -3
  38. ai2thor/tasks/ai2thor03035/task.json +5 -5
  39. ai2thor/tasks/ai2thor03036/init.json +3 -3
  40. ai2thor/tasks/ai2thor03036/task.json +11 -11
  41. ai2thor/tasks/ai2thor03037/init.json +17 -17
  42. ai2thor/tasks/ai2thor03037/task.json +5 -5
  43. ai2thor/tasks/ai2thor03038/init.json +3 -3
  44. ai2thor/tasks/ai2thor03038/task.json +13 -13
  45. ai2thor/tasks/ai2thor03039/init.json +28 -28
  46. ai2thor/tasks/ai2thor03039/task.json +25 -25
  47. ai2thor/tasks/ai2thor03040/init.json +9 -9
  48. ai2thor/tasks/ai2thor03040/task.json +10 -10
  49. ai2thor/tasks/ai2thor03041/init.json +6 -6
  50. ai2thor/tasks/ai2thor03042/init.json +14 -14
ai2thor/tasks/ai2thor03016/task.json CHANGED
@@ -5,14 +5,14 @@
5
  "golden_actions": {
6
  "steps": 8,
7
  "actions": [
8
- "PickupObject(Egg)",
9
- "MoveRight(1.0)",
10
- "MoveAhead(1.0)",
11
- "OpenObject(Microwave)",
12
- "PutObject(Microwave)",
13
- "CloseObject(Microwave)",
14
- "ToggleObjectOn(Microwave)",
15
- "Done"
16
  ]
17
  },
18
  "scene": "FloorPlan14",
@@ -39,4 +39,4 @@
39
  "Evaluation_Type": "Conditional",
40
  "Category": "Daily Household (Kitchen/Bedroom)",
41
  "Level": "Level3 Hybrid"
42
- }
 
5
  "golden_actions": {
6
  "steps": 8,
7
  "actions": [
8
+ "Pick(Egg)",
9
+ "Move(right, 1.0)",
10
+ "Move(forward, 1.0)",
11
+ "Manipulate(Microwave, open)",
12
+ "Place(Microwave)",
13
+ "Manipulate(Microwave, close)",
14
+ "ChangeState(Microwave, on)",
15
+ "EndTask(success)"
16
  ]
17
  },
18
  "scene": "FloorPlan14",
 
39
  "Evaluation_Type": "Conditional",
40
  "Category": "Daily Household (Kitchen/Bedroom)",
41
  "Level": "Level3 Hybrid"
42
+ }
ai2thor/tasks/ai2thor03017/task.json CHANGED
@@ -5,12 +5,12 @@
5
  "golden_actions": {
6
  "steps": 6,
7
  "actions": [
8
- "MoveAhead(0.5)",
9
- "MoveAhead(0.25)",
10
- "PickupObject(Spatula)",
11
- "RotateRight(90)",
12
- "PutObject(Pot)",
13
- "Done"
14
  ]
15
  },
16
  "scene": "FloorPlan14",
@@ -31,4 +31,4 @@
31
  "Evaluation_Type": "Conditional",
32
  "Category": "Daily Household (Kitchen/Bedroom)",
33
  "Level": "Level3 Hybrid"
34
- }
 
5
  "golden_actions": {
6
  "steps": 6,
7
  "actions": [
8
+ "Move(forward, 0.5)",
9
+ "Move(forward, 0.25)",
10
+ "Pick(Spatula)",
11
+ "Rotate(right, 90)",
12
+ "Place(Pot)",
13
+ "EndTask(success)"
14
  ]
15
  },
16
  "scene": "FloorPlan14",
 
31
  "Evaluation_Type": "Conditional",
32
  "Category": "Daily Household (Kitchen/Bedroom)",
33
  "Level": "Level3 Hybrid"
34
+ }
ai2thor/tasks/ai2thor03018/init.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "scene": "FloorPlan14",
3
  "actions": [
4
- "RotateRight(90)",
5
- "MoveAhead(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveAhead(0.25)",
8
  "DirtyObject(Pot)",
9
- "RotateLeft(90)",
10
- "PickupObject(Ladle)",
11
- "RotateRight(90)",
12
- "PutObject(Pot)",
13
- "LookDown",
14
- "Done"
15
  ]
16
- }
 
1
  {
2
  "scene": "FloorPlan14",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Move(forward, 0.25)",
6
+ "Move(forward, 0.25)",
7
+ "Move(forward, 0.25)",
8
  "DirtyObject(Pot)",
9
+ "Rotate(left, 90)",
10
+ "Pick(Ladle)",
11
+ "Rotate(right, 90)",
12
+ "Place(Pot)",
13
+ "Tilt(down, 30)",
14
+ "EndTask(success)"
15
  ]
16
+ }
ai2thor/tasks/ai2thor03018/task.json CHANGED
@@ -5,23 +5,19 @@
5
  "golden_actions": {
6
  "steps": 6,
7
  "actions": [
8
- "PickupObject(Ladle)",
9
- "PutObject(CounterTop)",
10
- "PickupObject(Spatula)",
11
- "PutObject(CounterTop)",
12
- "CleanObject(Pot)",
13
- "Done"
14
- ]
15
-
16
  },
17
  "scene": "FloorPlan14",
18
  "target_object_types": [
19
  "Ladle",
20
- "Spatula",
21
-
22
- "Pot"
23
-
24
-
25
  ],
26
  "success_conditions": [
27
  {
@@ -30,25 +26,23 @@
30
  "receptacle_type": "Pot",
31
  "value": false
32
  },
33
- {
34
  "type": "object_in_receptacle",
35
  "object_type": "Spatula",
36
  "receptacle_type": "Pot",
37
  "value": false
38
  },
39
- {
40
  "type": "object_state",
41
  "object_type": "Pot",
42
  "state": "isDirty",
43
  "value": false
44
  }
45
-
46
-
47
  ],
48
  "success_logic": "AND",
49
  "target_description": "I'm going to wash the pot now. Please take everything out of the pot and wash it.",
50
  "max_steps": 30,
51
  "Evaluation_Type": "Conditional",
52
  "Category": "Daily Household (Kitchen/Bedroom)",
53
- "Level":"Level3 Hybrid"
54
- }
 
5
  "golden_actions": {
6
  "steps": 6,
7
  "actions": [
8
+ "Pick(Ladle)",
9
+ "Place(CounterTop)",
10
+ "Pick(Spatula)",
11
+ "Place(CounterTop)",
12
+ "Manipulate(Pot, clean)",
13
+ "EndTask(success)"
14
+ ]
 
15
  },
16
  "scene": "FloorPlan14",
17
  "target_object_types": [
18
  "Ladle",
19
+ "Spatula",
20
+ "Pot"
 
 
 
21
  ],
22
  "success_conditions": [
23
  {
 
26
  "receptacle_type": "Pot",
27
  "value": false
28
  },
29
+ {
30
  "type": "object_in_receptacle",
31
  "object_type": "Spatula",
32
  "receptacle_type": "Pot",
33
  "value": false
34
  },
35
+ {
36
  "type": "object_state",
37
  "object_type": "Pot",
38
  "state": "isDirty",
39
  "value": false
40
  }
 
 
41
  ],
42
  "success_logic": "AND",
43
  "target_description": "I'm going to wash the pot now. Please take everything out of the pot and wash it.",
44
  "max_steps": 30,
45
  "Evaluation_Type": "Conditional",
46
  "Category": "Daily Household (Kitchen/Bedroom)",
47
+ "Level": "Level3 Hybrid"
48
+ }
ai2thor/tasks/ai2thor03019/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan14",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan14",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03019/task.json CHANGED
@@ -5,13 +5,13 @@
5
  "golden_actions": {
6
  "steps": 7,
7
  "actions": [
8
- "SliceObject(Tomato)",
9
- "PickupObject(Tomato)",
10
- "RotateRight(90)",
11
- "MoveAhead(0.5)",
12
- "MoveAhead(0.25)",
13
- "PutObject(Pot)",
14
- "Done"
15
  ]
16
  },
17
  "scene": "FloorPlan14",
@@ -40,4 +40,4 @@
40
  "Evaluation_Type": "Conditional",
41
  "Category": "Daily Household (Kitchen/Bedroom)",
42
  "Level": "Level3 Hybrid"
43
- }
 
5
  "golden_actions": {
6
  "steps": 7,
7
  "actions": [
8
+ "Manipulate(Tomato, slice)",
9
+ "Pick(Tomato)",
10
+ "Rotate(right, 90)",
11
+ "Move(forward, 0.5)",
12
+ "Move(forward, 0.25)",
13
+ "Place(Pot)",
14
+ "EndTask(success)"
15
  ]
16
  },
17
  "scene": "FloorPlan14",
 
40
  "Evaluation_Type": "Conditional",
41
  "Category": "Daily Household (Kitchen/Bedroom)",
42
  "Level": "Level3 Hybrid"
43
+ }
ai2thor/tasks/ai2thor03020/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03020/task.json CHANGED
@@ -5,55 +5,55 @@
5
  "golden_actions": {
6
  "steps": 49,
7
  "actions": [
8
- "MoveAhead(0.5)",
9
- "PickupObject(Potato)",
10
- "RotateLeft(90)",
11
- "RotateLeft(90)",
12
- "MoveAhead(0.5)",
13
- "MoveRight(0.5)",
14
- "MoveRight(0.25)",
15
- "MoveAhead(0.25)",
16
- "MoveRight(0.25)",
17
- "MoveAhead(0.25)",
18
- "MoveRight(0.25)",
19
- "MoveAhead(0.25)",
20
- "OpenObject(Fridge)",
21
- "PutObject(Fridge)",
22
- "RotateRight(90)",
23
- "RotateRight(90)",
24
- "MoveAhead(0.5)",
25
- "MoveAhead(0.25)",
26
- "MoveRight(1.0)",
27
- "MoveRight(0.25)",
28
- "MoveAhead(0.5)",
29
- "PickupObject(Lettuce)",
30
- "RotateLeft(90)",
31
- "RotateLeft(90)",
32
- "MoveRight(0.25)",
33
- "MoveAhead(0.5)",
34
- "MoveRight(0.5)",
35
- "MoveRight(0.25)",
36
- "MoveAhead(0.25)",
37
- "MoveRight(0.25)",
38
- "MoveAhead(0.25)",
39
- "PutObject(Fridge)",
40
- "MoveBack(0.5)",
41
- "MoveLeft(1.0)",
42
- "MoveLeft(0.25)",
43
- "MoveAhead(0.25)",
44
- "MoveLeft(0.5)",
45
- "MoveAhead(0.5)",
46
- "PickupObject(Tomato)",
47
- "MoveBack(0.5)",
48
- "MoveBack(0.25)",
49
- "MoveRight(1.0)",
50
- "MoveRight(0.25)",
51
- "MoveAhead(0.25)",
52
- "MoveRight(0.5)",
53
- "MoveAhead(0.25)",
54
- "PutObject(Fridge)",
55
- "CloseObject(Fridge)",
56
- "Done"
57
  ]
58
  },
59
  "scene": "FloorPlan15",
@@ -95,4 +95,4 @@
95
  "Evaluation_Type": "Conditional",
96
  "Category": "Daily Household (Kitchen/Bedroom)",
97
  "Level": "Level3 Hybrid"
98
- }
 
5
  "golden_actions": {
6
  "steps": 49,
7
  "actions": [
8
+ "Move(forward, 0.5)",
9
+ "Pick(Potato)",
10
+ "Rotate(left, 90)",
11
+ "Rotate(left, 90)",
12
+ "Move(forward, 0.5)",
13
+ "Move(right, 0.5)",
14
+ "Move(right, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Move(right, 0.25)",
17
+ "Move(forward, 0.25)",
18
+ "Move(right, 0.25)",
19
+ "Move(forward, 0.25)",
20
+ "Manipulate(Fridge, open)",
21
+ "Place(Fridge)",
22
+ "Rotate(right, 90)",
23
+ "Rotate(right, 90)",
24
+ "Move(forward, 0.5)",
25
+ "Move(forward, 0.25)",
26
+ "Move(right, 1.0)",
27
+ "Move(right, 0.25)",
28
+ "Move(forward, 0.5)",
29
+ "Pick(Lettuce)",
30
+ "Rotate(left, 90)",
31
+ "Rotate(left, 90)",
32
+ "Move(right, 0.25)",
33
+ "Move(forward, 0.5)",
34
+ "Move(right, 0.5)",
35
+ "Move(right, 0.25)",
36
+ "Move(forward, 0.25)",
37
+ "Move(right, 0.25)",
38
+ "Move(forward, 0.25)",
39
+ "Place(Fridge)",
40
+ "Move(backward, 0.5)",
41
+ "Move(left, 1.0)",
42
+ "Move(left, 0.25)",
43
+ "Move(forward, 0.25)",
44
+ "Move(left, 0.5)",
45
+ "Move(forward, 0.5)",
46
+ "Pick(Tomato)",
47
+ "Move(backward, 0.5)",
48
+ "Move(backward, 0.25)",
49
+ "Move(right, 1.0)",
50
+ "Move(right, 0.25)",
51
+ "Move(forward, 0.25)",
52
+ "Move(right, 0.5)",
53
+ "Move(forward, 0.25)",
54
+ "Place(Fridge)",
55
+ "Manipulate(Fridge, close)",
56
+ "EndTask(success)"
57
  ]
58
  },
59
  "scene": "FloorPlan15",
 
95
  "Evaluation_Type": "Conditional",
96
  "Category": "Daily Household (Kitchen/Bedroom)",
97
  "Level": "Level3 Hybrid"
98
+ }
ai2thor/tasks/ai2thor03021/init.json CHANGED
@@ -1,49 +1,49 @@
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
- "MoveAhead(0.25)",
5
- "MoveAhead(0.25)",
6
- "PickupObject(Potato)",
7
- "RotateLeft(90)",
8
- "RotateLeft(90)",
9
- "MoveAhead(0.50)",
10
- "MoveRight(0.75)",
11
- "MoveAhead(0.25)",
12
- "MoveRight(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveRight(0.25)",
15
- "MoveAhead(0.25)",
16
- "OpenObject(Fridge)",
17
- "PutObject(Fridge)",
18
- "RotateRight(90)",
19
- "RotateRight(90)",
20
- "MoveAhead(0.75)",
21
- "MoveRight(1.25)",
22
- "MoveAhead(0.50)",
23
- "PickupObject(Lettuce)",
24
- "RotateLeft(90)",
25
- "RotateLeft(90)",
26
- "MoveRight(0.25)",
27
- "MoveAhead(0.5)",
28
- "MoveRight(0.75)",
29
- "MoveAhead(0.25)",
30
- "MoveRight(0.25)",
31
- "MoveAhead(0.25)",
32
- "PutObject(Fridge)",
33
- "MoveBack(0.50)",
34
- "MoveLeft(1.25)",
35
- "MoveAhead(0.25)",
36
- "MoveLeft(0.50)",
37
- "MoveAhead(0.50)",
38
- "PickupObject(Tomato)",
39
- "MoveBack(0.75)",
40
- "MoveRight(1.25)",
41
- "MoveAhead(0.25)",
42
- "MoveRight(0.50)",
43
- "MoveAhead(0.25)",
44
- "PutObject(Fridge)",
45
- "CloseObject(Fridge)",
46
- "LookDown",
47
- "Done"
48
  ]
49
- }
 
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
+ "Move(forward, 0.25)",
5
+ "Move(forward, 0.25)",
6
+ "Pick(Potato)",
7
+ "Rotate(left, 90)",
8
+ "Rotate(left, 90)",
9
+ "Move(forward, 0.5)",
10
+ "Move(right, 0.75)",
11
+ "Move(forward, 0.25)",
12
+ "Move(right, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(right, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Manipulate(Fridge, open)",
17
+ "Place(Fridge)",
18
+ "Rotate(right, 90)",
19
+ "Rotate(right, 90)",
20
+ "Move(forward, 0.75)",
21
+ "Move(right, 1.25)",
22
+ "Move(forward, 0.5)",
23
+ "Pick(Lettuce)",
24
+ "Rotate(left, 90)",
25
+ "Rotate(left, 90)",
26
+ "Move(right, 0.25)",
27
+ "Move(forward, 0.5)",
28
+ "Move(right, 0.75)",
29
+ "Move(forward, 0.25)",
30
+ "Move(right, 0.25)",
31
+ "Move(forward, 0.25)",
32
+ "Place(Fridge)",
33
+ "Move(backward, 0.5)",
34
+ "Move(left, 1.25)",
35
+ "Move(forward, 0.25)",
36
+ "Move(left, 0.5)",
37
+ "Move(forward, 0.5)",
38
+ "Pick(Tomato)",
39
+ "Move(backward, 0.75)",
40
+ "Move(right, 1.25)",
41
+ "Move(forward, 0.25)",
42
+ "Move(right, 0.5)",
43
+ "Move(forward, 0.25)",
44
+ "Place(Fridge)",
45
+ "Manipulate(Fridge, close)",
46
+ "Tilt(down, 30)",
47
+ "EndTask(success)"
48
  ]
49
+ }
ai2thor/tasks/ai2thor03021/task.json CHANGED
@@ -5,34 +5,34 @@
5
  "golden_actions": {
6
  "steps": 28,
7
  "actions": [
8
- "OpenObject(Fridge)",
9
- "PickupObject(Potato)",
10
- "MoveBack(0.5)",
11
- "MoveLeft(1.0)",
12
- "MoveLeft(0.25)",
13
- "MoveAhead(0.5)",
14
- "PutObject(CounterTop)",
15
- "MoveBack(0.5)",
16
- "MoveRight(1.0)",
17
- "MoveRight(0.25)",
18
- "MoveAhead(0.5)",
19
- "PickupObject(Tomato)",
20
- "MoveBack(0.5)",
21
- "MoveLeft(1.0)",
22
- "MoveLeft(0.25)",
23
- "MoveAhead(0.5)",
24
- "PutObject(CounterTop)",
25
- "MoveBack(0.5)",
26
- "MoveRight(1.0)",
27
- "MoveAhead(0.5)",
28
- "PickupObject(Lettuce)",
29
- "MoveBack(0.5)",
30
- "MoveLeft(1.0)",
31
- "MoveAhead(0.5)",
32
- "RotateLeft(90)",
33
- "MoveAhead(0.5)",
34
- "PutObject(CounterTop)",
35
- "Done"
36
  ]
37
  },
38
  "scene": "FloorPlan15",
@@ -75,4 +75,4 @@
75
  "Evaluation_Type": "Conditional",
76
  "Category": "Daily Household (Kitchen/Bedroom)",
77
  "Level": "Level3 Hybrid"
78
- }
 
5
  "golden_actions": {
6
  "steps": 28,
7
  "actions": [
8
+ "Manipulate(Fridge, open)",
9
+ "Pick(Potato)",
10
+ "Move(backward, 0.5)",
11
+ "Move(left, 1.0)",
12
+ "Move(left, 0.25)",
13
+ "Move(forward, 0.5)",
14
+ "Place(CounterTop)",
15
+ "Move(backward, 0.5)",
16
+ "Move(right, 1.0)",
17
+ "Move(right, 0.25)",
18
+ "Move(forward, 0.5)",
19
+ "Pick(Tomato)",
20
+ "Move(backward, 0.5)",
21
+ "Move(left, 1.0)",
22
+ "Move(left, 0.25)",
23
+ "Move(forward, 0.5)",
24
+ "Place(CounterTop)",
25
+ "Move(backward, 0.5)",
26
+ "Move(right, 1.0)",
27
+ "Move(forward, 0.5)",
28
+ "Pick(Lettuce)",
29
+ "Move(backward, 0.5)",
30
+ "Move(left, 1.0)",
31
+ "Move(forward, 0.5)",
32
+ "Rotate(left, 90)",
33
+ "Move(forward, 0.5)",
34
+ "Place(CounterTop)",
35
+ "EndTask(success)"
36
  ]
37
  },
38
  "scene": "FloorPlan15",
 
75
  "Evaluation_Type": "Conditional",
76
  "Category": "Daily Household (Kitchen/Bedroom)",
77
  "Level": "Level3 Hybrid"
78
+ }
ai2thor/tasks/ai2thor03022/init.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
- "RotateRight(90)",
5
- "MoveAhead(0.25)",
6
- "MoveRight(0.25)",
7
- "MoveRight(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveRight(0.25)",
10
- "MoveAhead(0.25)",
11
- "MoveRight(0.25)",
12
- "PickupObject(Mug)",
13
- "PutObject(CounterTop)",
14
- "LookDown",
15
- "Done"
16
  ]
17
- }
 
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Move(forward, 0.25)",
6
+ "Move(right, 0.25)",
7
+ "Move(right, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Move(right, 0.25)",
10
+ "Move(forward, 0.25)",
11
+ "Move(right, 0.25)",
12
+ "Pick(Mug)",
13
+ "Place(CounterTop)",
14
+ "Tilt(down, 30)",
15
+ "EndTask(success)"
16
  ]
17
+ }
ai2thor/tasks/ai2thor03022/task.json CHANGED
@@ -5,18 +5,16 @@
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
- "PickupObject(Mug)",
9
- "PutObject(CoffeeMachine)",
10
- "ToggleObjectOn(CoffeeMachine)",
11
- "Done"
12
- ]
13
-
14
  },
15
  "scene": "FloorPlan15",
16
  "target_object_types": [
17
  "Mug",
18
- "CoffeeMachine"
19
-
20
  ],
21
  "success_conditions": [
22
  {
@@ -24,20 +22,18 @@
24
  "object_type": "Mug",
25
  "receptacle_type": "CoffeeMachine",
26
  "value": true
27
- },
28
- {
29
  "type": "object_state",
30
  "object_type": "CoffeeMachine",
31
  "state": "isToggled",
32
  "value": true
33
  }
34
-
35
-
36
  ],
37
  "success_logic": "AND",
38
  "target_description": "I'd like to drink coffee. Please put the mug in the coffee machine and turn it on.",
39
  "max_steps": 100,
40
  "Evaluation_Type": "Conditional",
41
  "Category": "Daily Household (Kitchen/Bedroom)",
42
- "Level":"Level2 Interaction"
43
- }
 
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
+ "Pick(Mug)",
9
+ "Place(CoffeeMachine)",
10
+ "ChangeState(CoffeeMachine, on)",
11
+ "EndTask(success)"
12
+ ]
 
13
  },
14
  "scene": "FloorPlan15",
15
  "target_object_types": [
16
  "Mug",
17
+ "CoffeeMachine"
 
18
  ],
19
  "success_conditions": [
20
  {
 
22
  "object_type": "Mug",
23
  "receptacle_type": "CoffeeMachine",
24
  "value": true
25
+ },
26
+ {
27
  "type": "object_state",
28
  "object_type": "CoffeeMachine",
29
  "state": "isToggled",
30
  "value": true
31
  }
 
 
32
  ],
33
  "success_logic": "AND",
34
  "target_description": "I'd like to drink coffee. Please put the mug in the coffee machine and turn it on.",
35
  "max_steps": 100,
36
  "Evaluation_Type": "Conditional",
37
  "Category": "Daily Household (Kitchen/Bedroom)",
38
+ "Level": "Level2 Interaction"
39
+ }
ai2thor/tasks/ai2thor03023/init.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
- "RotateRight(90)",
5
- "MoveAhead(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveAhead(0.25)",
8
- "MoveRight(0.25)",
9
- "MoveRight(0.25)",
10
- "MoveRight(0.25)",
11
- "ToggleObjectOn(CoffeeMachine)",
12
- "LookDown",
13
- "Done"
14
  ]
15
- }
 
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Move(forward, 0.25)",
6
+ "Move(forward, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "Move(right, 0.25)",
9
+ "Move(right, 0.25)",
10
+ "Move(right, 0.25)",
11
+ "ChangeState(CoffeeMachine, on)",
12
+ "Tilt(down, 30)",
13
+ "EndTask(success)"
14
  ]
15
+ }
ai2thor/tasks/ai2thor03023/task.json CHANGED
@@ -5,10 +5,10 @@
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
- "PickupObject(Mug)",
9
- "PutObject(CounterTop)",
10
- "ToggleObjectOff(CoffeeMachine)",
11
- "Done"
12
  ]
13
  },
14
  "scene": "FloorPlan15",
@@ -43,4 +43,4 @@
43
  "Evaluation_Type": "Conditional",
44
  "Category": "Daily Household (Kitchen/Bedroom)",
45
  "Level": "Level2 Interaction"
46
- }
 
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
+ "Pick(Mug)",
9
+ "Place(CounterTop)",
10
+ "ChangeState(CoffeeMachine, off)",
11
+ "EndTask(success)"
12
  ]
13
  },
14
  "scene": "FloorPlan15",
 
43
  "Evaluation_Type": "Conditional",
44
  "Category": "Daily Household (Kitchen/Bedroom)",
45
  "Level": "Level2 Interaction"
46
+ }
ai2thor/tasks/ai2thor03024/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan15",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03024/task.json CHANGED
@@ -5,18 +5,18 @@
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
- "MoveAhead(0.5)",
9
- "SliceObject(Bread)",
10
- "PickupObject(BreadSliced)",
11
- "RotateRight(90)",
12
- "RotateRight(90)",
13
- "MoveAhead(1.0)",
14
- "MoveLeft(0.25)",
15
- "MoveAhead(0.25)",
16
- "MoveLeft(0.25)",
17
- "PutObject(Toaster)",
18
- "ToggleObjectOn(Toaster)",
19
- "Done"
20
  ]
21
  },
22
  "scene": "FloorPlan15",
@@ -51,4 +51,4 @@
51
  "Evaluation_Type": "Conditional",
52
  "Category": "Daily Household (Kitchen/Bedroom)",
53
  "Level": "Level3 Hybrid"
54
- }
 
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
+ "Move(forward, 0.5)",
9
+ "Manipulate(Bread, slice)",
10
+ "Pick(BreadSliced)",
11
+ "Rotate(right, 90)",
12
+ "Rotate(right, 90)",
13
+ "Move(forward, 1.0)",
14
+ "Move(left, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Move(left, 0.25)",
17
+ "Place(Toaster)",
18
+ "ChangeState(Toaster, on)",
19
+ "EndTask(success)"
20
  ]
21
  },
22
  "scene": "FloorPlan15",
 
51
  "Evaluation_Type": "Conditional",
52
  "Category": "Daily Household (Kitchen/Bedroom)",
53
  "Level": "Level3 Hybrid"
54
+ }
ai2thor/tasks/ai2thor03025/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03025/task.json CHANGED
@@ -5,15 +5,15 @@
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
- "PickupObject(SoapBottle)",
9
- "RotateRight(90)",
10
- "RotateRight(90)",
11
- "MoveAhead(1.0)",
12
- "MoveAhead(1.0)",
13
- "MoveRight(0.25)",
14
- "MoveAhead(0.25)",
15
- "PutObject(Shelf)",
16
- "Done"
17
  ]
18
  },
19
  "scene": "FloorPlan20",
@@ -42,4 +42,4 @@
42
  "Evaluation_Type": "Conditional",
43
  "Category": "Daily Household (Kitchen/Bedroom)",
44
  "Level": "Level3 Hybrid"
45
- }
 
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
+ "Pick(SoapBottle)",
9
+ "Rotate(right, 90)",
10
+ "Rotate(right, 90)",
11
+ "Move(forward, 1.0)",
12
+ "Move(forward, 1.0)",
13
+ "Move(right, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Place(Shelf)",
16
+ "EndTask(success)"
17
  ]
18
  },
19
  "scene": "FloorPlan20",
 
42
  "Evaluation_Type": "Conditional",
43
  "Category": "Daily Household (Kitchen/Bedroom)",
44
  "Level": "Level3 Hybrid"
45
+ }
ai2thor/tasks/ai2thor03026/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03026/task.json CHANGED
@@ -5,13 +5,13 @@
5
  "golden_actions": {
6
  "steps": 7,
7
  "actions": [
8
- "PickupObject(SaltShaker)",
9
- "RotateLeft(90)",
10
- "RotateLeft(90)",
11
- "MoveLeft(0.5)",
12
- "MoveAhead(0.25)",
13
- "PutObject(DiningTable)",
14
- "Done"
15
  ]
16
  },
17
  "scene": "FloorPlan20",
@@ -33,4 +33,4 @@
33
  "Evaluation_Type": "Conditional",
34
  "Category": "Daily Household (Kitchen/Bedroom)",
35
  "Level": "Level3 Hybrid"
36
- }
 
5
  "golden_actions": {
6
  "steps": 7,
7
  "actions": [
8
+ "Pick(SaltShaker)",
9
+ "Rotate(left, 90)",
10
+ "Rotate(left, 90)",
11
+ "Move(left, 0.5)",
12
+ "Move(forward, 0.25)",
13
+ "Place(DiningTable)",
14
+ "EndTask(success)"
15
  ]
16
  },
17
  "scene": "FloorPlan20",
 
33
  "Evaluation_Type": "Conditional",
34
  "Category": "Daily Household (Kitchen/Bedroom)",
35
  "Level": "Level3 Hybrid"
36
+ }
ai2thor/tasks/ai2thor03027/init.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
- "MoveRight(0.25)",
5
- "MoveRight(0.25)",
6
- "MoveRight(0.25)",
7
- "LookDown",
8
- "Done"
9
  ]
10
- }
 
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
+ "Move(right, 0.25)",
5
+ "Move(right, 0.25)",
6
+ "Move(right, 0.25)",
7
+ "Tilt(down, 30)",
8
+ "EndTask(success)"
9
  ]
10
+ }
ai2thor/tasks/ai2thor03027/task.json CHANGED
@@ -5,16 +5,15 @@
5
  "golden_actions": {
6
  "steps": 5,
7
  "actions": [
8
- "PickupObject(Spoon)",
9
- "RotateRight(90)",
10
- "RotateRight(90)",
11
- "PutObject(DiningTable)",
12
- "Done"
13
  ]
14
  },
15
  "scene": "FloorPlan20",
16
  "target_object_types": [
17
-
18
  "Spoon",
19
  "DiningTable"
20
  ],
@@ -31,4 +30,4 @@
31
  "Evaluation_Type": "Conditional",
32
  "Category": "Daily Household (Kitchen/Bedroom)",
33
  "Level": "Level3 Hybrid"
34
- }
 
5
  "golden_actions": {
6
  "steps": 5,
7
  "actions": [
8
+ "Pick(Spoon)",
9
+ "Rotate(right, 90)",
10
+ "Rotate(right, 90)",
11
+ "Place(DiningTable)",
12
+ "EndTask(success)"
13
  ]
14
  },
15
  "scene": "FloorPlan20",
16
  "target_object_types": [
 
17
  "Spoon",
18
  "DiningTable"
19
  ],
 
30
  "Evaluation_Type": "Conditional",
31
  "Category": "Daily Household (Kitchen/Bedroom)",
32
  "Level": "Level3 Hybrid"
33
+ }
ai2thor/tasks/ai2thor03028/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03028/task.json CHANGED
@@ -5,17 +5,17 @@
5
  "golden_actions": {
6
  "steps": 11,
7
  "actions": [
8
- "RotateRight(90)",
9
- "RotateRight(90)",
10
- "RotateLeft(90)",
11
- "MoveAhead(1.0)",
12
- "OpenObject(Fridge)",
13
- "PickupObject(Egg)",
14
- "RotateRight(90)",
15
- "RotateRight(90)",
16
- "MoveAhead(0.5)",
17
- "PutObject(Bowl)",
18
- "Done"
19
  ]
20
  },
21
  "scene": "FloorPlan20",
@@ -37,4 +37,4 @@
37
  "Evaluation_Type": "Conditional",
38
  "Category": "Daily Household (Kitchen/Bedroom)",
39
  "Level": "Level3 Hybrid"
40
- }
 
5
  "golden_actions": {
6
  "steps": 11,
7
  "actions": [
8
+ "Rotate(right, 90)",
9
+ "Rotate(right, 90)",
10
+ "Rotate(left, 90)",
11
+ "Move(forward, 1.0)",
12
+ "Manipulate(Fridge, open)",
13
+ "Pick(Egg)",
14
+ "Rotate(right, 90)",
15
+ "Rotate(right, 90)",
16
+ "Move(forward, 0.5)",
17
+ "Place(Bowl)",
18
+ "EndTask(success)"
19
  ]
20
  },
21
  "scene": "FloorPlan20",
 
37
  "Evaluation_Type": "Conditional",
38
  "Category": "Daily Household (Kitchen/Bedroom)",
39
  "Level": "Level3 Hybrid"
40
+ }
ai2thor/tasks/ai2thor03029/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan20",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03029/task.json CHANGED
@@ -5,31 +5,31 @@
5
  "golden_actions": {
6
  "steps": 25,
7
  "actions": [
8
- "RotateRight(90)",
9
- "MoveAhead(0.5)",
10
- "MoveAhead(0.25)",
11
- "RotateRight(90)",
12
- "PickupObject(Potato)",
13
- "RotateRight(90)",
14
- "MoveAhead(0.5)",
15
- "MoveAhead(0.25)",
16
- "RotateLeft(90)",
17
- "MoveAhead(1.0)",
18
- "MoveAhead(1.0)",
19
- "RotateLeft(90)",
20
- "PutObject(Plate)",
21
- "PickupObject(Plate)",
22
- "RotateLeft(90)",
23
- "MoveAhead(1.0)",
24
- "MoveAhead(0.5)",
25
- "MoveAhead(0.25)",
26
- "RotateRight(90)",
27
- "MoveAhead(1.0)",
28
- "MoveAhead(0.25)",
29
- "OpenObject(Fridge)",
30
- "PutObject(Fridge)",
31
- "CloseObject(Fridge)",
32
- "Done"
33
  ]
34
  },
35
  "scene": "FloorPlan20",
@@ -62,4 +62,4 @@
62
  "Evaluation_Type": "Conditional",
63
  "Category": "Daily Household (Kitchen/Bedroom)",
64
  "Level": "Level3 Hybrid"
65
- }
 
5
  "golden_actions": {
6
  "steps": 25,
7
  "actions": [
8
+ "Rotate(right, 90)",
9
+ "Move(forward, 0.5)",
10
+ "Move(forward, 0.25)",
11
+ "Rotate(right, 90)",
12
+ "Pick(Potato)",
13
+ "Rotate(right, 90)",
14
+ "Move(forward, 0.5)",
15
+ "Move(forward, 0.25)",
16
+ "Rotate(left, 90)",
17
+ "Move(forward, 1.0)",
18
+ "Move(forward, 1.0)",
19
+ "Rotate(left, 90)",
20
+ "Place(Plate)",
21
+ "Pick(Plate)",
22
+ "Rotate(left, 90)",
23
+ "Move(forward, 1.0)",
24
+ "Move(forward, 0.5)",
25
+ "Move(forward, 0.25)",
26
+ "Rotate(right, 90)",
27
+ "Move(forward, 1.0)",
28
+ "Move(forward, 0.25)",
29
+ "Manipulate(Fridge, open)",
30
+ "Place(Fridge)",
31
+ "Manipulate(Fridge, close)",
32
+ "EndTask(success)"
33
  ]
34
  },
35
  "scene": "FloorPlan20",
 
62
  "Evaluation_Type": "Conditional",
63
  "Category": "Daily Household (Kitchen/Bedroom)",
64
  "Level": "Level3 Hybrid"
65
+ }
ai2thor/tasks/ai2thor03030/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03030/task.json CHANGED
@@ -5,13 +5,13 @@
5
  "golden_actions": {
6
  "steps": 6,
7
  "actions": [
8
- "MoveAhead(0.25)",
9
- "RotateLeft(90)",
10
- "MoveAhead(0.25)",
11
- "MoveRight(0.25)",
12
- "ToggleObjectOff(LightSwitch)",
13
- "Done"
14
- ]
15
  },
16
  "scene": "FloorPlan21",
17
  "target_object_types": [
 
5
  "golden_actions": {
6
  "steps": 6,
7
  "actions": [
8
+ "Move(forward, 0.25)",
9
+ "Rotate(left, 90)",
10
+ "Move(forward, 0.25)",
11
+ "Move(right, 0.25)",
12
+ "ChangeState(LightSwitch, off)",
13
+ "EndTask(success)"
14
+ ]
15
  },
16
  "scene": "FloorPlan21",
17
  "target_object_types": [
ai2thor/tasks/ai2thor03031/init.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
- "RotateRight(90)",
5
- "RotateRight(90)",
6
- "MoveLeft(0.25)",
7
- "MoveAhead(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveLeft(0.25)",
10
- "MoveLeft(0.25)",
11
- "LookDown",
12
- "Done"
13
  ]
14
- }
 
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Rotate(right, 90)",
6
+ "Move(left, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Move(left, 0.25)",
10
+ "Move(left, 0.25)",
11
+ "Tilt(down, 30)",
12
+ "EndTask(success)"
13
  ]
14
+ }
ai2thor/tasks/ai2thor03031/task.json CHANGED
@@ -5,11 +5,11 @@
5
  "golden_actions": {
6
  "steps": 5,
7
  "actions": [
8
- "PickupObject(Tomato)",
9
- "RotateLeft(90)",
10
- "RotateLeft(90)",
11
- "PutObject(GarbageCan)",
12
- "Done"
13
  ]
14
  },
15
  "scene": "FloorPlan21",
 
5
  "golden_actions": {
6
  "steps": 5,
7
  "actions": [
8
+ "Pick(Tomato)",
9
+ "Rotate(left, 90)",
10
+ "Rotate(left, 90)",
11
+ "Place(GarbageCan)",
12
+ "EndTask(success)"
13
  ]
14
  },
15
  "scene": "FloorPlan21",
ai2thor/tasks/ai2thor03032/init.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
- "RotateRight(90)",
5
- "RotateRight(90)",
6
- "MoveLeft(0.25)",
7
- "MoveAhead(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveLeft(0.25)",
10
- "MoveLeft(0.25)",
11
- "LookDown",
12
- "Done"
13
  ]
14
- }
 
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Rotate(right, 90)",
6
+ "Move(left, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Move(left, 0.25)",
10
+ "Move(left, 0.25)",
11
+ "Tilt(down, 30)",
12
+ "EndTask(success)"
13
  ]
14
+ }
ai2thor/tasks/ai2thor03032/task.json CHANGED
@@ -5,15 +5,15 @@
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
- "SliceObject(Tomato)",
9
- "PickupObject(Tomato)",
10
- "MoveAhead(1.0)",
11
- "MoveAhead(0.5)",
12
- "MoveAhead(0.25)",
13
- "MoveLeft(1.0)",
14
- "MoveAhead(0.25)",
15
- "PutObject(Pot)",
16
- "Done"
17
  ]
18
  },
19
  "scene": "FloorPlan21",
@@ -41,4 +41,4 @@
41
  "Evaluation_Type": "Conditional",
42
  "Category": "Daily Household (Kitchen/Bedroom)",
43
  "Level": "Level3 Hybrid"
44
- }
 
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
+ "Manipulate(Tomato, slice)",
9
+ "Pick(Tomato)",
10
+ "Move(forward, 1.0)",
11
+ "Move(forward, 0.5)",
12
+ "Move(forward, 0.25)",
13
+ "Move(left, 1.0)",
14
+ "Move(forward, 0.25)",
15
+ "Place(Pot)",
16
+ "EndTask(success)"
17
  ]
18
  },
19
  "scene": "FloorPlan21",
 
41
  "Evaluation_Type": "Conditional",
42
  "Category": "Daily Household (Kitchen/Bedroom)",
43
  "Level": "Level3 Hybrid"
44
+ }
ai2thor/tasks/ai2thor03033/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03033/task.json CHANGED
@@ -5,22 +5,22 @@
5
  "golden_actions": {
6
  "steps": 16,
7
  "actions": [
8
- "RotateRight(90)",
9
- "MoveAhead(0.5)",
10
- "MoveRight(0.25)",
11
- "MoveAhead(1.0)",
12
- "MoveAhead(0.25)",
13
- "RotateRight(90)",
14
- "PickupObject(Potato)",
15
- "RotateLeft(90)",
16
- "RotateLeft(90)",
17
- "MoveRight(0.25)",
18
- "MoveAhead(0.25)",
19
- "OpenObject(Microwave)",
20
- "PutObject(Microwave)",
21
- "CloseObject(Microwave)",
22
- "ToggleObjectOn(Microwave)",
23
- "Done"
24
  ]
25
  },
26
  "scene": "FloorPlan21",
@@ -47,4 +47,4 @@
47
  "Evaluation_Type": "Conditional",
48
  "Category": "Daily Household (Kitchen/Bedroom)",
49
  "Level": "Level3 Hybrid"
50
- }
 
5
  "golden_actions": {
6
  "steps": 16,
7
  "actions": [
8
+ "Rotate(right, 90)",
9
+ "Move(forward, 0.5)",
10
+ "Move(right, 0.25)",
11
+ "Move(forward, 1.0)",
12
+ "Move(forward, 0.25)",
13
+ "Rotate(right, 90)",
14
+ "Pick(Potato)",
15
+ "Rotate(left, 90)",
16
+ "Rotate(left, 90)",
17
+ "Move(right, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "Manipulate(Microwave, open)",
20
+ "Place(Microwave)",
21
+ "Manipulate(Microwave, close)",
22
+ "ChangeState(Microwave, on)",
23
+ "EndTask(success)"
24
  ]
25
  },
26
  "scene": "FloorPlan21",
 
47
  "Evaluation_Type": "Conditional",
48
  "Category": "Daily Household (Kitchen/Bedroom)",
49
  "Level": "Level3 Hybrid"
50
+ }
ai2thor/tasks/ai2thor03034/init.json CHANGED
@@ -1,26 +1,26 @@
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
- "RotateRight(90)",
5
- "MoveAhead(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveRight(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveAhead(0.25)",
10
- "MoveAhead(0.25)",
11
- "MoveAhead(0.25)",
12
- "MoveAhead(0.25)",
13
- "RotateRight(90)",
14
- "PickupObject(Potato)",
15
- "RotateLeft(90)",
16
- "RotateLeft(90)",
17
- "MoveRight(0.25)",
18
- "MoveAhead(0.25)",
19
- "OpenObject(Microwave)",
20
- "PutObject(Microwave)",
21
- "CloseObject(Microwave)",
22
- "ToggleObjectOn(Microwave)",
23
- "LookDown",
24
- "Done"
25
  ]
26
- }
 
1
  {
2
  "scene": "FloorPlan21",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Move(forward, 0.25)",
6
+ "Move(forward, 0.25)",
7
+ "Move(right, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Move(forward, 0.25)",
10
+ "Move(forward, 0.25)",
11
+ "Move(forward, 0.25)",
12
+ "Move(forward, 0.25)",
13
+ "Rotate(right, 90)",
14
+ "Pick(Potato)",
15
+ "Rotate(left, 90)",
16
+ "Rotate(left, 90)",
17
+ "Move(right, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "Manipulate(Microwave, open)",
20
+ "Place(Microwave)",
21
+ "Manipulate(Microwave, close)",
22
+ "ChangeState(Microwave, on)",
23
+ "Tilt(down, 30)",
24
+ "EndTask(success)"
25
  ]
26
+ }
ai2thor/tasks/ai2thor03034/task.json CHANGED
@@ -5,14 +5,14 @@
5
  "golden_actions": {
6
  "steps": 8,
7
  "actions": [
8
- "ToggleObjectOff(Microwave)",
9
- "OpenObject(Microwave)",
10
- "PickupObject(Potato)",
11
- "RotateLeft(90)",
12
- "RotateLeft(90)",
13
- "PutObject(Plate)",
14
- "SliceObject(Potato)",
15
- "Done"
16
  ]
17
  },
18
  "scene": "FloorPlan21",
 
5
  "golden_actions": {
6
  "steps": 8,
7
  "actions": [
8
+ "ChangeState(Microwave, off)",
9
+ "Manipulate(Microwave, open)",
10
+ "Pick(Potato)",
11
+ "Rotate(left, 90)",
12
+ "Rotate(left, 90)",
13
+ "Place(Plate)",
14
+ "Manipulate(Potato, slice)",
15
+ "EndTask(success)"
16
  ]
17
  },
18
  "scene": "FloorPlan21",
ai2thor/tasks/ai2thor03035/init.json CHANGED
@@ -2,7 +2,7 @@
2
  "scene": "FloorPlan22",
3
  "actions": [
4
  "DirtyObject(Pan)",
5
- "LookDown",
6
- "Done"
7
  ]
8
- }
 
2
  "scene": "FloorPlan22",
3
  "actions": [
4
  "DirtyObject(Pan)",
5
+ "Tilt(down, 30)",
6
+ "EndTask(success)"
7
  ]
8
+ }
ai2thor/tasks/ai2thor03035/task.json CHANGED
@@ -5,10 +5,10 @@
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
- "CleanObject(Pan)",
9
- "PickupObject(Spatula)",
10
- "PutObject(Pan)",
11
- "Done"
12
  ]
13
  },
14
  "scene": "FloorPlan22",
@@ -35,4 +35,4 @@
35
  "Evaluation_Type": "Conditional",
36
  "Category": "Daily Household (Kitchen/Bedroom)",
37
  "Level": "Level2 Interaction"
38
- }
 
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
+ "Manipulate(Pan, clean)",
9
+ "Pick(Spatula)",
10
+ "Place(Pan)",
11
+ "EndTask(success)"
12
  ]
13
  },
14
  "scene": "FloorPlan22",
 
35
  "Evaluation_Type": "Conditional",
36
  "Category": "Daily Household (Kitchen/Bedroom)",
37
  "Level": "Level2 Interaction"
38
+ }
ai2thor/tasks/ai2thor03036/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03036/task.json CHANGED
@@ -5,16 +5,16 @@
5
  "golden_actions": {
6
  "steps": 10,
7
  "actions": [
8
- "MoveAhead(0.25)",
9
- "MoveRight(0.5)",
10
- "OpenObject(Fridge)",
11
- "SliceObject(Lettuce)",
12
- "PickupObject(Lettuce)",
13
- "CloseObject(Fridge)",
14
- "RotateLeft(90)",
15
- "MoveAhead(0.5)",
16
- "PutObject(Pan)",
17
- "Done"
18
  ]
19
  },
20
  "scene": "FloorPlan22",
@@ -49,4 +49,4 @@
49
  "Evaluation_Type": "Conditional",
50
  "Category": "Daily Household (Kitchen/Bedroom)",
51
  "Level": "Level3 Hybrid"
52
- }
 
5
  "golden_actions": {
6
  "steps": 10,
7
  "actions": [
8
+ "Move(forward, 0.25)",
9
+ "Move(right, 0.5)",
10
+ "Manipulate(Fridge, open)",
11
+ "Manipulate(Lettuce, slice)",
12
+ "Pick(Lettuce)",
13
+ "Manipulate(Fridge, close)",
14
+ "Rotate(left, 90)",
15
+ "Move(forward, 0.5)",
16
+ "Place(Pan)",
17
+ "EndTask(success)"
18
  ]
19
  },
20
  "scene": "FloorPlan22",
 
49
  "Evaluation_Type": "Conditional",
50
  "Category": "Daily Household (Kitchen/Bedroom)",
51
  "Level": "Level3 Hybrid"
52
+ }
ai2thor/tasks/ai2thor03037/init.json CHANGED
@@ -1,21 +1,21 @@
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
- "RotateLeft(90)",
5
- "MoveLeft(0.25)",
6
- "MoveLeft(0.25)",
7
- "MoveLeft(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveLeft(0.25)",
10
- "MoveLeft(0.25)",
11
- "ToggleObjectOn(Microwave)",
12
- "RotateLeft(90)",
13
- "MoveBack(0.25)",
14
- "MoveBack(0.25)",
15
- "MoveBack(0.25)",
16
- "MoveLeft(0.25)",
17
- "MoveBack(0.25)",
18
- "LookDown",
19
- "Done"
20
  ]
21
- }
 
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
+ "Rotate(left, 90)",
5
+ "Move(left, 0.25)",
6
+ "Move(left, 0.25)",
7
+ "Move(left, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Move(left, 0.25)",
10
+ "Move(left, 0.25)",
11
+ "ChangeState(Microwave, on)",
12
+ "Rotate(left, 90)",
13
+ "Move(backward, 0.25)",
14
+ "Move(backward, 0.25)",
15
+ "Move(backward, 0.25)",
16
+ "Move(left, 0.25)",
17
+ "Move(backward, 0.25)",
18
+ "Tilt(down, 30)",
19
+ "EndTask(success)"
20
  ]
21
+ }
ai2thor/tasks/ai2thor03037/task.json CHANGED
@@ -5,11 +5,11 @@
5
  "golden_actions": {
6
  "steps": 5,
7
  "actions": [
8
- "MoveAhead(0.25)",
9
- "MoveRight(0.25)",
10
- "ToggleObjectOff(Microwave)",
11
- "OpenObject(Microwave)",
12
- "Done"
13
  ]
14
  },
15
  "scene": "FloorPlan22",
 
5
  "golden_actions": {
6
  "steps": 5,
7
  "actions": [
8
+ "Move(forward, 0.25)",
9
+ "Move(right, 0.25)",
10
+ "ChangeState(Microwave, off)",
11
+ "Manipulate(Microwave, open)",
12
+ "EndTask(success)"
13
  ]
14
  },
15
  "scene": "FloorPlan22",
ai2thor/tasks/ai2thor03038/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor03038/task.json CHANGED
@@ -5,19 +5,19 @@
5
  "golden_actions": {
6
  "steps": 13,
7
  "actions": [
8
- "RotateLeft(90)",
9
- "MoveLeft(0.25)",
10
- "PickupObject(Potato)",
11
- "RotateRight(90)",
12
- "MoveRight(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveRight(0.25)",
15
- "OpenObject(Fridge)",
16
- "PutObject(Fridge)",
17
- "PickupObject(Lettuce)",
18
- "CloseObject(Fridge)",
19
- "PutObject(CounterTop)",
20
- "Done"
21
  ]
22
  },
23
  "scene": "FloorPlan22",
 
5
  "golden_actions": {
6
  "steps": 13,
7
  "actions": [
8
+ "Rotate(left, 90)",
9
+ "Move(left, 0.25)",
10
+ "Pick(Potato)",
11
+ "Rotate(right, 90)",
12
+ "Move(right, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(right, 0.25)",
15
+ "Manipulate(Fridge, open)",
16
+ "Place(Fridge)",
17
+ "Pick(Lettuce)",
18
+ "Manipulate(Fridge, close)",
19
+ "Place(CounterTop)",
20
+ "EndTask(success)"
21
  ]
22
  },
23
  "scene": "FloorPlan22",
ai2thor/tasks/ai2thor03039/init.json CHANGED
@@ -1,32 +1,32 @@
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
- "RotateRight(90)",
5
- "MoveAhead(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveAhead(0.25)",
8
- "MoveAhead(0.25)",
9
- "RotateRight(90)",
10
- "MoveAhead(0.25)",
11
- "MoveLeft(0.25)",
12
- "MoveLeft(0.25)",
13
- "MoveLeft(0.25)",
14
- "MoveLeft(0.25)",
15
- "MoveAhead(0.25)",
16
- "MoveLeft(0.25)",
17
- "MoveLeft(0.25)",
18
- "MoveAhead(0.25)",
19
- "MoveAhead(0.25)",
20
- "MoveAhead(0.25)",
21
- "MoveAhead(0.25)",
22
- "MoveAhead(0.25)",
23
- "RotateRight(90)",
24
- "MoveLeft(0.25)",
25
- "MoveLeft(0.25)",
26
- "MoveLeft(0.25)",
27
- "MoveLeft(0.25)",
28
- "MoveAhead(0.25)",
29
- "LookDown",
30
- "Done"
31
  ]
32
- }
 
1
  {
2
  "scene": "FloorPlan22",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Move(forward, 0.25)",
6
+ "Move(forward, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Rotate(right, 90)",
10
+ "Move(forward, 0.25)",
11
+ "Move(left, 0.25)",
12
+ "Move(left, 0.25)",
13
+ "Move(left, 0.25)",
14
+ "Move(left, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Move(left, 0.25)",
17
+ "Move(left, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "Move(forward, 0.25)",
20
+ "Move(forward, 0.25)",
21
+ "Move(forward, 0.25)",
22
+ "Move(forward, 0.25)",
23
+ "Rotate(right, 90)",
24
+ "Move(left, 0.25)",
25
+ "Move(left, 0.25)",
26
+ "Move(left, 0.25)",
27
+ "Move(left, 0.25)",
28
+ "Move(forward, 0.25)",
29
+ "Tilt(down, 30)",
30
+ "EndTask(success)"
31
  ]
32
+ }
ai2thor/tasks/ai2thor03039/task.json CHANGED
@@ -5,30 +5,30 @@
5
  "golden_actions": {
6
  "steps": 24,
7
  "actions": [
8
- "MoveRight(0.5)",
9
- "PickupObject(Apple)",
10
- "RotateRight(90)",
11
- "MoveAhead(1.0)",
12
- "MoveAhead(1.0)",
13
- "MoveAhead(0.25)",
14
- "RotateLeft(90)",
15
- "MoveAhead(1.0)",
16
- "MoveAhead(1.0)",
17
- "MoveAhead(0.5)",
18
- "MoveRight(0.5)",
19
- "PutObject(Pan)",
20
- "PickupObject(Pan)",
21
- "RotateLeft(90)",
22
- "MoveAhead(0.5)",
23
- "RotateLeft(90)",
24
- "MoveAhead(0.5)",
25
- "RotateLeft(90)",
26
- "MoveRight(0.5)",
27
- "MoveAhead(0.25)",
28
- "OpenObject(Fridge)",
29
- "PutObject(Fridge)",
30
- "CloseObject(Fridge)",
31
- "Done"
32
  ]
33
  },
34
  "scene": "FloorPlan22",
@@ -61,4 +61,4 @@
61
  "Evaluation_Type": "Conditional",
62
  "Category": "Daily Household (Kitchen/Bedroom)",
63
  "Level": "Level3 Hybrid"
64
- }
 
5
  "golden_actions": {
6
  "steps": 24,
7
  "actions": [
8
+ "Move(right, 0.5)",
9
+ "Pick(Apple)",
10
+ "Rotate(right, 90)",
11
+ "Move(forward, 1.0)",
12
+ "Move(forward, 1.0)",
13
+ "Move(forward, 0.25)",
14
+ "Rotate(left, 90)",
15
+ "Move(forward, 1.0)",
16
+ "Move(forward, 1.0)",
17
+ "Move(forward, 0.5)",
18
+ "Move(right, 0.5)",
19
+ "Place(Pan)",
20
+ "Pick(Pan)",
21
+ "Rotate(left, 90)",
22
+ "Move(forward, 0.5)",
23
+ "Rotate(left, 90)",
24
+ "Move(forward, 0.5)",
25
+ "Rotate(left, 90)",
26
+ "Move(right, 0.5)",
27
+ "Move(forward, 0.25)",
28
+ "Manipulate(Fridge, open)",
29
+ "Place(Fridge)",
30
+ "Manipulate(Fridge, close)",
31
+ "EndTask(success)"
32
  ]
33
  },
34
  "scene": "FloorPlan22",
 
61
  "Evaluation_Type": "Conditional",
62
  "Category": "Daily Household (Kitchen/Bedroom)",
63
  "Level": "Level3 Hybrid"
64
+ }
ai2thor/tasks/ai2thor03040/init.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
- "MoveAhead(0.25)",
5
- "MoveAhead(0.25)",
6
- "ToggleObjectOff(LightSwitch)",
7
- "MoveAhead(0.25)",
8
- "MoveAhead(0.25)",
9
- "RotateLeft(90)",
10
- "LookDown",
11
- "Done"
12
  ]
13
- }
 
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
+ "Move(forward, 0.25)",
5
+ "Move(forward, 0.25)",
6
+ "ChangeState(LightSwitch, off)",
7
+ "Move(forward, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Rotate(left, 90)",
10
+ "Tilt(down, 30)",
11
+ "EndTask(success)"
12
  ]
13
+ }
ai2thor/tasks/ai2thor03040/task.json CHANGED
@@ -5,15 +5,15 @@
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
- "RotateLeft(90)",
9
- "RotateLeft(90)",
10
- "ToggleObjectOn(LightSwitch)",
11
- "RotateRight(90)",
12
- "MoveAhead(0.5)",
13
- "MoveAhead(0.25)",
14
- "RotateRight(90)",
15
- "PickupObject(Apple)",
16
- "Done"
17
  ]
18
  },
19
  "scene": "FloorPlan23",
@@ -41,4 +41,4 @@
41
  "Evaluation_Type": "Conditional",
42
  "Category": "Daily Household (Kitchen/Bedroom)",
43
  "Level": "Level3 Hybrid"
44
- }
 
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
+ "Rotate(left, 90)",
9
+ "Rotate(left, 90)",
10
+ "ChangeState(LightSwitch, on)",
11
+ "Rotate(right, 90)",
12
+ "Move(forward, 0.5)",
13
+ "Move(forward, 0.25)",
14
+ "Rotate(right, 90)",
15
+ "Pick(Apple)",
16
+ "EndTask(success)"
17
  ]
18
  },
19
  "scene": "FloorPlan23",
 
41
  "Evaluation_Type": "Conditional",
42
  "Category": "Daily Household (Kitchen/Bedroom)",
43
  "Level": "Level3 Hybrid"
44
+ }
ai2thor/tasks/ai2thor03041/init.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
- "RotateLeft(90)",
5
- "MoveLeft(0.25)",
6
- "MoveBack(0.25)",
7
  "DirtyObject(Pan)",
8
  "DirtyObject(Bowl)",
9
- "LookDown",
10
- "Done"
11
  ]
12
- }
 
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
+ "Rotate(left, 90)",
5
+ "Move(left, 0.25)",
6
+ "Move(backward, 0.25)",
7
  "DirtyObject(Pan)",
8
  "DirtyObject(Bowl)",
9
+ "Tilt(down, 30)",
10
+ "EndTask(success)"
11
  ]
12
+ }
ai2thor/tasks/ai2thor03042/init.json CHANGED
@@ -1,18 +1,18 @@
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
- "RotateLeft(90)",
5
- "RotateLeft(90)",
6
- "MoveAhead(0.25)",
7
- "MoveAhead(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveAhead(0.25)",
10
- "MoveAhead(0.25)",
11
- "MoveRight(0.25)",
12
- "MoveAhead(0.25)",
13
- "MoveRight(0.25)",
14
- "MoveRight(0.25)",
15
- "LookDown",
16
- "Done"
17
  ]
18
- }
 
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
+ "Rotate(left, 90)",
5
+ "Rotate(left, 90)",
6
+ "Move(forward, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Move(forward, 0.25)",
10
+ "Move(forward, 0.25)",
11
+ "Move(right, 0.25)",
12
+ "Move(forward, 0.25)",
13
+ "Move(right, 0.25)",
14
+ "Move(right, 0.25)",
15
+ "Tilt(down, 30)",
16
+ "EndTask(success)"
17
  ]
18
+ }