A grid world is a simple environment where an agent (marked with "A") must navigate from a starting position to a goal while avoiding obstacles. Think of it like a maze or a simple video game level.
This demo lets you experience the navigation problem firsthand by manually controlling the agent. You'll see why finding the optimal path isn't always obvious!
Why Grid Worlds Matter:
Try navigating the grid yourself to understand the challenge before learning how algorithms can solve it automatically!
Your Mission:
Navigate the agent from the starting position (lower left) to the goal (upper right) in as few steps as possible.
The Environment:
Movement Rules:
Scoring:
The Challenge:
The obstacles create a barrier that forces you to plan your route. Dead ends waste steps, so you need to think ahead!
Manual Control:
Visual Guide:
Understanding the Metrics:
Key Points:
Practice Approach:
Next: Learn how RL algorithms automatically discover optimal paths through trial and error!
Challenge: Navigate the 6×6 grid world over 3 attempts and compete for the highest total score in your class!
⚠️ Keep this tab active - switching to another tab may temporarily remove you from the leaderboard
Competition Rules:
Three-Attempt Structure:
Scoring:
Strategy Tips: