- Step1: Install the package via pip install colosseum-agent-battles
- Step2: Define your environment configuration (terrain, resources, rules)
- Step3: Create agent classes by extending the base Agent interface
- Step4: Register each agent in the battle scheduler module
- Step5: Configure tournament or battle parameters in a YAML or JSON file
- Step6: Execute battles using the command-line runner or Python API
- Step7: View logs and metrics in JSON/CSV, generate visual reports
- Step8: Analyze performance data and refine agent strategies