Skip to content

Commit 14b97ea

Browse files
authored
Update 04_tictactoe.rst (#1263)
Fix minor typo
1 parent 90846f6 commit 14b97ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01_tutorials/04_tictactoe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ That's it. By executing the code, you will see a progress bar indicating the pro
542542

543543
</details><br>
544544

545-
Notice that, our learned agent plays the role of agent 2, placing ``o`` on the board. The agent performs pretty well against the random opponent! It learns the rule of the game by trial and error, and learns that four consecutive ``o`` means winning, so it does!
545+
Notice that, our learned agent plays the role of agent 2, placing ``o`` on the board. The agent performs pretty well against the random opponent! It learns the rule of the game by trial and error, and learns that three consecutive ``o`` means winning, so it does!
546546

547547
The above code can be executed in a python shell or can be saved as a script file (we have saved it in ``test/pettingzoo/test_tic_tac_toe.py``). In the latter case, you can train an agent by
548548

0 commit comments

Comments
 (0)