cubeful_rollout
Simulate a backgammon position with doubling cube handling to compute cubeful equity and rollout statistics. Specify board, player, games, ply, score, cube, and seed for detailed analysis.
Instructions
Perform a cubeful rollout with doubling cube handling.
Args: board_input: Board in any supported format. player: Who is on roll ("x" or "o"). Default "x". ngames: Number of games to simulate (default 576, max configurable). ply: Evaluation depth (0, 1, or 2). score: Match score as [x_away, o_away]. Omit for money game. cube: Cube state dict. seed: RNG seed for reproducibility.
Returns: Dict with detailed rollout statistics including cubeful equity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ply | No | ||
| cube | No | ||
| seed | No | ||
| score | No | ||
| ngames | No | ||
| player | No | x | |
| board_input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||