paper-with-me

홈 › Papers

Pareto Q-Learning with Reward Machines

2026-06-17 · Arnaud Lequen, Clément Legrand-Lixon, Léo Saulières arxiv

We present Pareto Q-Learning with Reward Machines (PQLRM), a multi-objective reinforcement learning algorithm for tasks whose reward structure is specified by a set of reward machines (RMs). PQLRM combines Pareto Q-Learning (PQL), which maintains sets of vector-valued Q-estimates to approximate the Pareto front, with enhancements from Q-Learning with Reward Machines (QRM), which exploits the factored automaton structure of the reward signal. This yields a multi-policy algorithm that remains sample-efficient under non-Markovian, RM-encoded rewards. Experimental trials show that PQLRM converges faster than a naive PQL baseline applied to the cross-product MDP and can synthesize Pareto-optimal policies that QRM cannot.

📄 PDF Abstract BibTeX arXiv:2606.19134

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement Learning with Stochastic Reward Machines

2025-10-16 · Jan Corazza, Ivan Gavran, Daniel Neider arxiv

Reward machines are an established tool for dealing with reinforcement learning problems in which rewards are sparse and depend on complex sequences of actions. However, existing algorithms for learning reward machines a…

Reinforcement Learning

Numeric Reward Machines

2024-04-30 · Kristina Levina, Nikolaos Pappas, Athanasios Karapantelakis, Aneta Vulgarakis Feljan 외

Reward machines inform reinforcement learning agents about the reward structure of the environment and often drastically speed up the learning process. However, reward machines only accept Boolean features such as robot-…

Q-Learning

Maximally Permissive Reward Machines

2024-08-15 · Giovanni Varricchione, Natasha Alechina, Mehdi Dastani, Brian Logan

Reward machines allow the definition of rewards for temporally extended tasks and behaviors. Specifying "informative" reward machines can be challenging. One way to address this is to generate reward machines from a high…

Omega-Regular Reward Machines

2023-08-14 · Ernst Moritz Hahn, Mateo Perez, Sven Schewe, Fabio Somenzi 외

Reinforcement learning (RL) is a powerful approach for training agents to perform tasks, but designing an appropriate reward mechanism is critical to its success. However, in many cases, the complexity of the learning ob…

Reinforcement Learning (RL)

Reward Dropout Improves Control: Bi-objective Perspective on Reinforced LM

2023-10-06 · Changhun Lee, Chiehyeon Lim

We study the theoretical aspects of Reinforced Language Models (RLMs) from a bi-objective optimization perspective. Specifically, we consider the RLMs as a Pareto optimization problem that maximizes the two conflicting o…