- Step1: Clone the repository from GitHub and navigate into the project folder.
- Step2: Install dependencies with pip install -r requirements.txt.
- Step3: Implement your custom AI agent by extending the provided Agent interface.
- Step4: Register your agent in the config file or battle manager script.
- Step5: Run battles or tournaments using battle_manager.py with desired settings.
- Step6: Review generated logs and reports in the logs/ directory for analysis.