Skip to content

maplerainresearch/covid19-sim-mesa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 multi-agent simulation using Mesa

This is a simplistic multi-agent simulation of how COVID-19 can spread.

main.py: For running from the commandline. At the end of the run, a chart will show the simulation results.
run.py: Main python module for running the simulation. The simulation settings can be changed here.
server.py: Visualization module that uses a web browser for visualizing the simulation. Running this will display the simulation grid and a chart of results that can be stepped through or run continuously.

model.py: The simulation model.
person.py: Agent model that represents one person.

Some additional information on this simulation can be found here here.

This simulation uses the Mesa Mesa framework and is licensed under the Apache License, Version 2.0.
Copyright 2020 Maple Rain Research Co., Ltd.

About

COVID-19 infection multi-agent simulation using Mesa framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages