Skip to content

Implementation of a simple TicTacToe reinforcement learning AI in Python.

Notifications You must be signed in to change notification settings

koengommers/tictactoe-ai

Repository files navigation

TicTacToe AI

Implementation of a TicTacToe AI in Python. Uses Q-learning with either e-greedy or softmax policy.

Usage

Use pipenv to install dependencies

pipenv install

For playing against a trained AI:

python run.py

For testing e-greedy against softmax:

python test.py

About

Implementation of a simple TicTacToe reinforcement learning AI in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages