Grokking Modern AI Fundamentals
Vote

0% completed

6.5 Project: Build a Simple Path-Finding Agent

In this practical project, you’ll create a simple AI agent that finds the shortest route through a maze. This hands-on activity will solidify your understanding of how search algorithms practically work.

Step-by-Step Guide

  • Step 1 (Set-Up): Draw a simple grid map.

    • Start Point: Mark it clearly (e.g., Green Square).

    • End Point: Goal location (e.g., Red Square).

    • Obstacles: Mark blocked cells or walls (e.g., Black Squares).

  • Step 2 (Algorithm Selection): Choose BFS or A*.

    • BFS if you want simplicity and guaranteed shortest path.

.....

.....

.....

Like the course? Get enrolled and start learning!