run_tournament
Run a round-robin tournament where each strategy fights every other once, returning a leaderboard with wins, losses, and all match results.
Instructions
Run a round-robin tournament between multiple strategies. All strategies fight each other once. Returns a leaderboard with wins/losses and all match results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hp | No | HP for all matches (50-1000). Default: 100. Tournament mode uses 250. | |
| strategies | No | Array of custom strategies to include (each with 'code' and optional 'id'). | |
| strategyIds | No | Array of strategy IDs to include in the tournament (from list_strategies). |