Spatialworld commited on
Commit
08cb55f
·
verified ·
1 Parent(s): e0a8ddb

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/ai2thor04068/init.json +3 -3
  2. ai2thor/tasks/ai2thor04068/task.json +15 -15
  3. ai2thor/tasks/ai2thor04069/init.json +3 -3
  4. ai2thor/tasks/ai2thor04069/task.json +15 -15
  5. ai2thor/tasks/ai2thor04070/task.json +12 -12
  6. ai2thor/tasks/ai2thor04071/task.json +10 -10
  7. ai2thor/tasks/ai2thor04072/init.json +22 -22
  8. ai2thor/tasks/ai2thor04072/task.json +11 -11
  9. ai2thor/tasks/ai2thor04073/init.json +3 -3
  10. ai2thor/tasks/ai2thor04073/task.json +26 -26
  11. ai2thor/tasks/ai2thor04100/init.json +9 -9
  12. ai2thor/tasks/ai2thor04100/task.json +16 -16
  13. ai2thor/tasks/ai2thor04101/init.json +60 -60
  14. ai2thor/tasks/ai2thor04101/task.json +19 -19
  15. ai2thor/tasks/ai2thor04102/init.json +5 -5
  16. ai2thor/tasks/ai2thor04102/task.json +9 -9
  17. ai2thor/tasks/ai2thor04103/init.json +20 -20
  18. ai2thor/tasks/ai2thor04103/task.json +8 -8
  19. ai2thor/tasks/ai2thor04104/init.json +3 -3
  20. ai2thor/tasks/ai2thor04104/task.json +24 -24
  21. ai2thor/tasks/ai2thor04105/init.json +3 -3
  22. ai2thor/tasks/ai2thor04105/task.json +17 -17
  23. ai2thor/tasks/ai2thor04106/init.json +34 -34
  24. ai2thor/tasks/ai2thor04106/task.json +3 -3
  25. ai2thor/tasks/ai2thor04107/init.json +25 -25
  26. ai2thor/tasks/ai2thor04107/task.json +15 -15
  27. ai2thor/tasks/ai2thor04108/task.json +13 -13
  28. ai2thor/tasks/ai2thor04109/init.json +18 -18
  29. ai2thor/tasks/ai2thor04109/task.json +5 -6
  30. ai2thor/tasks/ai2thor04110/init.json +3 -3
  31. ai2thor/tasks/ai2thor04110/task.json +5 -5
  32. ai2thor/tasks/ai2thor04112/init.json +3 -3
  33. ai2thor/tasks/ai2thor04112/task.json +16 -16
  34. ai2thor/tasks/ai2thor04113/task.json +15 -15
  35. ai2thor/tasks/ai2thor04114/init.json +3 -3
  36. ai2thor/tasks/ai2thor04114/task.json +12 -12
  37. ai2thor/tasks/ai2thor04115/init.json +3 -3
  38. ai2thor/tasks/ai2thor04115/task.json +19 -19
  39. ai2thor/tasks/ai2thor04116/init.json +3 -3
  40. ai2thor/tasks/ai2thor04116/task.json +18 -18
  41. ai2thor/tasks/ai2thor04117/init.json +3 -3
  42. ai2thor/tasks/ai2thor04117/task.json +9 -9
  43. ai2thor/tasks/ai2thor04118/init.json +32 -32
  44. ai2thor/tasks/ai2thor04118/task.json +13 -13
  45. ai2thor/tasks/ai2thor04119/init.json +3 -3
  46. ai2thor/tasks/ai2thor04119/task.json +24 -24
  47. ai2thor/tasks/ai2thor04120/init.json +3 -3
  48. ai2thor/tasks/ai2thor04120/task.json +20 -20
  49. ai2thor/tasks/ai2thor04220/init.json +3 -3
  50. ai2thor/tasks/ai2thor04220/task.json +13 -13
ai2thor/tasks/ai2thor04068/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan214",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan214",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04068/task.json CHANGED
@@ -5,20 +5,20 @@
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
- "RotateLeft(90)",
9
- "RotateLeft(90)",
10
- "PickupObject(KeyChain)",
11
- "RotateLeft(90)",
12
- "RotateLeft(90)",
13
- "MoveAhead(1.0)",
14
- "MoveAhead(1.0)",
15
- "MoveAhead(0.5)",
16
- "MoveAhead(0.25)",
17
- "RotateRight(90)",
18
- "MoveLeft(1.0)",
19
- "MoveAhead(0.25)",
20
- "PutObject(Box)",
21
- "Done"
22
  ]
23
  },
24
  "scene": "FloorPlan214",
@@ -40,4 +40,4 @@
40
  "Evaluation_Type": "Conditional",
41
  "Category": "Daily Household (Kitchen/Bedroom)",
42
  "Level": "Level3 Hybrid"
43
- }
 
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
+ "Rotate(left, 90)",
9
+ "Rotate(left, 90)",
10
+ "Pick(KeyChain)",
11
+ "Rotate(left, 90)",
12
+ "Rotate(left, 90)",
13
+ "Move(forward, 1.0)",
14
+ "Move(forward, 1.0)",
15
+ "Move(forward, 0.5)",
16
+ "Move(forward, 0.25)",
17
+ "Rotate(right, 90)",
18
+ "Move(left, 1.0)",
19
+ "Move(forward, 0.25)",
20
+ "Place(Box)",
21
+ "EndTask(success)"
22
  ]
23
  },
24
  "scene": "FloorPlan214",
 
40
  "Evaluation_Type": "Conditional",
41
  "Category": "Daily Household (Kitchen/Bedroom)",
42
  "Level": "Level3 Hybrid"
43
+ }
ai2thor/tasks/ai2thor04069/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan214",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan214",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04069/task.json CHANGED
@@ -5,20 +5,20 @@
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
- "RotateLeft(90)",
9
- "MoveAhead(1.0)",
10
- "MoveAhead(0.25)",
11
- "PickupObject(Laptop)",
12
- "LookDown",
13
- "RotateRight(90)",
14
- "MoveRight(1.0)",
15
- "MoveAhead(0.5)",
16
- "MoveRight(0.25)",
17
- "MoveAhead(0.5)",
18
- "MoveAhead(0.25)",
19
- "PutObject(CoffeeTable)",
20
- "ToggleObjectOn(Laptop)",
21
- "Done"
22
  ]
23
  },
24
  "scene": "FloorPlan214",
@@ -46,4 +46,4 @@
46
  "Evaluation_Type": "Conditional",
47
  "Category": "Study and Work",
48
  "Level": "Level3 Hybrid"
49
- }
 
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
+ "Rotate(left, 90)",
9
+ "Move(forward, 1.0)",
10
+ "Move(forward, 0.25)",
11
+ "Pick(Laptop)",
12
+ "Tilt(down, 30)",
13
+ "Rotate(right, 90)",
14
+ "Move(right, 1.0)",
15
+ "Move(forward, 0.5)",
16
+ "Move(right, 0.25)",
17
+ "Move(forward, 0.5)",
18
+ "Move(forward, 0.25)",
19
+ "Place(CoffeeTable)",
20
+ "ChangeState(Laptop, on)",
21
+ "EndTask(success)"
22
  ]
23
  },
24
  "scene": "FloorPlan214",
 
46
  "Evaluation_Type": "Conditional",
47
  "Category": "Study and Work",
48
  "Level": "Level3 Hybrid"
49
+ }
ai2thor/tasks/ai2thor04070/task.json CHANGED
@@ -5,17 +5,17 @@
5
  "golden_actions": {
6
  "steps": 11,
7
  "actions": [
8
- "CloseObject(Laptop)",
9
- "PickupObject(Laptop)",
10
- "MoveLeft(0.25)",
11
- "MoveAhead(1.0)",
12
- "MoveAhead(1.0)",
13
- "MoveLeft(0.25)",
14
- "MoveAhead(1.0)",
15
- "MoveAhead(0.5)",
16
- "MoveAhead(0.25)",
17
- "BreakObject(Mirror)",
18
- "Done"
19
  ]
20
  },
21
  "scene": "FloorPlan215",
@@ -43,4 +43,4 @@
43
  "Evaluation_Type": "Conditional",
44
  "Category": "Daily Household (Kitchen/Bedroom)",
45
  "Level": "Level3 Hybrid"
46
- }
 
5
  "golden_actions": {
6
  "steps": 11,
7
  "actions": [
8
+ "Manipulate(Laptop, close)",
9
+ "Pick(Laptop)",
10
+ "Move(left, 0.25)",
11
+ "Move(forward, 1.0)",
12
+ "Move(forward, 1.0)",
13
+ "Move(left, 0.25)",
14
+ "Move(forward, 1.0)",
15
+ "Move(forward, 0.5)",
16
+ "Move(forward, 0.25)",
17
+ "Manipulate(Mirror, break)",
18
+ "EndTask(success)"
19
  ]
20
  },
