File size: 1,230 Bytes
32be988
 
 
58ed04f
32be988
 
 
 
 
 
 
 
 
 
 
58ed04f
 
 
32be988
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---

license: mit
pretty_name: Aleatrix Solver Yahtzee Tablebase
viewer: false
tags:
- yahtzee
- tablebase
- game-ai
---


# Aleatrix Solver Yahtzee Tablebase

This dataset contains the generated win-probability tablebase for
[`YatzCore/aleatrix-solver`](https://github.com/YatzCore/aleatrix-solver).

The Dataset Viewer is intentionally disabled because this repository distributes
binary artifacts and independent JSON metadata files, not tabular rows.

## Files

- `tablebase.bin`: raw memory-mapped tablebase.
- `tablebase.meta.json`: tablebase format and solver metadata.
- `tablebase.sha256`: checksum for local verification.

## Metadata

```json

{

  "format_version": 1,

  "scoring_rules_version": 2,

  "total_states": 696418304,

  "byte_size": 5571346432,

  "solved_layer": 13,

  "generated_at_utc": "2026-06-04T11:54:04Z"

}

```

SHA-256:

```text

f98491b692420c8cd94a415b2f0bfe6daa577d14fe3656dfbbe95b41c1a7a5ca  tablebase.bin

```

## Use

```powershell

python scripts/download_tablebase.py --repo-id YatzCore/aleatrix-solver-tablebase

```

Advanced users can rebuild the file locally from the C++ generator in the
GitHub repository instead of downloading this artifact.