Skip to content

4CDA/Zombie_ABM

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Zombie_ABM

Companion code for blog post Introduction to Agent-based Modelling.

Contents

  • ZombieModel.py: Python script containing the code for the Agent-based Model.
  • RunZombies.py: Python script for running the Model. This controls the number of repeats, stores the results and creates visualizations.

Usage

  • Clone repo
  • Install required packages using pipenv: pipenv install or manually

Required Packages

  • mesa
  • matplotlib
  • numpy
  • imageio