Skip to content

kyungjaelee/dmpl_experiments

Repository files navigation

DMPL Object World Experiments

Density matching polilcy learning (DMPL) is a policy learning algorithm in a continuous state action space by first estimating the proximal reward and modeling the policy function using model predictive control with respect to the logarithm of the optimized reward. This implementation is based on MATLAB. To compare with other IRL algorithms, IRL-toolkit is used: https://github.com/vvanirudh/IRL-Toolkit.