- Step1: Install the package via pip install git+https://github.com/berkayguzel06/Multi_Agent_System
- Step2: Define your custom Agent class by extending the base Agent interface
- Step3: Create an Environment class to model states, rules, and reward functions
- Step4: Initialize the Simulator with your agents and environment
- Step5: Run simulator.run() to start the multi-agent simulation
- Step6: Use built-in logging and metrics modules to analyze results