Skip to content

AdamGleave/inverse_rl

This branch is 10 commits ahead of, 1 commit behind justinjfu/inverse_rl:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8675e7d · May 26, 2018

History

21 Commits
May 26, 2018
May 26, 2018
Nov 13, 2017
Apr 8, 2018
Jul 21, 2017
Mar 16, 2018
Apr 8, 2018

Repository files navigation

Inverse RL

Implementations for imitation learning / IRL algorithms in RLLAB

Contains:

Setup

This library requires:

Examples

Running the Pendulum-v0 gym environment:

  1. Collect expert data
python scripts/pendulum_data_collect.py

You should get an "AverageReturn" of around -100 to -150

  1. Run imitation learning
python scripts/pendulum_gcl.py

The "OriginalTaskAverageReturn" should reach around -100 to -150

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%