Skip to content

dibyaghosh/dnc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
dnc
September 9, 2018 16:44
May 27, 2018 13:18
May 27, 2018 13:18
May 27, 2018 13:21

Divide-and-Conquer Reinforcement Learning

This repository contains code accompaning the paper, Divide-and-Conquer Reinforcement Learning (Ghosh et al., ICLR 2018). It includes code for the DnC algorithm, and the Mujoco environments used for the empirical evaluation. Please see the project website for videos and further details.

Dependencies

This codebase requires a valid installation of rllab. Please refer to the rllab repository for installation instructions.

The environments are built in Mujoco 1.31: follow the instructions here to install Mujoco 1.31 if not already done. You are required to have a Mujoco license to run any of the environments.

Usage

Sample scripts for working with DnC and the provided environments can be found in the examples directory. In particular, a sample scripts for running DnC is located here.

source activate rllab_env
python examples/dnc_pick.py

Environments are located in the dnc/envs/ directory, and the DnC implementation can be found at dnc/algos/.

Contact

To ask questions or report issues, please open an issue on the issues tracker.

Citing

If you use DnC, please cite the following paper:

About

Code for "Divide-and-Conquer Reinforcement Learning"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages