- Step1: Clone the repository from GitHub using git clone https://github.com/chickert/multi-agent-systems.git
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Configure your simulation by defining agent classes and environments in the provided templates
- Step4: Run your simulation scripts using python scripts/run_simulation.py
- Step5: Analyze logs and visualize agent interactions using the built-in visualization module