paper-with-me

Papers

Learning Safety Constraints From Demonstration Using One-Class Decision Trees

2023-12-14 · Mattijs Baert, Sam Leroux, Pieter Simoens

The alignment of autonomous agents with human values is a pivotal challenge when deploying these agents within physical environments, where safety is an important concern. However, defining the agent's objective as a reward and/or cost function is inherently complex and prone to human errors. In response to this challenge, we present a novel approach that leverages one-class decision trees to facilitate learning from expert demonstrations. These decision trees provide a foundation for representing a set of constraints pertinent to the given environment as a logical formula in disjunctive normal form. The learned constraints are subsequently employed within an oracle constrained reinforcement learning framework, enabling the acquisition of a safe policy. In contrast to other methods, our approach offers an interpretable representation of the constraints, a vital feature in safety-critical environments. To validate the effectiveness of our proposed method, we conduct experiments in synthetic benchmark domains and a realistic driving environment.

📄 PDF Abstract BibTeX arXiv:2312.08837

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

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

Explainably Safe Reinforcement Learning

2026-06-03 · Sabine Rieder, Stefan Pranger, Debraj Chakraborty, Jan Křetínský 외 arxiv

Trust in a decision-making system requires both safety guarantees and the ability to interpret and understand its behavior. This is particularly important for learned systems, whose decision-making processes are often hi…

Reinforcement Learning

An improved column-generation-based matheuristic for learning classification trees

2023-08-22 · Krunal Kishor Patel, Guy Desaulniers, Andrea Lodi

Decision trees are highly interpretable models for solving classification problems in machine learning (ML). The standard ML algorithms for training decision trees are fast but generate suboptimal trees in terms of accur…

Classification

OSIL: Learning Offline Safe Imitation Policies with Safety Inferred from Non-preferred Trajectories

2026-02-11 · Returaj Burnwal, Nirav Pravinbhai Bhatt, Balaraman Ravindran arxiv

This work addresses the problem of offline safe imitation learning (IL), where the goal is to learn safe and reward-maximizing policies from demonstrations that do not have per-timestep safety cost or reward information.…

Yet Another Representation of Binary Decision Trees: A Mathematical Demonstration

2021-01-18 · Jinxiong Zhang

A decision tree looks like a simple directed acyclic computational graph, where only the leaf nodes specify the output values and the non-terminals specify their tests or split conditions. From the numerical perspective,…