Giter Site home page Giter Site logo

cl_rl_experiments's Introduction

RL experiments in Pytorch for catastrophic forgetting.

RL Algorithms:

Requirements: Install using pip3 install -r requirements.txt --user

Statistics for Discrete Environments with PPO (8 processes, clip = 0.3):

  • OneStoppedCar: 20480 steps, 473 episodes, 0:00:18
    • stopped car on same lane
  • OneStoppedCarO: 21504 steps, 366 episodes, 0:00:21
  • TwoStoppedCars: 100352 steps, 1942 episodes, 0:01:57
  • ThreeStoppedCarsSSO: 130048 steps, 2437 episodes, 0:02:00

To reproduce, run python examples/ppo_ENV_NAME.py -discrete. If you have an x-server error, re-run through xvfb-run.

Experiments:

  • Effect of network size vs number of steps needed to solve, for various environments
  • Action bucketing: In continuous environments, place the actions taken into discrete buckets; then frequent actions can be used to design the discrete action space for discrete environments
  • Baseline for 1SC-O, 1SC, 2SC, 3SC-SSO in sequence.
  • Elastic Weight Consolidation (EWC) for 1SC-O, 1SC, 2SC, 3SC-SSO in sequence.
    • Step-every parameter chooses delta.
  • Joint training 1SC-O, 1SC, 2SC, 3SC-SSO.

cl_rl_experiments's People

Contributors

ashishgaurav13 avatar

Stargazers

 avatar  avatar

Watchers

 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.