/covidsims

Primary LanguagePython

Covidsims

The purpose of this repo is exploring virus propagation using different simulations based on the mesa framework.

Getting started

  • Clone the repository
  • Install the requirements (recommended to use a venv): pip install -r requirements.txt
  • Start the mesa server: cd mesa && mesa runserver
  • A browser window should pop up and you can start experimenting!

Example screenshot

Batch run

To gather stats about several runs and print them out you can use mesa/run-batch.py.