Spatialworld commited on
Commit
f9b6ee2
·
verified ·
1 Parent(s): 119c260

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/ai2thor04504/task.json.bak +49 -0
  2. ai2thor/tasks/ai2thor04505/init.json +9 -0
  3. ai2thor/tasks/ai2thor04505/task.json +37 -0
  4. ai2thor/tasks/ai2thor04505/task.json.bak +41 -0
  5. ai2thor/tasks/ai2thor05001/init.json +7 -0
  6. ai2thor/tasks/ai2thor05001/task.json +40 -0
  7. ai2thor/tasks/ai2thor05001/task.json.bak +44 -0
  8. ai2thor/tasks/ai2thor05002/init.json +7 -0
  9. ai2thor/tasks/ai2thor05002/task.json +44 -0
  10. ai2thor/tasks/ai2thor05002/task.json.bak +49 -0
  11. ai2thor/tasks/ai2thor05003/init.json +7 -0
  12. ai2thor/tasks/ai2thor05003/task.json +41 -0
  13. ai2thor/tasks/ai2thor05003/task.json.bak +45 -0
  14. ai2thor/tasks/ai2thor05004/init.json +7 -0
  15. ai2thor/tasks/ai2thor05004/task.json +37 -0
  16. ai2thor/tasks/ai2thor05004/task.json.bak +41 -0
  17. ai2thor/tasks/ai2thor05005/init.json +7 -0
  18. ai2thor/tasks/ai2thor05005/task.json +43 -0
  19. ai2thor/tasks/ai2thor05005/task.json.bak +48 -0
  20. ai2thor/tasks/ai2thor05006/init.json +7 -0
  21. ai2thor/tasks/ai2thor05006/task.json +41 -0
  22. ai2thor/tasks/ai2thor05006/task.json.bak +46 -0
  23. ai2thor/tasks/ai2thor05007/init.json +7 -0
  24. ai2thor/tasks/ai2thor05007/task.json +46 -0
  25. ai2thor/tasks/ai2thor05007/task.json.bak +51 -0
  26. ai2thor/tasks/ai2thor05008/init.json +7 -0
  27. ai2thor/tasks/ai2thor05008/task.json +49 -0
  28. ai2thor/tasks/ai2thor05008/task.json.bak +50 -0
  29. ai2thor/tasks/ai2thor05009/init.json +7 -0
  30. ai2thor/tasks/ai2thor05009/task.json +44 -0
  31. ai2thor/tasks/ai2thor05009/task.json.bak +46 -0
  32. ai2thor/tasks/ai2thor05010/init.json +7 -0
  33. ai2thor/tasks/ai2thor05010/task.json +34 -0
  34. ai2thor/tasks/ai2thor05010/task.json.bak +39 -0
  35. ai2thor/tasks/ai2thor05011/init.json +7 -0
  36. ai2thor/tasks/ai2thor05011/task.json +37 -0
  37. ai2thor/tasks/ai2thor05011/task.json.bak +37 -0
  38. ai2thor/tasks/ai2thor05012/init.json +7 -0
  39. ai2thor/tasks/ai2thor05012/task.json +53 -0
  40. ai2thor/tasks/ai2thor05012/task.json.bak +53 -0
  41. ai2thor/tasks/ai2thor05013/init.json +7 -0
  42. ai2thor/tasks/ai2thor05013/task.json +37 -0
  43. ai2thor/tasks/ai2thor05013/task.json.bak +37 -0
  44. ai2thor/tasks/ai2thor05014/init.json +7 -0
  45. ai2thor/tasks/ai2thor05014/task.json +41 -0
  46. ai2thor/tasks/ai2thor05014/task.json.bak +41 -0
  47. ai2thor/tasks/ai2thor05015/init.json +7 -0
  48. ai2thor/tasks/ai2thor05015/task.json +41 -0
  49. ai2thor/tasks/ai2thor05015/task.json.bak +41 -0
  50. ai2thor/tasks/ai2thor05016/init.json +7 -0
