• Stars
    star
    255
  • Rank 158,850 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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