macroxue / 2048-ai

A strong AI for the popular 2048 game. It reaches the 65536 tile 3% of the time, without undos.
GNU General Public License v3.0
41 stars 11 forks source link

Using my Endgame Table Gen to improve your AI performance #9

Open game-difficulty opened 6 months ago

game-difficulty commented 6 months ago

I wrote a Endgame Table Generator that generates DPDF-512 (L3-512) lookup tables in 4 minutes and only takes up 2GB . It can also take more than 10 hours to generate a 12-space lookup table (like LL-2048), which takes up about 200GB of storage under compression. It also provides a variety of 12-space lookup tables that can support more formations(like 444-2048 in about 60 GB playing snake), and free lookup tables to make a dash in the final stage. If your AI can utilize these results, it should be a big boost! link: https://github.com/game-difficulty/2048EndgameTablebase