Show HN: Watch a neural net learn to play Snake
51–56 of 56 posts
Re: Show HN: Watch a neural net learn to play Snake
#52Earlier quoted context omitted.
maybe because it doesn't understand "done"? perfect play is impossible, random variance will cause scores to drop even if the model plays well and "wins". feels like it would get stuck in a loop trying to improve what can't be improved.
The optimizer doesn't need to understand anything it's just an iterated mathematical construct. The author simply didn't bother to implement the necessary details to ensure numerical stability. Alternatively it might be a problem with the scoring model in the end game.
Re: Show HN: Watch a neural net learn to play Snake
#53Re: Show HN: Watch a neural net learn to play Snake
#54Re: Show HN: Watch a neural net learn to play Snake
#55Re: Show HN: Watch a neural net learn to play Snake
#56Earlier quoted context omitted.
I see what you are saying but then wouldn’t it miss out on the best strategies, which do require patience and not going straight for the apple?
Maybe you could make it lose points for repeating a board state, I guess.