This is a machine learning based Multi Agent Route Planning (MARP) project for NUS MSc in Robotics module CS5446: AI Planning and Decision Making.
This project aims to solve conflict between multiple AMR in a graph based fleet manager
git clone https://github.com/PiusLim373/marp_ai.git
cd marp_ai
conda env create -f requirement.yml
conda activate cs5446-marp-ai
This will create a conda environment cs5446-marp-ai with necessary packages installed to run the project.
python training_agent.py

After the training completed, a ppo_marp_ai_model.zip will be saved to the same directory
python testing_agent.py