Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.14 KB

README.md

File metadata and controls

9 lines (6 loc) · 1.14 KB

mesa_examples

Examples of using Mesa (Agent Based Modeling in Python) in google colaboratory notebooks.

The first example, mesa_tutorial_1.ipynb, is the basic wealth accumulation tutorial, with added notebook interactivity: Open In Colab

The second example, mesa_tutorial_grid.ipynb, shows agents on a grid. This uses notebook interactivity and animation to show the grid as an image at each step: Open mesa_tutorial_grid.ipynb In Colab

The third example, mesa_ff_potatohead.ipynb, shows agents on a growing grid with toy examples simulating cell morphogenetics. This uses notebook interactivity and animation: Open In Colab