/PyTTT

A simple Tik Tak Toe AI written in Python

Primary LanguagePython

PyTTT

This is a simple Tik Tak Toe AI written in Python

Reinforcement Learning

We use an agent that uses dynamic programming to solve this problem

TODO:

  • Use a Neural Network (like MuZero) instead of a static algorithm
  • Write a website (JS) for playing