| { | |
| "task_id": "procthor017", | |
| "task_name": "Move Alarm Clock & Wait", | |
| "instruction": "I'm getting ready for bed. Please bring the alarm clock over, and wait for me by my bed.", | |
| "golden_actions": { | |
| "steps": 32, | |
| "actions": [ | |
| "LookDown", | |
| "RotateLeft(90)", | |
| "MoveAhead(0.25)", | |
| "MoveLeft(0.25)", | |
| "MoveAhead(0.5)", | |
| "MoveLeft(0.25)", | |
| "MoveAhead(0.5)", | |
| "MoveAhead(0.25)", | |
| "MoveLeft(1.0)", | |
| "MoveLeft(1.0)", | |
| "MoveAhead(0.25)", | |
| "MoveLeft(0.5)", | |
| "MoveLeft(0.25)", | |
| "MoveAhead(0.25)", | |
| "MoveLeft(0.25)", | |
| "MoveAhead(1.0)", | |
| "MoveAhead(1.0)", | |
| "MoveLeft(0.25)", | |
| "PickupObject(AlarmClock)", | |
| "MoveBack(0.5)", | |
| "MoveBack(0.25)", | |
| "RotateLeft(90)", | |
| "RotateLeft(90)", | |
| "MoveAhead(1.0)", | |
| "MoveAhead(1.0)", | |
| "MoveAhead(1.0)", | |
| "MoveAhead(1.0)", | |
| "MoveAhead(0.5)", | |
| "RotateRight(90)", | |
| "MoveLeft(0.5)", | |
| "MoveAhead(0.25)", | |
| "Done" | |
| ] | |
| }, | |
| "scene_index": 126, | |
| "target_object_types": [ | |
| "AlarmClock", | |
| "Bed" | |
| ], | |
| "success_conditions": [ | |
| { | |
| "type": "object_state", | |
| "object_type": "AlarmClock", | |
| "state": "isPickedUp", | |
| "value": true | |
| }, | |
| { | |
| "type": "agent_near_object", | |
| "object_type": "Bed", | |
| "distance": 1.5 | |
| } | |
| ], | |
| "success_logic": "AND", | |
| "target_description": "I'm getting ready for bed. Please bring the alarm clock over, and wait for me by my bed." | |
| } | |