pub_best_move
Compute an optimal backgammon move for a given board and dice roll using GNU Backgammon's public evaluation engine.
Instructions
Find the best move using GNUBG's public (non-neural, fast) evaluation.
Args: board_input: Board in any supported format. dice: Dice roll as [die1, die2], each 1-6. player: Who is on roll ("x" or "o"). Default "x".
Returns: Dict with move as from/to pairs and notation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dice | Yes | ||
| player | No | x | |
| board_input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||