Skip to content

AI related graph search algorithms with step-by-step implementation as well as comparison between different methods for cliff-walker problem.

Notifications You must be signed in to change notification settings

yvgupta03/AI_Graph_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AI_Graph_Search

Refer to Project description file for detailed understanding of problem statement. Here I have implemented 5 different types of graph search algorithms for cliff-walker grid at shown below:

image

There are different utilities for each cell of the grid based on its color. The cheapest is white, green is expensive and red is basically death zone (or infinite cost). This project aims to study which search technique finds the best path with most reasonable search cost for finite cliff-walker grid, given a start and destination locations.

The results have been visualized at the end of each notebook and A-star technique has the best performing heuristic that is reliable enough for such problems. Each search technique is implemented in separate python notebook in python notebooks folder.

Note :

The code base of each python notebook is flexible enough to accomodate your custom grid size as well as start-end locations and the results are backtracked to show the path according to the search technique applied.

About

AI related graph search algorithms with step-by-step implementation as well as comparison between different methods for cliff-walker problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published