HongchengGao's picture
Upload SpatialWorld benchmark data
30ff0f3 verified
Raw
History Blame Contribute Delete
1.28 kB
{
"task_id": "procthor008",
"task_name": "Get Spatula, Stand by Fridge",
"instruction": "I need to use a spatula. Please pick up the spatula and stand near the refrigerator.",
"golden_actions": {
"steps": 21,
"actions": [
"RotateRight(90)",
"RotateRight(90)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"MoveRight(1.0)",
"MoveLeft(0.25)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"RotateRight(90)",
"LookDown",
"MoveAhead(1.0)",
"MoveAhead(0.25)",
"PickupObject(Spatula)",
"RotateRight(90)",
"RotateRight(90)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"MoveAhead(1.0)",
"Done"
]
},
"scene_index": 110,
"target_object_types": [
"Fridge",
"Spatula"
],
"success_conditions": [
{
"type": "object_state",
"object_type": "Spatula",
"state": "isPickedUp",
"value": true
},
{
"type": "agent_near_object",
"object_type": "Fridge",
"distance": 1.5
}
],
"success_logic": "AND",
"target_description": "I need to use a spatula. Please pick up the spatula and stand near the refrigerator."
}