othello-rl icon indicating copy to clipboard operation
othello-rl copied to clipboard

Othello reinforcement learning game playing engine

Reinforcement Learning AI Othello

An attempted implementation of Q learning to play othello. Uses a simple fully connected feed forward neural network and backpropagation for the Q function.

(This was done as a project for a class in neural networks at WMU.)