Vector Money Simulation is a lightweight framework for exploring interactions between economic agents and limited bio-physical resources. It models households, firms, government, and financial intermediaries that trade resources in a market with prices responding to scarcity.
- Agent-based design using the Mesa library
- Bio-physical stocks with optional integration via
pysd - Resource market that automatically adjusts prices as stocks approach ecological limits
- Simple tests demonstrating price adjustment behaviour
Install the package and its dependencies using pip:
pip install -e .Optional dependency pysd will be used if available for more accurate stock integration.
Execute the test suite with pytest:
pytestAdditional documentation is available in the docs/ directory. See docs/README.md for a brief overview of the market implementation.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for the full text.