Giter Club home page Giter Club logo

hindsight_experience_replay's Introduction

Hindsight Experience Replay (HER)

This repository contains a tensorflow HER implementation and a bit flipping environment as described in OpenAI's paper

The implementation includes :

  1. In Hindsight Experience Replay.ipynb :
    1. A DQN and a DDQN agent (which also work on other traditional gym environments)
    2. A bit flipping environment
    3. Pre-trained models for 30-bits, 40-bits and 50-bits flipping environments
  2. In ChaseEnv_DDPG.ipynb :
    1. A DDPG agent
    2. A ChaseEnv environment, where a chaser is initialized at a random position in a 2d plane and has to reach a goal in another random position within a certain threshold.

Benchmarks

  • 100% success rate for 30 and 40-bits environments
  • 95% success rate for 50-bits environment (average on 100 tests)
  • 90% success rate for size=5 ChaseEnv (average on 100 tests)

Customize

Check the "Training" cell to adjust training parameters and enable/disable HER.

TODO

  • Optimize the way to concatenate transitions
  • Parallelize training
  • Train on bit length > 30
  • Implement DDPG

Extra

Here is a link to a robot arm reach environment created in Unity, trained with ML-Agents.

This environment is trained using DDPG with and without HER, and the comparison is plotted. DDPG+HER performs better.

hindsight_experience_replay's People

Contributors

kwea123 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.