Skip to content

Othello reinforcement learning game playing engine

License

Notifications You must be signed in to change notification settings

jpypi/othello-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e687c4c · Jun 30, 2016

History

32 Commits
Jun 21, 2016
Jun 29, 2016
Jun 10, 2016
Jun 20, 2016
Jun 20, 2016
Jun 27, 2016
Jun 30, 2016
Jun 29, 2016
Jun 30, 2016
Jun 27, 2016

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