Tic-Tac-Toe: Q-Learning Edition
A Q-learning program to play tic-tac-toe.
Objective
Build an intelligent Tic-Tac-Toe player using Q-Learning — watch as the program learns to outsmart you, one game at a time.
Getting Started
Clone the repository
git clone https://github.com/kaleoyster/tic-tac-toe.git
Run the game
python qLearningTicTacToe.py