anubisthejackle / 2048-Deep-Learning

MIT License
77 stars 33 forks source link

Normalize to Max Value #1

Closed anubisthejackle closed 9 years ago

anubisthejackle commented 9 years ago

Right now the network is looking at each value independently. This has worked, but not lead to a win.

Instead, let's make it compare each slot against the maximum value on the board, so it will consistently know what the largest value on the board is, with less guess work.

anubisthejackle commented 9 years ago

Turns out it already was. Running a test where I normalize against an increasing value