Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 262 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 262 Bytes

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.)