Maze Generation and Search in Python [Python Maze World- pyamaze]

Опубликовано: 05 Ноябрь 2024
на канале: Learning Orbis
33,633
491

Python Maze World
In this series we will learn about different Maze Search Algorithm in Python e.g., Depth First Search (DFS), Breadth First Search (BFS), A-Star Search, Dijkstra's Algorithm and many other possible search and navigation algorithms like Wall Following Robot, Reinforcement Learning, Genetic Algorithm etc.

This video is about the use of the Python Package pyamaze, created for this purpose.

⭐⭐Depth First Search (BFS) Implementation:
   • Depth First Search (DFS) in Python [P...  

⭐⭐Breadth First Search (BFS) Implementation:
   • Breadth First Search (BFS) in Python ...  

⭐⭐A-star (A*) Search Implementation:
   • A-Star A* Search in Python [Python Ma...  

⭐⭐Dijkstra's Algorithm:
   • Dijkstra Shortest Path Algorithm Expl...  

You can download the package as:
pip install pyamaze

Or you can copy the module code from here:
https://github.com/MAN1986/pyamaze/bl...

The used demo file is here :
https://github.com/MAN1986/pyamaze/bl...


Here is the Playlist:
   • AI Search Algorithms using Python  

#Python #pyamaze #Python