An Agent-based Modelling framework based on the Entity-Component-System architectural pattern.


License
MIT
Install
pip install ECAgent==0.5.5

Documentation

ECAgent - ECS for ABM

Build Documentation Status

An Agent-based Modelling framework based on the Entity-Component-System architectural pattern.

The readme is still WIP but code documentation can be found at: https://ecagent.readthedocs.io/en/latest/

Installing ECAgent

You can install ECAgent using:

pip install ECAgent

Developing for ECAgent

  • Clone the Repo.
  • Build the virtual environment using make
  • Activate the virtual environment using source ./venv/bin/activate