AI ORIGINS · LESSON 08

Rescue Grid: The A* Mission

Guide the rover to the beacon using A* while terrain, fuel pressure, and mission rules change in real time.

Paint Tool

Build your grid, then run the mission.

  • Rover (Start)
  • Beacon (Goal)
  • Debris (Blocked)
  • Sand (Cost 3)
  • Open Set
  • Closed Set
  • Final Path

Mission Brief

You are testing how A* makes decisions under different constraints and mission rules.

Narrative Context

Navigate across the Martian surface to reach the rescue beacon while avoiding craters and slow sand zones.

What To Experiment With

  • HeuristicsCompare speed and expansions across Manhattan, Euclidean, and Dijkstra.
  • Mode RulesTest Fuel Critical and see when a valid route becomes impossible.
  • Step ReasoningUse Step Mode to inspect how open and closed sets evolve node by node.

Reflection

  • Prompt 1Which heuristic solved your map with the fewest node expansions, and why?
  • Prompt 2What changed when you switched to Fuel Critical mode?
  • Prompt 3In Dynamic Obstacles mode, what did the recalculation reveal about planning in changing environments?