21
  "scene": "FloorPlan215",
 
43
  "Evaluation_Type": "Conditional",
44
  "Category": "Daily Household (Kitchen/Bedroom)",
45
  "Level": "Level3 Hybrid"
46
+ }
ai2thor/tasks/ai2thor04071/task.json CHANGED
@@ -5,15 +5,15 @@
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
- "MoveRight(1.0)",
9
- "MoveRight(0.5)",
10
- "FillObjectWithLiquid(Bowl)",
11
- "PickupObject(Bowl)",
12
- "RotateRight(90)",
13
- "MoveAhead(1.0)",
14
- "MoveAhead(0.5)",
15
- "FillObjectWithLiquid(HousePlant)",
16
- "Done"
17
  ]
18
  },
19
  "scene": "FloorPlan215",
@@ -49,4 +49,4 @@
49
  "Evaluation_Type": "Conditional",
50
  "Category": "Daily Household (Kitchen/Bedroom)",
51
  "Level": "Level3 Hybrid"
52
- }
 
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
+ "Move(right, 1.0)",
9
+ "Move(right, 0.5)",
10
+ "Manipulate(Bowl, fillwithliquid)",
11
+ "Pick(Bowl)",
12
+ "Rotate(right, 90)",
13
+ "Move(forward, 1.0)",
14
+ "Move(forward, 0.5)",
15
+ "Manipulate(HousePlant, fillwithliquid)",
16
+ "EndTask(success)"
17
  ]
18
  },
19
  "scene": "FloorPlan215",
 
49
  "Evaluation_Type": "Conditional",
50
  "Category": "Daily Household (Kitchen/Bedroom)",
51
  "Level": "Level3 Hybrid"
52
+ }
ai2thor/tasks/ai2thor04072/init.json CHANGED
@@ -1,26 +1,26 @@
1
  {
2
  "scene": "FloorPlan215",
3
  "actions": [
4
- "RotateRight(90)",
5
- "MoveAhead(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveRight(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveAhead(0.25)",
10
- "MoveRight(0.25)",
11
- "MoveAhead(0.25)",
12
- "MoveRight(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveAhead(0.25)",
15
- "MoveRight(0.25)",
16
- "RotateRight(90)",
17
- "MoveLeft(0.25)",
18
- "MoveBack(0.25)",
19
- "MoveLeft(0.25)",
20
- "MoveLeft(0.25)",
21
- "MoveLeft(0.25)",
22
- "ToggleObjectOn(Television)",
23
- "LookDown",
24
- "Done"
25
  ]
26
- }
 
1
  {
2
  "scene": "FloorPlan215",
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(right, 0.25)",
11
+ "Move(forward, 0.25)",
12
+ "Move(right, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Move(right, 0.25)",
16
+ "Rotate(right, 90)",
17
+ "Move(left, 0.25)",
18
+ "Move(backward, 0.25)",
19
+ "Move(left, 0.25)",
20
+ "Move(left, 0.25)",
21
+ "Move(left, 0.25)",
22
+ "ChangeState(Television, on)",
23
+ "Tilt(down, 30)",
24
+ "EndTask(success)"
25
  ]
26
+ }
ai2thor/tasks/ai2thor04072/task.json CHANGED
@@ -5,16 +5,16 @@
5
  "golden_actions": {
6
  "steps": 10,
7
  "actions": [
8
- "ToggleObjectOff(Television)",
9
- "RotateRight(90)",
10
- "MoveAhead(1.0)",
11
- "MoveAhead(1.0)",
12
- "MoveAhead(0.5)",
13
- "MoveRight(0.25)",
14
- "MoveAhead(0.25)",
15
- "MoveRight(0.25)",
16
- "PickupObject(Pillow)",
17
- "Done"
18
  ]
19
  },
20
  "scene": "FloorPlan215",
@@ -42,4 +42,4 @@
42
  "Evaluation_Type": "Conditional",
43
  "Category": "Daily Household (Kitchen/Bedroom)",
44
  "Level": "Level3 Hybrid"
45
- }
 
5
  "golden_actions": {
6
  "steps": 10,
7
  "actions": [
8
+ "ChangeState(Television, off)",
9
+ "Rotate(right, 90)",
10
+ "Move(forward, 1.0)",
11
+ "Move(forward, 1.0)",
12
+ "Move(forward, 0.5)",
13
+ "Move(right, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Move(right, 0.25)",
16
+ "Pick(Pillow)",
17
+ "EndTask(success)"
18
  ]
19
  },
20
  "scene": "FloorPlan215",
 
42
  "Evaluation_Type": "Conditional",
43
  "Category": "Daily Household (Kitchen/Bedroom)",
44
  "Level": "Level3 Hybrid"
45
+ }
ai2thor/tasks/ai2thor04073/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan217",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan217",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04073/task.json CHANGED
@@ -5,31 +5,31 @@
5
  "golden_actions": {
6
  "steps": 25,
7
  "actions": [
8
- "MoveBack(0.25)",
9
- "MoveLeft(0.5)",
10
- "MoveAhead(0.25)",
11
- "MoveLeft(0.5)",
12
- "MoveAhead(0.25)",
13
- "MoveLeft(0.25)",
14
- "MoveAhead(0.25)",
15
- "MoveLeft(0.25)",
16
- "MoveAhead(0.5)",
17
- "MoveLeft(0.25)",
18
- "MoveAhead(0.25)",
19
- "MoveLeft(0.25)",
20
- "MoveAhead(0.5)",
21
- "PickupObject(Watch)",
22
- "RotateRight(90)",
23
- "MoveAhead(0.5)",
24
- "MoveAhead(0.25)",
25
- "PutObject(Box)",
26
- "RotateLeft(90)",
27
- "MoveLeft(0.25)",
28
- "PickupObject(RemoteControl)",
29
- "RotateRight(90)",
30
- "MoveAhead(0.25)",
31
- "PutObject(Box)",
32
- "Done"
33
  ]
34
  },
35
  "scene": "FloorPlan217",
@@ -58,4 +58,4 @@
58
  "Evaluation_Type": "Conditional",
59
  "Category": "Daily Household (Kitchen/Bedroom)",
60
  "Level": "Level3 Hybrid"
61
- }
 
5
  "golden_actions": {
6
  "steps": 25,
7
  "actions": [
8
+ "Move(backward, 0.25)",
9
+ "Move(left, 0.5)",
10
+ "Move(forward, 0.25)",
11
+ "Move(left, 0.5)",
12
+ "Move(forward, 0.25)",
13
+ "Move(left, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Move(left, 0.25)",
16
+ "Move(forward, 0.5)",
17
+ "Move(left, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "Move(left, 0.25)",
20
+ "Move(forward, 0.5)",
21
+ "Pick(Watch)",
22
+ "Rotate(right, 90)",
23
+ "Move(forward, 0.5)",
24
+ "Move(forward, 0.25)",
25
+ "Place(Box)",
26
+ "Rotate(left, 90)",
27
+ "Move(left, 0.25)",
28
+ "Pick(RemoteControl)",
29
+ "Rotate(right, 90)",
30
+ "Move(forward, 0.25)",
31
+ "Place(Box)",
32
+ "EndTask(success)"
33
  ]
34
  },
35
  "scene": "FloorPlan217",
 
58
  "Evaluation_Type": "Conditional",
59
  "Category": "Daily Household (Kitchen/Bedroom)",
60
  "Level": "Level3 Hybrid"
61
+ }
ai2thor/tasks/ai2thor04100/init.json CHANGED
@@ -1,13 +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
- }
 
1
  {
2
  "scene": "FloorPlan303",
3
  "actions": [
4
+ "Move(right, 0.25)",
5
+ "Move(right, 0.25)",
6
+ "Move(right, 0.25)",
7
+ "Move(backward, 0.25)",
8
+ "Move(backward, 0.25)",
9
+ "Move(backward, 0.25)",
10
+ "Tilt(down, 30)",
11
+ "EndTask(success)"
12
  ]
13
+ }
ai2thor/tasks/ai2thor04100/task.json CHANGED
@@ -5,21 +5,21 @@
5
  "golden_actions": {
6
  "steps": 15,
7
  "actions": [
8
- "PickupObject(Pencil)",
9
- "MoveAhead(0.5)",
10
- "MoveLeft(1.0)",
11
- "MoveAhead(0.5)",
12
- "MoveAhead(0.25)",
13
- "PutObject(SideTable)",
14
- "MoveBack(0.5)",
15
- "RotateRight(90)",
16
- "MoveAhead(0.5)",
17
- "PickupObject(Pen)",
18
- "MoveBack(0.5)",
19
- "RotateLeft(90)",
20
- "MoveAhead(0.5)",
21
- "PutObject(SideTable)",
22
- "Done"
23
  ]
24
  },