ai2thor/tasks/ai2thor04504/task.json.bak ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04504",
3
+ "task_name": "Pick up the baseball bat and place it on the bed",
4
+ "instruction": "Please pick up the baseball bat leaning against the wall by the table and place it on the bed.",
5
+ "golden_actions": {
6
+ "steps": 21,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveRight(0.25)",
13
+ "MoveRight(0.25)",
14
+ "MoveRight(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "PickupObject(BaseballBat)",
18
+ "RotateRight(90)",
19
+ "RotateRight(90)",
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
+ "DropHandObject(Bed)",
28
+ "Done"
29
+ ]
30
+ },
31
+ "scene": "FloorPlan315",
32
+ "target_object_types": [
33
+ "BaseballBat",
34
+ "Bed"
35
+ ],
36
+ "success_conditions": [
37
+ {
38
+ "type": "object_in_receptacle",
39
+ "object_type": "BaseballBat",
40
+ "receptacle_type": "Bed"
41
+ }
42
+ ],
43
+ "success_logic": "and",
44
+ "target_description": "Please pick up the baseball bat leaning against the wall by the table and place it on the bed.",
45
+ "max_steps": 50,
46
+ "Evaluation_Type": "Conditional",
47
+ "Category": "Entertainment",
48
+ "Level": "Level3"
49
+ }
ai2thor/tasks/ai2thor04505/init.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan422",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "RotateRight(90)",
6
+ "LookDown",
7
+ "Done"
8
+ ]
9
+ }
ai2thor/tasks/ai2thor04505/task.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04505",
3
+ "task_name": "Move the soap bottle to the bathtub",
4
+ "instruction": "Please move the soap bottle from the sink next to the faucet to the bathtub next to the faucet.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "MoveAhead(0.5)",
10
+ "PickupObject(SoapBottle)",
11
+ "RotateRight(90)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(0.25)",
14
+ "RotateLeft(90)",
15
+ "PutObject(Bathtub)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan422",
20
+ "target_object_types": [
21
+ "Bathtub",
22
+ "SoapBottle"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_in_receptacle",
27
+ "object_type": "SoapBottle",
28
+ "receptacle_type": "Bathtub"
29
+ }
30
+ ],
31
+ "success_logic": "and",
32
+ "target_description": "Please move the soap bottle from the sink next to the faucet to the bathtub next to the faucet.",
33
+ "max_steps": 50,
34
+ "Evaluation_Type": "Conditional",
35
+ "Category": "Daily Household",
36
+ "Level": "Level3"
37
+ }
ai2thor/tasks/ai2thor04505/task.json.bak ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor04505",
3
+ "task_name": "Move the soap bottle to the bathtub",
4
+ "instruction": "Please move the soap bottle from the sink next to the faucet to the bathtub next to the faucet.",
5
+ "golden_actions": {
6
+ "steps": 13,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "PickupObject(SoapBottle)",
12
+ "RotateRight(90)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "RotateLeft(90)",
19
+ "PutObject(Bathtub)",
20
+ "Done"
21
+ ]
22
+ },
23
+ "scene": "FloorPlan422",
24
+ "target_object_types": [
25
+ "Bathtub",
26
+ "SoapBottle"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "SoapBottle",
32
+ "receptacle_type": "Bathtub"
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "Please move the soap bottle from the sink next to the faucet to the bathtub next to the faucet.",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Daily Household",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05001/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan301",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05001/task.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05001",
3
+ "task_name": "Pick up the laptop and turn it on",
4
+ "instruction": "Could you help me out by picking up the laptop, turning it on carefully, and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "MoveAhead(1.0)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "PickupObject(Laptop)",
12
+ "ToggleObjectOn(Laptop)",
13
+ "Done"
14
+ ]
15
+ },
16
+ "scene": "FloorPlan301",
17
+ "target_object_types": [
18
+ "Laptop"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_state",
23
+ "object_type": "Laptop",
24
+ "field": "isPickedUp",
25
+ "value": true
26
+ },
27
+ {
28
+ "type": "object_state",
29
+ "object_type": "Laptop",
30
+ "field": "isToggled",
31
+ "value": true
32
+ }
33
+ ],
34
+ "success_logic": "and",
35
+ "target_description": "Could you help me out by picking up the laptop, turning it on carefully, and holding it securely?",
36
+ "max_steps": 50,
37
+ "Evaluation_Type": "Conditional",
38
+ "Category": "Study and Work",
39
+ "Level": "Level3"
40
+ }
ai2thor/tasks/ai2thor05001/task.json.bak ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05001",
3
+ "task_name": "Pick up the laptop and turn it on",
4
+ "instruction": "Could you help me out by picking up the laptop, turning it on carefully, and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 10,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "PickupObject(Laptop)",
16
+ "ToggleObjectOn(Laptop)",
17
+ "Done"
18
+ ]
19
+ },
20
+ "scene": "FloorPlan301",
21
+ "target_object_types": [
22
+ "Laptop"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_state",
27
+ "object_type": "Laptop",
28
+ "field": "isPickedUp",
29
+ "value": true
30
+ },
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "Laptop",
34
+ "field": "isToggled",
35
+ "value": true
36
+ }
37
+ ],
38
+ "success_logic": "and",
39
+ "target_description": "Could you help me out by picking up the laptop, turning it on carefully, and holding it securely?",
40
+ "max_steps": 50,
41
+ "Evaluation_Type": "Conditional",
42
+ "Category": "Study and Work",
43
+ "Level": "Level3"
44
+ }
ai2thor/tasks/ai2thor05002/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan302",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05002/task.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05002",
3
+ "task_name": "Open the book and turn off the desk lamp",
4
+ "instruction": "Please help me with this task in the scene: open the book and turn off the desk lamp.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveAhead(1.0)",
9
+ "OpenObject(Book)",
10
+ "MoveBack(0.5)",
11
+ "RotateRight(90)",
12
+ "RotateRight(90)",
13
+ "MoveAhead(0.5)",
14
+ "MoveAhead(0.25)",
15
+ "ToggleObjectOff(DeskLamp)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan302",
20
+ "target_object_types": [
21
+ "Book",
22
+ "DeskLamp"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_state",
27
+ "object_type": "Book",
28
+ "field": "isOpen",
29
+ "value": true
30
+ },
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "DeskLamp",
34
+ "field": "isToggled",
35
+ "value": false
36
+ }
37
+ ],
38
+ "success_logic": "and",
39
+ "target_description": "Please help me with this task in the scene: open the book and turn off the desk lamp.",
40
+ "max_steps": 50,
41
+ "Evaluation_Type": "Conditional",
42
+ "Category": "Study and Work",
43
+ "Level": "Level3"
44
+ }
ai2thor/tasks/ai2thor05002/task.json.bak ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05002",
3
+ "task_name": "Open the book and turn off the desk lamp",
4
+ "instruction": "Please help me with this task in the scene: open the book and turn off the desk lamp.",
5
+ "golden_actions": {
6
+ "steps": 14,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "OpenObject(Book)",
13
+ "MoveBack(0.25)",
14
+ "MoveBack(0.25)",
15
+ "RotateRight(90)",
16
+ "RotateRight(90)",
17
+ "MoveAhead(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "ToggleObjectOff(DeskLamp)",
21
+ "Done"
22
+ ]
23
+ },
24
+ "scene": "FloorPlan302",
25
+ "target_object_types": [
26
+ "Book",
27
+ "DeskLamp"
28
+ ],
29
+ "success_conditions": [
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "Book",
33
+ "field": "isOpen",
34
+ "value": true
35
+ },
36
+ {
37
+ "type": "object_state",
38
+ "object_type": "DeskLamp",
39
+ "field": "isToggled",
40
+ "value": false
41
+ }
42
+ ],
43
+ "success_logic": "and",
44
+ "target_description": "Please help me with this task in the scene: open the book and turn off the desk lamp.",
45
+ "max_steps": 50,
46
+ "Evaluation_Type": "Conditional",
47
+ "Category": "Study and Work",
48
+ "Level": "Level3"
49
+ }
ai2thor/tasks/ai2thor05003/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan303",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05003/task.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05003",
3
+ "task_name": "Open the book and break the window",
4
+ "instruction": "I'm checking a couple interactions, so please open the book gently so it stays open and then in the simulation, break the window using the provided interaction.",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveLeft(0.5)",
10
+ "MoveAhead(1.0)",
11
+ "OpenObject(Book)",
12
+ "BreakObject(Window)",
13
+ "Done"
14
+ ]
15
+ },
16
+ "scene": "FloorPlan303",
17
+ "target_object_types": [
18
+ "Book",
19
+ "Window"
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_state",
24
+ "object_type": "Book",
25
+ "field": "isOpen",
26
+ "value": true
27
+ },
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Window",
31
+ "field": "isBroken",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "I'm checking a couple interactions, so please open the book gently so it stays open and then in the simulation, break the window using the provided interaction.",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Study and Work",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05003/task.json.bak ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05003",
3
+ "task_name": "Open the book and break the window",
4
+ "instruction": "I'm checking a couple interactions, so please open the book gently so it stays open and then in the simulation, break the window using the provided interaction.",
5
+ "golden_actions": {
6
+ "steps": 10,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveLeft(0.25)",
10
+ "MoveLeft(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "OpenObject(Book)",
16
+ "BreakObject(Window)",
17
+ "Done"
18
+ ]
19
+ },
20
+ "scene": "FloorPlan303",
21
+ "target_object_types": [
22
+ "Book",
23
+ "Window"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_state",
28
+ "object_type": "Book",
29
+ "field": "isOpen",
30
+ "value": true
31
+ },
32
+ {
33
+ "type": "object_state",
34
+ "object_type": "Window",
35
+ "field": "isBroken",
36
+ "value": true
37
+ }
38
+ ],
39
+ "success_logic": "and",
40
+ "target_description": "I'm checking a couple interactions, so please open the book gently so it stays open and then in the simulation, break the window using the provided interaction.",
41
+ "max_steps": 50,
42
+ "Evaluation_Type": "Conditional",
43
+ "Category": "Study and Work",
44
+ "Level": "Level3"
45
+ }
ai2thor/tasks/ai2thor05004/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan303",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05004/task.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05004",
3
+ "task_name": "Pick up the phone and place it on the bed",
4
+ "instruction": "I want this put away neatly, so please pick up the phone carefully and hold it securely and then place it on the bed and make sure it sits flat and won't slide.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "MoveLeft(0.5)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(0.25)",
11
+ "PickupObject(CellPhone)",
12
+ "RotateRight(90)",
13
+ "MoveAhead(0.25)",
14
+ "PutObject(Bed)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan303",
19
+ "target_object_types": [
20
+ "CellPhone",
21
+ "Bed"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_in_receptacle",
26
+ "object_type": "CellPhone",
27
+ "receptacle_type": "Bed",
28
+ "value": true
29
+ }
30
+ ],
31
+ "success_logic": "and",
32
+ "target_description": "I want this put away neatly, so please pick up the phone carefully and hold it securely and then place it on the bed and make sure it sits flat and won't slide.",
33
+ "max_steps": 50,
34
+ "Evaluation_Type": "Conditional",
35
+ "Category": "Study and Work",
36
+ "Level": "Level3"
37
+ }
ai2thor/tasks/ai2thor05004/task.json.bak ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05004",
3
+ "task_name": "Pick up the phone and place it on the bed",
4
+ "instruction": "I want this put away neatly, so please pick up the phone carefully and hold it securely and then place it on the bed and make sure it sits flat and won't slide.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "MoveLeft(0.25)",
9
+ "MoveLeft(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "PickupObject(CellPhone)",
16
+ "RotateRight(90)",
17
+ "MoveAhead(0.25)",
18
+ "PutObject(Bed)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan303",
23
+ "target_object_types": [
24
+ "CellPhone",
25
+ "Bed"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_in_receptacle",
30
+ "object_type": "CellPhone",
31
+ "receptacle_type": "Bed",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "I want this put away neatly, so please pick up the phone carefully and hold it securely and then place it on the bed and make sure it sits flat and won't slide.",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Study and Work",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05005/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan305",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05005/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05005",
3
+ "task_name": "Pick up the pen and place it on the shelf",
4
+ "instruction": "I want this put away neatly, so please pick up the pen carefully and hold it securely and then place it on the shelf and make sure it sits flat and won't slide.",
5
+ "golden_actions": {
6
+ "steps": 14,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.25)",
10
+ "PickupObject(Pen)",
11
+ "RotateLeft(90)",
12
+ "RotateLeft(90)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.25)",
15
+ "RotateRight(90)",
16
+ "MoveAhead(0.25)",
17
+ "MoveLeft(0.5)",
18
+ "MoveLeft(0.25)",
19
+ "MoveAhead(0.5)",
20
+ "PutObject(Shelf)",
21
+ "Done"
22
+ ]
23
+ },
24
+ "scene": "FloorPlan305",
25
+ "target_object_types": [
26
+ "Pen",
27
+ "Shelf"
28
+ ],
29
+ "success_conditions": [
30
+ {
31
+ "type": "object_in_receptacle",
32
+ "object_type": "Pen",
33
+ "receptacle_type": "Shelf",
34
+ "value": true
35
+ }
36
+ ],
37
+ "success_logic": "and",
38
+ "target_description": "I want this put away neatly, so please pick up the pen carefully and hold it securely and then place it on the shelf and make sure it sits flat and won't slide.",
39
+ "max_steps": 50,
40
+ "Evaluation_Type": "Conditional",
41
+ "Category": "Study and Work",
42
+ "Level": "Level3"
43
+ }
ai2thor/tasks/ai2thor05005/task.json.bak ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05005",
3
+ "task_name": "Pick up the pen and place it on the shelf",
4
+ "instruction": "I want this put away neatly, so please pick up the pen carefully and hold it securely and then place it on the shelf and make sure it sits flat and won't slide.",
5
+ "golden_actions": {
6
+ "steps": 19,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.25)",
10
+ "PickupObject(Pen)",
11
+ "RotateLeft(90)",
12
+ "RotateLeft(90)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "RotateRight(90)",
19
+ "MoveAhead(0.25)",
20
+ "MoveLeft(0.25)",
21
+ "MoveLeft(0.25)",
22
+ "MoveLeft(0.25)",
23
+ "MoveAhead(0.25)",
24
+ "MoveAhead(0.25)",
25
+ "PutObject(Shelf)",
26
+ "Done"
27
+ ]
28
+ },
29
+ "scene": "FloorPlan305",
30
+ "target_object_types": [
31
+ "Pen",
32
+ "Shelf"
33
+ ],
34
+ "success_conditions": [
35
+ {
36
+ "type": "object_in_receptacle",
37
+ "object_type": "Pen",
38
+ "receptacle_type": "Shelf",
39
+ "value": true
40
+ }
41
+ ],
42
+ "success_logic": "and",
43
+ "target_description": "I want this put away neatly, so please pick up the pen carefully and hold it securely and then place it on the shelf and make sure it sits flat and won't slide.",
44
+ "max_steps": 50,
45
+ "Evaluation_Type": "Conditional",
46
+ "Category": "Study and Work",
47
+ "Level": "Level3"
48
+ }
ai2thor/tasks/ai2thor05006/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan306",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05006/task.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05006",
3
+ "task_name": "Pick up the credit card and place it on the side table",
4
+ "instruction": "I want this put away neatly, so please pick up the credit card carefully and hold it securely and then place it on the side table and make sure it sits flat and won't slide.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "PickupObject(CreditCard)",
12
+ "RotateRight(90)",
13
+ "RotateRight(90)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "MoveRight(1.0)",
17
+ "MoveAhead(0.25)",
18
+ "PutObject(SideTable)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan306",
23
+ "target_object_types": [
24
+ "CreditCard",
25
+ "SideTable"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_in_receptacle",
30
+ "object_type": "CreditCard",
31
+ "receptacle_type": "SideTable",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "I want this put away neatly, so please pick up the credit card carefully and hold it securely and then place it on the side table and make sure it sits flat and won't slide.",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Daily Household (Kitchen/Bedroom)",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05006/task.json.bak ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05006",
3
+ "task_name": "Pick up the credit card and place it on the side table",
4
+ "instruction": "I want this put away neatly, so please pick up the credit card carefully and hold it securely and then place it on the side table and make sure it sits flat and won't slide.",
5
+ "golden_actions": {
6
+ "steps": 17,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "PickupObject(CreditCard)",
13
+ "RotateRight(90)",
14
+ "RotateRight(90)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveRight(0.25)",
19
+ "MoveRight(0.25)",
20
+ "MoveRight(0.25)",
21
+ "MoveRight(0.25)",
22
+ "MoveAhead(0.25)",
23
+ "PutObject(SideTable)",
24
+ "Done"
25
+ ]
26
+ },
27
+ "scene": "FloorPlan306",
28
+ "target_object_types": [
29
+ "CreditCard",
30
+ "SideTable"
31
+ ],
32
+ "success_conditions": [
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "CreditCard",
36
+ "receptacle_type": "SideTable",
37
+ "value": true
38
+ }
39
+ ],
40
+ "success_logic": "and",
41
+ "target_description": "I want this put away neatly, so please pick up the credit card carefully and hold it securely and then place it on the side table and make sure it sits flat and won't slide.",
42
+ "max_steps": 50,
43
+ "Evaluation_Type": "Conditional",
44
+ "Category": "Daily Household (Kitchen/Bedroom)",
45
+ "Level": "Level3"
46
+ }
ai2thor/tasks/ai2thor05007/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan307",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05007/task.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05007",
3
+ "task_name": "Turn off the desk lamp and pick up the book and place it on the bed",
4
+ "instruction": "It's time to power down, so please turn off the desk lamp and confirm it's really off and then pick up the book and place it on the bed.",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "MoveAhead(0.25)",
10
+ "ToggleObjectOff(DeskLamp)",
11
+ "PickupObject(Book)",
12
+ "RotateRight(90)",
13
+ "RotateRight(90)",
14
+ "MoveAhead(1.0)",
15
+ "MoveAhead(0.5)",
16
+ "MoveAhead(0.25)",
17
+ "PutObject(Bed)",
18
+ "Done"
19
+ ]
20
+ },
21
+ "scene": "FloorPlan307",
22
+ "target_object_types": [
23
+ "DeskLamp",
24
+ "Bed",
25
+ "Book"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_in_receptacle",
30
+ "object_type": "Book",
31
+ "receptacle_type": "Bed",
32
+ "value": true
33
+ },
34
+ {
35
+ "type": "object_state",
36
+ "object_type": "DeskLamp",
37
+ "field": "isToggled",
38
+ "value": false
39
+ }
40
+ ],
41
+ "success_logic": "and",
42
+ "target_description": "It's time to power down, so please turn off the desk lamp and confirm it's really off and then pick up the book and place it on the bed.",
43
+ "Evaluation_Type": "Conditional",
44
+ "Category": "Study and Work",
45
+ "Level": "Level3"
46
+ }
ai2thor/tasks/ai2thor05007/task.json.bak ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05007",
3
+ "task_name": "Turn off the desk lamp and pick up the book and place it on the bed",
4
+ "instruction": "It's time to power down, so please turn off the desk lamp and confirm it's really off and then pick up the book and place it on the bed.",
5
+ "golden_actions": {
6
+ "steps": 16,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "ToggleObjectOff(DeskLamp)",
12
+ "PickupObject(Book)",
13
+ "RotateRight(90)",
14
+ "RotateRight(90)",
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
+ "PutObject(Bed)",
23
+ "Done"
24
+ ]
25
+ },
26
+ "scene": "FloorPlan307",
27
+ "target_object_types": [
28
+ "DeskLamp",
29
+ "Bed",
30
+ "Book"
31
+ ],
32
+ "success_conditions": [
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "Book",
36
+ "receptacle_type": "Bed",
37
+ "value": true
38
+ },
39
+ {
40
+ "type": "object_state",
41
+ "object_type": "DeskLamp",
42
+ "field": "isToggled",
43
+ "value": false
44
+ }
45
+ ],
46
+ "success_logic": "and",
47
+ "target_description": "It's time to power down, so please turn off the desk lamp and confirm it's really off and then pick up the book and place it on the bed.",
48
+ "Evaluation_Type": "Conditional",
49
+ "Category": "Study and Work",
50
+ "Level": "Level3"
51
+ }
ai2thor/tasks/ai2thor05008/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan308",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05008/task.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05008",
3
+ "task_name": "Open the book and pick up the cell phone and turn it on",
4
+ "instruction": "I want to read and check my phone, so please open the book gently so it stays open and then pick up the cell phone carefully and hold it securely and turn on the cell phone and wait until you can tell it's powered on.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "OpenObject(Book)",
12
+ "MoveBack(0.25)",
13
+ "PickupObject(CellPhone)",
14
+ "ToggleObjectOn(CellPhone)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan308",
19
+ "target_object_types": [
20
+ "Book",
21
+ "CellPhone",
22
+ "Cellphone"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_state",
27
+ "object_type": "Book",
28
+ "field": "isOpen",
29
+ "value": true
30
+ },
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "CellPhone",
34
+ "field": "isToggled",
35
+ "value": true
36
+ },
37
+ {
38
+ "type": "object_state",
39
+ "object_type": "CellPhone",
40
+ "field": "isPickedUp",
41
+ "value": true
42
+ }
43
+ ],
44
+ "success_logic": "and",
45
+ "target_description": "I want to read and check my phone, so please open the book gently so it stays open and then pick up the cell phone carefully and hold it securely and turn on the cell phone and wait until you can tell it's powered on.",
46
+ "Evaluation_Type": "Conditional",
47
+ "Category": "Study and Work",
48
+ "Level": "Level3"
49
+ }
ai2thor/tasks/ai2thor05008/task.json.bak ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05008",
3
+ "task_name": "Open the book and pick up the cell phone and turn it on",
4
+ "instruction": "I want to read and check my phone, so please open the book gently so it stays open and then pick up the cell phone carefully and hold it securely and turn on the cell phone and wait until you can tell it's powered on.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "RotateLeft(90)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "OpenObject(Book)",
13
+ "MoveBack(0.25)",
14
+ "PickupObject(CellPhone)",
15
+ "ToggleObjectOn(CellPhone)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan308",
20
+ "target_object_types": [
21
+ "Book",
22
+ "CellPhone",
23
+ "Cellphone"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_state",
28
+ "object_type": "Book",
29
+ "field": "isOpen",
30
+ "value": true
31
+ },
32
+ {
33
+ "type": "object_state",
34
+ "object_type": "CellPhone",
35
+ "field": "isToggled",
36
+ "value": true
37
+ },
38
+ {
39
+ "type": "object_state",
40
+ "object_type": "CellPhone",
41
+ "field": "isPickedUp",
42
+ "value": true
43
+ }
44
+ ],
45
+ "success_logic": "and",
46
+ "target_description": "I want to read and check my phone, so please open the book gently so it stays open and then pick up the cell phone carefully and hold it securely and turn on the cell phone and wait until you can tell it's powered on.",
47
+ "Evaluation_Type": "Conditional",
48
+ "Category": "Study and Work",
49
+ "Level": "Level3"
50
+ }
ai2thor/tasks/ai2thor05009/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan310",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05009/task.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05009",
3
+ "task_name": "Pick up the cell phone and turn it on",
4
+ "instruction": "Could you help me out by picking up the cellphone, turning it on carefully, and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 10,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.25)",
10
+ "MoveAhead(0.5)",
11
+ "MoveAhead(0.25)",
12
+ "MoveRight(0.25)",
13
+ "MoveAhead(0.5)",
14
+ "RotateLeft(90)",
15
+ "PickupObject(CellPhone)",
16
+ "ToggleObjectOn(CellPhone)",
17
+ "Done"
18
+ ]
19
+ },
20
+ "scene": "FloorPlan310",
21
+ "target_object_types": [
22
+ "CellPhone"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_state",
27
+ "object_type": "CellPhone",
28
+ "field": "isPickedUp",
29
+ "value": true
30
+ },
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "CellPhone",
34
+ "field": "isToggled",
35
+ "value": true
36
+ }
37
+ ],
38
+ "success_logic": "and",
39
+ "target_description": "Could you help me out by picking up the cellphone, turning it on carefully, and holding it securely?",
40
+ "max_steps": 50,
41
+ "Evaluation_Type": "Conditional",
42
+ "Category": "Study and Work",
43
+ "Level": "Level3"
44
+ }
ai2thor/tasks/ai2thor05009/task.json.bak ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05009",
3
+ "task_name": "Pick up the cell phone and turn it on",
4
+ "instruction": "Could you help me out by picking up the cellphone, turning it on carefully, and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveRight(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "RotateLeft(90)",
17
+ "PickupObject(CellPhone)",
18
+ "ToggleObjectOn(CellPhone)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan310",
23
+ "target_object_types": [
24
+ "CellPhone"
25
+ ],
26
+ "success_conditions": [
27
+ {
28
+ "type": "object_state",
29
+ "object_type": "CellPhone",
30
+ "field": "isPickedUp",
31
+ "value": true
32
+ },
33
+ {
34
+ "type": "object_state",
35
+ "object_type": "CellPhone",
36
+ "field": "isToggled",
37
+ "value": true
38
+ }
39
+ ],
40
+ "success_logic": "and",
41
+ "target_description": "Could you help me out by picking up the cellphone, turning it on carefully, and holding it securely?",
42
+ "max_steps": 50,
43
+ "Evaluation_Type": "Conditional",
44
+ "Category": "Study and Work",
45
+ "Level": "Level3"
46
+ }
ai2thor/tasks/ai2thor05010/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan310",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05010/task.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05010",
3
+ "task_name": "Turn on the laptop",
4
+ "instruction": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "MoveRight(0.5)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(0.5)",
11
+ "RotateLeft(90)",
12
+ "ToggleObjectOn(Laptop)",
13
+ "Done"
14
+ ]
15
+ },
16
+ "scene": "FloorPlan310",
17
+ "target_object_types": [
18
+ "Laptop"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_state",
23
+ "object_type": "Laptop",
24
+ "field": "isToggled",
25
+ "value": true
26
+ }
27
+ ],
28
+ "success_logic": "and",
29
+ "target_description": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
30
+ "max_steps": 50,
31
+ "Evaluation_Type": "Conditional",
32
+ "Category": "Study and Work",
33
+ "Level": "Level3"
34
+ }
ai2thor/tasks/ai2thor05010/task.json.bak ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05010",
3
+ "task_name": "Turn on the laptop",
4
+ "instruction": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
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
+ "RotateLeft(90)",
17
+ "ToggleObjectOn(Laptop)",
18
+ "Done"
19
+ ]
20
+ },
21
+ "scene": "FloorPlan310",
22
+ "target_object_types": [
23
+ "Laptop"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_state",
28
+ "object_type": "Laptop",
29
+ "field": "isToggled",
30
+ "value": true
31
+ }
32
+ ],
33
+ "success_logic": "and",
34
+ "target_description": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
35
+ "max_steps": 50,
36
+ "Evaluation_Type": "Conditional",
37
+ "Category": "Study and Work",
38
+ "Level": "Level3"
39
+ }
ai2thor/tasks/ai2thor05011/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan311",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05011/task.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05011",
3
+ "task_name": "Turn off the desk lamp",
4
+ "instruction": "It's not needed right now, so please turn off the desk lamp on the desk and confirm it's really off.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "MoveAhead(0.25)",
10
+ "MoveRight(0.5)",
11
+ "MoveRight(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveRight(0.5)",
15
+ "ToggleObjectOff(DeskLamp)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan311",
20
+ "target_object_types": [
21
+ "DeskLamp"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "DeskLamp",
27
+ "field": "isToggled",
28
+ "value": false
29
+ }
30
+ ],
31
+ "success_logic": "and",
32
+ "target_description": "It's not needed right now, so please turn off the desk lamp on the desk and confirm it's really off.",
33
+ "max_steps": 50,
34
+ "Evaluation_Type": "Conditional",
35
+ "Category": "Daily Household (Kitchen/Bedroom)",
36
+ "Level": "Level3"
37
+ }
ai2thor/tasks/ai2thor05011/task.json.bak ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05011",
3
+ "task_name": "Turn off the desk lamp",
4
+ "instruction": "It's not needed right now, so please turn off the desk lamp on the desk and confirm it's really off.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "MoveAhead(0.25)",
10
+ "MoveRight(0.5)",
11
+ "MoveRight(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveRight(0.5)",
15
+ "ToggleObjectOff(DeskLamp)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan311",
20
+ "target_object_types": [
21
+ "DeskLamp"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "DeskLamp",
27
+ "field": "isToggled",
28
+ "value": false
29
+ }
30
+ ],
31
+ "success_logic": "and",
32
+ "target_description": "It's not needed right now, so please turn off the desk lamp on the desk and confirm it's really off.",
33
+ "max_steps": 50,
34
+ "Evaluation_Type": "Conditional",
35
+ "Category": "Daily Household (Kitchen/Bedroom)",
36
+ "Level": "Level3"
37
+ }
ai2thor/tasks/ai2thor05012/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan311",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05012/task.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05012",
3
+ "task_name": "Move the book to the bed",
4
+ "instruction": "I'm putting things where they belong, so please pick up the book, carry it over, and set it down on the bed neatly.",
5
+ "golden_actions": {
6
+ "steps": 17,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.5)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(1.0)",
12
+ "MoveAhead(0.5)",
13
+ "MoveRight(0.25)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "MoveLeft(0.5)",
18
+ "MoveAhead(0.25)",
19
+ "PickupObject(Book)",
20
+ "RotateRight(90)",
21
+ "RotateRight(90)",
22
+ "MoveAhead(0.5)",
23
+ "PutObject(Bed)",
24
+ "Done"
25
+ ]
26
+ },
27
+ "scene": "FloorPlan311",
28
+ "target_object_types": [
29
+ "Bed",
30
+ "Book",
31
+ "Desk"
32
+ ],
33
+ "success_conditions": [
34
+ {
35
+ "type": "object_in_receptacle",
36
+ "object_type": "Book",
37
+ "receptacle_type": "Bed",
38
+ "value": true
39
+ },
40
+ {
41
+ "type": "object_in_receptacle",
42
+ "object_type": "Book",
43
+ "receptacle_type": "Desk",
44
+ "value": false
45
+ }
46
+ ],
47
+ "success_logic": "and",
48
+ "target_description": "I'm putting things where they belong, so please pick up the book, carry it over, and set it down on the bed neatly.",
49
+ "max_steps": 50,
50
+ "Evaluation_Type": "Conditional",
51
+ "Category": "Study and Work",
52
+ "Level": "Level3"
53
+ }
ai2thor/tasks/ai2thor05012/task.json.bak ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05012",
3
+ "task_name": "Move the book to the bed",
4
+ "instruction": "I'm putting things where they belong, so please pick up the book, carry it over, and set it down on the bed neatly.",
5
+ "golden_actions": {
6
+ "steps": 17,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.5)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(1.0)",
12
+ "MoveAhead(0.5)",
13
+ "MoveRight(0.25)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "MoveLeft(0.5)",
18
+ "MoveAhead(0.25)",
19
+ "PickupObject(Book)",
20
+ "RotateRight(90)",
21
+ "RotateRight(90)",
22
+ "MoveAhead(0.5)",
23
+ "PutObject(Bed)",
24
+ "Done"
25
+ ]
26
+ },
27
+ "scene": "FloorPlan311",
28
+ "target_object_types": [
29
+ "Bed",
30
+ "Book",
31
+ "Desk"
32
+ ],
33
+ "success_conditions": [
34
+ {
35
+ "type": "object_in_receptacle",
36
+ "object_type": "Book",
37
+ "receptacle_type": "Bed",
38
+ "value": true
39
+ },
40
+ {
41
+ "type": "object_in_receptacle",
42
+ "object_type": "Book",
43
+ "receptacle_type": "Desk",
44
+ "value": false
45
+ }
46
+ ],
47
+ "success_logic": "and",
48
+ "target_description": "I'm putting things where they belong, so please pick up the book, carry it over, and set it down on the bed neatly.",
49
+ "max_steps": 50,
50
+ "Evaluation_Type": "Conditional",
51
+ "Category": "Study and Work",
52
+ "Level": "Level3"
53
+ }
ai2thor/tasks/ai2thor05013/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan311",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05013/task.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05013",
3
+ "task_name": "turn on the laptop",
4
+ "instruction": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveRight(0.5)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(0.5)",
12
+ "MoveAhead(0.25)",
13
+ "MoveRight(0.5)",
14
+ "RotateRight(90)",
15
+ "ToggleObjectOn(Laptop)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan311",
20
+ "target_object_types": [
21
+ "Laptop"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "Laptop",
27
+ "field": "isToggled",
28
+ "value": true
29
+ }
30
+ ],
31
+ "success_logic": "and",
32
+ "target_description": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
33
+ "max_steps": 50,
34
+ "Evaluation_Type": "Conditional",
35
+ "Category": "Study and Work",
36
+ "Level": "Level3"
37
+ }
ai2thor/tasks/ai2thor05013/task.json.bak ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05013",
3
+ "task_name": "turn on the laptop",
4
+ "instruction": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveRight(0.5)",
9
+ "MoveAhead(1.0)",
10
+ "MoveAhead(1.0)",
11
+ "MoveAhead(0.5)",
12
+ "MoveAhead(0.25)",
13
+ "MoveRight(0.5)",
14
+ "RotateRight(90)",
15
+ "ToggleObjectOn(Laptop)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan311",
20
+ "target_object_types": [
21
+ "Laptop"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "Laptop",
27
+ "field": "isToggled",
28
+ "value": true
29
+ }
30
+ ],
31
+ "success_logic": "and",
32
+ "target_description": "I need it running, so please turn on the laptop and wait until you can tell it's powered on.",
33
+ "max_steps": 50,
34
+ "Evaluation_Type": "Conditional",
35
+ "Category": "Study and Work",
36
+ "Level": "Level3"
37
+ }
ai2thor/tasks/ai2thor05014/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan311",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05014/task.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05014",
3
+ "task_name": "Pick up the pencil",
4
+ "instruction": "Could you help me out by picking up the pencil carefully and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 13,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "MoveRight(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "MoveLeft(0.5)",
18
+ "MoveAhead(0.25)",
19
+ "PickupObject(Pencil)",
20
+ "Done"
21
+ ]
22
+ },
23
+ "scene": "FloorPlan311",
24
+ "target_object_types": [
25
+ "Pencil"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Pencil",
31
+ "field": "isPickedUp",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "Could you help me out by picking up the pencil carefully and holding it securely?",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Study and Work",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05014/task.json.bak ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05014",
3
+ "task_name": "Pick up the pencil",
4
+ "instruction": "Could you help me out by picking up the pencil carefully and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 13,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "MoveRight(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "MoveLeft(0.5)",
18
+ "MoveAhead(0.25)",
19
+ "PickupObject(Pencil)",
20
+ "Done"
21
+ ]
22
+ },
23
+ "scene": "FloorPlan311",
24
+ "target_object_types": [
25
+ "Pencil"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Pencil",
31
+ "field": "isPickedUp",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "Could you help me out by picking up the pencil carefully and holding it securely?",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Study and Work",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05015/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan311",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor05015/task.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05015",
3
+ "task_name": "Pick up the pen",
4
+ "instruction": "Could you help me out by picking up the pen carefully and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 13,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "MoveRight(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "MoveLeft(0.5)",
18
+ "MoveAhead(0.25)",
19
+ "PickupObject(Pen)",
20
+ "Done"
21
+ ]
22
+ },
23
+ "scene": "FloorPlan311",
24
+ "target_object_types": [
25
+ "Pen"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Pen",
31
+ "field": "isPickedUp",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "Could you help me out by picking up the pen carefully and holding it securely?",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Study and Work",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05015/task.json.bak ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor05015",
3
+ "task_name": "Pick up the pen",
4
+ "instruction": "Could you help me out by picking up the pen carefully and holding it securely?",
5
+ "golden_actions": {
6
+ "steps": 13,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "MoveRight(0.25)",
12
+ "MoveAhead(1.0)",
13
+ "MoveAhead(1.0)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "MoveLeft(0.5)",
18
+ "MoveAhead(0.25)",
19
+ "PickupObject(Pen)",
20
+ "Done"
21
+ ]
22
+ },
23
+ "scene": "FloorPlan311",
24
+ "target_object_types": [
25
+ "Pen"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "Pen",
31
+ "field": "isPickedUp",
32
+ "value": true
33
+ }
34
+ ],
35
+ "success_logic": "and",
36
+ "target_description": "Could you help me out by picking up the pen carefully and holding it securely?",
37
+ "max_steps": 50,
38
+ "Evaluation_Type": "Conditional",
39
+ "Category": "Study and Work",
40
+ "Level": "Level3"
41
+ }
ai2thor/tasks/ai2thor05016/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan311",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }