-
Notifications
You must be signed in to change notification settings - Fork 9
Data generation
disservin edited this page Nov 30, 2022
·
5 revisions
1. clone the repository
2. make
if make fails try:
make build=release
after you can give multiple parameters to data generation
./smallbrain -gen -threads <n> -book <path/to/book> -tb <path/to/tb> -depth <d>
there will be n amount of .txt's in ./data.
The format is
<fen> [<WDL>] <eval>
WDL
1 if White wins
0.5 for draws
0 for Black wins
Eval
Eval is always from Whites perspective.