Skip to content

Commit 14dfcbd

Browse files
authored
Merge pull request official-stockfish#268 from linrock/lichess-book
Update default testing book to UHO_Lichess_4852_v1.epd.zip
2 parents 986de15 + 3d3d88b commit 14dfcbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/easy_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

scripts/easy_train_example.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ^

scripts/easy_train_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)