-
Notifications
You must be signed in to change notification settings - Fork 0
Implemented (1) breadth-first search and (2) A* search to help an AI agent to find a path through the maze and reach the exit. The agent can move in one of four directions North, West, South, or East. Search algorithms are expected to return the full path from the start position to the goal location as a Python list.
memawhite/Search-Algorithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Implemented (1) breadth-first search and (2) A* search to help an AI agent to find a path through the maze and reach the exit. The agent can move in one of four directions North, West, South, or East. Search algorithms are expected to return the full path from the start position to the goal location as a Python list.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published