diff options
Diffstat (limited to 'src/eval_tune/test_vs_head.sh')
| -rwxr-xr-x | src/eval_tune/test_vs_head.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/eval_tune/test_vs_head.sh b/src/eval_tune/test_vs_head.sh new file mode 100755 index 0000000..c7c578e --- /dev/null +++ b/src/eval_tune/test_vs_head.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +python3 ./match_play.py ../../head_reference/typhoon ../typhoon \ + --pgn ../../pgn/twic_filtered.pgn \ + --games 20000 \ + --workers 20 \ + --st 1 \ + --sprt --elo0 0 --elo1 5 \ + --scratch /usr/local/tmp/typhoon_match_overnight \ + --log overnight_match.log \ + --pgn-out ../self_play_games.pgn |
