Giter Site home page Giter Site logo

yangyangii / curiosity-driven-a2c Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 2.0 337 KB

Implementation of Curiosity-Driven Exploration with PyTorch

Jupyter Notebook 97.33% Python 2.67%
curiosity-driven curiosity actor-critic a2c a3c a3c-curiosity curiosity-rl deep-rl cartpole

curiosity-driven-a2c's Introduction

Curiosity-Driven Exploration - pytorch implementation w/ CartPole (Simple version)

Dependencies

  • python 3.6.8 (Anaconda)
  • pytorch 1.0.0
  • gym 0.12.1

Usage

  • Easy easy. Install the dependencies and run the below command.
	python main.py

Performance (sparse reward mode. only final penelty)

  • Red: A2C with ICM, Blue: A2C w/o ICM
  • A2C w/ ICM seems to converge slightly faster than the other on average in my experiments.

Notes

  • I trained the model in CartPole environment. However, it is not the best choice for experiment of curiosity
  • I modified overall model architecture.
    • A2C instead of A3C (Just Actor Critic using Advantage, not parallel technique).
    • Very simple inverse model and forward model. Because the observation of CartPole is already some feature representations, not image.
    • Larger scaling factor of intrinsic rewards.

Other Codes

curiosity-driven-a2c's People

Contributors

yangyangii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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