Git Product home page Git Product logo

hindsight-experience-replay-1's Introduction

Hindsight-Experience-Replay

This is an implementation of the bit-flipping experiment mentioned in paper Hindsight Experience Replay arXiv preprint arXiv:1707.01495 (2017).

To start training, simply run :-

python her_main.py

The goal state can be chosen by 3 different strategies(final, future, episode) as mentioned in the paper. To run with any strategy simply change the Her flag and run the code. For example, for the strategy 'final' simply run :-

python her_main.py --Her final

To get the results without using HER algorithm run :-

python her_main.py --Her None --bit_size 7

Below is the plot showing the comparison between HER+DQN and DQN for a bit size of 7.

However, for a bit size > 10 only using the DQN algorithm does not lead to any success.

Below is the plot comparing all the 3 different goal strategies as well as just DQN for a bit size of 30.

Acknowledgment

Code borrowed from hindsight-experience-replay

hindsight-experience-replay-1's People

Watchers

 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.