Skip to content

Agent Based Fire Evacuation Model built using Project Mesa

License

Notifications You must be signed in to change notification settings

chadsr/MesaFireEvacuation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire Evacuation ABM

Setup

Requires Python 3.x

pip install -r requirements.txt

Usage

Visualised Run

python run.py

Runs the model with a visual interface, in which parameters can be changed.

Batch Run

python run_batch.py <num_iterations> <num_humans>

Runs the model with num_iterations of all collaboration factor values with the given num_humans.