florensacc / rllab-curriculum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rllab-curriculum

This codebase is self-contained to reproduce the results in:

To setup rllab, please see documentation at https://rllab.readthedocs.org/en/latest/.

Goal Generation

To run the maze-ant goal experiments, run:

python curriculum/experiments/goals/maze_ant/maze_ant_gan.py

In the same directory are all the files to lauch all the baselines presented in the Automatic Goal Generation for RL Agents paper, and more. The performances obtained should match the figure found in

data/Figures/maze_ant/maze_ant_baselines_long.png

Reverse Curriculum

To run the key-hole manipulation experiments, run:

python curriculum/experiments/starts/arm3d/arm3d_key/arm3d_key_brownian.py

In the same directory are all the files to lauch all the baselines presented in the Reverse Curriculum Generation for RL paper, and more. The performances obtained should match the figure found in

data/Figures/arm3d-key/main.png

About

License:Other


Languages

Language:Python 86.5%Language:C 7.5%Language:C++ 2.6%Language:HTML 1.2%Language:JavaScript 1.0%Language:Ruby 0.4%Language:CSS 0.3%Language:Shell 0.2%Language:Mako 0.2%Language:Dockerfile 0.1%Language:Makefile 0.0%