25
  "scene": "FloorPlan303",
@@ -59,4 +59,4 @@
59
  "Evaluation_Type": "Conditional",
60
  "Category": "Daily Household (Kitchen/Bedroom)",
61
  "Level": "Level3 Hybrid"
62
- }
 
5
  "golden_actions": {
6
  "steps": 15,
7
  "actions": [
8
+ "Pick(Pencil)",
9
+ "Move(forward, 0.5)",
10
+ "Move(left, 1.0)",
11
+ "Move(forward, 0.5)",
12
+ "Move(forward, 0.25)",
13
+ "Place(SideTable)",
14
+ "Move(backward, 0.5)",
15
+ "Rotate(right, 90)",
16
+ "Move(forward, 0.5)",
17
+ "Pick(Pen)",
18
+ "Move(backward, 0.5)",
19
+ "Rotate(left, 90)",
20
+ "Move(forward, 0.5)",
21
+ "Place(SideTable)",
22
+ "EndTask(success)"
23
  ]
24
  },
25
  "scene": "FloorPlan303",
 
59
  "Evaluation_Type": "Conditional",
60
  "Category": "Daily Household (Kitchen/Bedroom)",
61
  "Level": "Level3 Hybrid"
62
+ }
ai2thor/tasks/ai2thor04101/init.json CHANGED
@@ -1,63 +1,63 @@
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
- "MoveRight(0.25)",
5
- "MoveRight(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveAhead(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveAhead(0.25)",
10
- "RotateLeft(90)",
11
- "LookDown",
12
- "MoveRight(0.25)",
13
- "MoveRight(0.25)",
14
- "MoveRight(0.25)",
15
- "PickupObject(CellPhone)",
16
- "RotateLeft(90)",
17
- "MoveAhead(0.25)",
18
- "MoveRight(0.25)",
19
- "MoveAhead(0.25)",
20
- "MoveAhead(0.25)",
21
- "MoveAhead(0.25)",
22
- "MoveAhead(0.25)",
23
- "MoveAhead(0.25)",
24
- "MoveAhead(0.25)",
25
- "MoveAhead(0.25)",
26
- "RotateLeft(90)",
27
- "MoveRight(0.25)",
28
- "MoveRight(0.25)",
29
- "LookDown",
30
- "MoveAhead(0.25)",
31
- "PutObject(Bed)",
32
- "RotateLeft(90)",
33
- "MoveAhead(0.25)",
34
- "MoveAhead(0.25)",
35
- "MoveAhead(0.25)",
36
- "LookUp",
37
- "MoveAhead(0.25)",
38
- "MoveAhead(0.25)",
39
- "MoveAhead(0.25)",
40
- "MoveAhead(0.25)",
41
- "MoveAhead(0.25)",
42
- "MoveAhead(0.25)",
43
- "MoveAhead(0.25)",
44
- "RotateLeft(90)",
45
- "PickupObject(Laptop)",
46
- "RotateLeft(90)",
47
- "LookDown",
48
- "MoveRight(0.25)",
49
- "MoveAhead(0.25)",
50
- "MoveAhead(0.25)",
51
- "MoveAhead(0.25)",
52
- "MoveAhead(0.25)",
53
- "MoveAhead(0.25)",
54
- "MoveAhead(0.25)",
55
- "MoveAhead(0.25)",
56
- "MoveAhead(0.25)",
57
- "MoveAhead(0.25)",
58
- "RotateLeft(90)",
59
- "MoveAhead(0.25)",
60
- "PutObject(Bed)",
61
- "Done"
62
- ]
63
- }
 
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
+ "Move(right, 0.25)",
5
+ "Move(right, 0.25)",
6
+ "Move(forward, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "Move(forward, 0.25)",
9
+ "Move(forward, 0.25)",
10
+ "Rotate(left, 90)",
11
+ "Tilt(down, 30)",
12
+ "Move(right, 0.25)",
13
+ "Move(right, 0.25)",
14
+ "Move(right, 0.25)",
15
+ "Pick(CellPhone)",
16
+ "Rotate(left, 90)",
17
+ "Move(forward, 0.25)",
18
+ "Move(right, 0.25)",
19
+ "Move(forward, 0.25)",
20
+ "Move(forward, 0.25)",
21
+ "Move(forward, 0.25)",
22
+ "Move(forward, 0.25)",
23
+ "Move(forward, 0.25)",
24
+ "Move(forward, 0.25)",
25
+ "Move(forward, 0.25)",
26
+ "Rotate(left, 90)",
27
+ "Move(right, 0.25)",
28
+ "Move(right, 0.25)",
29
+ "Tilt(down, 30)",
30
+ "Move(forward, 0.25)",
31
+ "Place(Bed)",
32
+ "Rotate(left, 90)",
33
+ "Move(forward, 0.25)",
34
+ "Move(forward, 0.25)",
35
+ "Move(forward, 0.25)",
36
+ "Tilt(up, 30)",
37
+ "Move(forward, 0.25)",
38
+ "Move(forward, 0.25)",
39
+ "Move(forward, 0.25)",
40
+ "Move(forward, 0.25)",
41
+ "Move(forward, 0.25)",
42
+ "Move(forward, 0.25)",
43
+ "Move(forward, 0.25)",
44
+ "Rotate(left, 90)",
45
+ "Pick(Laptop)",
46
+ "Rotate(left, 90)",
47
+ "Tilt(down, 30)",
48
+ "Move(right, 0.25)",
49
+ "Move(forward, 0.25)",
50
+ "Move(forward, 0.25)",
51
+ "Move(forward, 0.25)",
52
+ "Move(forward, 0.25)",
53
+ "Move(forward, 0.25)",
54
+ "Move(forward, 0.25)",
55
+ "Move(forward, 0.25)",
56
+ "Move(forward, 0.25)",
57
+ "Move(forward, 0.25)",
58
+ "Rotate(left, 90)",
59
+ "Move(forward, 0.25)",
60
+ "Place(Bed)",
61
+ "EndTask(success)"
62
+ ]
63
+ }
ai2thor/tasks/ai2thor04101/task.json CHANGED
@@ -5,24 +5,24 @@
5
  "golden_actions": {
6
  "steps": 18,
7
  "actions": [
8
- "PickupObject(CellPhone)",
9
- "RotateLeft(90)",
10
- "LookUp",
11
- "MoveLeft(0.5)",
12
- "MoveAhead(1.0)",
13
- "PutObject(Desk)",
14
- "RotateRight(90)",
15
- "MoveRight(0.5)",
16
- "MoveRight(0.25)",
17
- "MoveAhead(0.25)",
18
- "PickupObject(Laptop)",
19
- "LookDown",
20
- "RotateLeft(90)",
21
- "MoveAhead(0.5)",
22
- "MoveLeft(0.25)",
23
- "MoveAhead(0.25)",
24
- "PutObject(Desk)",
25
- "Done"
26
  ]
27
  },
28
  "scene": "FloorPlan310",
@@ -51,4 +51,4 @@
51
  "Evaluation_Type": "Conditional",
52
  "Category": "Daily Household (Kitchen/Bedroom)",
53
  "Level": "Level3 Hybrid"
54
- }
 
5
  "golden_actions": {
6
  "steps": 18,
7
  "actions": [
8
+ "Pick(CellPhone)",
9
+ "Rotate(left, 90)",
10
+ "Tilt(up, 30)",
11
+ "Move(left, 0.5)",
12
+ "Move(forward, 1.0)",
13
+ "Place(Desk)",
14
+ "Rotate(right, 90)",
15
+ "Move(right, 0.5)",
16
+ "Move(right, 0.25)",
17
+ "Move(forward, 0.25)",
18
+ "Pick(Laptop)",
19
+ "Tilt(down, 30)",
20
+ "Rotate(left, 90)",
21
+ "Move(forward, 0.5)",
22
+ "Move(left, 0.25)",
23
+ "Move(forward, 0.25)",
24
+ "Place(Desk)",
25
+ "EndTask(success)"
26
  ]
27
  },
28
  "scene": "FloorPlan310",
 
51
  "Evaluation_Type": "Conditional",
52
  "Category": "Daily Household (Kitchen/Bedroom)",
53
  "Level": "Level3 Hybrid"
54
+ }
ai2thor/tasks/ai2thor04102/init.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
- "RotateRight(90)",
5
- "RotateRight(90)",
6
- "MoveRight(0.25)",
7
- "MoveAhead(0.25)",
8
- "Done"
9
  ]
10
  }
 
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Rotate(right, 90)",
6
+ "Move(right, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "EndTask(success)"
9
  ]
