Giter VIP home page Giter VIP logo

ppo's Introduction

Proximal Policy Optimization

My implementation of PPO based on OpenAI's baseline implementation.

Layout:

  • Gym wrappers

    • GymWrap: Ordinary wrapper for continuous environments like RoboSchool
    • StackObs: Used for partially observable environments in order to estimate velocity acceleration etc..
    • ResetEarly: Can be used combined with GRU or LSTM models in partially observable environments, however this training process is very slow.
  • Models

    • MLP: Standard 2 hidden layers FC neural network, where the actor and critic network are independent.
    • CNN: Shared CNN-block followed by separate output layers for the actor and critic.
    • LSTM and GRU: Recurrent neural network models that can model partially observable environments without the help of stacked frames. (Note that these should be used when the episode steps < the minibatch size)

The models can be edited in ppo.py

Main

main_atari.py will run Brakeout by default.
main_roboschool.py will run InvertedPendulum by default.

The environments and other hyperparameters can be changed in the tensorflow flags.

ppo's People

Contributors

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