paper-with-me

홈 › Papers

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 and control constraints. Given safe demonstrations, our method uses hit-and-run sampling to obtain lower cost, and thus unsafe, trajectories. Both safe and unsafe trajectories are used to obtain a consistent representation of the unsafe set via solving an integer program. Our method generalizes across system dynamics and learns a guaranteed subset of the constraint. We also provide theoretical analysis on what subset of the constraint can be learnable from safe demonstrations. We demonstrate our method on linear and nonlinear system dynamics, show that it can be modified to work with suboptimal demonstrations, and that it can also be used to learn constraints in a feature space.

📄 PDF Abstract BibTeX arXiv:1812.07084

Code (0)

등록된 구현이 없습니다.

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

Learning Constraints from Locally-Optimal Demonstrations under Cost Function Uncertainty

2020-01-25 · Glen Chou, Necmiye Ozay, Dmitry Berenson

We present an algorithm for learning parametric constraints from locally-optimal demonstrations, where the cost function being optimized is uncertain to the learner. Our method uses the Karush-Kuhn-Tucker (KKT) optimalit…

Constraint Learning in Multi-Agent Dynamic Games from Demonstrations of Local Nash Interactions

2025-08-27 · Zhouyu Zhang, Chih-Yuan Chiu, Glen Chou arxiv

We present an inverse dynamic game-based algorithm to learn parametric constraints from a given dataset of local Nash equilibrium interactions between multiple agents. Specifically, we introduce mixed-integer linear prog…

Learning Shared Safety Constraints from Multi-task Demonstrations

2023-09-01 · NeurIPS 2023 11 · Konwoo Kim, Gokul Swamy, Zuxin Liu, Ding Zhao 외

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…

continuous-controlContinuous Control

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