HaileyStorm
commited on
Commit
•
0983e34
1
Parent(s):
c72c7b7
Update chess-gpt-eval/main.py
Browse files- chess-gpt-eval/main.py +3 -0
chess-gpt-eval/main.py
CHANGED
@@ -628,6 +628,9 @@ recording_file = "logs/determine.csv" # default recording file. Because we are u
|
|
628 |
player_ones = ["50M/ckpt_35549900g_12620818850t.pt", "50M/ckpt_36749900g_13053687575t.pt", "50M/ckpt_38849900g_13811553625t.pt", "50M/ckpt_42450000g_15114740300t.pt", "50M/ckpt_49200000g_17555619300t.pt", "50M/ckpt_53549900g_19130809575t.pt", "50M/ckpt_58109500g_20779625975t.pt", "50M/ckpt_61154900g_21867551750t.pt", "50M/ckpt_62759900g_22442258700t.pt", "50M/ckpt_65699900g_23491965075t.pt", "50M/ckpt_67876200g_24270785550t.pt"]
|
629 |
player_two_recording_name = "lc0_sweep" #"stockfish_sweep"
|
630 |
move_num_in_gamestate = False
|
|
|
|
|
|
|
631 |
if __name__ == "__main__":
|
632 |
for nanogpt_player in player_ones:
|
633 |
for i in [0]: # [3] #range(11):
|
|
|
628 |
player_ones = ["50M/ckpt_35549900g_12620818850t.pt", "50M/ckpt_36749900g_13053687575t.pt", "50M/ckpt_38849900g_13811553625t.pt", "50M/ckpt_42450000g_15114740300t.pt", "50M/ckpt_49200000g_17555619300t.pt", "50M/ckpt_53549900g_19130809575t.pt", "50M/ckpt_58109500g_20779625975t.pt", "50M/ckpt_61154900g_21867551750t.pt", "50M/ckpt_62759900g_22442258700t.pt", "50M/ckpt_65699900g_23491965075t.pt", "50M/ckpt_67876200g_24270785550t.pt"]
|
629 |
player_two_recording_name = "lc0_sweep" #"stockfish_sweep"
|
630 |
move_num_in_gamestate = False
|
631 |
+
book_opening = True
|
632 |
+
random_opening = False
|
633 |
+
random_opening_moves = 20
|
634 |
if __name__ == "__main__":
|
635 |
for nanogpt_player in player_ones:
|
636 |
for i in [0]: # [3] #range(11):
|