File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2123,7 +2123,7 @@ def parse_cli_args():
21232123 )
21242124 parser .add_argument (
21252125 '--network-testing-book' ,
2126- default = 'https://github.com/official-stockfish/books/raw/master/UHO_4060_v2 .epd.zip' ,
2126+ default = 'https://github.com/official-stockfish/books/raw/master/UHO_Lichess_4852_v1 .epd.zip' ,
21272127 type = str ,
21282128 metavar = 'PATH_OR_URL' ,
21292129 dest = 'network_testing_book' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ python easy_train.py ^
2222 --validation-size=4096 ^
2323 --network-testing-threads=2 ^
2424 --network-testing-explore-factor=1.5 ^
25- --network-testing-book=" https://github.com/official-stockfish/books/raw/master/UHO_4060_v2 .epd.zip" ^
25+ --network-testing-book=" https://github.com/official-stockfish/books/raw/master/UHO_Lichess_4852_v1 .epd.zip" ^
2626 --network-testing-nodes-per-move=1000 ^
2727 --network-testing-hash-mb=8 ^
2828 --network-testing-games-per-round=200 ^
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ python easy_train.py \
2121 --validation-size=16384 \
2222 --network-testing-threads=24 \
2323 --network-testing-explore-factor=1.5 \
24- --network-testing-book=" https://github.com/official-stockfish/books/raw/master/UHO_4060_v2 .epd.zip" \
24+ --network-testing-book=" https://github.com/official-stockfish/books/raw/master/UHO_Lichess_4852_v1 .epd.zip" \
2525 --network-testing-nodes-per-move=20000 \
2626 --network-testing-hash-mb=8 \
2727 --network-testing-games-per-round=200 \
You can’t perform that action at this time.
0 commit comments