Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 340 Bytes

How to run

  1. Install required packages

    pip install -r requirements.txt
  2. 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

  3. Run the application in src/application.py