This project provides a framework for maze navigation, including various agents, exploration strategies, and utilities for interacting with and visualizing mazes.
Francesco Zito
Teo Nicusor Pirvan (https://github.com/PirvanTeo)
Andrei Stefan (https://github.com/Picred)
- Maze generation and manipulation
- Agent-based navigation
- Exploration and interaction strategies
- Visualization and plotting tools
- Configurable stopping criteria
src/mazenavigation/
: Core library codetests/
: Unit tests for the library
- Clone the repository:
git clone <repository-url>
- Install dependencies:
pip install -e .
Import the package and use the provided classes to create and solve mazes. See the tests/
directory for example usage.
Run tests using:
pytest tests/
See LICENSE
for details.