Skip to content

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.

Notifications You must be signed in to change notification settings

Ayushparwal/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MazeSolver

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.

Requirements

  • Python 3.x
  • Tkinter

Installation

  1. Clone the repository:

    git clone https://github.com/Ayushparwal/MazeSolver.git
    cd MazeSolver
  2. Install the required packages:

    pip install -r requirements.txt

Usage

Run the application with the following command:

python main.py <grid_type>
  • <grid_type>: 'default' or 'empty'

Example:

python main.py default

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages