2
0
Fork 0
Go to file
Dominik Brunmeir da11f6dbc4 add license ("BSD Zero Clause License") 2022-07-25 09:50:21 +02:00
.gitignore initial commit 2022-07-22 13:08:35 +02:00
Player.py initial commit 2022-07-22 13:08:35 +02:00
State.py initial commit 2022-07-22 13:08:35 +02:00
license add license ("BSD Zero Clause License") 2022-07-25 09:50:21 +02:00
main.py initial commit 2022-07-22 13:08:35 +02:00
readme.md initial commit 2022-07-22 13:08:35 +02:00
requirements.txt add requirements.txt 2022-07-22 13:11:59 +02:00

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.