Skip to content

Commit

Permalink
Update default testing book to UHO_Lichess_4852_v1.epd.zip
Browse files Browse the repository at this point in the history
To match the recent new fishtest book
  • Loading branch information
linrock committed Oct 24, 2023
1 parent c15e33c commit 3d3d88b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/easy_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ def parse_cli_args():
)
parser.add_argument(
'--network-testing-book',
default='https://github.com/official-stockfish/books/raw/master/UHO_4060_v2.epd.zip',
default='https://github.com/official-stockfish/books/raw/master/UHO_Lichess_4852_v1.epd.zip',
type=str,
metavar='PATH_OR_URL',
dest='network_testing_book',
Expand Down
2 changes: 1 addition & 1 deletion scripts/easy_train_example.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python easy_train.py ^
--validation-size=4096 ^
--network-testing-threads=2 ^
--network-testing-explore-factor=1.5 ^
--network-testing-book="https://github.com/official-stockfish/books/raw/master/UHO_4060_v2.epd.zip" ^
--network-testing-book="https://github.com/official-stockfish/books/raw/master/UHO_Lichess_4852_v1.epd.zip" ^
--network-testing-nodes-per-move=1000 ^
--network-testing-hash-mb=8 ^
--network-testing-games-per-round=200 ^
Expand Down
2 changes: 1 addition & 1 deletion scripts/easy_train_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python easy_train.py \
--validation-size=16384 \
--network-testing-threads=24 \
--network-testing-explore-factor=1.5 \
--network-testing-book="https://github.com/official-stockfish/books/raw/master/UHO_4060_v2.epd.zip" \
--network-testing-book="https://github.com/official-stockfish/books/raw/master/UHO_Lichess_4852_v1.epd.zip" \
--network-testing-nodes-per-move=20000 \
--network-testing-hash-mb=8 \
--network-testing-games-per-round=200 \
Expand Down

0 comments on commit 3d3d88b

Please sign in to comment.