Imitation Learning Algorithms (and IRL) based on RL library mushroom_rl.
-
IRL Implemented Algorithms: SCIRL
- Examples for both MountainCar and Pendulum-v0 environments;
- Feature Expectation estimator with Monte Carlo rollouts;
- Estimation with Least-Squares Temporal difference is not debbuged (TODO);
-
There are multiple examples available;
-
Expert trajectories for some evironments;
-
Algorithms are still being benchmarked in multiple environments;