This project is a King's College London MSc Individual Project (7CCSMPRJ). The name of the project is 'Modeling and Reducing Noise in Drone Delivery Fleets'. The software is developed to simulate a drone food delivery system.
There is similar simulation software written in Julia: https://github.com/sisl/MultiAgentAllocationTransit.jl
-
Install required packages
pip install -r requirements.txt
-
Configure simulation settings. You can set the number of orders, number of drones, locations of warehouses, prioritizing factor K or P and size of cells in
src/commons/configurations.py
-
Run the application in
src/application.py