Multi Agent Path Finding
This project requires a Python 3 installation with the numpy and matplotlib packages. On Ubuntu Linux, download python by using:
sudo apt install python3 python3-numpy python3-matplotlib
On Mac OS X, download Anaconda 2019.03 with Python 3.7 from https://www.anaconda.com/distribution/#download-section and follow the installer. You can verify your installation by using:
Download the archive with the provided MAPF software and extract it on your computer.
Read the provided textbook-style overview of MAPF.
Execute the independent MAPF solver by using:
python run_experiments.py --instance instances/exp0.txt --solver Independent