Skill: Container Relocator
Purpose
This skill handles the final delivery step in scienceWorld experiments where you must place a specific object into a designated container located in a target room.
Core Logic
- •Identify the Target: The task will specify a destination container (e.g., "the orange box") and a room (e.g., "in the workshop").
- •Confirm Inventory: Ensure the required object is already in your inventory. If not, you must first acquire it.
- •Navigate: Teleport to the target room if you are not already there.
- •Execute Delivery: Use the
move OBJ to OBJaction to transfer the object from your inventory to the target container.
Key Instructions
- •Use this skill only when the task explicitly states a "move it to [CONTAINER] in [ROOM]" objective.
- •The object to be moved must be in your inventory. Use
focus on OBJto confirm the correct target if needed. - •Always verify your location before attempting the move action. Use
teleport to LOCto reach the correct room. - •The primary action is
move [OBJECT] to [CONTAINER]. Ensure the object name matches your inventory and the container name matches the room's description.
Example Flow (from trajectory)
- •Task: "move it to the orange box in the workshop."
- •Identify: Object = dove egg (in inventory), Container = orange box, Room = workshop.
- •Action:
teleport to workshop - •Action:
move dove egg to orange box