Giter Site home page Giter Site logo

rl_final's Introduction

Search on the Replay Buffer

Project Report | Project Slides

SoRB Algorithm - Introduction

An intelligent agent will be able to solve complex, temporally extended tasks. A lot of research has been done in the fields of Path planning and Reinforcement Learning in order to make agents intelligent and be able to learn tasks of varying horizons.

Classical Path planning algorithms like A* and RRT* can find the shortest path and reason over long horizons if provided with a local policy and an understanding of the distance metric. This becomes a roadblock when we reason over high-dimensional observation spaces like image-based tasks. A set of complex RL problems called Goal Conditioned Reinforcement Learning helps train an agent to learn a policy to achieve different goals under particular scenarios. These algorithms excel in learning these policies and can handle high- dimensional observations. However, these methods suffer from failure to handle long-horizon tasks.

A recent approach called Search on the Replay Buffer (SORB) aims to utilize the strengths of both Path planning and Goal Conditioned Reinforcement Learning algorithms. The approach divides the long-horizon tasks into a series of easier sub-goals in order to accomplish the main task. In this work, we have written and tested the algorithm in R2 space for different motion planning scenarios to build an intuition behind the method.

Installation

git clone https://github.com/marleyshan21/RL_final.git
cd RL-final
pip install -r requirements.txt

Usage and Training

The parameters such as the number of iterations, option to use distribution RL, the desired environment can be changed by altering the configs/config_PointEnv.py file.

For training the agent on a particular environment set in the config file, run the following command.

python main.py configs/config_PointEnv.py --train

For evaluation, use

python main.py configs/config_PointEnv.py

Collaboration

Done in collaboration with - Hardik Devrangadi

rl_final's People

Contributors

marleyshan21 avatar devrangadi-h avatar

Watchers

 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.