Q Learning with Nim

Sun Apr 17 2022

Machine Learning Q Learning Nim Reinforcement Learning
Link to Demo github logo Link to Code

This is my first machine learning related project. The AI is trained through Q-Learning, playing against itself many times and learning the optimal move to play at any state.

Both the AI and the gameplay was coded out with vanilla JS.

Back