StackRabbit icon indicating copy to clipboard operation
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.

Results 16 StackRabbit issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/95945314/172057297-3485f3e6-af1a-4050-8d51-7a8307c73377.png)

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? ![imagen](https://user-images.githubusercontent.com/55950650/147763249-4ace463a-f4bc-4331-a146-cf938cc18f09.png)

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 ```...