Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
game-difficulty opened this issue May 15, 2024 · 0 comments
Open

Comments

@game-difficulty
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant