README
April 20, 2026 ยท View on GitHub
Installation
- Create a virtual environment:
python -m venv venv - Activate the virtual environment:
- On Linux/macOS:
source venv/bin/activate - On Windows:
venv\Scripts\activate
- On Linux/macOS:
- Install dependencies:
pip install -r requirements.txt
Start
Run the simulation with:
python main.py --num_steps <NUMBER_OF_STEPS>
Output
After running the simulation, a timestamped folder is created under the results/ directory containing:
- .npy files: Simulation data (costs, energy costs, GoT costs) per agent.