mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00:00
Update README.md
This commit is contained in:
@@ -17,10 +17,12 @@ setoption name Threads value x
|
||||
setoption name Hash value y
|
||||
setoption name SyzygyPath value path
|
||||
isready
|
||||
gensfen depth a loop b use_draw_in_training_data_generation 1 eval_limit 32000
|
||||
gensfen depth a loop b use_draw_in_training_data_generation 1 eval_limit 32000 use_raw_nnue_eval 0
|
||||
```
|
||||
Specify how many threads and how much memory you would like to use with the x and y values. The option SyzygyPath is not necessary, but if you would like to use it, you must first have Syzygy endgame tablebases on your computer, which you can find [here](http://oics.olympuschess.com/tracker/index.php). You will need to have a torrent client to download these tablebases, as that is probably the fastest way to obtain them. The path is the path to the folder containing those tablebases. It does not have to be surrounded in quotes.
|
||||
|
||||
use_raw_nnue_eval controls if the training data generator or trainer uses raw NNUE eval values. Don't forget to set use_raw_nnue_eval 0 when initial training data are generated. Otherwise, the gensfen command will crash.
|
||||
|
||||
This will save a file named "generated_kifu.bin" in the same folder as the binary. Once generation is done, rename the file to something like "1billiondepth12.bin" to remember the depth and quantity of the positions and move it to a folder named "trainingdata" in the same directory as the binaries.
|
||||
#### Generation Parameters
|
||||
- Depth is the searched depth per move, or how far the engine looks forward. This value is an integer.
|
||||
|
||||
Reference in New Issue
Block a user