Estimate Human Chess Moves
human_move_distributionRetrieve the Maia3 human-like move probability distribution for the current position, conditioned on target Elo, to identify moves typical for that rating.
Instructions
Return the Maia3 human-like move probability distribution for the current position, conditioned on a target Elo. Higher probability = more human-typical at that rating. This is NOT move quality — a high-probability move can still be objectively bad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elo | No | ||
| top_n | No | ||
| game_id | Yes | ||
| oppo_elo | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elo | Yes | ||
| moves | Yes | ||
| game_id | Yes | ||
| oppo_elo | Yes | ||
| revision | Yes |