- Step1: Clone the repository from GitHub.
- Step2: Install Python dependencies using pip install -r requirements.txt.
- Step3: Configure MCTS parameters in the config file or script.
- Step4: Run the agent in play mode via CLI (e.g., python play.py).
- Step5: Use the Python API to integrate the agent into custom scripts or tournaments.