Giter Site home page Giter Site logo

pome-implementation's Introduction

POME-implementation

self implementation of RL method Policy Optimization with Model-based Explorations

Environment Installation Using Anaconda

    conda create --f environment.yml

Visualization

Tensorboard logged datas will be located below runs/ directory, to visualize data after a pome run

    tensorboard --logdir runs or
    python -m tensorboard.main --logdir=./experiments/{algo}/runs

Todos

  1. Currently, one file implementation pome.py can run without error, while algorithm is not tested
  2. For reproduction of OpenAI Baselines, there are many addtional implementation details, according to this site
  3. Visualization
  4. code for other environments

Current Implementation

  1. fixed-length trajectory segments
  2. Orthogonal Initialization of Weights and Constant Initialization of biases
  3. Mini-batch Updates
  4. Skip Frame
  5. Resize images
  6. Scaling the Images to Range [0, 1]
  7. minibatch standardization
  8. remove reward estimation

pome-implementation's People

Contributors

stevenson0421 avatar

Watchers

Kostas Georgiou 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.