pub_eval_score
Evaluate a backgammon position via a public heuristic model and get a score showing which side is ahead.
Instructions
Compute a fast heuristic evaluation score using GNUBG's public (non-neural) model.
Args: board_input: Board in any supported format. player: Who is on roll ("x" or "o"). Required if board_input is a boardState dict.
Returns: Dict with the evaluation score. Positive favors the mover, negative favors opponent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player | No | ||
| board_input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||