You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.gitignore | 8 months ago | |
Player.py | 8 months ago | |
State.py | 8 months ago | |
license | 8 months ago | |
main.py | 8 months ago | |
readme.md | 8 months ago | |
requirements.txt | 8 months ago |
readme.md
Tic Tac Toe
A simple game of tic tac toe
Q-Learning example as part of the asim reinforcement learning tutorial. the agent (player) learns not to lose the game, given sufficiently long training period.