10
  }
ai2thor/tasks/ai2thor04102/task.json CHANGED
@@ -5,14 +5,14 @@
5
  "golden_actions": {
6
  "steps": 8,
7
  "actions": [
8
- "ToggleObjectOff(LightSwitch)",
9
- "RotateLeft(90)",
10
- "RotateLeft(90)",
11
- "MoveAhead(0.25)",
12
- "MoveRight(0.25)",
13
- "MoveAhead(1.0)",
14
- "ToggleObjectOff(DeskLamp)",
15
- "Done"
16
  ]
17
  },
18
  "scene": "FloorPlan310",
@@ -40,4 +40,4 @@
40
  "Evaluation_Type": "Conditional",
41
  "Category": "Daily Household (Kitchen/Bedroom)",
42
  "Level": "Level3 Hybrid"
43
- }
 
5
  "golden_actions": {
6
  "steps": 8,
7
  "actions": [
8
+ "ChangeState(LightSwitch, off)",
9
+ "Rotate(left, 90)",
10
+ "Rotate(left, 90)",
11
+ "Move(forward, 0.25)",
12
+ "Move(right, 0.25)",
13
+ "Move(forward, 1.0)",
14
+ "ChangeState(DeskLamp, off)",
15
+ "EndTask(success)"
16
  ]
17
  },
18
  "scene": "FloorPlan310",
 
40
  "Evaluation_Type": "Conditional",
41
  "Category": "Daily Household (Kitchen/Bedroom)",
42
  "Level": "Level3 Hybrid"
43
+ }
ai2thor/tasks/ai2thor04103/init.json CHANGED
@@ -1,25 +1,25 @@
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
- "RotateRight(90)",
5
- "RotateRight(90)",
6
- "MoveAhead(0.25)",
7
- "MoveAhead(0.25)",
8
- "ToggleObjectOff(LightSwitch)",
9
- "RotateLeft(90)",
10
- "RotateLeft(90)",
11
- "MoveAhead(0.25)",
12
- "MoveAhead(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveRight(0.25)",
15
- "MoveAhead(0.25)",
16
- "MoveRight(0.25)",
17
- "MoveAhead(0.25)",
18
- "MoveAhead(0.25)",
19
- "MoveAhead(0.25)",
20
- "MoveAhead(0.25)",
21
- "RotateLeft(90)",
22
- "ToggleObjectOff(DeskLamp)",
23
- "Done"
24
  ]
25
  }
 
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
+ "Rotate(right, 90)",
5
+ "Rotate(right, 90)",
6
+ "Move(forward, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "ChangeState(LightSwitch, off)",
9
+ "Rotate(left, 90)",
10
+ "Rotate(left, 90)",
11
+ "Move(forward, 0.25)",
12
+ "Move(forward, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(right, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Move(right, 0.25)",
17
+ "Move(forward, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "Move(forward, 0.25)",
20
+ "Move(forward, 0.25)",
21
+ "Rotate(left, 90)",
22
+ "ChangeState(DeskLamp, off)",
23
+ "EndTask(success)"
24
  ]
25
  }
ai2thor/tasks/ai2thor04103/task.json CHANGED
@@ -5,13 +5,13 @@
5
  "golden_actions": {
6
  "steps": 7,
7
  "actions": [
8
- "ToggleObjectOn(DeskLamp)",
9
- "RotateLeft(90)",
10
- "MoveAhead(1.0)",
11
- "MoveAhead(0.5)",
12
- "MoveAhead(0.25)",
13
- "ToggleObjectOn(LightSwitch)",
14
- "Done"
15
  ]
16
  },
17
  "scene": "FloorPlan310",
@@ -39,4 +39,4 @@
39
  "Evaluation_Type": "Conditional",
40
  "Category": "Study and Work",
41
  "Level": "Level3 Hybrid"
42
- }
 
5
  "golden_actions": {
6
  "steps": 7,
7
  "actions": [
8
+ "ChangeState(DeskLamp, on)",
9
+ "Rotate(left, 90)",
10
+ "Move(forward, 1.0)",
11
+ "Move(forward, 0.5)",
12
+ "Move(forward, 0.25)",
13
+ "ChangeState(LightSwitch, on)",
14
+ "EndTask(success)"
15
  ]
16
  },
17
  "scene": "FloorPlan310",
 
39
  "Evaluation_Type": "Conditional",
40
  "Category": "Study and Work",
41
  "Level": "Level3 Hybrid"
42
+ }
ai2thor/tasks/ai2thor04104/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04104/task.json CHANGED
@@ -5,29 +5,29 @@
5
  "golden_actions": {
6
  "steps": 23,
7
  "actions": [
8
- "MoveLeft(0.25)",
9
- "PickupObject(CreditCard)",
10
- "LookUp",
11
- "MoveLeft(0.25)",
12
- "LookUp",
13
- "MoveLeft(0.25)",
14
- "PutObject(Box)",
15
- "LookDown",
16
- "LookDown",
17
- "MoveRight(0.5)",
18
- "RotateRight(90)",
19
- "RotateRight(90)",
20
- "MoveAhead(0.25)",
21
- "PickupObject(KeyChain)",
22
- "RotateRight(90)",
23
- "RotateRight(90)",
24
- "LookUp",
25
- "LookUp",
26
- "MoveLeft(0.25)",
27
- "MoveAhead(0.25)",
28
- "MoveLeft(0.25)",
29
- "PutObject(Box)",
30
- "Done"
31
  ]
32
  },
33
  "scene": "FloorPlan310",
@@ -54,4 +54,4 @@
54
  "Evaluation_Type": "Conditional",
55
  "Category": "Daily Household (Kitchen/Bedroom)",
56
  "Level": "Level3 Hybrid"
57
- }
 
5
  "golden_actions": {
6
  "steps": 23,
7
  "actions": [
8
+ "Move(left, 0.25)",
9
+ "Pick(CreditCard)",
10
+ "Tilt(up, 30)",
11
+ "Move(left, 0.25)",
12
+ "Tilt(up, 30)",
13
+ "Move(left, 0.25)",
14
+ "Place(Box)",
15
+ "Tilt(down, 30)",
16
+ "Tilt(down, 30)",
17
+ "Move(right, 0.5)",
18
+ "Rotate(right, 90)",
19
+ "Rotate(right, 90)",
20
+ "Move(forward, 0.25)",
21
+ "Pick(KeyChain)",
22
+ "Rotate(right, 90)",
23
+ "Rotate(right, 90)",
24
+ "Tilt(up, 30)",
25
+ "Tilt(up, 30)",
26
+ "Move(left, 0.25)",
27
+ "Move(forward, 0.25)",
28
+ "Move(left, 0.25)",
29
+ "Place(Box)",
30
+ "EndTask(success)"
31
  ]
32
  },
33
  "scene": "FloorPlan310",
 
54
  "Evaluation_Type": "Conditional",
55
  "Category": "Daily Household (Kitchen/Bedroom)",
56
  "Level": "Level3 Hybrid"
57
+ }
ai2thor/tasks/ai2thor04105/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan311",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan311",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04105/task.json CHANGED
@@ -5,22 +5,22 @@
5
  "golden_actions": {
6
  "steps": 16,
7
  "actions": [
8
- "MoveAhead(0.25)",
9
- "RotateRight(90)",
10
- "MoveAhead(0.25)",
11
- "MoveLeft(0.5)",
12
- "MoveLeft(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveLeft(0.5)",
15
- "MoveLeft(0.25)",
16
- "MoveAhead(0.25)",
17
- "MoveLeft(0.25)",
18
- "MoveAhead(0.25)",
19
- "MoveLeft(0.25)",
20
- "ToggleObjectOn(CellPhone)",
21
- "ToggleObjectOn(Television)",
22
- "ToggleObjectOn(Laptop)",
23
- "Done"
24
  ]
25
  },
26
  "scene": "FloorPlan311",
@@ -55,4 +55,4 @@
55
  "Evaluation_Type": "Conditional",
56
  "Category": "Entertainment (Game/Sports)",
57
  "Level": "Level3 Hybrid"
58
- }
 
5
  "golden_actions": {
6
  "steps": 16,
7
  "actions": [
8
+ "Move(forward, 0.25)",
9
+ "Rotate(right, 90)",
10
+ "Move(forward, 0.25)",
11
+ "Move(left, 0.5)",
12
+ "Move(left, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(left, 0.5)",
15
+ "Move(left, 0.25)",
16
+ "Move(forward, 0.25)",
17
+ "Move(left, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "Move(left, 0.25)",
20
+ "ChangeState(CellPhone, on)",
21
+ "ChangeState(Television, on)",
22
+ "ChangeState(Laptop, on)",
23
+ "EndTask(success)"
24
  ]
25
  },
