StackRabbit
StackRabbit copied to clipboard
An AI for playing NES Tetris at a high level. Based primarily on search & heuristic, with high quality board evaluation through value iteration.
When on the main Github repo it says there is a site Proceeding to this site it gives a 404 error
I tried to run the lua stackrabbit file from the emulator, and got this error. 
The program compiles and starts fine, but I'm not sure what to do afterwards... Running the stackrabbit.lua file gives me this error: `lua: stackrabbit.lua:226: invalid escape sequence near '",|\|' `...
@GregoryCannon Your ["human possible" recording](https://youtu.be/tfMkZbupSgM) tops out at score 1½ million, but recent actual WR are >3 million. #7 notwithstanding, does it mean that the recent record holders are now...
The latency and Hz metric make StackRabbit very good at analyzing boards given the physical limitations of a particular human player. However, one metric is seems to be missing is...
What does this mean? Why does this happen? 
Hi, love the project! I just saw your 102 million video on youtube and thought about what a "no-limit AI" really means in the context of NES tetris. Well, I...
How do I install Stackrabbit and get it on fceux I think I'm dumb :(
So I succesfully, compiled rabbithttp.c to .so, I managed to run server, but I have this message from (linux) shell after I run httpTest.lua on FCEUX (2.7.0): This is message...
I'm running the server using `npm run start` and the program appears to build and run fine however when I try running the `httpTest.lua` script I get the error ```...