paper-with-me

Papers

Boosting Reinforcement Learning and Planning with Demonstrations: A Survey

2023-03-23 · Tongzhou Mu, Hao Su

Although reinforcement learning has seen tremendous success recently, this kind of trial-and-error learning can be impractical or inefficient in complex environments. The use of demonstrations, on the other hand, enables agents to benefit from expert knowledge rather than having to discover the best action to take through exploration. In this survey, we discuss the advantages of using demonstrations in sequential decision making, various ways to apply demonstrations in learning-based decision making paradigms (for example, reinforcement learning and planning in the learned models), and how to collect the demonstrations in various scenarios. Additionally, we exemplify a practical pipeline for generating and utilizing demonstrations in the recently proposed ManiSkill robot learning benchmark.

📄 PDF Abstract BibTeX arXiv:2303.13489

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingreinforcement-learningReinforcement LearningSequential Decision MakingSurvey

Similar Papers 제목 키워드 기반

Reinforcement Learning in Robotic Motion Planning by Combined Experience-based Planning and Self-Imitation Learning

2023-06-11 · Sha Luo, Lambert Schomaker

High-quality and representative data is essential for both Imitation Learning (IL)- and Reinforcement Learning (RL)-based motion planning tasks. For real robots, it is challenging to collect enough qualified data either …

Imitation LearningMotion PlanningReinforcement Learning (RL)

Boosting Offline Reinforcement Learning for Autonomous Driving with Hierarchical Latent Skills

2023-09-24 · Zenan Li, Fan Nie, Qiao Sun, Fang Da 외

Learning-based vehicle planning is receiving increasing attention with the emergence of diverse driving simulators and large-scale driving datasets. While offline reinforcement learning (RL) is well suited for these safe…

Autonomous DrivingOffline RLreinforcement-learningReinforcement Learning (RL)

SPIRE: Synergistic Planning, Imitation, and Reinforcement Learning for Long-Horizon Manipulation

2024-10-23 · Zihan Zhou, Animesh Garg, Dieter Fox, Caelan Garrett 외

Robot learning has proven to be a general and effective technique for programming manipulators. Imitation learning is able to teach robots solely from human demonstrations but is bottlenecked by the capabilities of the d…

Imitation LearningMotion Planningreinforcement-learningReinforcement Learning+2

Model-based Reinforcement Learning: A Survey

2020-06-30 · Thomas M. Moerland, Joost Broekens, Aske Plaat, Catholijn M. Jonker

Sequential decision making, commonly formalized as Markov Decision Process (MDP) optimization, is a important challenge in artificial intelligence. Two key approaches to this problem are reinforcement learning (RL) and p…

Decision MakingmodelModel-based Reinforcement Learningreinforcement-learning+5

Learning from Demonstration without Demonstrations

2021-06-17 · Tom Blau, Gilad Francis, Philippe Morere

State-of-the-art reinforcement learning (RL) algorithms suffer from high sample complexity, particularly in the sparse reward case. A popular strategy for mitigating this problem is to learn control policies by imitating…

Reinforcement Learning (RL)