A neural network trained to play xxo by playing against scripted agents, using reinforcement learning with keras and qlearning4k.
Just run
learn-and-play-xxo.py
which will first train the network and then you can play against it.
qlearning4k can be found here: https://github.com/farizrahman4u/qlearning4k