HaileyStorm
commited on
Update chess-gpt-eval/main.py
Browse files- chess-gpt-eval/main.py +1 -1
chess-gpt-eval/main.py
CHANGED
@@ -633,7 +633,7 @@ def play_games(
|
|
633 |
RUN_FOR_ANALYSIS = True
|
634 |
MAX_MOVES = 999 # Due to nanogpt max input length of 1024
|
635 |
recording_file = "logs/determine.csv" # default recording file. Because we are using list [player_ones], recording_file is overwritten
|
636 |
-
player_ones = ["50M/anneal/
|
637 |
player_two_recording_name = "lc0_sweep" #"stockfish_sweep"
|
638 |
move_num_in_gamestate = False
|
639 |
book_opening = True
|
|
|
633 |
RUN_FOR_ANALYSIS = True
|
634 |
MAX_MOVES = 999 # Due to nanogpt max input length of 1024
|
635 |
recording_file = "logs/determine.csv" # default recording file. Because we are using list [player_ones], recording_file is overwritten
|
636 |
+
player_ones = ["50M/anneal/ckpt_88799900g_31753886700t.pt", "50M/anneal/ckpt_90809900g_32471218850t.pt", "50M/anneal/ckpt_95084900g_34001364975t.pt", "50M/anneal/ckpt_97386300g_34824942225t.pt"]
|
637 |
player_two_recording_name = "lc0_sweep" #"stockfish_sweep"
|
638 |
move_num_in_gamestate = False
|
639 |
book_opening = True
|