jpypi / othello-rl

Othello reinforcement learning game playing engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Othello reinforcement learning game playing engine

License:MIT License


Languages

Language:Python 100.0%