8000 GitHub - flint-xf-fan/meta_irl: Clone repo of https://github.com/ermongroup/MetaIRL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flint-xf-fan/meta_irl

Repository files navigation

Meta-Inverse Reinforcement Learning with Probabilistic Context Variables

Lantao Yu*, Tianhe Yu*, Chelsea Finn, Stefano Ermon.
The 33rd Conference on Neural Information Processing Systems. (NeurIPS 2019)
[Paper] [Website]

Usage

Requirement: The rllab package used in this project is provided here.

To get expert trajectories for downstream tasks:

python scripts/maze_data_collect.py

After getting expert trajectories, run Meta-Inverse RL to learn context dependent reward functions:

python scripts/maze_wall_meta_irl.py

We provided a pretrained IRL model here, which will be loaded by the following codes by default.

To visualize the context-dependent reward function (Figure 2 in the paper):

python scripts/maze_visualize_reward.py

To use the context-dependent reward function to train a new policy under new dynamics:

python scripts/maze_wall_meta_irl_test.py

Releases

No releases published

Packages

No packages published

Languages

0