12 releases (stable)
1.7.0 | Aug 16, 2024 |
---|---|
1.6.0 | Apr 18, 2024 |
1.3.0 | Mar 28, 2024 |
0.3.0 | Jan 24, 2024 |
0.1.1 | Jan 12, 2024 |
#2037 in Parser implementations
76 downloads per month
Used in bullet_lib
30KB
870 lines
bulletformat
Binary Data Formats, Data Loader and Utilities for bullet.
Supported Games
- Ataxx
- Chess
Text Formats
Exactly one data point per line.
Ataxx
- each line is of the form
<FEN> | <score> | <result>
FEN
has 'x'/'r', 'o'/'b' and '-' for red, blue and gaps/blockers, respectively, in the same format as FEN for chessscore
is red relative and an integerresult
is red relative and of the form1.0
for win,0.5
for draw,0.0
for loss
Chess
- each line is of the form
<FEN> | <score> | <result>
score
is white relative and in centipawnsresult
is white relative and of the form1.0
for win,0.5
for draw,0.0
for loss