← Search

Matteo Papini

21 accepted papers

2026

Do It for HER: First-Order Temporal Logic Reward Specification in Reinforcement Learning

AAAI 2026technical

In this work, we propose a novel framework for the logical specification of non-Markovian rewards in Markov Decision Processes (MDPs) with large state spaces. Our approach leverages Linear Temporal Logic Modulo Theories over finite traces (LTLfMT), a more expressive extension of classical temporal l

Cited by 0SourcePDFScholar
2026

Impact of Connectivity on Laplacian Representations in Reinforcement Learning

ICML 2026poster

Learning state representations in Markov Decision Processes (MDPs) has proven crucial for addressing the curse of dimensionality in large-scale reinforcement learning (RL) problems. A widely recognized approach exploits structural priors on the MDP by constructing state representations as linear com…

Cited by 0SourceScholar
2026

Reusing Trajectories in Policy Gradients Enables Fast Convergence

ICML 2026poster

*Policy gradient* (PG) methods are a class of effective *reinforcement learning* algorithms, particularly when dealing with continuous control problems. They rely on fresh *on-policy* data, making them sample-inefficient and requiring $\mathcal{O}(\epsilon^{-2})$ trajectories to reach an $\epsilon$-…

Cited by 0SourceScholar
2025

Convergence Analysis of Policy Gradient Methods with Dynamic Stochasticity

ICML 2025poster

*Policy gradient* (PG) methods are effective *reinforcement learning* (RL) approaches, particularly for continuous problems. While they optimize stochastic (hyper)policies via action- or parameter-space exploration, real-world applications often require deterministic policies. Existing PG convergenc…

Cited by 0SourcePDFScholar
2024

Last-Iterate Global Convergence of Policy Gradients for Constrained Reinforcement Learning

NeurIPS 2024poster

*Constrained Reinforcement Learning* (CRL) tackles sequential decision-making problems where agents are required to achieve goals by maximizing the expected return while meeting domain-specific constraints, which are often formulated on expected costs. In this setting, *policy-based* methods are wid…

Cited by 2SourcePDFScholar
2024

Learning Optimal Deterministic Policies with Stochastic Policy Gradients

ICML 2024spotlight

Policy gradient (PG) methods are successful approaches to deal with continuous reinforcement learning (RL) problems. They learn stochastic parametric (hyper)policies by either exploring in the space of actions or in the space of parameters. Stochastic controllers, however, are often undesirable from…

Cited by 2SourcePDFScholar
2024

Local Linearity: the Key for No-regret Reinforcement Learning in Continuous MDPs

NeurIPS 2024poster

Achieving the no-regret property for Reinforcement Learning (RL) problems in continuous state and action-space environments is one of the major open problems in the field. Existing solutions either work under very specific assumptions or achieve bounds that are vacuous in some regimes. Furthermore,…

Cited by 0SourcePDFScholar
2024

No-Regret Reinforcement Learning in Smooth MDPs

ICML 2024poster

Obtaining no-regret guarantees for reinforcement learning (RL) in the case of problems with continuous state and/or action spaces is still one of the major open challenges in the field. Recently, a variety of solutions have been proposed, but besides very specific settings, the general problem remai…

Cited by 7SourcePDFScholar
2024

Offline Primal-Dual Reinforcement Learning for Linear MDPs

AISTATS 2024poster

Offline Reinforcement Learning (RL) aims to learn a near-optimal policy from a fixed dataset of transitions collected by another policy. This problem has attracted a lot of attention recently, but most existing methods with strong theoretical guarantees are restricted to finite-horizon or tabular se…

Cited by 11SourcePDFScholar
2024

Online Learning with Off-Policy Feedback in Adversarial MDPs

IJCAI 2024poster

In this paper, we face the challenge of online learning in adversarial Markov decision processes with off-policy feedback. In this setting, the learner chooses a policy, but, differently from the traditional on-policy setting, the environment is explored by means of a different, fixed, and possibly…

Cited by 0SourcePDFScholar
2022

Lifting the Information Ratio: An Information-Theoretic Analysis of Thompson Sampling for Contextual Bandits

NeurIPS 2022accept

We study the Bayesian regret of the renowned Thompson Sampling algorithm in contextual bandits with binary losses and adversarially-selected contexts. We adapt the information-theoretic perspective of Russo and Van Roy [2016] to the contextual setting by considering a lifted version of the informati…

Cited by 0SourcePDFScholar
2022

Scalable Representation Learning in Linear Contextual Bandits with Constant Regret Guarantees

NeurIPS 2022accept

We study the problem of representation learning in stochastic contextual linear bandits. While the primary concern in this domain is usually to find \textit{realizable} representations (i.e., those that allow predicting the reward function at any context-action pair exactly), it has been recently sh…

Cited by 7SourcePDFScholar
2021

Leveraging Good Representations in Linear Contextual Bandits

ICML 2021spotlight

The linear contextual bandit literature is mostly focused on the design of efficient learning algorithms for a given representation. However, a contextual bandit problem may admit multiple linear representations, each one with different characteristics that directly impact the regret of the learning…

Cited by 35SourcePDFScholar
2021

Policy Optimization as Online Learning with Mediator Feedback

AAAI 2021technical

Policy Optimization (PO) is a widely used approach to address continuous control tasks. In this paper, we introduce the notion of mediator feedback that frames PO as an online learning problem over the policy space. The additional available information, compared to the standard bandit feedback, allo…

Cited by 15SourcePDFScholar
2021

Reinforcement Learning in Linear MDPs: Constant Regret and Representation Selection

NeurIPS 2021poster

We study the role of the representation of state-action value functions in regret minimization in finite-horizon Markov Decision Processes (MDPs) with linear structure. We first derive a necessary condition on the representation, called universally spanning optimal features (UNISOFT), to achieve con…

Cited by 23SourcePDFScholar
2020

Balancing Learning Speed and Stability in Policy Gradient via Adaptive Exploration

AISTATS 2020poster

In many Reinforcement Learning (RL) applications, the goal is to find an optimal deterministic policy. However, most RL algorithms require the policy to be stochastic in order to avoid instabilities and perform a sufficient amount of exploration. Adjusting the level of stochasticity during the learn…

Cited by 21SourcePDFScholar
2020

Risk-Averse Trust Region Optimization for Reward-Volatility Reduction

IJCAI 2020poster

The use of reinforcement learning in algorithmic trading is of growing interest, since it offers the opportunity of making profit through the development of autonomous artificial traders, that do not depend on hard-coded rules. In such a framework, keeping uncertainty under control is as important a…

Cited by 0SourcePDFScholar
2019

Optimistic Policy Optimization via Multiple Importance Sampling

ICML 2019oral

Policy Search (PS) is an effective approach to Reinforcement Learning (RL) for solving control tasks with continuous state-action spaces. In this paper, we address the exploration-exploitation trade-off in PS by proposing an approach based on Optimism in the Face of Uncertainty. We cast the PS probl…

2018

Policy Optimization via Importance Sampling

NeurIPS 2018oral

Policy optimization is an effective reinforcement learning approach to solve continuous control tasks. Recent achievements have shown that alternating online and offline optimization is a successful choice for efficient trajectory reuse. However, deciding when to stop optimizing and collect new traj…

2018

Stochastic Variance-Reduced Policy Gradient

ICML 2018oral

In this paper, we propose a novel reinforcement-learning algorithm consisting in a stochastic variance-reduced version of policy gradient for solving Markov Decision Processes (MDPs). Stochastic variance-reduced gradient (SVRG) methods have proven to be very successful in supervised learning. Howeve…