Skip to content

Repository files navigation

Warehouse Multi-Robot Control System

Full project details, logic, and implementation are documented inside Implementation.ipynb.

This README covers repo workflow only.


⚠️ Important

Do not push changes to Implementation.ipynb on main directly.
Always work on separate files or temp notebook.


Repo Structure

├── Impleentation.ipynb   # Main project notebook — do not modify directly
├── maps/                 # Grid map files
├── README.md

Environment Setup

conda create -n intro_to_ai_project python=3.12
conda activate -n intro_to_ai_project
conda install modules...

About

A Multi-Agent Path Finding Platform using classical Ai search algorithms to find paths in a given warehouse

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages