Git Product home page Git Product logo

policy_refinement's Introduction

Direct Random Search for Fine Tuning of Deep Reinforcement Learning Policies

This Repo contains code to accompany the paper "Direct Random Search for Fine Tuning of Deep Reinforcement Learning Policies" submitted to RA-L/ICRA 2022

It contains one script to run the experiments used in then paper, and several notebooks to load and process data from those experiments. Some of the code (most notably the random search implementation we use) is contained in a library of mine hosted here.

Installation:

First, clone and install seagul:

git clone https://github.com/sgillen/seagul
pip install ./seagul

You will also need to install the rl baselines 3 zoo, to access the baseline agents

git clone --recursive https://github.com/DLR-RM/rl-baselines3-zoo

If you want to use the panda environments you will also need to clone the latest from here:

git clone https://github.com/qgallouedec/panda-gym
pip install ./panda_gym

Finally clone this repo and install the remaining requirements

git clone https://github.com/sgillen/policy_refinement/
cd policy_refinment/
pip install -r requirements.txt

You should now be able to train new agents, load the data used in the paper, and run baseline agents. To access our own agents without re running the training, see the keep_agents/ folder, which has a link to download the trained agents at.

policy_refinement's People

Contributors

sgillen avatar tyozmen avatar

Stargazers

 avatar

Watchers

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