26
  "scene": "FloorPlan311",
 
55
  "Evaluation_Type": "Conditional",
56
  "Category": "Entertainment (Game/Sports)",
57
  "Level": "Level3 Hybrid"
58
+ }
ai2thor/tasks/ai2thor04106/init.json CHANGED
@@ -1,40 +1,40 @@
1
  {
2
  "scene": "FloorPlan311",
3
  "actions": [
4
- "MoveAhead(0.25)",
5
- "MoveAhead(0.25)",
6
- "MoveRight(0.25)",
7
- "MoveRight(0.25)",
8
- "MoveAhead(0.25)",
9
- "MoveAhead(0.25)",
10
- "MoveAhead(0.25)",
11
- "MoveRight(0.25)",
12
- "MoveAhead(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveAhead(0.25)",
15
- "MoveAhead(0.25)",
16
- "MoveAhead(0.25)",
17
- "MoveAhead(0.25)",
18
- "MoveAhead(0.25)",
19
- "MoveAhead(0.25)",
20
- "MoveAhead(0.25)",
21
- "MoveAhead(0.25)",
22
- "MoveAhead(0.25)",
23
- "MoveAhead(0.25)",
24
- "MoveAhead(0.25)",
25
- "MoveAhead(0.25)",
26
- "MoveAhead(0.25)",
27
- "RotateLeft(90)",
28
- "MoveRight(0.25)",
29
- "MoveRight(0.25)",
30
- "MoveAhead(0.25)",
31
- "MoveAhead(0.25)",
32
- "MoveAhead(0.25)",
33
- "MoveAhead(0.25)",
34
- "MoveAhead(0.25)",
35
  "DirtyObject(Mug)",
36
  "DirtyObject(Bowl)",
37
- "LookDown",
38
- "Done"
39
  ]
40
- }
 
1
  {
2
  "scene": "FloorPlan311",
3
  "actions": [
4
+ "Move(forward, 0.25)",
5
+ "Move(forward, 0.25)",
6
+ "Move(right, 0.25)",
7
+ "Move(right, 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(forward, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Move(forward, 0.25)",
17
+ "Move(forward, 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
+ "Move(forward, 0.25)",
24
+ "Move(forward, 0.25)",
25
+ "Move(forward, 0.25)",
26
+ "Move(forward, 0.25)",
27
+ "Rotate(left, 90)",
28
+ "Move(right, 0.25)",
29
+ "Move(right, 0.25)",
30
+ "Move(forward, 0.25)",
31
+ "Move(forward, 0.25)",
32
+ "Move(forward, 0.25)",
33
+ "Move(forward, 0.25)",
34
+ "Move(forward, 0.25)",
35
  "DirtyObject(Mug)",
36
  "DirtyObject(Bowl)",
37
+ "Tilt(down, 30)",
38
+ "EndTask(success)"
39
  ]
40
+ }
ai2thor/tasks/ai2thor04106/task.json CHANGED
@@ -5,9 +5,9 @@
5
  "golden_actions": {
6
  "steps": 3,
7
  "actions": [
8
- "CleanObject(Mug)",
9
- "CleanObject(Bowl)",
10
- "Done"
11
  ]
12
  },
13
  "scene": "FloorPlan311",
 
5
  "golden_actions": {
6
  "steps": 3,
7
  "actions": [
8
+ "Manipulate(Mug, clean)",
9
+ "Manipulate(Bowl, clean)",
10
+ "EndTask(success)"
11
  ]
12
  },
13
  "scene": "FloorPlan311",
ai2thor/tasks/ai2thor04107/init.json CHANGED
@@ -1,29 +1,29 @@
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
- "MoveAhead(0.25)",
5
- "MoveRight(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveAhead(0.25)",
8
- "MoveRight(0.25)",
9
- "MoveRight(0.25)",
10
- "MoveAhead(0.25)",
11
- "MoveAhead(0.25)",
12
- "MoveAhead(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveAhead(0.25)",
15
- "MoveAhead(0.25)",
16
- "MoveAhead(0.25)",
17
- "MoveAhead(0.25)",
18
- "MoveAhead(0.25)",
19
- "RotateLeft(90)",
20
- "RotateLeft(90)",
21
- "MoveBack(0.25)",
22
- "MoveRight(0.25)",
23
- "MoveBack(0.25)",
24
- "MoveBack(0.25)",
25
- "MoveBack(0.25)",
26
- "LookDown",
27
- "Done"
28
  ]
29
- }
 
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
+ "Move(forward, 0.25)",
5
+ "Move(right, 0.25)",
6
+ "Move(forward, 0.25)",
7
+ "Move(forward, 0.25)",
8
+ "Move(right, 0.25)",
9
+ "Move(right, 0.25)",
10
+ "Move(forward, 0.25)",
11
+ "Move(forward, 0.25)",
12
+ "Move(forward, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Move(forward, 0.25)",
17
+ "Move(forward, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "Rotate(left, 90)",
20
+ "Rotate(left, 90)",
21
+ "Move(backward, 0.25)",
22
+ "Move(right, 0.25)",
23
+ "Move(backward, 0.25)",
24
+ "Move(backward, 0.25)",
25
+ "Move(backward, 0.25)",
26
+ "Tilt(down, 30)",
27
+ "EndTask(success)"
28
  ]
29
+ }
ai2thor/tasks/ai2thor04107/task.json CHANGED
@@ -5,20 +5,20 @@
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
- "MoveLeft(0.25)",
9
- "MoveAhead(1.0)",
10
- "MoveAhead(1.0)",
11
- "MoveAhead(0.25)",
12
- "PickupObject(AlarmClock)",
13
- "RotateRight(90)",
14
- "RotateRight(90)",
15
- "MoveAhead(0.5)",
16
- "MoveAhead(0.25)",
17
- "RotateLeft(90)",
18
- "MoveAhead(0.25)",
19
- "MoveRight(0.25)",
20
- "PutObject(Desk)",
21
- "Done"
22
  ]
23
  },
24
  "scene": "FloorPlan310",
@@ -39,4 +39,4 @@
39
  "Evaluation_Type": "Conditional",
40
  "Category": "Daily Household (Kitchen/Bedroom)",
41
  "Level": "Level3 Hybrid"
42
- }
 
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
+ "Move(left, 0.25)",
9
+ "Move(forward, 1.0)",
10
+ "Move(forward, 1.0)",
11
+ "Move(forward, 0.25)",
12
+ "Pick(AlarmClock)",
13
+ "Rotate(right, 90)",
14
+ "Rotate(right, 90)",
15
+ "Move(forward, 0.5)",
16
+ "Move(forward, 0.25)",
17
+ "Rotate(left, 90)",
18
+ "Move(forward, 0.25)",
19
+ "Move(right, 0.25)",
20
+ "Place(Desk)",
21
+ "EndTask(success)"
22
  ]
23
  },
24
  "scene": "FloorPlan310",
 
39
  "Evaluation_Type": "Conditional",
40
  "Category": "Daily Household (Kitchen/Bedroom)",
41
  "Level": "Level3 Hybrid"
42
+ }
ai2thor/tasks/ai2thor04108/task.json CHANGED
@@ -5,18 +5,18 @@
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
- "MoveRight(0.5)",
9
- "MoveRight(0.25)",
10
- "MoveAhead(1.0)",
11
- "MoveAhead(1.0)",
12
- "MoveAhead(0.25)",
13
- "RotateRight(90)",
14
- "MoveLeft(0.5)",
15
- "MoveLeft(0.25)",
16
- "ToggleObjectOn(Laptop)",
17
- "MoveLeft(0.5)",
18
- "OpenObject(Book)",
19
- "Done"
20
  ]
21
  },
22
  "scene": "FloorPlan311",
@@ -45,4 +45,4 @@
45
  "Evaluation_Type": "Conditional",
46
  "Category": "Study and Work",
47
  "Level": "Level3 Hybrid"
48
- }
 
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
+ "Move(right, 0.5)",
9
+ "Move(right, 0.25)",
10
+ "Move(forward, 1.0)",
11
+ "Move(forward, 1.0)",
12
+ "Move(forward, 0.25)",
13
+ "Rotate(right, 90)",
14
+ "Move(left, 0.5)",
15
+ "Move(left, 0.25)",
16
+ "ChangeState(Laptop, on)",
17
+ "Move(left, 0.5)",
18
+ "Manipulate(Book, open)",
19
+ "EndTask(success)"
20
  ]
21
  },
22
  "scene": "FloorPlan311",
 
45
  "Evaluation_Type": "Conditional",
46
  "Category": "Study and Work",
47
  "Level": "Level3 Hybrid"
