README

April 20, 2026 ยท View on GitHub

Installation

  1. Create a virtual environment:
    python -m venv venv
    
  2. Activate the virtual environment:
    • On Linux/macOS:
      source venv/bin/activate
      
    • On Windows:
      venv\Scripts\activate
      
  3. 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.