pAplakidis / PyTTT

A simple Tik Tak Toe AI written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Tik Tak Toe AI written in Python


Languages

Language:Python 100.0%