alfworld-navigation-planner

Plan the next 'go to' action between receptacles in a simulated environment.

1.1k|131|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zjunlp/SkillNet --skill alfworld-navigation-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alfworld-navigation-planner
Source: https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/alfworld/alfworld-navigation-planner
Command: npx skills add https://github.com/zjunlp/SkillNet --skill alfworld-navigation-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps agents navigate complex environments by planning efficient paths between locations to find specific objects.

Core Features & Use Cases

  • Path Planning: Generates the next go to action to move the agent towards a target receptacle.
  • Systematic Exploration: Enables agents to explore environments methodically, increasing the chances of finding target objects.
  • Use Case: An agent needs to find a desklamp. It's currently at bed 1 and knows desk 1 is a likely location. This skill will output the action go to desk 1.

Quick Start

Use the alfworld-navigation-planner skill to plan a move from your current location to the target receptacle.

Frequently Asked Questions about alfworld-navigation-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a path for an embodied AI agent to navigate between receptacles?

To plan a path for an embodied AI agent, you provide the agent's current location and a target receptacle as input. The navigation planner then outputs the next 'go to' action to move the agent systematically toward the destination.

What is the best way to search for target objects in an ALFWorld simulated environment?

The best way to search for target objects in an ALFWorld environment is systematic exploration. This approach methodically moves the agent between likely receptacles, outputting specific 'go to' actions to increase the chances of finding the desired item.

Can I use this path planning skill to move an agent from a bed to a desk?

Yes, you can use this path planning skill to move an agent from a bed to a desk. You input the current location like 'bed 1' and the destination receptacle 'desk 1', and the skill directly outputs the 'go to desk 1' action.

Does the navigation planner output a complete route or just the next action?

The navigation planner outputs only the next 'go to' action rather than a complete route. It takes your current location and the destination receptacle to generate the immediate next step required for systematic exploration.

How do I start navigating an AI agent to find a specific object like a desklamp?

To start navigating an AI agent to find a specific object like a desklamp, you identify a likely receptacle such as 'desk 1'. You then pass the agent's current location and this destination to the planner to receive the next movement action.

When do I need a receptacle-based path planning approach for object search?

You need a receptacle-based path planning approach when an embodied AI agent requires systematic exploration to find target objects. It is crucial for navigating complex simulated environments by moving efficiently between locations.