Akavall / GoGamesProject

Trying to make some simple games using golang.
1 stars 1 forks source link

Rl ai #72

Closed Akavall closed 5 years ago

Akavall commented 5 years ago

First introduction of Reinforcement Learning. It is still very new, I did not focus on performance much, but it is decent. Also, it is faster than simulationist was.

I only focused on training one move (much like simulationist did). Training the whole game, and taking into account current score of agent and opponents score is the next step.

I did not include the Python code used in the training. At some point, I think to even put it in a separate repo.