/simulatrex-engine

Simulate your user base

Primary LanguagePythonApache License 2.0Apache-2.0

Simulatrex Engine

Building the simulation engine to enable social system simulations.

Feature Request

Multi-Agent Simulation Framework

If you are looking for our multi-agent simulation framework, we moved it here.

Contributing

To contribute: Clone the repo locally -> Make a change -> Submit a PR with the change.

Here's how to modify the repo locally: Step 1: Clone the repo

git clone https://github.com/simulatrex/simulatrex-engine

Step 2: Navigate into the project, setup a new virtual env (recommended) and install dependencies:

cd simulatrex
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Step 3: Submit a PR with your changes! 🚀

  • push your fork to your GitHub repo
  • submit a PR from there

Support / talk with founders