issues
search
fqjin
/
2048NN
Train a neural network to play 2048
GNU General Public License v3.0
1
stars
1
forks
source link
Nibble
#18
Closed
fqjin
closed
4 years ago
fqjin
commented
4 years ago
Implemented nibble version of game engine, which is 4-12 times faster than previous.
Implemented soft labels for training
Unfortunately network speed is still the bottleneck, so I reverted back to using min_move_dead selfplay method.