Skip to content

jpypi/othello-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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