Documentation
README
ALFWorld Embodied Agent Skill
Overview
This skill guides agents operating in the ALFWorld text-based embodied environment. The agent must complete household tasks by navigating rooms, interacting with objects, and using appliances. Actions must be chosen from the admissible action list provided at each step.
Output format: Always output <think>...</think> for reasoning, then <action>...</action> for the chosen action.
Task Types
| Type | Goal | Key Steps |
|---|---|---|
| Pick & Place | Put object X in/on receptacle Y | Find X -> take X -> go to Y -> put X in/on Y |
| Pick Two & Place | Put two instances of X in/on Y | Find X1 -> take -> place -> find X2 -> take -> place |
This is the opening of the README. Read the full README on GitHub.