fcarsten / tic-tac-toe

Teaching a machine to play tic-tac-toe
Apache License 2.0
55 stars 37 forks source link

Tic Tac Toe

A tale about trying to train a machine to play Tic Tac Toe through Reinforcement Learning

To run the Jupyter notebooks in Binder press: Binder

The goal of this series is to implement and test a couple of different approaches to training a computer how to play Tic Tac Toe. We will create:

I assume you are familiar with: