GithubHelp home page GithubHelp logo

rl-dino-gym's Introduction

Reinforcement Learning on DinoGame

Applying Reinforcement Learning to play "T-Rex Chrome Dino Game"

1. Features

1.1 Model Training

  • training script: training_pipeline/run_training.py
  • observation space: can select between image or coordinate inputs
  • observation space: apply concatenation to allow the model to be able to look-back X steps before each predictions
  • policy selection: CnnPolicy of image-inputs or MlpPolicy for coordinate-inputs
  • save gameplay-videos while training
  • training configs and metrics are stored in Weights & Biases

1.2 Model Evaluation

  • inference script: training_pipeline/model_evaluation.py
  • able to inference the model prediction results as a gameplay-video

2. Setups

2.1 Weights & Biases setup

3. Installation

3.1 Docker approach

3.2 Virtualenv approach

3.3 Main Dependencies

4. How to run

4.1 Run model training

4.2 Run model evaluation

rl-dino-gym's People

Contributors

thakorneyp11 avatar

Watchers

 avatar

rl-dino-gym's Issues

Option for choosing between image-type or coordinate-type obs_space

  • Allow the user to select between images or coordinates as the observation space inputs to the model
  • Config the type of model inputs from image_obs parameter when creating the environment
  • Adjust the step() function to return the image information when image_obs is True

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.