NES Tetris AI hits 102M poins and level 237

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • StackRabbit

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

  • I wondered if this was using a machine-learning style AI and it was, among other things, learning the state of the random number generator so it could predict pieces accurately more than one turn out? (And if not, how would you prove that it wasn't? Perhaps tweak the game RNG and see if the AI performs badly?)

    Looking at the github repo, it looks like it's actually more of a classical AI doing traditional game tree search. There is some interesting code around the RNG, though: apparently the RNG does make certain piece sequences more likely than others, and there's a lookup table for the probability of the next piece given the current piece:

    https://github.com/GregoryCannon/StackRabbit/blob/master/src...

    I suppose one could extend this to be a 3-dimensional lookup table with the probabilities of the next pieces given the last two pieces, or to extend it to 4 or 5 or (if you had infinite resources) 100. At some point you'd know enough to be able to predict the next piece with 100% accuracy.

  • GroundPenetratingRadar

    An In-Progress C# Windows 7 Minesweeper Solver Using Visual Screen Reading

  • I love that there's something innate about our desire to do things like these. I caught myself c# a couple years ago on a project I made to solve Minesweeper (https://github.com/Loufe/GroundPenetratingRadar). Very much a "journey" and not "destination" oriented endeavour.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nes-py

    A Python3 NES emulator and OpenAI Gym interface

  • I love to see all the Nintendo preservation, enhancement and AI research ;)

    What's the best way to programmatically interface with an NES ROM in 2022? JSNES, from which you could run tensorflow.js, seems perfect for browsers. But NES-py integrates with Open AI Gym env

    https://github.com/Kautenja/nes-py/wiki/Creating-Environment...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Snes, Nes, GameBoy and A26 emulator.

    3 projects | /r/EmuDev | 20 Jun 2023
  • SNES A.I. Using NEAT

    4 projects | /r/artificial | 26 Mar 2021
  • Well, at least Epic kinda started "promoting" Rocket League inside Fortnite LUL

    1 project | /r/RocketLeague | 7 Nov 2023
  • What do you guys make with asm?

    1 project | /r/asm | 27 Jun 2023
  • Looking for Feedback on a Long-Term Plan

    7 projects | /r/EmuDev | 5 Jun 2023