paper-with-me

Papers

Learning from Sparse Demonstrations

2020-08-05 · Wanxin Jin, Todd D. Murphey, Dana Kulić, Neta Ezer, Shaoshuai Mou

This paper develops the method of Continuous Pontryagin Differentiable Programming (Continuous PDP), which enables a robot to learn an objective function from a few sparsely demonstrated keyframes. The keyframes, labeled with some time stamps, are the desired task-space outputs, which a robot is expected to follow sequentially. The time stamps of the keyframes can be different from the time of the robot's actual execution. The method jointly finds an objective function and a time-warping function such that the robot's resulting trajectory sequentially follows the keyframes with minimal discrepancy loss. The Continuous PDP minimizes the discrepancy loss using projected gradient descent, by efficiently solving the gradient of the robot trajectory with respect to the unknown parameters. The method is first evaluated on a simulated robot arm and then applied to a 6-DoF quadrotor to learn an objective function for motion planning in unmodeled environments. The results show the efficiency of the method, its ability to handle time misalignment between keyframes and robot execution, and the generalization of objective learning into unseen motion conditions.

📄 PDF Abstract BibTeX arXiv:2008.02159

Code (2)

wanxinjin/Learning-from-Sparse-Demonstrations 공식 구현
wanxinjin/Pontryagin-Differentiable-Programming pytorch

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Residual Reinforcement Learning from Demonstrations

2021-06-15 · Minttu Alakuijala, Gabriel Dulac-Arnold, Julien Mairal, Jean Ponce 외

Residual reinforcement learning (RL) has been proposed as a way to solve challenging robotic tasks by adapting control actions from a conventional feedback controller to maximize a reward signal. We extend the residual f…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Policy Optimization with Demonstrations

2018-07-01 · ICML 2018 7 · Bingyi Kang, Zequn Jie, Jiashi Feng

Exploration remains a significant challenge to reinforcement learning methods, especially in environments where reward signals are sparse. Recent methods of learning from demonstrations have shown to be promising in…

Policy Gradient MethodsReinforcement LearningReinforcement Learning (RL)

Learning Sparse Rewarded Tasks from Sub-Optimal Demonstrations

2020-04-01 · Zhuangdi Zhu, Kaixiang Lin, Bo Dai, Jiayu Zhou

Model-free deep reinforcement learning (RL) has demonstrated its superiority on many complex sequential decision-making problems. However, heavy dependence on dense rewards and high sample-complexity impedes the wide ado…

continuous-controlContinuous ControlDecision MakingDeep Reinforcement Learning+4

Self-Imitation Learning from Demonstrations

2022-03-21 · Georgiy Pshikhachev, Dmitry Ivanov, Vladimir Egorov, Aleksei Shpilman

Despite the numerous breakthroughs achieved with Reinforcement Learning (RL), solving environments with sparse rewards remains a challenging task that requires sophisticated exploration. Learning from Demonstrations (LfD…

Imitation LearningReinforcement Learning (RL)

Hybrid Policy Optimization from Imperfect Demonstrations

2023-09-21 · NeurIPS 2023 11

Exploration is one of the main challenges in Reinforcement Learning (RL), especially in environments with sparse rewards. Learning from Demonstrations (LfD) is a promising approach to solving this problem by leveraging e…