https://github.com/colinfrisch/abm-mesa-experimentations
Models and experimentations around the mesa agent-based-modeling library.
https://github.com/colinfrisch/abm-mesa-experimentations
abm agents models
Last synced: 3 months ago
JSON representation
Models and experimentations around the mesa agent-based-modeling library.
- Host: GitHub
- URL: https://github.com/colinfrisch/abm-mesa-experimentations
- Owner: colinfrisch
- Created: 2025-03-24T07:18:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-09T16:01:53.000Z (5 months ago)
- Last Synced: 2025-05-09T16:47:49.252Z (5 months ago)
- Topics: abm, agents, models
- Language: Python
- Homepage: https://github.com/projectmesa/mesa
- Size: 10 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abm-mesa-experimentations
A collection of agent-based models built with Mesa, a Python framework for agent-based modeling.
## Models
- Foraging Ants : Simulations of ant colony foraging behavior (versions 1 & 2 depending on the version of the memory used)
- Guerrilla Warfare : Model analyzing guerrilla warfare dynamics
- Memory Module : Implementations of agent memory systems
- Virus-Antibody : Simulation of virus-antibody interactions (to come)## Getting Started
Each model is contained in its own directory with dedicated README and execution instructions.
```bash
# Example: Running the foraging ants model
cd foraging_ants_V1
python app.py
```## Requirements
- Python 3.6+
- Mesa
- Other dependencies listed in individual project requirements.txt files