/Reinforcement-Learning-FiveInARow

Five in a Row (五子棋), a traditional strategy game implemented in Python. There are two types of AI player, one is simple AI which is hardcoded, and another AI is based on reinforcement learning. Also, the game can be played by two human players at the same time.

Primary LanguagePython

Stargazers