paper-with-me

홈 › Papers

RLAF: Reinforcement Learning from Automaton Feedback

2025-10-17 · Mahyar Alinejad, Alvaro Velasquez, Yue Wang, George Atia arxiv

Reinforcement Learning (RL) in environments with complex, history-dependent reward structures poses significant challenges for traditional methods. In this work, we introduce a novel approach that leverages automaton-based feedback to guide the learning process, replacing explicit reward functions with preferences derived from a deterministic finite automaton (DFA). Unlike conventional approaches that use automata for direct reward specification, our method employs the structure of the DFA to generate preferences over trajectories that are used to learn a reward function, eliminating the need for manual reward engineering. Our framework introduces a static approach that uses the learned reward function directly for policy optimization and a dynamic approach that involves continuous refining of the reward function and policy through iterative updates until convergence. Our experiments in both discrete and continuous environments demonstrate that our approach enables the RL agent to learn effective policies for tasks with temporal dependencies, outperforming traditional reward engineering and automaton-based baselines such as reward machines and LTL-guided methods. Our results highlight the advantages of automaton-based preferences in handling non-Markovian rewards, offering a scalable, efficient, and human-independent alternative to traditional reward modeling. We also provide a convergence guarantee showing that under standard assumptions our automaton-guided preference-based framework learns a policy that is near-optimal with respect to the true non-Markovian objective.

📄 PDF Abstract BibTeX arXiv:2510.15728

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning from Algorithm Feedback: One-Shot SAT Solver Guidance with GNNs

2025-05-21 · Jan Tönshoff, Martin Grohe

Boolean Satisfiability (SAT) solvers are foundational to computer science, yet their performance typically hinges on hand-crafted heuristics. This work introduces Reinforcement Learning from Algorithm Feedback (RLAF) as …

Combinatorial OptimizationPolicy Gradient Methodsreinforcement-learningReinforcement Learning

MSAGPT: Neural Prompting Protein Structure Prediction via MSA Generative Pre-Training

2024-06-08 · Bo Chen, Zhilei Bei, Xingyi Cheng, Pan Li 외

Multiple Sequence Alignment (MSA) plays a pivotal role in unveiling the evolutionary trajectories of protein families. The accuracy of protein structure predictions is often compromised for protein sequences that lack su…

Few-Shot LearningMultiple Sequence AlignmentProtein Structure PredictionTransfer Learning

Induction and Exploitation of Subgoal Automata for Reinforcement Learning

2020-09-08 · Daniel Furelos-Blanco, Mark Law, Anders Jonsson, Krysia Broda 외

In this paper we present ISA, an approach for learning and exploiting subgoals in episodic reinforcement learning (RL) tasks. ISA interleaves reinforcement learning with the induction of a subgoal automaton, an automaton…

Inductive logic programmingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Induction of Subgoal Automata for Reinforcement Learning

2019-11-29 · Daniel Furelos-Blanco, Mark Law, Alessandra Russo, Krysia Broda 외

In this work we present ISA, a novel approach for learning and exploiting subgoals in reinforcement learning (RL). Our method relies on inducing an automaton whose transitions are subgoals expressed as propositional form…

Inductive logic programmingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Using Large Language Models to Automate and Expedite Reinforcement Learning with Reward Machine

2024-02-11 · Shayan Meshkat Alsadat, Jean-Raphael Gaglione, Daniel Neider, Ufuk Topcu 외

We present LARL-RM (Large language model-generated Automaton for Reinforcement Learning with Reward Machine) algorithm in order to encode high-level knowledge into reinforcement learning using automaton to expedite the r…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+2