Skip to content

Othello reinforcement learning game playing engine

License

Notifications You must be signed in to change notification settings

druidOfCode/othello-rl

 
 

Repository files navigation

Reinforcement Learning AI Othello

Edits: Minor changes to visualization script and to weights handling in main.py I plan to add a Deeper NN in Keras to this model, And to switch from a custom board to a OpenAI Enviroment.

Source README: 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%