2
0
Fork 0
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.
Dominik Brunmeir da11f6dbc4 add license ("BSD Zero Clause License") 8 months ago
.gitignore initial commit 8 months ago
Player.py initial commit 8 months ago
State.py initial commit 8 months ago
license add license ("BSD Zero Clause License") 8 months ago
main.py initial commit 8 months ago
readme.md initial commit 8 months ago
requirements.txt add 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.