Giter VIP home page Giter VIP logo

spinningup's Introduction

Spinning Up in Deep RL

This repository is forked from the original OpenAI spinningup repository to implement changes required for the State Augmented Contstrained RL, as well as the more robust adaptive entropy penalty for SAC.

SpinningUp contains a code repo of the implementation of key Reinforcement Learning algorithms including Soft Actor-Critic, Proximal Policy Optimization and Twin Delayed DDPG used in Augmented Contstrained RL project. Visit spinningup.openai.com for more information on Spinning Up.

Installation

First Install OpenMPI:

sudo apt-get update && sudo apt-get install libopenmpi-dev

Now install the spinningup repo:

git clone https://github.com/flodorner/spinningup.git
cd spinningup
pip install -e .

Changes

The following changes were implemented in this fork:

  • Added GPU support for PyTorch to SAC, PPO and TD3.

  • Implemented adaptive entropy penalty for SAC as an alternative to the fixed entropy regularization parameter. More information about the entropy constraint can be found in this paper.

  • Implemented data augmentation using the known cost dynamics to boost sample efficiency.

  • Added adaptive sampling data augmentation to prevent bias in data augmentation.

spinningup's People

Contributors

jachiam avatar flodorner avatar bchess avatar rootulp avatar arbhardwaj98 avatar albertwujj avatar mimoralea avatar christopherhesse avatar marko-bast avatar ibrahiminfinite avatar siyavash avatar seungjaeryanlee avatar srstevenson avatar qinusty avatar michalkordyzon avatar joaomacp avatar colllin avatar marcinic avatar abinitio888 avatar maksay avatar alok avatar allanbreyes 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.