HaileyStorm commited on
Commit
c95eb09
1 Parent(s): e246c96

Update chess-gpt-eval/main.py

Browse files
Files changed (1) hide show
  1. 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/ckpt_71999900g_25743507475t.pt", "50M/anneal/ckpt_74550000g_26655696975t.pt", "50M/anneal/ckpt_76926300g_27505661125t.pt", "50M/anneal/ckpt_79169900g_28309155200t.pt", "50M/anneal/ckpt_80099900g_28642051425t.pt", "50M/anneal/ckpt_82109900g_29361421725t.pt", "50M/anneal/ckpt_85929100g_30726526400t.pt"]
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