Tic-Tac-Toe
A Q-learning program to play tic-tac-toe
Preview
Preview of the command line interface
🎯 Objective
- A program that plays Tic-Tac-Toe using Q-Learning.
🎬 Getting started
The following are the steps to setup this project:
Download tic-tac-toe
git clone https://github.com/kaleoyster/tic-tac-toe.git
To run tic-tac-toe
python qLearningTicTacToe.py