Giter VIP home page Giter VIP logo

forked-ensemblerl's Introduction

Ensemble Reinforcement Learning

This repositeroy presents the code for a three-part series on implementing Ensemble Learning in Cartpole using Q-learning, Deep SARSA, and Deep REINFORCE.

Briefly, ensemble learning is a method of combining multiple learning models to produce a single, more robust learner. For the purposes of this repository, we employed a simple environment and focus on understanding the learning models and the ensemble logic.

Getting Started

Understanding the Code

This repo includes four main jupyter notebooks:

  1. A Deep SARSA implementation.
  2. A Q-learning implementation.
  3. A Deep REINFORCE implementation. See the trained agent here.
  4. An Ensemble learning implementation using the three agents above.

Tutorials

A series of tutorials, explaining this code is available on medium.

  1. An introductory tutorial.
  2. A tutorial on Deep SARSA.
  3. A tutorial on Q-learning.
  4. A tutorial on Deep REINFORCE.
  5. A tutorial on Ensemble learning.

Prerequisites

To run the above code, make sure to install -

Authors

@gelanat, @JoeSnow7, @AshNguyen, and @karnigili.

forked-ensemblerl's People

Contributors

karnigili avatar prof-watson 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.