Skip to content

ahumanita/MesaFireEvacuation

 
 

Repository files navigation

Fire Evacuation ABM

The accompanying paper includes both specification and experimental results.

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.

Examples

Realistic Vision

vision through smoke

As we can see from the figure above, there is an incapacitated agent within the smoke. This agent can not be seen by our healthy agent and will therefore not be helped. We can also observe that the fire is still visible through the smoke, due to its high visibility value.

About

Agent Based Fire Evacuation Model built using Project Mesa

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%