Full project details, logic, and implementation are documented inside Implementation.ipynb.
This README covers repo workflow only.
Do not push changes to Implementation.ipynb on main directly.
Always work on separate files or temp notebook.
├── Impleentation.ipynb # Main project notebook — do not modify directly
├── maps/ # Grid map files
├── README.md
conda create -n intro_to_ai_project python=3.12
conda activate -n intro_to_ai_project
conda install modules...