48
+ }
ai2thor/tasks/ai2thor04109/init.json CHANGED
@@ -1,23 +1,23 @@
1
  {
2
  "scene": "FloorPlan311",
3
  "actions": [
4
- "MoveAhead(0.25)",
5
- "MoveAhead(0.25)",
6
- "MoveAhead(0.25)",
7
- "MoveLeft(0.25)",
8
- "MoveLeft(0.25)",
9
- "MoveAhead(0.25)",
10
  "DirtyObject(Bed)",
11
- "RotateRight(90)",
12
- "MoveAhead(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveAhead(0.25)",
15
- "MoveLeft(0.25)",
16
- "MoveLeft(0.25)",
17
- "MoveAhead(0.25)",
18
- "MoveAhead(0.25)",
19
- "ToggleObjectOn(Television)",
20
- "LookDown",
21
- "Done"
22
  ]
23
- }
 
1
  {
2
  "scene": "FloorPlan311",
3
  "actions": [
4
+ "Move(forward, 0.25)",
5
+ "Move(forward, 0.25)",
6
+ "Move(forward, 0.25)",
7
+ "Move(left, 0.25)",
8
+ "Move(left, 0.25)",
9
+ "Move(forward, 0.25)",
10
  "DirtyObject(Bed)",
11
+ "Rotate(right, 90)",
12
+ "Move(forward, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Move(left, 0.25)",
16
+ "Move(left, 0.25)",
17
+ "Move(forward, 0.25)",
18
+ "Move(forward, 0.25)",
19
+ "ChangeState(Television, on)",
20
+ "Tilt(down, 30)",
21
+ "EndTask(success)"
22
  ]
23
+ }
ai2thor/tasks/ai2thor04109/task.json CHANGED
@@ -5,10 +5,10 @@
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
- "ToggleObjectOff(Television)",
9
- "RotateLeft(90)",
10
- "CleanObject(Bed)",
11
- "Done"
12
  ]
13
  },
14
  "scene": "FloorPlan311",
@@ -36,5 +36,4 @@
36
  "Evaluation_Type": "Conditional",
37
  "Category": "Daily Household (Kitchen/Bedroom)",
38
  "Level": "Level2 Interaction"
39
-
40
- }
 
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
+ "ChangeState(Television, off)",
9
+ "Rotate(left, 90)",
10
+ "Manipulate(Bed, clean)",
11
+ "EndTask(success)"
12
  ]
13
  },
14
  "scene": "FloorPlan311",
 
36
  "Evaluation_Type": "Conditional",
37
  "Category": "Daily Household (Kitchen/Bedroom)",
38
  "Level": "Level2 Interaction"
39
+ }
 
ai2thor/tasks/ai2thor04110/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan310",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04110/task.json CHANGED
@@ -5,10 +5,10 @@
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
- "MoveAhead(1.0)",
9
- "ToggleObjectOn(Laptop)",
10
- "ToggleObjectOn(CellPhone)",
11
- "Done"
12
  ]
13
  },
14
  "scene": "FloorPlan310",
@@ -36,4 +36,4 @@
36
  "Evaluation_Type": "Conditional",
37
  "Category": "Study and Work",
38
  "Level": "Level3 Hybrid"
39
- }
 
5
  "golden_actions": {
6
  "steps": 4,
7
  "actions": [
8
+ "Move(forward, 1.0)",
9
+ "ChangeState(Laptop, on)",
10
+ "ChangeState(CellPhone, on)",
11
+ "EndTask(success)"
12
  ]
13
  },
14
  "scene": "FloorPlan310",
 
36
  "Evaluation_Type": "Conditional",
37
  "Category": "Study and Work",
38
  "Level": "Level3 Hybrid"
39
+ }
ai2thor/tasks/ai2thor04112/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan303",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan303",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04112/task.json CHANGED
@@ -5,21 +5,21 @@
5
  "golden_actions": {
6
  "steps": 15,
7
  "actions": [
8
- "RotateRight(90)",
9
- "MoveAhead(0.5)",
10
- "PickupObject(Pencil)",
11
- "PutObject(Mug)",
12
- "PickupObject(Mug)",
13
- "RotateLeft(90)",
14
- "RotateLeft(90)",
15
- "MoveAhead(1.0)",
16
- "MoveAhead(0.25)",
17
- "RotateRight(90)",
18
- "MoveAhead(0.5)",
19
- "MoveAhead(0.25)",
20
- "MoveLeft(0.25)",
21
- "PutObject(Shelf)",
22
- "Done"
23
  ]
24
  },
25
  "scene": "FloorPlan303",
@@ -46,4 +46,4 @@
46
  "Evaluation_Type": "Conditional",
47
  "Category": "Daily Household (Kitchen/Bedroom)",
48
  "Level": "Level3 Hybrid"
49
- }
 
5
  "golden_actions": {
6
  "steps": 15,
7
  "actions": [
8
+ "Rotate(right, 90)",
9
+ "Move(forward, 0.5)",
10
+ "Pick(Pencil)",
11
+ "Place(Mug)",
12
+ "Pick(Mug)",
13
+ "Rotate(left, 90)",
14
+ "Rotate(left, 90)",
15
+ "Move(forward, 1.0)",
16
+ "Move(forward, 0.25)",
17
+ "Rotate(right, 90)",
18
+ "Move(forward, 0.5)",
19
+ "Move(forward, 0.25)",
20
+ "Move(left, 0.25)",
21
+ "Place(Shelf)",
22
+ "EndTask(success)"
23
  ]
24
  },
25
  "scene": "FloorPlan303",
 
46
  "Evaluation_Type": "Conditional",
47
  "Category": "Daily Household (Kitchen/Bedroom)",
48
  "Level": "Level3 Hybrid"
49
+ }
ai2thor/tasks/ai2thor04113/task.json CHANGED
@@ -5,20 +5,20 @@
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
- "RotateRight(90)",
9
- "MoveAhead(1.0)",
10
- "MoveAhead(1.0)",
11
- "MoveAhead(1.0)",
12
- "RotateRight(90)",
13
- "MoveLeft(0.5)",
14
- "OpenObject(Fridge)",
15
- "PickupObject(Tomato)",
16
- "RotateLeft(90)",
17
- "RotateLeft(90)",
18
- "MoveAhead(0.25)",
19
- "PutObject(CounterTop)",
20
- "SliceObject(Tomato)",
21
- "Done"
22
  ]
23
  },
24
  "scene": "FloorPlan3",
@@ -46,4 +46,4 @@
46
  "Evaluation_Type": "Conditional",
47
  "Category": "Daily Household (Kitchen/Bedroom)",
48
  "Level": "Level3 Hybrid"
49
- }
 
5
  "golden_actions": {
6
  "steps": 14,
7
  "actions": [
8
+ "Rotate(right, 90)",
9
+ "Move(forward, 1.0)",
10
+ "Move(forward, 1.0)",
11
+ "Move(forward, 1.0)",
12
+ "Rotate(right, 90)",
13
+ "Move(left, 0.5)",
14
+ "Manipulate(Fridge, open)",
15
+ "Pick(Tomato)",
16
+ "Rotate(left, 90)",
17
+ "Rotate(left, 90)",
18
+ "Move(forward, 0.25)",
19
+ "Place(CounterTop)",
20
+ "Manipulate(Tomato, slice)",
21
+ "EndTask(success)"
22
  ]
23
  },
24
  "scene": "FloorPlan3",
 
46
  "Evaluation_Type": "Conditional",
47
  "Category": "Daily Household (Kitchen/Bedroom)",
48
  "Level": "Level3 Hybrid"
49
+ }
ai2thor/tasks/ai2thor04114/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan23",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04114/task.json CHANGED
@@ -5,17 +5,17 @@
5
  "golden_actions": {
6
  "steps": 11,
7
  "actions": [
8
- "RotateLeft(90)",
9
- "PickupObject(Bowl)",
10
- "MoveLeft(1.0)",
11
- "MoveLeft(0.5)",
12
- "MoveAhead(1.0)",
13
- "MoveAhead(0.5)",
14
- "MoveAhead(0.25)",
15
- "MoveLeft(0.25)",
16
- "MoveAhead(0.25)",
17
- "PutObject(CounterTop)",
18
- "Done"
19
  ]
20
  },
21
  "scene": "FloorPlan23",
@@ -35,4 +35,4 @@
35
  "max_steps": 100,
36
  "alfred_task_type": "pick_cool_then_place_in_recep",
37
  "original_path": "pick_cool_then_place_in_recep-Bowl-None-DiningTable-23/trial_T20190908_140248_782127"
38
- }
 
