- Notifications
You must be signed in to change notification settings - Fork40
AgentPy is an open-source framework for the development and analysis of agent-based models in Python.
License
jofmi/agentpy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AgentPy is an open-source library for the development and analysis of agent-based models in Python.The framework integrates the tasks of model design, interactive simulations, numerical experiments,and data analysis within a single environment. The package is optimized for interactive computingwithIPython andJupyter.
Note: AgentPy is no longer under active development. For new projects, we recommend usingMESA.
Installation:pip install agentpy
Documentation:https://agentpy.readthedocs.io
JOSS publication:https://doi.org/10.21105/joss.03065
Please cite this software as follows:
Foramitti, J., (2021). AgentPy: A package for agent-based modeling in Python.Journal of Open Source Software, 6(62), 3065, https://doi.org/10.21105/joss.03065
About
AgentPy is an open-source framework for the development and analysis of agent-based models in Python.