paper-with-me

홈 › Papers

Learning Shared Safety Constraints from Multi-task Demonstrations

2023-09-01 · NeurIPS 2023 11 · Konwoo Kim, Gokul Swamy, Zuxin Liu, Ding Zhao, Sanjiban Choudhury, Zhiwei Steven Wu

Regardless of the particular task we want them to perform in an environment, there are often shared safety constraints we want our agents to respect. For example, regardless of whether it is making a sandwich or clearing the table, a kitchen robot should not break a plate. Manually specifying such a constraint can be both time-consuming and error-prone. We show how to learn constraints from expert demonstrations of safe task completion by extending inverse reinforcement learning (IRL) techniques to the space of constraints. Intuitively, we learn constraints that forbid highly rewarding behavior that the expert could have taken but chose not to. Unfortunately, the constraint learning problem is rather ill-posed and typically leads to overly conservative constraints that forbid all behavior that the expert did not take. We counter this by leveraging diverse demonstrations that naturally occur in multi-task settings to learn a tighter set of constraints. We validate our method with simulation experiments on high-dimensional continuous control tasks.

📄 PDF Abstract BibTeX arXiv:2309.00711

Code (1)

konwook/mticl 공식 구현 pytorch

Tasks

continuous-controlContinuous Control

Similar Papers 제목 키워드 기반

Learning Safety Constraints from Demonstrations with Unknown Rewards

2023-05-25 · David Lindner, Xin Chen, Sebastian Tschiatschek, Katja Hofmann 외

We propose Convex Constraint Learning for Reinforcement Learning (CoCoRL), a novel approach for inferring shared constraints in a Constrained Markov Decision Process (CMDP) from a set of safe demonstrations with possibly…

reinforcement-learningReinforcement Learning

DIAL: Distribution-Informed Adaptive Learning of Multi-Task Constraints for Safety-Critical Systems

2025-01-30 · Se-Wook Yoo, Seung-Woo Seo

Safe reinforcement learning has traditionally relied on predefined constraint functions to ensure safety in complex real-world tasks, such as autonomous driving. However, defining these functions accurately for varied ta…

Autonomous DrivingImitation LearningSafe Reinforcement Learning

Learning Constraints from Demonstrations

2018-12-17 · Glen Chou, Dmitry Berenson, Necmiye Ozay

We extend the learning from demonstration paradigm by providing a method for learning unknown constraints shared across tasks, using demonstrations of the tasks, their cost functions, and knowledge of the system dynamics…

An Offline Adaptation Framework for Constrained Multi-Objective Reinforcement Learning

2024-09-16 · Qian Lin, Zongkai Liu, Danying Mo, Chao Yu

In recent years, significant progress has been made in multi-objective reinforcement learning (RL) research, which aims to balance multiple objectives by incorporating preferences for each objective. In most existing stu…

Multi-Objective Reinforcement LearningReinforcement Learning (RL)

Uncertainty-Aware Constraint Learning for Adaptive Safe Motion Planning from Demonstrations

2020-11-09 · Glen Chou, Necmiye Ozay, Dmitry Berenson

We present a method for learning to satisfy uncertain constraints from demonstrations. Our method uses robust optimization to obtain a belief over the potentially infinite set of possible constraints consistent with the …

Motion Planning