Giter Club home page Giter Club logo

pong-rl's Introduction

pong-rl

Reinforcement Learning with Pong in the browser via TensorFlow.js by @cpury ๐Ÿš€

Demo: https://cpury.github.io/pong-rl/

With the default options, watch it learn the game in ~10 minutes!

Blog post coming soon ๐Ÿ“

Color scheme: https://coolors.co/3a3c3f-e5e5e6-f06543-2ec0f9-e7e247

Details

Implements a Pong-like game as well as a controller interface to add arbitrary controllers to the game.

Available controllers:

  • KeyController to controll via keyboard
  • DumbController a simple controller that just follows the ball with some hiccups
  • DQLController a first Deep-Q-Learning controller that learns on hard-coded features (position of the ball, force of the ball and positions of the paddles).
  • VisualDQLController Deep-Q-Learning directly on the pixels. SLOW!

Other features:

  • Three difficulty levels
  • Live mode: When disabled, learning happens without drawing or waiting for user

Technologies used:

Running locally

First, install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Contributing controllers

Contributions welcome! If you'd like to add a new controller, add a new class that inherits from BaseController and create a pull request.

pong-rl's People

Contributors

cpury avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.