Skip to content

KenNewcomb/Tic-Tac-Toe-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-RL

The game of Tic-Tac-Toe solved with reinforcement learning (specifically, Q-learning) and a feed-forward neural network. The agent learns the rules of the game as well as the optimal strategy. Work in progress.

Usage

python3 play.py train <modelname> to train the network, and python3 play.py play <modelname> to play against it.

About

Tic-Tac-Toe solved with Deep Q-Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages