HaileyStorm
commited on
Commit
•
1326709
1
Parent(s):
a7a9aed
Update chess-gpt-eval-contrastive/main.py
Browse files
chess-gpt-eval-contrastive/main.py
CHANGED
@@ -640,8 +640,8 @@ def play_games(
|
|
640 |
elif board.result() == "0-1":
|
641 |
player_one.update_activations("lost")
|
642 |
# player_two.update_activations("won")
|
643 |
-
else: # Draw
|
644 |
-
|
645 |
# player_two.update_activations("draw")
|
646 |
|
647 |
if update_activations and games_saved % contrastive_activation_save_interval == 0:
|
|
|
640 |
elif board.result() == "0-1":
|
641 |
player_one.update_activations("lost")
|
642 |
# player_two.update_activations("won")
|
643 |
+
#else: # Draw
|
644 |
+
# player_one.update_activations("draw")
|
645 |
# player_two.update_activations("draw")
|
646 |
|
647 |
if update_activations and games_saved % contrastive_activation_save_interval == 0:
|