Skip to content

dibyaghosh/dnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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