paper-with-me

Papers

Verifiable Reinforcement Learning Systems via Compositionality

2023-09-09 · Cyrus Neary, Aryaman Singh Samyal, Christos Verginis, Murat Cubuktepe, Ufuk Topcu

We propose a framework for verifiable and compositional reinforcement learning (RL) in which a collection of RL subsystems, each of which learns to accomplish a separate subtask, are composed to achieve an overall task. The framework consists of a high-level model, represented as a parametric Markov decision process, which is used to plan and analyze compositions of subsystems, and of the collection of low-level subsystems themselves. The subsystems are implemented as deep RL agents operating under partial observability. By defining interfaces between the subsystems, the framework enables automatic decompositions of task specifications, e.g., reach a target set of states with a probability of at least 0.95, into individual subtask specifications, i.e. achieve the subsystem's exit conditions with at least some minimum probability, given that its entry conditions are met. This in turn allows for the independent training and testing of the subsystems. We present theoretical results guaranteeing that if each subsystem learns a policy satisfying its subtask specification, then their composition is guaranteed to satisfy the overall task specification. Conversely, if the subtask specifications cannot all be satisfied by the learned policies, we present a method, formulated as the problem of finding an optimal set of parameters in the high-level model, to automatically update the subtask specifications to account for the observed shortcomings. The result is an iterative procedure for defining subtask specifications, and for training the subsystems to meet them. Experimental results demonstrate the presented framework's novel capabilities in environments with both full and partial observability, discrete and continuous state and action spaces, as well as deterministic and stochastic dynamics.

📄 PDF Abstract BibTeX arXiv:2309.06420

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Reinforcement Learning with Verifiable Physics: Post-training LLMs with Continuous Rewards

2026-07-11 · Pengfei Cai, Utkarsh Utkarsh, Alan Edelman, Christopher Vincent Rackauckas 외 arxiv

Partial differential equations (PDEs) are foundational to modeling in science and engineering, but constructing reliable numerical solvers remains labor-intensive, demanding expert knowledge of discretization schemes, st…

Reinforcement LearningCode Generation

From explanation to synthesis: Compositional program induction for learning from demonstration

2019-02-27 · Michael Burke, Svetlin Penkov, Subramanian Ramamoorthy

Hybrid systems are a compact and natural mechanism with which to address problems in robotics. This work introduces an approach to learning hybrid systems from demonstrations, with an emphasis on extracting models that a…

Program induction

A Unified Theory of Compositionality, Modularity, and Interpretability in Markov Decision Processes

2025-06-11 · Thomas J. Ringstrom, Paul R. Schrater

We introduce Option Kernel Bellman Equations (OKBEs) for a new reward-free Markov Decision Process. Rather than a value function, OKBEs directly construct and optimize a predictive map called a state-time option kernel (…

Learning on Abstract Domains: A New Approach for Verifiable Guarantee in Reinforcement Learning

2021-06-13 · Peng Jin, Min Zhang, Jianwen Li, Li Han 외

Formally verifying Deep Reinforcement Learning (DRL) systems is a challenging task due to the dynamic continuity of system behaviors and the black-box feature of embedded neural networks. In this paper, we propose a nove…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

On the Correspondence between Compositionality and Imitation in Emergent Neural Communication

2023-05-22 · Emily Cheng, Mathieu Rita, Thierry Poibeau

Compositionality is a hallmark of human language that not only enables linguistic generalization, but also potentially facilitates acquisition. When simulating language emergence with neural networks, compositionality ha…

Imitation Learning