Spatialworld commited on
Commit
5a28493
·
verified ·
1 Parent(s): 9ed71e3

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/ai2thor03012/init.json +12 -0
  2. ai2thor/tasks/ai2thor03012/task.json +53 -0
  3. ai2thor/tasks/ai2thor03012/task.json.bak +55 -0
  4. ai2thor/tasks/ai2thor03013/init.json +26 -0
  5. ai2thor/tasks/ai2thor03013/task.json +49 -0
  6. ai2thor/tasks/ai2thor03013/task.json.bak +55 -0
  7. ai2thor/tasks/ai2thor03014/init.json +13 -0
  8. ai2thor/tasks/ai2thor03014/task.json +51 -0
  9. ai2thor/tasks/ai2thor03014/task.json.bak +58 -0
  10. ai2thor/tasks/ai2thor03015/init.json +21 -0
  11. ai2thor/tasks/ai2thor03015/task.json +48 -0
  12. ai2thor/tasks/ai2thor03015/task.json.bak +51 -0
  13. ai2thor/tasks/ai2thor03016/init.json +12 -0
  14. ai2thor/tasks/ai2thor03016/task.json +42 -0
  15. ai2thor/tasks/ai2thor03016/task.json.bak +53 -0
  16. ai2thor/tasks/ai2thor03017/init.json +20 -0
  17. ai2thor/tasks/ai2thor03017/task.json +34 -0
  18. ai2thor/tasks/ai2thor03017/task.json.bak +35 -0
  19. ai2thor/tasks/ai2thor03018/init.json +16 -0
  20. ai2thor/tasks/ai2thor03018/task.json +54 -0
  21. ai2thor/tasks/ai2thor03019/init.json +7 -0
  22. ai2thor/tasks/ai2thor03019/task.json +43 -0
  23. ai2thor/tasks/ai2thor03019/task.json.bak +44 -0
  24. ai2thor/tasks/ai2thor03020/init.json +7 -0
  25. ai2thor/tasks/ai2thor03020/task.json +98 -0
  26. ai2thor/tasks/ai2thor03020/task.json.bak +119 -0
  27. ai2thor/tasks/ai2thor03021/init.json +49 -0
  28. ai2thor/tasks/ai2thor03021/task.json +78 -0
  29. ai2thor/tasks/ai2thor03021/task.json.bak +104 -0
  30. ai2thor/tasks/ai2thor03022/init.json +17 -0
  31. ai2thor/tasks/ai2thor03022/task.json +43 -0
  32. ai2thor/tasks/ai2thor03023/init.json +15 -0
  33. ai2thor/tasks/ai2thor03023/task.json +46 -0
  34. ai2thor/tasks/ai2thor03024/init.json +7 -0
  35. ai2thor/tasks/ai2thor03024/task.json +54 -0
  36. ai2thor/tasks/ai2thor03024/task.json.bak +58 -0
  37. ai2thor/tasks/ai2thor03025/init.json +7 -0
  38. ai2thor/tasks/ai2thor03025/task.json +45 -0
  39. ai2thor/tasks/ai2thor03025/task.json.bak +45 -0
  40. ai2thor/tasks/ai2thor03026/init.json +7 -0
  41. ai2thor/tasks/ai2thor03026/task.json +36 -0
  42. ai2thor/tasks/ai2thor03026/task.json.bak +37 -0
  43. ai2thor/tasks/ai2thor03027/init.json +10 -0
  44. ai2thor/tasks/ai2thor03027/task.json +34 -0
  45. ai2thor/tasks/ai2thor03028/init.json +7 -0
  46. ai2thor/tasks/ai2thor03028/task.json +40 -0
  47. ai2thor/tasks/ai2thor03028/task.json.bak +44 -0
  48. ai2thor/tasks/ai2thor03029/init.json +7 -0
  49. ai2thor/tasks/ai2thor03029/task.json +65 -0
  50. ai2thor/tasks/ai2thor03029/task.json.bak +65 -0
