GregoryCannon / StackRabbit

An AI for playing NES Tetris at a high level. Based primarily on search & heuristic, with high quality board evaluation through value iteration.
434 stars 45 forks source link

add column 9 vits #24

Closed fractal161 closed 3 weeks ago

fractal161 commented 3 weeks ago

The lack of column 9 vits vision has been a notorious pain point for nestris.org puzzle enjoyers. Every other day Ansel gets someone asking him to add this and tbh this pissed me off a lot. So much so that it inspired me (who is neither you nor Ansel), to add this, and here we are.

Change is simple so hopefully this is easy to review/fine-tune. I tested the move search on some sample boards and got good-looking results, but I haven't done anything more end-to-end (among other things, idk if 0.65 is a good weight).

One more thing: your last stackrabbit update broke puzzles, so we might want to coordinate with him if/when you merge this in/redeploy.