Giter Club home page Giter Club logo

hrl_dqn's Introduction

HRL_DQN

Combination of the Options RL framework and DQNs. The project contains of the following parts:

DQN

Implementation of the plain DQN algorithm

To run the plain DQN go for ../DQN/run_dqn.py where the environment, network and learning parameters can be modified; The learning process for the plain DQN is implemented in the file ../DQN/dqn.py

DQN with Options

Using DQN to represent every option and a separate DQN over options

To run the DQN algorithms with options, firstly the options must be trained running the files ../DQN with Options/train_option1(go down).py and ../DQN with Options/train_option2(lift cube).py After that to train the DQN over options run the file ../DQN with Options/train_over_options.py The learning process for the DQN over options is implemented in the file ../DQN with Options/dqn_with_options.py and the file ../DQN with Options/option_class.py contains the implementation of the option work

DQN&Options end-to-end

The united architecture

environments

The testing environment (arm_env_dqn) used in the experiments The environments for training the options (arm_env_dqn_go_down and arm_env_dqn_lift_cube)

utils

Utils needed for plotting and DQN implementation.

The file dqn_utils.py contains the following:

    huber_loss
    Constant Piecewise Linear Schedules
    compute_exponential_averages
    minimize_and_clip
    initialize_interdependent_variables
    ReplayBuffer
    ReplayBufferOptions

hrl_dqn's People

Contributors

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