HaileyStorm commited on
Commit
746013b
1 Parent(s): 13c7082

Update chess-gpt-eval/mainvs.py

Browse files
Files changed (1) hide show
  1. chess-gpt-eval/mainvs.py +2 -1
chess-gpt-eval/mainvs.py CHANGED
@@ -553,7 +553,8 @@ def play_games(
553
  game_state_without_move_num += " "
554
  game_state_with_move_num += f"{board.fullmove_number}."
555
  game_state_without_move_num += "."
556
- #print(f"|{game_state}|")
 
557
  #print(f"{current_move_num}", end=" ")
558
 
559
  (
 
553
  game_state_without_move_num += " "
554
  game_state_with_move_num += f"{board.fullmove_number}."
555
  game_state_without_move_num += "."
556
+ print(f"\n\n|{game_state_with_move_num}|\n")
557
+ print(f"\n|{game_state_without_move_num}|\n\n")
558
  #print(f"{current_move_num}", end=" ")
559
 
560
  (