paper-with-me

홈 › Papers

Learning from Interventions using Hierarchical Policies for Safe Learning

2019-12-04 · Jing Bi, Vikas Dhiman, Tianyou Xiao, Chenliang Xu

Learning from Demonstrations (LfD) via Behavior Cloning (BC) works well on multiple complex tasks. However, a limitation of the typical LfD approach is that it requires expert demonstrations for all scenarios, including those in which the algorithm is already well-trained. The recently proposed Learning from Interventions (LfI) overcomes this limitation by using an expert overseer. The expert overseer only intervenes when it suspects that an unsafe action is about to be taken. Although LfI significantly improves over LfD, the state-of-the-art LfI fails to account for delay caused by the expert's reaction time and only learns short-term behavior. We address these limitations by 1) interpolating the expert's interventions back in time, and 2) by splitting the policy into two hierarchical levels, one that generates sub-goals for the future and another that generates actions to reach those desired sub-goals. This sub-goal prediction forces the algorithm to learn long-term behavior while also being robust to the expert's reaction time. Our experiments show that LfI using sub-goals in a hierarchical policy framework trains faster and achieves better asymptotic performance than typical LfD.

📄 PDF Abstract BibTeX arXiv:1912.02241

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Designing Control Barrier Function via Probabilistic Enumeration for Safe Reinforcement Learning Navigation

2025-04-30 · Luca Marzari, Francesco Trotti, Enrico Marchesini, Alessandro Farinelli

Achieving safe autonomous navigation systems is critical for deploying robots in dynamic and uncertain real-world environments. In this paper, we propose a hierarchical control framework leveraging neural network verific…

Autonomous NavigationSafe Reinforcement Learning

Dynamic Model Predictive Shielding for Provably Safe Reinforcement Learning

2024-05-22 · Arko Banerjee, Kia Rahmani, Joydeep Biswas, Isil Dillig

Among approaches for provably safe reinforcement learning, Model Predictive Shielding (MPS) has proven effective at complex tasks in continuous, high-dimensional state spaces, by leveraging a backup policy to ensure safe…

reinforcement-learningReinforcement LearningSafe Reinforcement Learning

Hierarchical Policy Blending as Inference for Reactive Robot Control

2022-10-14 · Kay Hansel, Julen Urain, Jan Peters, Georgia Chalvatzaki

Motion generation in cluttered, dense, and dynamic environments is a central topic in robotics, rendered as a multi-objective decision-making problem. Current approaches trade-off between safety and performance. On the o…

Decision MakingMotion GenerationStochastic Optimization

Real-Time Out-of-Distribution Failure Prevention via Multi-Modal Reasoning

2025-05-15 · Milan Ganai, Rohan Sinha, Christopher Agia, Daniel Morton 외

Foundation models can provide robust high-level reasoning on appropriate safety interventions in hazardous scenarios beyond a robot's training data, i.e. out-of-distribution (OOD) failures. However, due to the high infer…

OHP-RL: Online Human Preference as Guidance in Reinforcement Learning for Robot Manipulation

2026-05-15 · Yunyang Mo, Jian Li, Qiwei Wu, Yihang Kang 외 arxiv

While reinforcement learning (RL) enables robots to acquire skills autonomously, its real-world deployment is severely limited by inefficient and unsafe exploration. Human-in-the-loop interventions offer a practical solu…

Reinforcement LearningRobot Manipulation