2

I know that this is no SO, but I'm stuck with this for a long time.

I'm working on an implementation of the game 2048. And I'm using machine learning to let the game play by itself...

well... it it supposed to do that, but it doesn't work so far.

the problem is that the machine learning algorithm doesn't seem to train. it starts by performing random moves, but it never improves or 'learns'.

again, I know that this app isn't supposed to post SO questions, but it would be great if someone would have a look at my code: https://github.com/FlyingBird95/...

thanks in advance,

Patrick

Comments
Add Comment