Skip to content
/ POfD Public

Reimplementation of Policy Optimization with Demonstrations (POfD) from ICML 2018.

License

Notifications You must be signed in to change notification settings

fiberleif/POfD

Repository files navigation

Policy Optimization with Demonstrations (POfD)

This repository is a reimplementation of Policy Optimization with Demonstrations (ICML 2018).

Dependencies

This code is highly based on OpenAI baselines gail.

Training

To run POfD on delayed Mujoco tasks:

python baselines/gail/run_mujoco.py --env_id Hopper-v1 --reward-freq 10 --num_epochs 1000

About

Reimplementation of Policy Optimization with Demonstrations (POfD) from ICML 2018.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published