paper-with-me

홈 › Papers

Learning Self-Imitating Diverse Policies

2018-05-25 · ICLR 2019 5 · Tanmay Gangwani, Qiang Liu, Jian Peng

The success of popular algorithms for deep reinforcement learning, such as policy-gradients and Q-learning, relies heavily on the availability of an informative reward signal at each timestep of the sequential decision-making process. When rewards are only sparsely available during an episode, or a rewarding feedback is provided only after episode termination, these algorithms perform sub-optimally due to the difficultly in credit assignment. Alternatively, trajectory-based policy optimization methods, such as cross-entropy method and evolution strategies, do not require per-timestep rewards, but have been found to suffer from high sample complexity by completing forgoing the temporal nature of the problem. Improving the efficiency of RL algorithms in real-world problems with sparse or episodic rewards is therefore a pressing need. In this work, we introduce a self-imitation learning algorithm that exploits and explores well in the sparse and episodic reward settings. We view each policy as a state-action visitation distribution and formulate policy optimization as a divergence minimization problem. We show that with Jensen-Shannon divergence, this divergence minimization problem can be reduced into a policy-gradient algorithm with shaped rewards learned from experience replays. Experimental results indicate that our algorithm works comparable to existing algorithms in environments with dense rewards, and significantly better in environments with sparse and episodic rewards. We then discuss limitations of self-imitation learning, and propose to solve them by using Stein variational policy gradient descent with the Jensen-Shannon kernel to learn multiple diverse policies. We demonstrate its effectiveness on a challenging variant of continuous-control MuJoCo locomotion tasks.

📄 PDF Abstract BibTeX arXiv:1805.10309

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDecision MakingDeep Reinforcement LearningImitation LearningMuJoCoPolicy Gradient MethodsQ-LearningReinforcement LearningSequential Decision Making

Similar Papers 제목 키워드 기반

Scalable pragmatic communication via self-supervision

2021-08-12 · Jennifer Hu, Roger Levy, Noga Zaslavsky

Models of context-sensitive communication often use the Rational Speech Act framework (RSA; Frank & Goodman, 2012), which formulates listeners and speakers in a cooperative reasoning process. However, the standard RSA fo…

Learning to Play by Imitating Humans

2020-06-11 · Rostam Dinyari, Pierre Sermanet, Corey Lynch

Acquiring multiple skills has commonly involved collecting a large number of expert demonstrations per task or engineering custom reward functions. Recently it has been shown that it is possible to acquire a diverse set …

Robust Asymmetric Learning in POMDPs

2020-12-31 · Andrew Warrington, J. Wilder Lavington, Adam Ścibior, Mark Schmidt 외

Policies for partially observed Markov decision processes can be efficiently learned by imitating policies for the corresponding fully observed Markov decision processes. Unfortunately, existing approaches for this kind …

Imitation Learning

Learning Foresightful Dense Visual Affordance for Deformable Object Manipulation

2023-03-20 · ICCV 2023 1 · Ruihai Wu, Chuanruo Ning, Hao Dong

Understanding and manipulating deformable objects (e.g., ropes and fabrics) is an essential yet challenging task with broad applications. Difficulties come from complex states and dynamics, diverse configurations and hig…

Deformable Object ManipulationObject

KiRAS: Keyframe Guided Self-Imitation for Robust and Adaptive Skill Learning in Quadruped Robots

2026-03-16 · Xiaoyi Wei, Peng Zhai, Jiaxin Tu, Yueqi Zhang 외 arxiv

With advances in reinforcement learning and imitation learning, quadruped robots can acquire diverse skills within a single policy by imitating multiple skill-specific datasets. However, the lack of datasets on complex t…

Reinforcement Learning