Akshay Kale

Ph.D. Candidate| Data Science | XAI

✨ Tic-Tac-Toe: Q-Learning Edition | Akshay Kale

✨ Tic-Tac-Toe: Q-Learning Edition

August 08, 2017

🎲 Tic-Tac-Toe with Q-Learning

tic-tac-toe interface

Preview of the command line interface


🎯 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

Follow these simple steps to set up and play:

  1. Clone the repository
    git clone https://github.com/kaleoyster/tic-tac-toe.git
  2. Run the game
    python qLearningTicTacToe.py

Python Version Q-Learning