HongchengGao's picture
Upload SpatialWorld benchmark data
30ff0f3 verified
Raw
History Blame Contribute Delete
1.47 kB
{
"task_id": "procthor015",
"task_name": "Bring Candle, Wait by Bed",
"instruction": "I need you to bring me a candle and wait for me by the bed.",
"golden_actions": {
"steps": 31,
"actions": [
"LookDown",
"RotateRight(90)",
"MoveAhead(1.0)",
"MoveRight(1.0)",
"MoveRight(0.25)",
"MoveAhead(0.5)",
"PickupObject(Candle)",
"RotateLeft(90)",
"RotateLeft(90)",
"MoveAhead(0.5)",
"MoveAhead(0.25)",
"MoveRight(0.5)",
"MoveRight(0.25)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"MoveAhead(0.5)",
"RotateLeft(90)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"MoveAhead(0.25)",
"RotateLeft(90)",
"MoveAhead(1.0)",
"MoveRight(0.25)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"RotateRight(90)",
"MoveAhead(0.5)",
"MoveAhead(0.25)",
"MoveLeft(0.25)",
"MoveAhead(0.25)",
"Done"
]
},
"scene_index": 126,
"target_object_types": [
"Candle",
"Bed"
],
"success_conditions": [
{
"type": "object_state",
"object_type": "Candle",
"state": "isPickedUp",
"value": true
},
{
"type": "agent_near_object",
"object_type": "Bed",
"distance": 1.5
}
],
"success_logic": "AND",
"target_description": "I need you to bring me a candle and wait for me by the bed."
}