-
Notifications
You must be signed in to change notification settings - Fork 0
joshuarider/tttbot
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A tic-tac-toe game with an enemy that gets smarter and smarter. Implements the reinforcement algorithm found here: https://medium.com/machine-learning-for-humans/reinforcement-learning-6eacf258b265
About
Extends joshuarider/TicTacToe with an implementation of a reinforcement learning algorithm I found in a blog post