Reinforcement Learning deploy in Modern Tetris project

This page summarizes the projects mentioned and recommended in the original post on /r/reinforcementlearning

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Tetris-deep-Q-learning-pytorch

    Deep Q-learning for playing tetris game

  • if the former, this guy trained a DQN agent to play his simple implementation of the game. you can find the code for the game here and make any modifications you need

  • JS-Beautifier

    Beautifier for javascript

  • if the latter, that is more difficult. if you're savvy enough to use Chrome's debugger, you can probably find how the game represents its state, then create a clone (or heavily modify the existing source code) that stores its state in the same exact way. the game code is heavily obfuscated though (here's a hint: use https://beautifier.io/ to help you out, and make sure the "Unescape printable chars encoded as \xNN or \uNNNN?" is checkmarked). when evaluating on the live environment you might have to create a chrome extension or something to read the real game's state and feed it to the agent.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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