Analyzes room observations to identify objects matching a given target description (e.g., 'living thing'). Triggered after exploring a room when the agent needs to locate a specific type of item. Processes the observation list, filters objects based on target criteria, and returns candidate objects for further action.
This skill enables you to systematically locate objects in the ScienceWorld environment that match a specific target description (e.g., "living thing", "container", "electrical device"). It transforms the raw observation text from look around into a structured list of candidate objects for your current task.
look around in any room.look around AND the target description from your task.Extract all observable items from the room description. Pay special attention to:
Use the bundled classification script to filter objects based on the target description:
Rank candidates by:
For each high-priority candidate:
pick up, focus on, or other preliminary action is neededexamine OBJ for clarificationTask: "Find a living thing and move it to the blue box in bathroom"
look around in current roomfocus on turtle egg → pick up turtle egg → teleport to bathroom → move turtle egg to blue box