Skip to content

donghee214/Pathfinding-Algorithms

Repository files navigation

PathfindingAlgos

Using Admissible & Consistent Heuristics for Pacman AI

Exploring the variety of search algorithms and their optimizations.

Search Algorithms Included are:

  • BFS
  • DFS
  • UCS
  • A*
  • Local Search

The Heuristics chosen for A* was the Manhattan distance between the origin and target.

About

Admissible & Consistent Heuristics for Pacman AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages