Pathfinder AI | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pathfinder AI

I want to make a Pathfinder AI but I have no clue where to begin or what things should I consider mastering before starting, can you guys please tell me the things I should look into before doing this project and how to even approach it. Doing it in python3

2nd Sep 2020, 8:46 PM
Kirill
Kirill - avatar
5 Answers
2nd Sep 2020, 9:05 PM
Steven M
Steven M - avatar
+ 2
Yeah, it's pretty cool, I used it to make an Alexa app to find the closest bathrooms while inside some of the Casinos in Las Vegas back in 2018. We took maps of the casinos and converted them into a database. 1 was equal to a solid wall, 0 was equal to a place a human can walk and X was the bathrooms, its pretty cool stuff
2nd Sep 2020, 9:17 PM
Steven M
Steven M - avatar
+ 1
Nathan Sikati A python visualization of the A* path finding algorithm. that will allow you to pick your start and end location and view the process of finding the shortest path.
2nd Sep 2020, 9:06 PM
Kirill
Kirill - avatar
0
What your Pathfinder must do exactly??
2nd Sep 2020, 8:56 PM
Nathan Sikati
Nathan Sikati - avatar
0
Humm, I see, You can search the implementation of A* algorithm.
2nd Sep 2020, 9:17 PM
Nathan Sikati
Nathan Sikati - avatar