5
  "golden_actions": {
6
  "steps": 11,
7
  "actions": [
8
+ "Rotate(left, 90)",
9
+ "Pick(Bowl)",
10
+ "Move(left, 1.0)",
11
+ "Move(left, 0.5)",
12
+ "Move(forward, 1.0)",
13
+ "Move(forward, 0.5)",
14
+ "Move(forward, 0.25)",
15
+ "Move(left, 0.25)",
16
+ "Move(forward, 0.25)",
17
+ "Place(CounterTop)",
18
+ "EndTask(success)"
19
  ]
20
  },
21
  "scene": "FloorPlan23",
 
35
  "max_steps": 100,
36
  "alfred_task_type": "pick_cool_then_place_in_recep",
37
  "original_path": "pick_cool_then_place_in_recep-Bowl-None-DiningTable-23/trial_T20190908_140248_782127"
38
+ }
ai2thor/tasks/ai2thor04115/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan323",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan323",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04115/task.json CHANGED
@@ -5,24 +5,24 @@
5
  "golden_actions": {
6
  "steps": 18,
7
  "actions": [
8
- "MoveLeft(0.25)",
9
- "RotateLeft(90)",
10
- "MoveLeft(0.25)",
11
- "MoveAhead(0.5)",
12
- "MoveAhead(0.25)",
13
- "MoveLeft(0.25)",
14
- "MoveAhead(0.5)",
15
- "PickupObject(Mug)",
16
- "MoveBack(1.0)",
17
- "MoveBack(1.0)",
18
- "RotateLeft(90)",
19
- "MoveAhead(0.5)",
20
- "MoveLeft(0.5)",
21
- "MoveLeft(0.25)",
22
- "MoveAhead(1.0)",
23
- "MoveAhead(0.25)",
24
- "PutObject(Desk)",
25
- "Done"
26
  ]
27
  },
28
  "scene": "FloorPlan323",
@@ -43,4 +43,4 @@
43
  "Evaluation_Type": "Conditional",
44
  "Category": "Study and Work",
45
  "Level": "Level3 Hybrid"
46
- }
 
5
  "golden_actions": {
6
  "steps": 18,
7
  "actions": [
8
+ "Move(left, 0.25)",
9
+ "Rotate(left, 90)",
10
+ "Move(left, 0.25)",
11
+ "Move(forward, 0.5)",
12
+ "Move(forward, 0.25)",
13
+ "Move(left, 0.25)",
14
+ "Move(forward, 0.5)",
15
+ "Pick(Mug)",
16
+ "Move(backward, 1.0)",
17
+ "Move(backward, 1.0)",
18
+ "Rotate(left, 90)",
19
+ "Move(forward, 0.5)",
20
+ "Move(left, 0.5)",
21
+ "Move(left, 0.25)",
22
+ "Move(forward, 1.0)",
23
+ "Move(forward, 0.25)",
24
+ "Place(Desk)",
25
+ "EndTask(success)"
26
  ]
27
  },
28
  "scene": "FloorPlan323",
 
43
  "Evaluation_Type": "Conditional",
44
  "Category": "Study and Work",
45
  "Level": "Level3 Hybrid"
46
+ }
ai2thor/tasks/ai2thor04116/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan6",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan6",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04116/task.json CHANGED
@@ -5,23 +5,23 @@
5
  "golden_actions": {
6
  "steps": 17,
7
  "actions": [
8
- "RotateRight(90)",
9
- "SliceObject(Bread)",
10
- "PickupObject(Bread)",
11
- "MoveLeft(1.0)",
12
- "MoveLeft(0.25)",
13
- "MoveAhead(0.5)",
14
- "MoveLeft(0.5)",
15
- "MoveAhead(1.0)",
16
- "MoveAhead(0.5)",
17
- "MoveAhead(0.25)",
18
- "OpenObject(Microwave)",
19
- "RotateLeft(90)",
20
- "MoveRight(0.5)",
21
- "PutObject(Microwave)",
22
- "CloseObject(Microwave)",
23
- "ToggleObjectOn(Microwave)",
24
- "Done"
25
  ]
26
  },
27
  "scene": "FloorPlan6",
@@ -55,4 +55,4 @@
55
  "Evaluation_Type": "Conditional",
56
  "Category": "Daily Household (Kitchen/Bedroom)",
57
  "Level": "Level3 Hybrid"
58
- }
 
5
  "golden_actions": {
6
  "steps": 17,
7
  "actions": [
8
+ "Rotate(right, 90)",
9
+ "Manipulate(Bread, slice)",
10
+ "Pick(Bread)",
11
+ "Move(left, 1.0)",
12
+ "Move(left, 0.25)",
13
+ "Move(forward, 0.5)",
14
+ "Move(left, 0.5)",
15
+ "Move(forward, 1.0)",
16
+ "Move(forward, 0.5)",
17
+ "Move(forward, 0.25)",
18
+ "Manipulate(Microwave, open)",
19
+ "Rotate(left, 90)",
20
+ "Move(right, 0.5)",
21
+ "Place(Microwave)",
22
+ "Manipulate(Microwave, close)",
23
+ "ChangeState(Microwave, on)",
24
+ "EndTask(success)"
25
  ]
26
  },
27
  "scene": "FloorPlan6",
 
55
  "Evaluation_Type": "Conditional",
56
  "Category": "Daily Household (Kitchen/Bedroom)",
57
  "Level": "Level3 Hybrid"
58
+ }
ai2thor/tasks/ai2thor04117/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan25",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan25",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04117/task.json CHANGED
@@ -5,15 +5,15 @@
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
- "MoveBack(0.25)",
9
- "PickupObject(Knife)",
10
- "RotateLeft(90)",
11
- "RotateLeft(90)",
12
- "MoveLeft(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveLeft(0.25)",
15
- "PutObject(Pot)",
16
- "Done"
17
  ]
18
  },
19
  "scene": "FloorPlan25",
 
5
  "golden_actions": {
6
  "steps": 9,
7
  "actions": [
8
+ "Move(backward, 0.25)",
9
+ "Pick(Knife)",
10
+ "Rotate(left, 90)",
11
+ "Rotate(left, 90)",
12
+ "Move(left, 0.25)",
13
+ "Move(forward, 0.25)",
14
+ "Move(left, 0.25)",
15
+ "Place(Pot)",
16
+ "EndTask(success)"
17
  ]
18
  },
19
  "scene": "FloorPlan25",
ai2thor/tasks/ai2thor04118/init.json CHANGED
@@ -1,36 +1,36 @@
1
  {
2
  "scene": "FloorPlan213",
3
  "actions": [
4
- "RotateLeft(90)",
5
- "RotateLeft(90)",
6
- "RotateRight(90)",
7
- "RotateRight(90)",
8
- "MoveAhead(0.25)",
9
- "MoveAhead(0.25)",
10
- "MoveAhead(0.25)",
11
- "MoveAhead(0.25)",
12
- "MoveAhead(0.25)",
13
- "MoveAhead(0.25)",
14
- "MoveAhead(0.25)",
15
- "MoveAhead(0.25)",
16
- "MoveAhead(0.25)",
17
- "MoveAhead(0.25)",
18
- "MoveAhead(0.25)",
19
- "MoveAhead(0.25)",
20
- "MoveAhead(0.25)",
21
- "MoveAhead(0.25)",
22
- "MoveAhead(0.25)",
23
- "MoveRight(0.25)",
24
- "MoveRight(0.25)",
25
- "MoveLeft(0.25)",
26
- "MoveLeft(0.25)",
27
- "MoveLeft(0.25)",
28
- "MoveLeft(0.25)",
29
- "MoveLeft(0.25)",
30
- "MoveLeft(0.25)",
31
- "MoveLeft(0.25)",
32
- "MoveBack(0.25)",
33
- "LookDown",
34
- "Done"
35
  ]
36
- }
 
1
  {
2
  "scene": "FloorPlan213",
3
  "actions": [
4
+ "Rotate(left, 90)",
5
+ "Rotate(left, 90)",
6
+ "Rotate(right, 90)",
7
+ "Rotate(right, 90)",
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
+ "Move(forward, 0.25)",
14
+ "Move(forward, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Move(forward, 0.25)",
17
+ "Move(forward, 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
+ "Move(right, 0.25)",
24
+ "Move(right, 0.25)",
25
+ "Move(left, 0.25)",
26
+ "Move(left, 0.25)",
27
+ "Move(left, 0.25)",
28
+ "Move(left, 0.25)",
29
+ "Move(left, 0.25)",
30
+ "Move(left, 0.25)",
31
+ "Move(left, 0.25)",
32
+ "Move(backward, 0.25)",
33
+ "Tilt(down, 30)",
34
+ "EndTask(success)"
35
  ]
36
+ }
ai2thor/tasks/ai2thor04118/task.json CHANGED
@@ -5,18 +5,18 @@
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
- "PickupObject(KeyChain)",
9
- "RotateRight(90)",
10
- "RotateRight(90)",
11
- "MoveRight(0.5)",
12
- "MoveAhead(0.5)",
13
- "MoveRight(0.25)",
14
- "MoveAhead(0.5)",
15
- "MoveAhead(0.25)",
16
- "RotateRight(90)",
17
- "MoveLeft(0.25)",
18
- "PutObject(Sofa)",
19
- "Done"
20
  ]
