lander0s / machine-learning-in-javascript

a set of examples and experiments to learn machine learning
3 stars 1 forks source link

Tictactoe played by a ML bot #1

Closed hapu closed 5 years ago

hapu commented 5 years ago

what about a mini game of tictactoe where every time you beat the machine the machine learns a new way to win

lander0s commented 5 years ago

we should look for more reinforcement learning approaches

A popular one is NEAT (Neuroevolution of Augmenting topologies) https://www.youtube.com/watch?v=qv6UVOQ0F44

lander0s commented 5 years ago

The original white paper is: http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf