paper-with-me

Papers

Verifiable and Compositional Reinforcement Learning Systems

2021-06-07 · Cyrus Neary, 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 (pMDP) which is used to plan and to analyze compositions of subsystems, and of the collection of low-level subsystems themselves. 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; if they each learn a policy satisfying the appropriate 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 pMDP, 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. As an additional benefit, this procedure allows for particularly challenging or important components of an overall task to be determined automatically, and focused on, during training. Experimental results demonstrate the presented framework's novel capabilities.

📄 PDF Abstract BibTeX arXiv:2106.05864

Code (1)

cyrusneary/verifiable-compositional-rl 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Composition-RL: Compose Your Verifiable Prompts for Reinforcement Learning of Large Language Models

2026-02-12 · Xin Xu, Clive Bai, Kai Yang, Tianhao Chen 외 arxiv

Large-scale verifiable prompts underpin the success of Reinforcement Learning with Verifiable Rewards (RLVR), but they contain many uninformative examples and are costly to expand further. Recent studies focus on better …

Reinforcement Learning

A Multifidelity Sim-to-Real Pipeline for Verifiable and Compositional Reinforcement Learning

2023-12-02 · Cyrus Neary, Christian Ellis, Aryaman Singh Samyal, Craig Lennon 외

We propose and demonstrate a compositional framework for training and verifying reinforcement learning (RL) systems within a multifidelity sim-to-real pipeline, in order to deploy reliable and adaptable RL policies on ph…

reinforcement-learningReinforcement Learning (RL)

Verifiable Reinforcement Learning Systems via Compositionality

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

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. …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

When Is Compositional Reasoning Learnable from Verifiable Rewards?

2026-02-08 · Daniel Barzilai, Yotam Wolf, Ronen Basri arxiv

The emergence of compositional reasoning in large language models through reinforcement learning with verifiable rewards (RLVR) has been a key driver of recent empirical successes. Despite this progress, it remains uncle…

Reinforcement Learning

ASTRA: Automated Synthesis of agentic Trajectories and Reinforcement Arenas

2026-01-29 · Xiaoyu Tian, Haotian Wang, Shuaiting Chen, Hao Zhou 외 arxiv

Large language models (LLMs) are increasingly used as tool-augmented agents for multi-step decision making, yet training robust tool-using agents remains challenging. Existing methods still require manual intervention, d…

Reinforcement LearningDecision Making