Skip to content

Commit 33fccb3

Browse files
remove old line
1 parent f27f2de commit 33fccb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rl/tic_tac_toe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def play_game(p1, p2, env, draw=False):
425425
for t in xrange(T):
426426
if t % 200 == 0:
427427
print t
428-
winner = play_game(p1, p2, Environment())
428+
play_game(p1, p2, Environment())
429429

430430
# play human vs. agent
431431
# do you think the agent learned to play the game well?

0 commit comments

Comments
 (0)