paper-with-me

홈 › Papers

Compositional Reinforcement Learning from Logical Specifications

2021-06-25 · NeurIPS 2021 12 · Kishor Jothimurugan, Suguman Bansal, Osbert Bastani, Rajeev Alur

We study the problem of learning control policies for complex tasks given by logical specifications. Recent approaches automatically generate a reward function from a given specification and use a suitable reinforcement learning algorithm to learn a policy that maximizes the expected reward. These approaches, however, scale poorly to complex tasks that require high-level planning. In this work, we develop a compositional learning approach, called DiRL, that interleaves high-level planning and reinforcement learning. First, DiRL encodes the specification as an abstract graph; intuitively, vertices and edges of the graph correspond to regions of the state space and simpler sub-tasks, respectively. Our approach then incorporates reinforcement learning to learn neural network policies for each edge (sub-task) within a Dijkstra-style planning algorithm to compute a high-level plan in the graph. An evaluation of the proposed approach on a set of challenging control benchmarks with continuous state and action spaces demonstrates that it outperforms state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2106.13906

Code (1)

keyshor/dirl 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Automating the Refinement of Reinforcement Learning Specifications

2025-11-30 · Tanmay Ambadkar, Đorđe Žikelić, Abhinav Verma arxiv

Logical specifications have been shown to help reinforcement learning algorithms in achieving complex tasks. However, when a task is under-specified, agents might fail to learn useful policies. In this work, we explore t…

Reinforcement Learning

Logical Specifications-guided Dynamic Task Sampling for Reinforcement Learning Agents

2024-02-06 · Yash Shukla, Tanushree Burman, Abhishek Kulkarni, Robert Wright 외

Reinforcement Learning (RL) has made significant strides in enabling artificial agents to learn diverse behaviors. However, learning an effective policy often requires a large number of environment interactions. To mitig…

continuous-controlContinuous ControlDecision MakingQ-Learning+4

Compositional Policy Learning in Stochastic Control Systems with Formal Guarantees

2023-12-03 · NeurIPS 2023 11 · Đorđe Žikelić, Mathias Lechner, Abhinav Verma, Krishnendu Chatterjee 외

Reinforcement learning has shown promising results in learning neural network policies for complicated control tasks. However, the lack of formal guarantees about the behavior of such policies remains an impediment to th…

Reward Shaping and Action Masking for Compositional Tasks using Behavior Trees and LLMs

2026-05-07 · Nicholas Potteiger, Ankita Samaddar, Taylor T. Johnson, Xenofon Koutsoukos arxiv

Decomposing complex tasks into a sequence of simpler subtasks can improve learning efficiency for an autonomous agent. Reinforcement learning (RL) can be used to optimize agent policies to complete subtasks, but requires…

Reinforcement Learning

Skill Machines: Temporal Logic Skill Composition in Reinforcement Learning

2022-05-25 · Geraud Nangue Tasse, Devon Jarvis, Steven James, Benjamin Rosman

It is desirable for an agent to be able to solve a rich variety of problems that can be specified through language in the same environment. A popular approach towards obtaining such agents is to reuse skills learned in p…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1