Simulate matchup
simulate_matchupRun two legal 20-card Pokémon TCG Pocket decks through the Battle Lab rules engine using deterministic heuristic AI. Returns wins, draws, failures, average turns/actions, and a short sample game log. This measures the built-in AI policy, not human skill or competitive win probability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Base random seed. Reusing the same inputs and seed reproduces the result. | |
| deckA | Yes | First deck to compare. | |
| deckB | Yes | Second deck to compare. | |
| games | No | Number of simulated games. Defaults to 20; maximum 50. | |
| locale | No | Locale for card names in the sample log. Defaults to 'en'. |