Skip to content

Jendker/inverse_rl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverse RL

Implementations for imitation learning / IRL algorithms in RLLAB

Contains:

Setup Instructions (Linux)

Install inverse_rl (Use rllab3 env)

pip install -e .

Examples

Running the Pendulum-v0 gym environment (Use rllab3 env):

  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 99.4%
  • Shell 0.6%