ai2thor/tasks/ai2thor03012/init.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan13",
3
+ "actions": [
4
+ "MoveAhead(0.25)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveAhead(0.25)",
8
+ "RotateLeft(90)",
9
+ "LookDown",
10
+ "Done"
11
+ ]
12
+ }
ai2thor/tasks/ai2thor03012/task.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03012",
3
+ "task_name": "Crack and cook egg",
4
+ "instruction": "I'm very hungry now. Please put the egg on my right into the pan, crack it, and cook it.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "RotateRight(90)",
10
+ "PickupObject(Egg)",
11
+ "RotateLeft(90)",
12
+ "MoveAhead(0.5)",
13
+ "RotateLeft(90)",
14
+ "MoveAhead(0.25)",
15
+ "RotateRight(90)",
16
+ "PutObject(Pan)",
17
+ "BreakObject(Egg)",
18
+ "CookObject(EggCracked)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan13",
23
+ "target_object_types": [
24
+ "Egg",
25
+ "EggCracked",
26
+ "Pan"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "EggCracked",
32
+ "receptacle_type": "Pan"
33
+ },
34
+ {
35
+ "type": "object_state",
36
+ "object_type": "Egg",
37
+ "state": "isBroken",
38
+ "value": true
39
+ },
40
+ {
41
+ "type": "object_state",
42
+ "object_type": "EggCracked",
43
+ "state": "isCooked",
44
+ "value": true
45
+ }
46
+ ],
47
+ "success_logic": "AND",
48
+ "target_description": "I'm very hungry now. Please put the egg on my right into the pan, crack it, and cook it.",
49
+ "max_steps": 50,
50
+ "Evaluation_Type": "Conditional",
51
+ "Category": "Daily Household (Kitchen/Bedroom)",
52
+ "Level": "Level3 Hybrid"
53
+ }
ai2thor/tasks/ai2thor03012/task.json.bak ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03012",
3
+ "task_name": "Crack and cook egg",
4
+ "instruction": "I'm very hungry now. Please put the egg on my right into the pan, crack it, and cook it.",
5
+ "golden_actions": {
6
+ "steps": 14,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "RotateRight(90)",
11
+ "PickupObject(Egg)",
12
+ "RotateLeft(90)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "RotateLeft(90)",
16
+ "MoveAhead(0.25)",
17
+ "RotateRight(90)",
18
+ "PutObject(Pan)",
19
+ "BreakObject(Egg)",
20
+ "CookObject(EggCracked)",
21
+ "Done"
22
+ ]
23
+ },
24
+ "scene": "FloorPlan13",
25
+ "target_object_types": [
26
+ "Egg",
27
+ "EggCracked",
28
+ "Pan"
29
+ ],
30
+ "success_conditions": [
31
+ {
32
+ "type": "object_in_receptacle",
33
+ "object_type": "EggCracked",
34
+ "receptacle_type": "Pan"
35
+ },
36
+ {
37
+ "type": "object_state",
38
+ "object_type": "Egg",
39
+ "state": "isBroken",
40
+ "value": true
41
+ },
42
+ {
43
+ "type": "object_state",
44
+ "object_type": "EggCracked",
45
+ "state": "isCooked",
46
+ "value": true
47
+ }
48
+ ],
49
+ "success_logic": "AND",
50
+ "target_description": "I'm very hungry now. Please put the egg on my right into the pan, crack it, and cook it.",
51
+ "max_steps": 50,
52
+ "Evaluation_Type": "Conditional",
53
+ "Category": "Daily Household (Kitchen/Bedroom)",
54
+ "Level": "Level3 Hybrid"
55
+ }
ai2thor/tasks/ai2thor03013/init.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan13",
3
+ "actions": [
4
+ "RotateLeft(90)",
5
+ "MoveRight(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveRight(0.25)",
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "DirtyObject(Pan)",
11
+ "DirtyObject(Cup)",
12
+ "RotateRight(90)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "RotateRight(90)",
17
+ "RotateLeft(90)",
18
+ "RotateLeft(90)",
19
+ "MoveBack(0.25)",
20
+ "MoveBack(0.25)",
21
+ "MoveRight(0.25)",
22
+ "MoveBack(0.25)",
23
+ "MoveBack(0.25)",
24
+ "Done"
25
+ ]
26
+ }
ai2thor/tasks/ai2thor03013/task.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03013",
3
+ "task_name": "Clean cup and pan",
4
+ "instruction": "I'm getting ready to clean the kitchen. Please take a dish sponge and clean the dirty cup and pan.",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "PickupObject(DishSponge)",
9
+ "MoveAhead(1.0)",
10
+ "MoveLeft(1.0)",
11
+ "MoveAhead(0.25)",
12
+ "CleanObject(Cup)",
13
+ "CleanObject(Pan)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan13",
18
+ "target_object_types": [
19
+ "DishSponge",
20
+ "Cup",
21
+ "Pan"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_state",
26
+ "object_type": "DishSponge",
27
+ "state": "isPickedUp",
28
+ "value": true
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "Cup",
33
+ "state": "isDirty",
34
+ "value": false
35
+ },
36
+ {
37
+ "type": "object_state",
38
+ "object_type": "Pan",
39
+ "state": "isDirty",
40
+ "value": false
41
+ }
42
+ ],
43
+ "success_logic": "AND",
44
+ "target_description": "I'm getting ready to clean the kitchen. Please take a dish sponge and clean the dirty cup and pan.",
45
+ "max_steps": 90,
46
+ "Evaluation_Type": "Conditional",
47
+ "Category": "Daily Household (Kitchen/Bedroom)",
48
+ "Level": "Level3 Hybrid"
49
+ }
ai2thor/tasks/ai2thor03013/task.json.bak ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03013",
3
+ "task_name": "Clean cup and pan",
4
+ "instruction": "I'm getting ready to clean the kitchen. Please take a dish sponge and clean the dirty cup and pan.",
5
+ "golden_actions": {
6
+ "steps": 13,
7
+ "actions": [
8
+ "PickupObject(DishSponge)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveLeft(0.25)",
14
+ "MoveLeft(0.25)",
15
+ "MoveLeft(0.25)",
16
+ "MoveLeft(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "CleanObject(Cup)",
19
+ "CleanObject(Pan)",
20
+ "Done"
21
+ ]
22
+ },
23
+ "scene": "FloorPlan13",
24
+ "target_object_types": [
25
+ "DishSponge",
26
+ "Cup",
27
+ "Pan"
28
+ ],
29
+ "success_conditions": [
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "DishSponge",
33
+ "state": "isPickedUp",
34
+ "value": true
35
+ },
36
+ {
37
+ "type": "object_state",
38
+ "object_type": "Cup",
39
+ "state": "isDirty",
40
+ "value": false
41
+ },
42
+ {
43
+ "type": "object_state",
44
+ "object_type": "Pan",
45
+ "state": "isDirty",
46
+ "value": false
47
+ }
48
+ ],
49
+ "success_logic": "AND",
50
+ "target_description": "I'm getting ready to clean the kitchen. Please take a dish sponge and clean the dirty cup and pan.",
51
+ "max_steps": 90,
52
+ "Evaluation_Type": "Conditional",
53
+ "Category": "Daily Household (Kitchen/Bedroom)",
54
+ "Level": "Level3 Hybrid"
55
+ }
ai2thor/tasks/ai2thor03014/init.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan13",
3
+ "actions": [
4
+ "MoveAhead(0.25)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveAhead(0.25)",
8
+ "MoveLeft(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "LookDown",
11
+ "Done"
12
+ ]
13
+ }
ai2thor/tasks/ai2thor03014/task.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03014",
3
+ "task_name": "Slice all vegetables",
4
+ "instruction": "I want to cook, please chop all the vegetables in front of me.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "MoveRight(0.5)",
9
+ "SliceObject(Tomato)",
10
+ "RotateLeft(90)",
11
+ "MoveAhead(0.5)",
12
+ "MoveAhead(0.25)",
13
+ "RotateRight(90)",
14
+ "SliceObject(Potato)",
15
+ "SliceObject(Lettuce)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan13",
20
+ "target_object_types": [
21
+ "Potato",
22
+ "Lettuce",
23
+ "Tomato"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_state",
28
+ "object_type": "Potato",
29
+ "state": "isSliced",
30
+ "value": true
31
+ },
32
+ {
33
+ "type": "object_state",
34
+ "object_type": "Lettuce",
35
+ "state": "isSliced",
36
+ "value": true
37
+ },
38
+ {
39
+ "type": "object_state",
40
+ "object_type": "Tomato",
41
+ "state": "isSliced",
42
+ "value": true
43
+ }
44
+ ],
45
+ "success_logic": "AND",
46
+ "target_description": "I want to cook, please chop all the vegetables in front of me.",
47
+ "max_steps": 90,
48
+ "Evaluation_Type": "Conditional",
49
+ "Category": "Daily Household (Kitchen/Bedroom)",
50
+ "Level": "Level2 Interaction"
51
+ }
ai2thor/tasks/ai2thor03014/task.json.bak ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03014",
3
+ "task_name": "Slice all vegetables",
4
+ "instruction": "I want to cook, please chop all the vegetables in front of me.",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
8
+ "MoveRight(0.25)",
9
+ "MoveRight(0.25)",
10
+ "SliceObject(Tomato)",
11
+ "RotateLeft(90)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "RotateRight(90)",
16
+ "SliceObject(Potato)",
17
+ "SliceObject(Lettuce)",
18
+ "Done"
19
+ ]
20
+
21
+
22
+ },
23
+ "scene": "FloorPlan13",
24
+ "target_object_types": [
25
+ "Potato",
26
+ "Lettuce",
27
+ "Tomato"
28
+
29
+
30
+
31
+ ],
32
+ "success_conditions": [
33
+ {
34
+ "type": "object_state",
35
+ "object_type": "Potato",
36
+ "state": "isSliced",
37
+ "value": true
38
+ },
39
+ {
40
+ "type": "object_state",
41
+ "object_type": "Lettuce",
42
+ "state": "isSliced",
43
+ "value": true
44
+ },
45
+ {
46
+ "type": "object_state",
47
+ "object_type": "Tomato",
48
+ "state": "isSliced",
49
+ "value": true
50
+ }
51
+ ],
52
+ "success_logic": "AND",
53
+ "target_description": "I want to cook, please chop all the vegetables in front of me.",
54
+ "max_steps": 90,
55
+ "Evaluation_Type": "Conditional",
56
+ "Category": "Daily Household (Kitchen/Bedroom)",
57
+ "Level":"Level2 Interaction"
58
+ }
ai2thor/tasks/ai2thor03015/init.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan14",
3
+ "actions": [
4
+ "LookDown",
5
+ "PickupObject(Egg)",
6
+ "RotateLeft(90)",
7
+ "RotateLeft(90)",
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "RotateLeft(90)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveRight(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "OpenObject(Microwave)",
16
+ "PutObject(Microwave)",
17
+ "CloseObject(Microwave)",
18
+ "ToggleObjectOn(Microwave)",
19
+ "Done"
20
+ ]
21
+ }
ai2thor/tasks/ai2thor03015/task.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03015",
3
+ "task_name": "Turn off microwave, transfer egg to bowl",
4
+ "instruction": "I want to eat. Please turn off the microwave and take the egg out and put it in a bowl.",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "ToggleObjectOff(Microwave)",
9
+ "OpenObject(Microwave)",
10
+ "PickupObject(Egg)",
11
+ "RotateLeft(90)",
12
+ "MoveAhead(1.0)",
13
+ "PutObject(Bowl)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan14",
18
+ "target_object_types": [
19
+ "Bowl",
20
+ "Egg",
21
+ "Microwave"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_in_receptacle",
26
+ "object_type": "Egg",
27
+ "receptacle_type": "Bowl"
28
+ },
29
+ {
30
+ "type": "object_state",
31
+ "object_type": "Microwave",
32
+ "state": "isToggled",
33
+ "value": false
34
+ },
35
+ {
36
+ "type": "object_in_receptacle",
37
+ "object_type": "Egg",
38
+ "receptacle_type": "Microwave",
39
+ "value": false
40
+ }
41
+ ],
42
+ "success_logic": "AND",
43
+ "target_description": "I want to eat. Please turn off the microwave and take the egg out and put it in a bowl.",
44
+ "max_steps": 30,
45
+ "Evaluation_Type": "Conditional",
46
+ "Category": "Daily Household (Kitchen/Bedroom)",
47
+ "Level": "Level3 Hybrid"
48
+ }
ai2thor/tasks/ai2thor03015/task.json.bak ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03015",
3
+ "task_name": "Turn off microwave, transfer egg to bowl",
4
+ "instruction": "I want to eat. Please turn off the microwave and take the egg out and put it in a bowl.",
5
+ "golden_actions": {
6
+ "steps": 10,
7
+ "actions": [
8
+ "ToggleObjectOff(Microwave)",
9
+ "OpenObject(Microwave)",
10
+ "PickupObject(Egg)",
11
+ "RotateLeft(90)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "PutObject(Bowl)",
17
+ "Done"
18
+ ]
19
+ },
20
+ "scene": "FloorPlan14",
21
+ "target_object_types": [
22
+ "Bowl",
23
+ "Egg",
24
+ "Microwave"
25
+ ],
26
+ "success_conditions": [
27
+ {
28
+ "type": "object_in_receptacle",
29
+ "object_type": "Egg",
30
+ "receptacle_type": "Bowl"
31
+ },
32
+ {
33
+ "type": "object_state",
34
+ "object_type": "Microwave",
35
+ "state": "isToggled",
36
+ "value": false
37
+ },
38
+ {
39
+ "type": "object_in_receptacle",
40
+ "object_type": "Egg",
41
+ "receptacle_type": "Microwave",
42
+ "value": false
43
+ }
44
+ ],
45
+ "success_logic": "AND",
46
+ "target_description": "I want to eat. Please turn off the microwave and take the egg out and put it in a bowl.",
47
+ "max_steps": 30,
48
+ "Evaluation_Type": "Conditional",
49
+ "Category": "Daily Household (Kitchen/Bedroom)",
50
+ "Level": "Level3 Hybrid"
51
+ }
ai2thor/tasks/ai2thor03016/init.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan14",
3
+ "actions": [
4
+ "RotateLeft(90)",
5
+ "RotateLeft(90)",
6
+ "RotateLeft(90)",
7
+ "MoveBack(0.25)",
8
+ "MoveLeft(0.25)",
9
+ "LookDown",
10
+ "Done"
11
+ ]
12
+ }
ai2thor/tasks/ai2thor03016/task.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03016",
3
+ "task_name": "Microwave egg",
4
+ "instruction": "I want to eat something. Please put the egg in the microwave and turn it on.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "PickupObject(Egg)",
9
+ "MoveRight(1.0)",
10
+ "MoveAhead(1.0)",
11
+ "OpenObject(Microwave)",
12
+ "PutObject(Microwave)",
13
+ "CloseObject(Microwave)",
14
+ "ToggleObjectOn(Microwave)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan14",
19
+ "target_object_types": [
20
+ "Egg",
21
+ "Microwave"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_in_receptacle",
26
+ "object_type": "Egg",
27
+ "receptacle_type": "Microwave"
28
+ },
29
+ {
30
+ "type": "object_state",
31
+ "object_type": "Microwave",
32
+ "state": "isToggled",
33
+ "value": true
34
+ }
35
+ ],
36
+ "success_logic": "AND",
37
+ "target_description": "I want to eat something. Please put the egg in the microwave and turn it on.",
38
+ "max_steps": 30,
39
+ "Evaluation_Type": "Conditional",
40
+ "Category": "Daily Household (Kitchen/Bedroom)",
41
+ "Level": "Level3 Hybrid"
42
+ }
ai2thor/tasks/ai2thor03016/task.json.bak ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03016",
3
+ "task_name": "Microwave egg",
4
+ "instruction": "I want to eat something. Please put the egg in the microwave and turn it on.",
5
+ "golden_actions": {
6
+ "steps": 14,
7
+ "actions": [
8
+ "PickupObject(Egg)",
9
+ "MoveRight(0.25)",
10
+ "MoveRight(0.25)",
11
+ "MoveRight(0.25)",
12
+ "MoveRight(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "OpenObject(Microwave)",
18
+ "PutObject(Microwave)",
19
+ "CloseObject(Microwave)",
20
+ "ToggleObjectOn(Microwave)",
21
+ "Done"
22
+ ]
23
+
24
+ },
25
+ "scene": "FloorPlan14",
26
+ "target_object_types": [
27
+ "Egg",
28
+ "Microwave"
29
+
30
+
31
+ ],
32
+ "success_conditions": [
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "Egg",
36
+ "receptacle_type": "Microwave"
37
+ },
38
+ {
39
+ "type": "object_state",
40
+ "object_type": "Microwave",
41
+ "state": "isToggled",
42
+ "value": true
43
+ }
44
+
45
+
46
+ ],
47
+ "success_logic": "AND",
48
+ "target_description": "I want to eat something. Please put the egg in the microwave and turn it on.",
49
+ "max_steps": 30,
50
+ "Evaluation_Type": "Conditional",
51
+ "Category": "Daily Household (Kitchen/Bedroom)",
52
+ "Level":"Level3 Hybrid"
53
+ }
ai2thor/tasks/ai2thor03017/init.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan14",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveAhead(0.25)",
8
+ "PickupObject(Spatula)",
9
+ "RotateLeft(90)",
10
+ "MoveAhead(0.25)",
11
+ "PutObject(CounterTop)",
12
+ "MoveBack(0.25)",
13
+ "MoveRight(0.25)",
14
+ "MoveBack(0.25)",
15
+ "MoveBack(0.25)",
16
+ "MoveBack(0.25)",
17
+ "LookDown",
18
+ "Done"
19
+ ]
20
+ }
ai2thor/tasks/ai2thor03017/task.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03017",
3
+ "task_name": "Put spatula in pot",
4
+ "instruction": "I'm going to start cooking now. Please put the spatula in the pot.",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "MoveAhead(0.25)",
10
+ "PickupObject(Spatula)",
11
+ "RotateRight(90)",
12
+ "PutObject(Pot)",
13
+ "Done"
14
+ ]
15
+ },
16
+ "scene": "FloorPlan14",
17
+ "target_object_types": [
18
+ "Pot",
19
+ "Spatula"
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_in_receptacle",
24
+ "object_type": "Spatula",
25
+ "receptacle_type": "Pot"
26
+ }
27
+ ],
28
+ "success_logic": "AND",
29
+ "target_description": "I'm going to start cooking now. Please put the spatula in the pot.",
30
+ "max_steps": 30,
31
+ "Evaluation_Type": "Conditional",
32
+ "Category": "Daily Household (Kitchen/Bedroom)",
33
+ "Level": "Level3 Hybrid"
34
+ }
ai2thor/tasks/ai2thor03017/task.json.bak ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03017",
3
+ "task_name": "Put spatula in pot",
4
+ "instruction": "I'm going to start cooking now. Please put the spatula in the pot.",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "PickupObject(Spatula)",
12
+ "RotateRight(90)",
13
+ "PutObject(Pot)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan14",
18
+ "target_object_types": [
19
+ "Pot",
20
+ "Spatula"
21
+ ],
22
+ "success_conditions": [
23
+ {
24
+ "type": "object_in_receptacle",
25
+ "object_type": "Spatula",
26
+ "receptacle_type": "Pot"
27
+ }
28
+ ],
29
+ "success_logic": "AND",
30
+ "target_description": "I'm going to start cooking now. Please put the spatula in the pot.",
31
+ "max_steps": 30,
32
+ "Evaluation_Type": "Conditional",
33
+ "Category": "Daily Household (Kitchen/Bedroom)",
34
+ "Level": "Level3 Hybrid"
35
+ }
ai2thor/tasks/ai2thor03018/init.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan14",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveAhead(0.25)",
8
+ "DirtyObject(Pot)",
9
+ "RotateLeft(90)",
10
+ "PickupObject(Ladle)",
11
+ "RotateRight(90)",
12
+ "PutObject(Pot)",
13
+ "LookDown",
14
+ "Done"
15
+ ]
16
+ }
ai2thor/tasks/ai2thor03018/task.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03018",
3
+ "task_name": "Empty and wash pot",
4
+ "instruction": "I'm going to wash the pot now. Please take everything out of the pot and wash it.",
5
+ "golden_actions": {
6
+ "steps": 6,
7
+ "actions": [
8
+ "PickupObject(Ladle)",
9
+ "PutObject(CounterTop)",
10
+ "PickupObject(Spatula)",
11
+ "PutObject(CounterTop)",
12
+ "CleanObject(Pot)",
13
+ "Done"
14
+ ]
15
+
16
+ },
17
+ "scene": "FloorPlan14",
18
+ "target_object_types": [
19
+ "Ladle",
20
+ "Spatula",
21
+
22
+ "Pot"
23
+
24
+
25
+ ],
26
+ "success_conditions": [
27
+ {
28
+ "type": "object_in_receptacle",
29
+ "object_type": "Ladle",
30
+ "receptacle_type": "Pot",
31
+ "value": false
32
+ },
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "Spatula",
36
+ "receptacle_type": "Pot",
37
+ "value": false
38
+ },
39
+ {
40
+ "type": "object_state",
41
+ "object_type": "Pot",
42
+ "state": "isDirty",
43
+ "value": false
44
+ }
45
+
46
+
47
+ ],
48
+ "success_logic": "AND",
49
+ "target_description": "I'm going to wash the pot now. Please take everything out of the pot and wash it.",
50
+ "max_steps": 30,
51
+ "Evaluation_Type": "Conditional",
52
+ "Category": "Daily Household (Kitchen/Bedroom)",
53
+ "Level":"Level3 Hybrid"
54
+ }
ai2thor/tasks/ai2thor03019/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan14",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03019/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03019",
3
+ "task_name": "Slice tomato and put in pot",
4
+ "instruction": "I'm about to start cooking. Please slice the tomato and put one slice into the pot.",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "SliceObject(Tomato)",
9
+ "PickupObject(Tomato)",
10
+ "RotateRight(90)",
11
+ "MoveAhead(0.5)",
12
+ "MoveAhead(0.25)",
13
+ "PutObject(Pot)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan14",
18
+ "target_object_types": [
19
+ "Pot",
20
+ "Tomato",
21
+ "TomatoSliced"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_in_receptacle",
26
+ "object_type": "TomatoSliced",
27
+ "receptacle_type": "Pot",
28
+ "value": true
29
+ },
30
+ {
31
+ "type": "object_state",
32
+ "object_type": "Tomato",
33
+ "state": "isSliced",
34
+ "value": true
35
+ }
36
+ ],
37
+ "success_logic": "AND",
38
+ "target_description": "I'm about to start cooking. Please slice the tomato and put one slice into the pot.",
39
+ "max_steps": 30,
40
+ "Evaluation_Type": "Conditional",
41
+ "Category": "Daily Household (Kitchen/Bedroom)",
42
+ "Level": "Level3 Hybrid"
43
+ }
ai2thor/tasks/ai2thor03019/task.json.bak ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03019",
3
+ "task_name": "Slice tomato and put in pot",
4
+ "instruction": "I'm about to start cooking. Please slice the tomato and put one slice into the pot.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "SliceObject(Tomato)",
9
+ "PickupObject(Tomato)",
10
+ "RotateRight(90)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "PutObject(Pot)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan14",
19
+ "target_object_types": [
20
+ "Pot",
21
+ "Tomato",
22
+ "TomatoSliced"
23
+ ],
24
+ "success_conditions": [
25
+ {
26
+ "type": "object_in_receptacle",
27
+ "object_type": "TomatoSliced",
28
+ "receptacle_type": "Pot",
29
+ "value": true
30
+ },
31
+ {
32
+ "type": "object_state",
33
+ "object_type": "Tomato",
34
+ "state": "isSliced",
35
+ "value": true
36
+ }
37
+ ],
38
+ "success_logic": "AND",
39
+ "target_description": "I'm about to start cooking. Please slice the tomato and put one slice into the pot.",
40
+ "max_steps": 30,
41
+ "Evaluation_Type": "Conditional",
42
+ "Category": "Daily Household (Kitchen/Bedroom)",
43
+ "Level": "Level3 Hybrid"
44
+ }
ai2thor/tasks/ai2thor03020/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan15",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03020/task.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03020",
3
+ "task_name": "Put vegetables in fridge",
4
+ "instruction": "I'm getting ready to tidy up the kitchen. I'm thinking of putting the potato, tomato, and lettuce in the fridge. Remember to close the fridge door.",
5
+ "golden_actions": {
6
+ "steps": 49,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "PickupObject(Potato)",
10
+ "RotateLeft(90)",
11
+ "RotateLeft(90)",
12
+ "MoveAhead(0.5)",
13
+ "MoveRight(0.5)",
14
+ "MoveRight(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveRight(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveRight(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "OpenObject(Fridge)",
21
+ "PutObject(Fridge)",
22
+ "RotateRight(90)",
23
+ "RotateRight(90)",
24
+ "MoveAhead(0.5)",
25
+ "MoveAhead(0.25)",
26
+ "MoveRight(1.0)",
27
+ "MoveRight(0.25)",
28
+ "MoveAhead(0.5)",
29
+ "PickupObject(Lettuce)",
30
+ "RotateLeft(90)",
31
+ "RotateLeft(90)",
32
+ "MoveRight(0.25)",
33
+ "MoveAhead(0.5)",
34
+ "MoveRight(0.5)",
35
+ "MoveRight(0.25)",
36
+ "MoveAhead(0.25)",
37
+ "MoveRight(0.25)",
38
+ "MoveAhead(0.25)",
39
+ "PutObject(Fridge)",
40
+ "MoveBack(0.5)",
41
+ "MoveLeft(1.0)",
42
+ "MoveLeft(0.25)",
43
+ "MoveAhead(0.25)",
44
+ "MoveLeft(0.5)",
45
+ "MoveAhead(0.5)",
46
+ "PickupObject(Tomato)",
47
+ "MoveBack(0.5)",
48
+ "MoveBack(0.25)",
49
+ "MoveRight(1.0)",
50
+ "MoveRight(0.25)",
51
+ "MoveAhead(0.25)",
52
+ "MoveRight(0.5)",
53
+ "MoveAhead(0.25)",
54
+ "PutObject(Fridge)",
55
+ "CloseObject(Fridge)",
56
+ "Done"
57
+ ]
58
+ },
59
+ "scene": "FloorPlan15",
60
+ "target_object_types": [
61
+ "Tomato",
62
+ "Potato",
63
+ "Lettuce",
64
+ "Fridge"
65
+ ],
66
+ "success_conditions": [
67
+ {
68
+ "type": "object_in_receptacle",
69
+ "object_type": "Tomato",
70
+ "receptacle_type": "Fridge",
71
+ "value": true
72
+ },
73
+ {
74
+ "type": "object_in_receptacle",
75
+ "object_type": "Potato",
76
+ "receptacle_type": "Fridge",
77
+ "value": true
78
+ },
79
+ {
80
+ "type": "object_in_receptacle",
81
+ "object_type": "Lettuce",
82
+ "receptacle_type": "Fridge",
83
+ "value": true
84
+ },
85
+ {
86
+ "type": "object_state",
87
+ "object_type": "Fridge",
88
+ "state": "isOpen",
89
+ "value": false
90
+ }
91
+ ],
92
+ "success_logic": "AND",
93
+ "target_description": "I'm getting ready to tidy up the kitchen. I'm thinking of putting the potato, tomato, and lettuce in the fridge. Remember to close the fridge door.",
94
+ "max_steps": 100,
95
+ "Evaluation_Type": "Conditional",
96
+ "Category": "Daily Household (Kitchen/Bedroom)",
97
+ "Level": "Level3 Hybrid"
98
+ }
ai2thor/tasks/ai2thor03020/task.json.bak ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03020",
3
+ "task_name": "Put vegetables in fridge",
4
+ "instruction": "I'm getting ready to tidy up the kitchen. I'm thinking of putting the potato, tomato, and lettuce in the fridge. Remember to close the fridge door.",
5
+ "golden_actions": {
6
+ "steps": 70,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "PickupObject(Potato)",
11
+ "RotateLeft(90)",
12
+ "RotateLeft(90)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "MoveRight(0.25)",
16
+ "MoveRight(0.25)",
17
+ "MoveRight(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "MoveRight(0.25)",
20
+ "MoveAhead(0.25)",
21
+ "MoveRight(0.25)",
22
+ "MoveAhead(0.25)",
23
+ "OpenObject(Fridge)",
24
+ "PutObject(Fridge)",
25
+ "RotateRight(90)",
26
+ "RotateRight(90)",
27
+ "MoveAhead(0.25)",
28
+ "MoveAhead(0.25)",
29
+ "MoveAhead(0.25)",
30
+ "MoveRight(0.25)",
31
+ "MoveRight(0.25)",
32
+ "MoveRight(0.25)",
33
+ "MoveRight(0.25)",
34
+ "MoveRight(0.25)",
35
+ "MoveAhead(0.25)",
36
+ "MoveAhead(0.25)",
37
+ "PickupObject(Lettuce)",
38
+ "RotateLeft(90)",
39
+ "RotateLeft(90)",
40
+ "MoveRight(0.25)",
41
+ "MoveAhead(0.25)",
42
+ "MoveAhead(0.25)",
43
+ "MoveRight(0.25)",
44
+ "MoveRight(0.25)",
45
+ "MoveRight(0.25)",
46
+ "MoveAhead(0.25)",
47
+ "MoveRight(0.25)",
48
+ "MoveAhead(0.25)",
49
+ "PutObject(Fridge)",
50
+ "MoveBack(0.25)",
51
+ "MoveBack(0.25)",
52
+ "MoveLeft(0.25)",
53
+ "MoveLeft(0.25)",
54
+ "MoveLeft(0.25)",
55
+ "MoveLeft(0.25)",
56
+ "MoveLeft(0.25)",
57
+ "MoveAhead(0.25)",
58
+ "MoveLeft(0.25)",
59
+ "MoveLeft(0.25)",
60
+ "MoveAhead(0.25)",
61
+ "MoveAhead(0.25)",
62
+ "PickupObject(Tomato)",
63
+ "MoveBack(0.25)",
64
+ "MoveBack(0.25)",
65
+ "MoveBack(0.25)",
66
+ "MoveRight(0.25)",
67
+ "MoveRight(0.25)",
68
+ "MoveRight(0.25)",
69
+ "MoveRight(0.25)",
70
+ "MoveRight(0.25)",
71
+ "MoveAhead(0.25)",
72
+ "MoveRight(0.25)",
73
+ "MoveRight(0.25)",
74
+ "MoveAhead(0.25)",
75
+ "PutObject(Fridge)",
76
+ "CloseObject(Fridge)",
77
+ "Done"
78
+ ]
79
+ },
80
+ "scene": "FloorPlan15",
81
+ "target_object_types": [
82
+ "Tomato",
83
+ "Potato",
84
+ "Lettuce",
85
+ "Fridge"
86
+ ],
87
+ "success_conditions": [
88
+ {
89
+ "type": "object_in_receptacle",
90
+ "object_type": "Tomato",
91
+ "receptacle_type": "Fridge",
92
+ "value": true
93
+ },
94
+ {
95
+ "type": "object_in_receptacle",
96
+ "object_type": "Potato",
97
+ "receptacle_type": "Fridge",
98
+ "value": true
99
+ },
100
+ {
101
+ "type": "object_in_receptacle",
102
+ "object_type": "Lettuce",
103
+ "receptacle_type": "Fridge",
104
+ "value": true
105
+ },
106
+ {
107
+ "type": "object_state",
108
+ "object_type": "Fridge",
109
+ "state": "isOpen",
110
+ "value": false
111
+ }
112
+ ],
113
+ "success_logic": "AND",
114
+ "target_description": "I'm getting ready to tidy up the kitchen. I'm thinking of putting the potato, tomato, and lettuce in the fridge. Remember to close the fridge door.",
115
+ "max_steps": 100,
116
+ "Evaluation_Type": "Conditional",
117
+ "Category": "Daily Household (Kitchen/Bedroom)",
118
+ "Level": "Level3 Hybrid"
119
+ }
ai2thor/tasks/ai2thor03021/init.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan15",
3
+ "actions": [
4
+ "MoveAhead(0.25)",
5
+ "MoveAhead(0.25)",
6
+ "PickupObject(Potato)",
7
+ "RotateLeft(90)",
8
+ "RotateLeft(90)",
9
+ "MoveAhead(0.50)",
10
+ "MoveRight(0.75)",
11
+ "MoveAhead(0.25)",
12
+ "MoveRight(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveRight(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "OpenObject(Fridge)",
17
+ "PutObject(Fridge)",
18
+ "RotateRight(90)",
19
+ "RotateRight(90)",
20
+ "MoveAhead(0.75)",
21
+ "MoveRight(1.25)",
22
+ "MoveAhead(0.50)",
23
+ "PickupObject(Lettuce)",
24
+ "RotateLeft(90)",
25
+ "RotateLeft(90)",
26
+ "MoveRight(0.25)",
27
+ "MoveAhead(0.5)",
28
+ "MoveRight(0.75)",
29
+ "MoveAhead(0.25)",
30
+ "MoveRight(0.25)",
31
+ "MoveAhead(0.25)",
32
+ "PutObject(Fridge)",
33
+ "MoveBack(0.50)",
34
+ "MoveLeft(1.25)",
35
+ "MoveAhead(0.25)",
36
+ "MoveLeft(0.50)",
37
+ "MoveAhead(0.50)",
38
+ "PickupObject(Tomato)",
39
+ "MoveBack(0.75)",
40
+ "MoveRight(1.25)",
41
+ "MoveAhead(0.25)",
42
+ "MoveRight(0.50)",
43
+ "MoveAhead(0.25)",
44
+ "PutObject(Fridge)",
45
+ "CloseObject(Fridge)",
46
+ "LookDown",
47
+ "Done"
48
+ ]
49
+ }
ai2thor/tasks/ai2thor03021/task.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03021",
3
+ "task_name": "Take vegetables out of fridge",
4
+ "instruction": "I'm going to start cooking now, please take all the vegetables out of the refrigerator.",
5
+ "golden_actions": {
6
+ "steps": 28,
7
+ "actions": [
8
+ "OpenObject(Fridge)",
9
+ "PickupObject(Potato)",
10
+ "MoveBack(0.5)",
11
+ "MoveLeft(1.0)",
12
+ "MoveLeft(0.25)",
13
+ "MoveAhead(0.5)",
14
+ "PutObject(CounterTop)",
15
+ "MoveBack(0.5)",
16
+ "MoveRight(1.0)",
17
+ "MoveRight(0.25)",
18
+ "MoveAhead(0.5)",
19
+ "PickupObject(Tomato)",
20
+ "MoveBack(0.5)",
21
+ "MoveLeft(1.0)",
22
+ "MoveLeft(0.25)",
23
+ "MoveAhead(0.5)",
24
+ "PutObject(CounterTop)",
25
+ "MoveBack(0.5)",
26
+ "MoveRight(1.0)",
27
+ "MoveAhead(0.5)",
28
+ "PickupObject(Lettuce)",
29
+ "MoveBack(0.5)",
30
+ "MoveLeft(1.0)",
31
+ "MoveAhead(0.5)",
32
+ "RotateLeft(90)",
33
+ "MoveAhead(0.5)",
34
+ "PutObject(CounterTop)",
35
+ "Done"
36
+ ]
37
+ },
38
+ "scene": "FloorPlan15",
39
+ "target_object_types": [
40
+ "Egg",
41
+ "Fridge",
42
+ "Lettuce",
43
+ "Potato",
44
+ "Tomato"
45
+ ],
46
+ "success_conditions": [
47
+ {
48
+ "type": "object_in_receptacle",
49
+ "object_type": "Tomato",
50
+ "receptacle_type": "Fridge",
51
+ "value": false
52
+ },
53
+ {
54
+ "type": "object_in_receptacle",
55
+ "object_type": "Potato",
56
+ "receptacle_type": "Fridge",
57
+ "value": false
58
+ },
59
+ {
60
+ "type": "object_in_receptacle",
61
+ "object_type": "Lettuce",
62
+ "receptacle_type": "Fridge",
63
+ "value": false
64
+ },
65
+ {
66
+ "type": "object_in_receptacle",
67
+ "object_type": "Egg",
68
+ "receptacle_type": "Fridge",
69
+ "value": true
70
+ }
71
+ ],
72
+ "success_logic": "AND",
73
+ "target_description": "I'm going to start cooking now, please take all the vegetables out of the refrigerator.",
74
+ "max_steps": 100,
75
+ "Evaluation_Type": "Conditional",
76
+ "Category": "Daily Household (Kitchen/Bedroom)",
77
+ "Level": "Level3 Hybrid"
78
+ }
ai2thor/tasks/ai2thor03021/task.json.bak ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03021",
3
+ "task_name": "Take vegetables out of fridge",
4
+ "instruction": "I'm going to start cooking now, please take all the vegetables out of the refrigerator.",
5
+ "golden_actions": {
6
+ "steps": 54,
7
+ "actions": [
8
+ "OpenObject(Fridge)",
9
+ "PickupObject(Potato)",
10
+ "MoveBack(0.25)",
11
+ "MoveBack(0.25)",
12
+ "MoveLeft(0.25)",
13
+ "MoveLeft(0.25)",
14
+ "MoveLeft(0.25)",
15
+ "MoveLeft(0.25)",
16
+ "MoveLeft(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveAhead(0.25)",
19
+ "PutObject(CounterTop)",
20
+ "MoveBack(0.25)",
21
+ "MoveBack(0.25)",
22
+ "MoveRight(0.25)",
23
+ "MoveRight(0.25)",
24
+ "MoveRight(0.25)",
25
+ "MoveRight(0.25)",
26
+ "MoveRight(0.25)",
27
+ "MoveAhead(0.25)",
28
+ "MoveAhead(0.25)",
29
+ "PickupObject(Tomato)",
30
+ "MoveBack(0.25)",
31
+ "MoveBack(0.25)",
32
+ "MoveLeft(0.25)",
33
+ "MoveLeft(0.25)",
34
+ "MoveLeft(0.25)",
35
+ "MoveLeft(0.25)",
36
+ "MoveLeft(0.25)",
37
+ "MoveAhead(0.25)",
38
+ "MoveAhead(0.25)",
39
+ "PutObject(CounterTop)",
40
+ "MoveBack(0.25)",
41
+ "MoveBack(0.25)",
42
+ "MoveRight(0.25)",
43
+ "MoveRight(0.25)",
44
+ "MoveRight(0.25)",
45
+ "MoveRight(0.25)",
46
+ "MoveAhead(0.25)",
47
+ "MoveAhead(0.25)",
48
+ "PickupObject(Lettuce)",
49
+ "MoveBack(0.25)",
50
+ "MoveBack(0.25)",
51
+ "MoveLeft(0.25)",
52
+ "MoveLeft(0.25)",
53
+ "MoveLeft(0.25)",
54
+ "MoveLeft(0.25)",
55
+ "MoveAhead(0.25)",
56
+ "MoveAhead(0.25)",
57
+ "RotateLeft(90)",
58
+ "MoveAhead(0.25)",
59
+ "MoveAhead(0.25)",
60
+ "PutObject(CounterTop)",
61
+ "Done"
62
+ ]
63
+ },
64
+ "scene": "FloorPlan15",
65
+ "target_object_types": [
66
+ "Egg",
67
+ "Fridge",
68
+ "Lettuce",
69
+ "Potato",
70
+ "Tomato"
71
+ ],
72
+ "success_conditions": [
73
+ {
74
+ "type": "object_in_receptacle",
75
+ "object_type": "Tomato",
76
+ "receptacle_type": "Fridge",
77
+ "value": false
78
+ },
79
+ {
80
+ "type": "object_in_receptacle",
81
+ "object_type": "Potato",
82
+ "receptacle_type": "Fridge",
83
+ "value": false
84
+ },
85
+ {
86
+ "type": "object_in_receptacle",
87
+ "object_type": "Lettuce",
88
+ "receptacle_type": "Fridge",
89
+ "value": false
90
+ },
91
+ {
92
+ "type": "object_in_receptacle",
93
+ "object_type": "Egg",
94
+ "receptacle_type": "Fridge",
95
+ "value": true
96
+ }
97
+ ],
98
+ "success_logic": "AND",
99
+ "target_description": "I'm going to start cooking now, please take all the vegetables out of the refrigerator.",
100
+ "max_steps": 100,
101
+ "Evaluation_Type": "Conditional",
102
+ "Category": "Daily Household (Kitchen/Bedroom)",
103
+ "Level": "Level3 Hybrid"
104
+ }
ai2thor/tasks/ai2thor03022/init.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan15",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "MoveAhead(0.25)",
6
+ "MoveRight(0.25)",
7
+ "MoveRight(0.25)",
8
+ "MoveAhead(0.25)",
9
+ "MoveRight(0.25)",
10
+ "MoveAhead(0.25)",
11
+ "MoveRight(0.25)",
12
+ "PickupObject(Mug)",
13
+ "PutObject(CounterTop)",
14
+ "LookDown",
15
+ "Done"
16
+ ]
17
+ }
ai2thor/tasks/ai2thor03022/task.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03022",
3
+ "task_name": "Make coffee",
4
+ "instruction": "I'd like to drink coffee. Please put the mug in the coffee machine and turn it on.",
5
+ "golden_actions": {
6
+ "steps": 4,
7
+ "actions": [
8
+ "PickupObject(Mug)",
9
+ "PutObject(CoffeeMachine)",
10
+ "ToggleObjectOn(CoffeeMachine)",
11
+ "Done"
12
+ ]
13
+
14
+ },
15
+ "scene": "FloorPlan15",
16
+ "target_object_types": [
17
+ "Mug",
18
+ "CoffeeMachine"
19
+
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_in_receptacle",
24
+ "object_type": "Mug",
25
+ "receptacle_type": "CoffeeMachine",
26
+ "value": true
27
+ },
28
+ {
29
+ "type": "object_state",
30
+ "object_type": "CoffeeMachine",
31
+ "state": "isToggled",
32
+ "value": true
33
+ }
34
+
35
+
36
+ ],
37
+ "success_logic": "AND",
38
+ "target_description": "I'd like to drink coffee. Please put the mug in the coffee machine and turn it on.",
39
+ "max_steps": 100,
40
+ "Evaluation_Type": "Conditional",
41
+ "Category": "Daily Household (Kitchen/Bedroom)",
42
+ "Level":"Level2 Interaction"
43
+ }
ai2thor/tasks/ai2thor03023/init.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan15",
3
+ "actions": [
4
+ "RotateRight(90)",
5
+ "MoveAhead(0.25)",
6
+ "MoveAhead(0.25)",
7
+ "MoveAhead(0.25)",
8
+ "MoveRight(0.25)",
9
+ "MoveRight(0.25)",
10
+ "MoveRight(0.25)",
11
+ "ToggleObjectOn(CoffeeMachine)",
12
+ "LookDown",
13
+ "Done"
14
+ ]
15
+ }
ai2thor/tasks/ai2thor03023/task.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03023",
3
+ "task_name": "Move mug and turn off coffee machine",
4
+ "instruction": "I want to tidy up the kitchen. Please put the mug on the countertop and then turn off the coffee machine.",
5
+ "golden_actions": {
6
+ "steps": 4,
7
+ "actions": [
8
+ "PickupObject(Mug)",
9
+ "PutObject(CounterTop)",
10
+ "ToggleObjectOff(CoffeeMachine)",
11
+ "Done"
12
+ ]
13
+ },
14
+ "scene": "FloorPlan15",
15
+ "target_object_types": [
16
+ "CoffeeMachine",
17
+ "CounterTop",
18
+ "Mug"
19
+ ],
20
+ "success_conditions": [
21
+ {
22
+ "type": "object_in_receptacle",
23
+ "object_type": "Mug",
24
+ "receptacle_type": "CounterTop",
25
+ "value": true
26
+ },
27
+ {
28
+ "type": "object_in_receptacle",
29
+ "object_type": "Mug",
30
+ "receptacle_type": "CoffeeMachine",
31
+ "value": false
32
+ },
33
+ {
34
+ "type": "object_state",
35
+ "object_type": "CoffeeMachine",
36
+ "state": "isToggled",
37
+ "value": false
38
+ }
39
+ ],
40
+ "success_logic": "AND",
41
+ "target_description": "I want to tidy up the kitchen. Please put the mug on the countertop and then turn off the coffee machine.",
42
+ "max_steps": 100,
43
+ "Evaluation_Type": "Conditional",
44
+ "Category": "Daily Household (Kitchen/Bedroom)",
45
+ "Level": "Level2 Interaction"
46
+ }
ai2thor/tasks/ai2thor03024/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan15",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03024/task.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03024",
3
+ "task_name": "Make toast",
4
+ "instruction": "I want to eat bread. Please slice the bread, put one slice into the toaster, and turn on the toaster.",
5
+ "golden_actions": {
6
+ "steps": 12,
7
+ "actions": [
8
+ "MoveAhead(0.5)",
9
+ "SliceObject(Bread)",
10
+ "PickupObject(BreadSliced)",
11
+ "RotateRight(90)",
12
+ "RotateRight(90)",
13
+ "MoveAhead(1.0)",
14
+ "MoveLeft(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveLeft(0.25)",
17
+ "PutObject(Toaster)",
18
+ "ToggleObjectOn(Toaster)",
19
+ "Done"
20
+ ]
21
+ },
22
+ "scene": "FloorPlan15",
23
+ "target_object_types": [
24
+ "Bread",
25
+ "BreadSliced",
26
+ "Toaster"
27
+ ],
28
+ "success_conditions": [
29
+ {
30
+ "type": "object_in_receptacle",
31
+ "object_type": "BreadSliced",
32
+ "receptacle_type": "Toaster",
33
+ "value": true
34
+ },
35
+ {
36
+ "type": "object_state",
37
+ "object_type": "Toaster",
38
+ "state": "isToggled",
39
+ "value": true
40
+ },
41
+ {
42
+ "type": "object_state",
43
+ "object_type": "Bread",
44
+ "state": "isSliced",
45
+ "value": true
46
+ }
47
+ ],
48
+ "success_logic": "AND",
49
+ "target_description": "I want to eat bread. Please slice the bread, put one slice into the toaster, and turn on the toaster.",
50
+ "max_steps": 100,
51
+ "Evaluation_Type": "Conditional",
52
+ "Category": "Daily Household (Kitchen/Bedroom)",
53
+ "Level": "Level3 Hybrid"
54
+ }
ai2thor/tasks/ai2thor03024/task.json.bak ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03024",
3
+ "task_name": "Make toast",
4
+ "instruction": "I want to eat bread. Please slice the bread, put one slice into the toaster, and turn on the toaster.",
5
+ "golden_actions": {
6
+ "steps": 16,
7
+ "actions": [
8
+ "MoveAhead(0.25)",
9
+ "MoveAhead(0.25)",
10
+ "SliceObject(Bread)",
11
+ "PickupObject(BreadSliced)",
12
+ "RotateRight(90)",
13
+ "RotateRight(90)",
14
+ "MoveAhead(0.25)",
15
+ "MoveAhead(0.25)",
16
+ "MoveAhead(0.25)",
17
+ "MoveAhead(0.25)",
18
+ "MoveLeft(0.25)",
19
+ "MoveAhead(0.25)",
20
+ "MoveLeft(0.25)",
21
+ "PutObject(Toaster)",
22
+ "ToggleObjectOn(Toaster)",
23
+ "Done"
24
+ ]
25
+ },
26
+ "scene": "FloorPlan15",
27
+ "target_object_types": [
28
+ "Bread",
29
+ "BreadSliced",
30
+ "Toaster"
31
+ ],
32
+ "success_conditions": [
33
+ {
34
+ "type": "object_in_receptacle",
35
+ "object_type": "BreadSliced",
36
+ "receptacle_type": "Toaster",
37
+ "value": true
38
+ },
39
+ {
40
+ "type": "object_state",
41
+ "object_type": "Toaster",
42
+ "state": "isToggled",
43
+ "value": true
44
+ },
45
+ {
46
+ "type": "object_state",
47
+ "object_type": "Bread",
48
+ "state": "isSliced",
49
+ "value": true
50
+ }
51
+ ],
52
+ "success_logic": "AND",
53
+ "target_description": "I want to eat bread. Please slice the bread, put one slice into the toaster, and turn on the toaster.",
54
+ "max_steps": 100,
55
+ "Evaluation_Type": "Conditional",
56
+ "Category": "Daily Household (Kitchen/Bedroom)",
57
+ "Level": "Level3 Hybrid"
58
+ }
ai2thor/tasks/ai2thor03025/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan20",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03025/task.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03025",
3
+ "task_name": "Organize soap bottle",
4
+ "instruction": "I need to tidy up the counter now. Please put the soap bottle in front of me on the shelf next to the window.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "PickupObject(SoapBottle)",
9
+ "RotateRight(90)",
10
+ "RotateRight(90)",
11
+ "MoveAhead(1.0)",
12
+ "MoveAhead(1.0)",
13
+ "MoveRight(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "PutObject(Shelf)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan20",
20
+ "target_object_types": [
21
+ "CounterTop",
22
+ "Shelf",
23
+ "SoapBottle"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_in_receptacle",
28
+ "object_type": "SoapBottle",
29
+ "receptacle_type": "Shelf",
30
+ "value": true
31
+ },
32
+ {
33
+ "type": "object_in_receptacle",
34
+ "object_type": "SoapBottle",
35
+ "receptacle_type": "CounterTop",
36
+ "value": false
37
+ }
38
+ ],
39
+ "success_logic": "AND",
40
+ "target_description": "I need to tidy up the counter now. Please put the soap bottle in front of me on the shelf next to the window.",
41
+ "max_steps": 100,
42
+ "Evaluation_Type": "Conditional",
43
+ "Category": "Daily Household (Kitchen/Bedroom)",
44
+ "Level": "Level3 Hybrid"
45
+ }
ai2thor/tasks/ai2thor03025/task.json.bak ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03025",
3
+ "task_name": "Organize soap bottle",
4
+ "instruction": "I need to tidy up the counter now. Please put the soap bottle in front of me on the shelf next to the window.",
5
+ "golden_actions": {
6
+ "steps": 9,
7
+ "actions": [
8
+ "PickupObject(SoapBottle)",
9
+ "RotateRight(90)",
10
+ "RotateRight(90)",
11
+ "MoveAhead(1.0)",
12
+ "MoveAhead(1.0)",
13
+ "MoveRight(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "PutObject(Shelf)",
16
+ "Done"
17
+ ]
18
+ },
19
+ "scene": "FloorPlan20",
20
+ "target_object_types": [
21
+ "CounterTop",
22
+ "Shelf",
23
+ "SoapBottle"
24
+ ],
25
+ "success_conditions": [
26
+ {
27
+ "type": "object_in_receptacle",
28
+ "object_type": "SoapBottle",
29
+ "receptacle_type": "Shelf",
30
+ "value": true
31
+ },
32
+ {
33
+ "type": "object_in_receptacle",
34
+ "object_type": "SoapBottle",
35
+ "receptacle_type": "CounterTop",
36
+ "value": false
37
+ }
38
+ ],
39
+ "success_logic": "AND",
40
+ "target_description": "I need to tidy up the counter now. Please put the soap bottle in front of me on the shelf next to the window.",
41
+ "max_steps": 100,
42
+ "Evaluation_Type": "Conditional",
43
+ "Category": "Daily Household (Kitchen/Bedroom)",
44
+ "Level": "Level3 Hybrid"
45
+ }
ai2thor/tasks/ai2thor03026/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan20",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03026/task.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03026",
3
+ "task_name": "Bring salt shaker",
4
+ "instruction": "I think this dish is a bit too bland. Please bring the salt shaker to the table.",
5
+ "golden_actions": {
6
+ "steps": 7,
7
+ "actions": [
8
+ "PickupObject(SaltShaker)",
9
+ "RotateLeft(90)",
10
+ "RotateLeft(90)",
11
+ "MoveLeft(0.5)",
12
+ "MoveAhead(0.25)",
13
+ "PutObject(DiningTable)",
14
+ "Done"
15
+ ]
16
+ },
17
+ "scene": "FloorPlan20",
18
+ "target_object_types": [
19
+ "DiningTable",
20
+ "SaltShaker"
21
+ ],
22
+ "success_conditions": [
23
+ {
24
+ "type": "object_in_receptacle",
25
+ "object_type": "SaltShaker",
26
+ "receptacle_type": "DiningTable",
27
+ "value": true
28
+ }
29
+ ],
30
+ "success_logic": "AND",
31
+ "target_description": "I think this dish is a bit too bland. Please bring the salt shaker to the table.",
32
+ "max_steps": 100,
33
+ "Evaluation_Type": "Conditional",
34
+ "Category": "Daily Household (Kitchen/Bedroom)",
35
+ "Level": "Level3 Hybrid"
36
+ }
ai2thor/tasks/ai2thor03026/task.json.bak ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03026",
3
+ "task_name": "Bring salt shaker",
4
+ "instruction": "I think this dish is a bit too bland. Please bring the salt shaker to the table.",
5
+ "golden_actions": {
6
+ "steps": 8,
7
+ "actions": [
8
+ "PickupObject(SaltShaker)",
9
+ "RotateLeft(90)",
10
+ "RotateLeft(90)",
11
+ "MoveLeft(0.25)",
12
+ "MoveLeft(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "PutObject(DiningTable)",
15
+ "Done"
16
+ ]
17
+ },
18
+ "scene": "FloorPlan20",
19
+ "target_object_types": [
20
+ "DiningTable",
21
+ "SaltShaker"
22
+ ],
23
+ "success_conditions": [
24
+ {
25
+ "type": "object_in_receptacle",
26
+ "object_type": "SaltShaker",
27
+ "receptacle_type": "DiningTable",
28
+ "value": true
29
+ }
30
+ ],
31
+ "success_logic": "AND",
32
+ "target_description": "I think this dish is a bit too bland. Please bring the salt shaker to the table.",
33
+ "max_steps": 100,
34
+ "Evaluation_Type": "Conditional",
35
+ "Category": "Daily Household (Kitchen/Bedroom)",
36
+ "Level": "Level3 Hybrid"
37
+ }
ai2thor/tasks/ai2thor03027/init.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan20",
3
+ "actions": [
4
+ "MoveRight(0.25)",
5
+ "MoveRight(0.25)",
6
+ "MoveRight(0.25)",
7
+ "LookDown",
8
+ "Done"
9
+ ]
10
+ }
ai2thor/tasks/ai2thor03027/task.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03027",
3
+ "task_name": "Bring spoon for soup",
4
+ "instruction": "I'd like some soup. Please bring me the spoon to the table.",
5
+ "golden_actions": {
6
+ "steps": 5,
7
+ "actions": [
8
+ "PickupObject(Spoon)",
9
+ "RotateRight(90)",
10
+ "RotateRight(90)",
11
+ "PutObject(DiningTable)",
12
+ "Done"
13
+ ]
14
+ },
15
+ "scene": "FloorPlan20",
16
+ "target_object_types": [
17
+
18
+ "Spoon",
19
+ "DiningTable"
20
+ ],
21
+ "success_conditions": [
22
+ {
23
+ "type": "object_in_receptacle",
24
+ "object_type": "Spoon",
25
+ "receptacle_type": "DiningTable"
26
+ }
27
+ ],
28
+ "success_logic": "AND",
29
+ "target_description": "I'd like some soup. Please bring me the spoon to the table.",
30
+ "max_steps": 100,
31
+ "Evaluation_Type": "Conditional",
32
+ "Category": "Daily Household (Kitchen/Bedroom)",
33
+ "Level": "Level3 Hybrid"
34
+ }
ai2thor/tasks/ai2thor03028/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan20",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03028/task.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03028",
3
+ "task_name": "Prepare egg in bowl",
4
+ "instruction": "I'm hungry. Please take the egg out of the refrigerator and put it in a bowl.",
5
+ "golden_actions": {
6
+ "steps": 11,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "RotateRight(90)",
10
+ "RotateLeft(90)",
11
+ "MoveAhead(1.0)",
12
+ "OpenObject(Fridge)",
13
+ "PickupObject(Egg)",
14
+ "RotateRight(90)",
15
+ "RotateRight(90)",
16
+ "MoveAhead(0.5)",
17
+ "PutObject(Bowl)",
18
+ "Done"
19
+ ]
20
+ },
21
+ "scene": "FloorPlan20",
22
+ "target_object_types": [
23
+ "Bowl",
24
+ "Egg",
25
+ "EggCracked"
26
+ ],
27
+ "success_conditions": [
28
+ {
29
+ "type": "object_in_receptacle",
30
+ "object_type": "Egg",
31
+ "receptacle_type": "Bowl"
32
+ }
33
+ ],
34
+ "success_logic": "AND",
35
+ "target_description": "I'm hungry. Please take the egg out of the refrigerator and put it in a bowl.",
36
+ "max_steps": 100,
37
+ "Evaluation_Type": "Conditional",
38
+ "Category": "Daily Household (Kitchen/Bedroom)",
39
+ "Level": "Level3 Hybrid"
40
+ }
ai2thor/tasks/ai2thor03028/task.json.bak ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03028",
3
+ "task_name": "Prepare egg in bowl",
4
+ "instruction": "I'm hungry. Please take the egg out of the refrigerator and put it in a bowl.",
5
+ "golden_actions": {
6
+ "steps": 15,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "RotateRight(90)",
10
+ "RotateLeft(90)",
11
+ "MoveAhead(0.25)",
12
+ "MoveAhead(0.25)",
13
+ "MoveAhead(0.25)",
14
+ "MoveAhead(0.25)",
15
+ "OpenObject(Fridge)",
16
+ "PickupObject(Egg)",
17
+ "RotateRight(90)",
18
+ "RotateRight(90)",
19
+ "MoveAhead(0.25)",
20
+ "MoveAhead(0.25)",
21
+ "PutObject(Bowl)",
22
+ "Done"
23
+ ]
24
+ },
25
+ "scene": "FloorPlan20",
26
+ "target_object_types": [
27
+ "Bowl",
28
+ "Egg",
29
+ "EggCracked"
30
+ ],
31
+ "success_conditions": [
32
+ {
33
+ "type": "object_in_receptacle",
34
+ "object_type": "Egg",
35
+ "receptacle_type": "Bowl"
36
+ }
37
+ ],
38
+ "success_logic": "AND",
39
+ "target_description": "I'm hungry. Please take the egg out of the refrigerator and put it in a bowl.",
40
+ "max_steps": 100,
41
+ "Evaluation_Type": "Conditional",
42
+ "Category": "Daily Household (Kitchen/Bedroom)",
43
+ "Level": "Level3 Hybrid"
44
+ }
ai2thor/tasks/ai2thor03029/init.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "scene": "FloorPlan20",
3
+ "actions": [
4
+ "LookDown",
5
+ "Done"
6
+ ]
7
+ }
ai2thor/tasks/ai2thor03029/task.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03029",
3
+ "task_name": "Store leftover potato",
4
+ "instruction": "I'm full. Please put the potato on a plate and then put it in the refrigerator.",
5
+ "golden_actions": {
6
+ "steps": 25,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "RotateRight(90)",
12
+ "PickupObject(Potato)",
13
+ "RotateRight(90)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateLeft(90)",
17
+ "MoveAhead(1.0)",
18
+ "MoveAhead(1.0)",
19
+ "RotateLeft(90)",
20
+ "PutObject(Plate)",
21
+ "PickupObject(Plate)",
22
+ "RotateLeft(90)",
23
+ "MoveAhead(1.0)",
24
+ "MoveAhead(0.5)",
25
+ "MoveAhead(0.25)",
26
+ "RotateRight(90)",
27
+ "MoveAhead(1.0)",
28
+ "MoveAhead(0.25)",
29
+ "OpenObject(Fridge)",
30
+ "PutObject(Fridge)",
31
+ "CloseObject(Fridge)",
32
+ "Done"
33
+ ]
34
+ },
35
+ "scene": "FloorPlan20",
36
+ "target_object_types": [
37
+ "Fridge",
38
+ "Plate",
39
+ "Potato"
40
+ ],
41
+ "success_conditions": [
42
+ {
43
+ "type": "object_in_receptacle",
44
+ "object_type": "Potato",
45
+ "receptacle_type": "Plate"
46
+ },
47
+ {
48
+ "type": "object_in_receptacle",
49
+ "object_type": "Plate",
50
+ "receptacle_type": "Fridge"
51
+ },
52
+ {
53
+ "type": "object_state",
54
+ "object_type": "Fridge",
55
+ "state": "isOpen",
56
+ "value": false
57
+ }
58
+ ],
59
+ "success_logic": "AND",
60
+ "target_description": "I'm full. Please put the potato on a plate and then put it in the refrigerator.",
61
+ "max_steps": 100,
62
+ "Evaluation_Type": "Conditional",
63
+ "Category": "Daily Household (Kitchen/Bedroom)",
64
+ "Level": "Level3 Hybrid"
65
+ }
ai2thor/tasks/ai2thor03029/task.json.bak ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_id": "ai2thor03029",
3
+ "task_name": "Store leftover potato",
4
+ "instruction": "I'm full. Please put the potato on a plate and then put it in the refrigerator.",
5
+ "golden_actions": {
6
+ "steps": 25,
7
+ "actions": [
8
+ "RotateRight(90)",
9
+ "MoveAhead(0.5)",
10
+ "MoveAhead(0.25)",
11
+ "RotateRight(90)",
12
+ "PickupObject(Potato)",
13
+ "RotateRight(90)",
14
+ "MoveAhead(0.5)",
15
+ "MoveAhead(0.25)",
16
+ "RotateLeft(90)",
17
+ "MoveAhead(1.0)",
18
+ "MoveAhead(1.0)",
19
+ "RotateLeft(90)",
20
+ "PutObject(Plate)",
21
+ "PickupObject(Plate)",
22
+ "RotateLeft(90)",
23
+ "MoveAhead(1.0)",
24
+ "MoveAhead(0.5)",
25
+ "MoveAhead(0.25)",
26
+ "RotateRight(90)",
27
+ "MoveAhead(1.0)",
28
+ "MoveAhead(0.25)",
29
+ "OpenObject(Fridge)",
30
+ "PutObject(Fridge)",
31
+ "CloseObject(Fridge)",
32
+ "Done"
33
+ ]
34
+ },
35
+ "scene": "FloorPlan20",
36
+ "target_object_types": [
37
+ "Fridge",
38
+ "Plate",
39
+ "Potato"
40
+ ],
41
+ "success_conditions": [
42
+ {
43
+ "type": "object_in_receptacle",
44
+ "object_type": "Potato",
45
+ "receptacle_type": "Plate"
46
+ },
47
+ {
48
+ "type": "object_in_receptacle",
49
+ "object_type": "Plate",
50
+ "receptacle_type": "Fridge"
51
+ },
52
+ {
53
+ "type": "object_state",
54
+ "object_type": "Fridge",
55
+ "state": "isOpen",
56
+ "value": false
57
+ }
58
+ ],
59
+ "success_logic": "AND",
60
+ "target_description": "I'm full. Please put the potato on a plate and then put it in the refrigerator.",
61
+ "max_steps": 100,
62
+ "Evaluation_Type": "Conditional",
63
+ "Category": "Daily Household (Kitchen/Bedroom)",
64
+ "Level": "Level3 Hybrid"
65
+ }