You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
About
Othello reinforcement learning game playing engine