This is AI Project focuses on real-time navigation and decision-making in dynamic environments. The system is designed to analyze live data from a maze or a warehouse, dynamically adapting its pathfinding strategies to overcome obstacles, optimize routes, and achieve goals efficiently.
- Python 3.x
- Tkinter
-
Clone the repository:
git clone https://github.com/Ayushparwal/MazeSolver.git cd MazeSolver -
Install the required packages:
pip install -r requirements.txt
Run the application with the following command:
python main.py <grid_type>- <grid_type>: 'default' or 'empty'
Example:
python main.py default