2
0
Fork 0
tictactoe/readme.md

8 lines
207 B
Markdown
Raw Permalink Normal View History

2022-07-22 13:08:35 +02:00
# 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.