paper-with-me

Papers

Model-Free Reinforcement Learning for Symbolic Automata-encoded Objectives

2022-02-04 · Anand Balakrishnan, Stefan Jakšić, Edgar A. Aguilar, Dejan Ničković, Jyotirmoy V. Deshmukh

Reinforcement learning (RL) is a popular approach for robotic path planning in uncertain environments. However, the control policies trained for an RL agent crucially depend on user-defined, state-based reward functions. Poorly designed rewards can lead to policies that do get maximal rewards but fail to satisfy desired task objectives or are unsafe. There are several examples of the use of formal languages such as temporal logics and automata to specify high-level task specifications for robots (in lieu of Markovian rewards). Recent efforts have focused on inferring state-based rewards from formal specifications; here, the goal is to provide (probabilistic) guarantees that the policy learned using RL (with the inferred rewards) satisfies the high-level formal specification. A key drawback of several of these techniques is that the rewards that they infer are sparse: the agent receives positive rewards only upon completion of the task and no rewards otherwise. This naturally leads to poor convergence properties and high variance during RL. In this work, we propose using formal specifications in the form of symbolic automata: these serve as a generalization of both bounded-time temporal logic-based specifications as well as automata. Furthermore, our use of symbolic automata allows us to define non-sparse potential-based rewards which empirically shape the reward surface, leading to better convergence during RL. We also show that our potential-based rewarding strategy still allows us to obtain the policy that maximizes the satisfaction of the given specification.

📄 PDF Abstract BibTeX arXiv:2202.02404

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Omega-Regular Objectives in Model-Free Reinforcement Learning

2018-09-26 · Hahn Ernst Moritz, Perez Mateo, Schewe Sven, Somenzi Fabio 외

We provide the first solution for model-free reinforcement learning of {\omega}-regular objectives for Markov decision processes (MDPs). We present a constructive reduction from the almost-sure satisfaction of {\omega}-r…

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Provably Correct Automata Embeddings for Optimal Automata-Conditioned Reinforcement Learning

2025-03-06 · Beyazit Yalcinkaya, Niklas Lauffer, Marcell Vazquez-Chanlatte, Sanjit A. Seshia

Automata-conditioned reinforcement learning (RL) has given promising results for learning multi-task policies capable of performing temporally extended objectives given at runtime, done by pretraining and freezing automa…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reward Shaping for Reinforcement Learning with Omega-Regular Objectives

2020-01-16 · E. M. Hahn, M. Perez, S. Schewe, F. Somenzi 외

Recently, successful approaches have been made to exploit good-for-MDPs automata (B\"uchi automata with a restricted form of nondeterminism) for model free reinforcement learning, a class of automata that subsumes good f…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Translation

Inference of Deterministic Finite Automata via Q-Learning

2025-10-20 · Elaheh Hosseinkhani, Martin Leucker arxiv

Traditional approaches to inference of deterministic finite-state automata (DFA) stem from symbolic AI, including both active learning methods (e.g., Angluin's L* algorithm and its variants) and passive techniques (e.g.,…

Reinforcement LearningActive Learning

Fully Learnable Neural Reward Machines

2025-09-23 · Hazem Dewidar, Elena Umili arxiv

Non-Markovian Reinforcement Learning (RL) tasks present significant challenges, as agents must reason over entire trajectories of state-action pairs to make optimal decisions. A common strategy to address this is through…

Reinforcement Learning