21
  },
22
  "scene": "FloorPlan213",
@@ -37,4 +37,4 @@
37
  "Evaluation_Type": "Conditional",
38
  "Category": "Daily Household (Kitchen/Bedroom)",
39
  "Level": "Level3 Hybrid"
40
- }
 
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
+ "Pick(KeyChain)",
9
+ "Rotate(right, 90)",
10
+ "Rotate(right, 90)",
11
+ "Move(right, 0.5)",
12
+ "Move(forward, 0.5)",
13
+ "Move(right, 0.25)",
14
+ "Move(forward, 0.5)",
15
+ "Move(forward, 0.25)",
16
+ "Rotate(right, 90)",
17
+ "Move(left, 0.25)",
18
+ "Place(Sofa)",
19
+ "EndTask(success)"
20
  ]
21
  },
22
  "scene": "FloorPlan213",
 
37
  "Evaluation_Type": "Conditional",
38
  "Category": "Daily Household (Kitchen/Bedroom)",
39
  "Level": "Level3 Hybrid"
40
+ }
ai2thor/tasks/ai2thor04119/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan217",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan217",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04119/task.json CHANGED
@@ -5,29 +5,29 @@
5
  "golden_actions": {
6
  "steps": 23,
7
  "actions": [
8
- "RotateLeft(90)",
9
- "MoveLeft(0.25)",
10
- "RotateLeft(90)",
11
- "MoveAhead(0.25)",
12
- "MoveRight(0.5)",
13
- "MoveRight(0.25)",
14
- "PickupObject(CreditCard)",
15
- "RotateRight(90)",
16
- "RotateRight(90)",
17
- "MoveAhead(0.25)",
18
- "PutObject(Box)",
19
- "MoveLeft(0.5)",
20
- "MoveLeft(0.25)",
21
- "MoveAhead(0.5)",
22
- "RotateRight(90)",
23
- "MoveLeft(0.25)",
24
- "MoveBack(0.25)",
25
- "PickupObject(KeyChain)",
26
- "MoveLeft(0.5)",
27
- "MoveLeft(0.25)",
28
- "MoveAhead(0.5)",
29
- "PutObject(Box)",
30
- "Done"
31
  ]
32
  },
33
  "scene": "FloorPlan217",
@@ -54,4 +54,4 @@
54
  "Evaluation_Type": "Conditional",
55
  "Category": "Daily Household (Kitchen/Bedroom)",
56
  "Level": "Level3 Hybrid"
57
- }
 
5
  "golden_actions": {
6
  "steps": 23,
7
  "actions": [
8
+ "Rotate(left, 90)",
9
+ "Move(left, 0.25)",
10
+ "Rotate(left, 90)",
11
+ "Move(forward, 0.25)",
12
+ "Move(right, 0.5)",
13
+ "Move(right, 0.25)",
14
+ "Pick(CreditCard)",
15
+ "Rotate(right, 90)",
16
+ "Rotate(right, 90)",
17
+ "Move(forward, 0.25)",
18
+ "Place(Box)",
19
+ "Move(left, 0.5)",
20
+ "Move(left, 0.25)",
21
+ "Move(forward, 0.5)",
22
+ "Rotate(right, 90)",
23
+ "Move(left, 0.25)",
24
+ "Move(backward, 0.25)",
25
+ "Pick(KeyChain)",
26
+ "Move(left, 0.5)",
27
+ "Move(left, 0.25)",
28
+ "Move(forward, 0.5)",
29
+ "Place(Box)",
30
+ "EndTask(success)"
31
  ]
32
  },
33
  "scene": "FloorPlan217",
 
54
  "Evaluation_Type": "Conditional",
55
  "Category": "Daily Household (Kitchen/Bedroom)",
56
  "Level": "Level3 Hybrid"
57
+ }
ai2thor/tasks/ai2thor04120/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan217",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan217",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04120/task.json CHANGED
@@ -5,25 +5,25 @@
5
  "golden_actions": {
6
  "steps": 19,
7
  "actions": [
8
- "RotateRight(90)",
9
- "MoveRight(0.5)",
10
- "MoveAhead(0.5)",
11
- "ToggleObjectOff(FloorLamp)",
12
- "RotateLeft(90)",
13
- "RotateLeft(90)",
14
- "MoveAhead(1.0)",
15
- "MoveAhead(1.0)",
16
- "MoveAhead(0.25)",
17
- "RotateRight(90)",
18
- "MoveAhead(1.0)",
19
- "MoveAhead(0.5)",
20
- "MoveAhead(0.25)",
21
- "MoveLeft(0.25)",
22
- "ToggleObjectOff(LightSwitch)",
23
- "MoveAhead(0.5)",
24
- "MoveAhead(0.25)",
25
- "ToggleObjectOff(DeskLamp)",
26
- "Done"
27
  ]
28
  },
29
  "scene": "FloorPlan217",
@@ -58,4 +58,4 @@
58
  "Evaluation_Type": "Conditional",
59
  "Category": "Daily Household (Kitchen/Bedroom)",
60
  "Level": "Level3 Hybrid"
61
- }
 
5
  "golden_actions": {
6
  "steps": 19,
7
  "actions": [
8
+ "Rotate(right, 90)",
9
+ "Move(right, 0.5)",
10
+ "Move(forward, 0.5)",
11
+ "ChangeState(FloorLamp, off)",
12
+ "Rotate(left, 90)",
13
+ "Rotate(left, 90)",
14
+ "Move(forward, 1.0)",
15
+ "Move(forward, 1.0)",
16
+ "Move(forward, 0.25)",
17
+ "Rotate(right, 90)",
18
+ "Move(forward, 1.0)",
19
+ "Move(forward, 0.5)",
20
+ "Move(forward, 0.25)",
21
+ "Move(left, 0.25)",
22
+ "ChangeState(LightSwitch, off)",
23
+ "Move(forward, 0.5)",
24
+ "Move(forward, 0.25)",
25
+ "ChangeState(DeskLamp, off)",
26
+ "EndTask(success)"
27
  ]
28
  },
29
  "scene": "FloorPlan217",
 
58
  "Evaluation_Type": "Conditional",
59
  "Category": "Daily Household (Kitchen/Bedroom)",
60
  "Level": "Level3 Hybrid"
61
+ }
ai2thor/tasks/ai2thor04220/init.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "scene": "FloorPlan320",
3
  "actions": [
4
- "LookDown",
5
- "Done"
6
  ]
7
- }
 
1
  {
2
  "scene": "FloorPlan320",
3
  "actions": [
4
+ "Tilt(down, 30)",
5
+ "EndTask(success)"
6
  ]
7
+ }
ai2thor/tasks/ai2thor04220/task.json CHANGED
@@ -5,18 +5,18 @@
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
- "MoveRight(0.25)",
9
- "ToggleObjectOn(CellPhone)",
10
- "PickupObject(CellPhone)",
11
- "RotateRight(90)",
12
- "RotateRight(90)",
13
- "MoveAhead(0.5)",
14
- "MoveLeft(0.25)",
15
- "MoveAhead(0.25)",
16
- "RotateLeft(90)",
17
- "CleanObject(Bed)",
18
- "PutObject(Bed)",
19
- "Done"
20
  ]
21
  },
22
  "scene": "FloorPlan320",
@@ -49,4 +49,4 @@
49
  "Evaluation_Type": "Conditional",
50
  "Category": "Daily Household (Kitchen/Bedroom)",
51
  "Level": "Level3 Hybrid"
52
- }
 
5
  "golden_actions": {
6
  "steps": 12,
7
  "actions": [
8
+ "Move(right, 0.25)",
9
+ "ChangeState(CellPhone, on)",
10
+ "Pick(CellPhone)",
11
+ "Rotate(right, 90)",
12
+ "Rotate(right, 90)",
13
+ "Move(forward, 0.5)",
14
+ "Move(left, 0.25)",
15
+ "Move(forward, 0.25)",
16
+ "Rotate(left, 90)",
17
+ "Manipulate(Bed, clean)",
18
+ "Place(Bed)",
19
+ "EndTask(success)"
20
  ]
21
  },
22
  "scene": "FloorPlan320",
 
49
  "Evaluation_Type": "Conditional",
50
  "Category": "Daily Household (Kitchen/Bedroom)",
51
  "Level": "Level3 Hybrid"
52
+ }