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

Increase tuple size #7

Open
HhvrshH opened this issue Oct 14, 2023 · 1 comment
Open

Increase tuple size #7

HhvrshH opened this issue Oct 14, 2023 · 1 comment

Comments

@HhvrshH
Copy link

HhvrshH commented Oct 14, 2023

Can I increase tuple table size to get more variants of moves? Now tuple_moves.10a have size 1315mb , tuple_moves.11a have 1215mb. On my machine I can run only small runs by command ./2048 because runs by command ./2048b fully load my ram(8gb) and after that process is killed. For example when I run small runs by command ./2048 -d7 2833 I get a score of 1556664, but in real games, the maximum result that I get from dozens of runs is around 400k. Can I improve my result somehow?

P.s (I use server mode to got right moves for real 2048 game)

@macroxue
Copy link
Owner

Memory consumption around 1GB looks normal because not all entries in the lookup tables are used in a run.

If your high score was only 400k after dozens of runs, something else was wrong. Is your game harder by definition, say, with more than 10% chance of getting the 4 tile?

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

2 participants