← Search

Alessandro Abate

31 accepted papers

2026

Best-Effort Policies for Robust Markov Decision Processes

AAAI 2026technical

We study the common generalization of Markov decision processes (MDPs) with sets of transition probabilities, known as robust MDPs (RMDPs). A standard goal in RMDPs is to compute a policy that maximizes the expected return under an adversarial choice of the transition probabilities. If the uncertain

Cited by 0SourcePDFScholar
2026

Incremental Data-Driven Policy Synthesis via Game Abstractions

AAAI 2026technical

We address the synthesis of control policies for unknown discrete-time stochastic dynamical systems to satisfy temporal logic objectives. We present a data-driven, abstraction-based control framework that integrates online learning with novel incremental game-solving. Under appropriate continuity as

Cited by 0SourcePDFScholar
2026

Probabilistic Performance Guarantees for Multi-Task Reinforcement Learning

ICML 2026poster

Multi-task reinforcement learning trains generalist policies that can execute multiple tasks. While recent years have seen significant progress, existing approaches rarely provide formal performance guarantees, which are indispensable when deploying policies in safety-critical settings. We present a…

Cited by 0SourceScholar
2026

Semantically Labelled Automata for Multi-Task Reinforcement Learning with LTL Instructions

IJCAI 2026

We study multi-task reinforcement learning (RL), a setting in which an agent learns a single, universal policy capable of generalising to arbitrary, possibly unseen tasks. We consider tasks specified as linear temporal logic (LTL) formulae, which are commonly used in formal methods to specify proper

Cited by 0Scholar
2026

Stabilizing Policy Gradients for Sample-Efficient Reinforcement Learning in LLM Reasoning

ICLR 2026poster

Reinforcement Learning, particularly through policy gradient methods, has played a central role in enabling reasoning capabilities of Large Language Models. However, the optimization stability of policy gradients in this setting remains understudied. As a result, existing implementations often resor…

Cited by 0SourcecodeScholar
2026

Symbolic Task Inference in Deep Reinforcement Learning (Abstract Reprint)

AAAI 2026technical

This paper proposes DeepSynth, a method for effective training of deep reinforcement learning agents when the reward is sparse or non-Markovian, but at the same time progress towards the reward requires achieving an unknown sequence of high-level objectives. Our method employs a novel algorithm for

Cited by 0SourcePDFScholar
2025

DeepLTL: Learning to Efficiently Satisfy Complex LTL Specifications for Multi-Task RL

ICLR 2025oral

Linear temporal logic (LTL) has recently been adopted as a powerful formalism for specifying complex, temporally extended tasks in multi-task reinforcement learning (RL). However, learning policies that efficiently satisfy arbitrary specifications not observed during training remains a challenging p…

2025

Partial Identifiability in Inverse Reinforcement Learning for Agents with Non-Exponential Discounting

AAAI 2025technical

The aim of inverse reinforcement learning (IRL) is to infer an agent's preferences from observing their behaviour. Usually, preferences are modelled as a reward function, R, and behaviour is modelled as a policy, pi. One of the central difficulties in IRL is that multiple preferences may lead to the…

Cited by 0SourcePDFScholar
2025

SPoRt - Safe Policy Ratio: Certified Training and Deployment of Task Policies in Model-Free RL

IJCAI 2025

To apply reinforcement learning to safety-critical applications, we ought to provide safety guarantees during both policy training and deployment. In this work we present novel theoretical results that provide a bound on the probability of violating a safety property for a new task-specific policy i

2025

The Perils of Optimizing Learned Reward Functions: Low Training Error Does Not Guarantee Low Regret

ICML 2025poster

In reinforcement learning, specifying reward functions that capture the intended task can be very challenging. Reward learning aims to address this issue by *learning* the reward function. However, a learned reward model may have a low error on the data distribution, and yet subsequently produce a p…

Cited by 1SourcePDFScholar
2024

Deep Bayesian Active Learning for Preference Modeling in Large Language Models

NeurIPS 2024poster

Leveraging human preferences for steering the behavior of Large Language Models (LLMs) has demonstrated notable success in recent years. Nonetheless, data selection and labeling are still a bottleneck for these systems, particularly at large scale. Hence, selecting the most informative points for ac…

2024

Quantifying the Sensitivity of Inverse Reinforcement Learning to Misspecification

ICLR 2024poster

Inverse reinforcement learning (IRL) aims to infer an agent's *preferences* (represented as a reward function $R$) from their *behaviour* (represented as a policy $\pi$). To do this, we need a *behavioural model* of how $\pi$ relates to $R$. In the current literature, the most common behavioural mod…

Cited by 5SourcePDFScholar
2024

Reasoning about Causality in Games (Abstract Reprint)

AAAI 2024technical

Causal reasoning and game-theoretic reasoning are fundamental topics in artificial intelligence, among many other disciplines: this paper is concerned with their intersection. Despite their importance, a formal framework that supports both these forms of reasoning has, until now, been lacking. We of…

Cited by 1SourcePDFScholar
2024

STARC: A General Framework For Quantifying Differences Between Reward Functions

ICLR 2024poster

In order to solve a task using reinforcement learning, it is necessary to first formalise the goal of that task as a *reward function*. However, for many real-world tasks, it is very difficult to manually specify a reward function that never incentivises undesirable behaviour. As a result, it is inc…

Cited by 9SourcePDFScholar
2024

Safeguarded Progress in Reinforcement Learning: Safe Bayesian Exploration for Control Policy Synthesis

AAAI 2024technical

This paper addresses the problem of maintaining safety during training in Reinforcement Learning (RL), such that the safety constraint violations are bounded at any point during learning. As enforcing safety during training might severely limit the agent’s exploration, we propose here a new architec…

2024

Stability Analysis of Switched Linear Systems with Neural Lyapunov Functions

AAAI 2024technical

Neural-based, data-driven analysis and control of dynamical systems have been recently investigated and have shown great promise, e.g. for safety verification or stability analysis. Indeed, not only do neural networks allow for an entirely model-free, data-driven approach, but also for handling arbi…

Cited by 3SourcePDFScholar
2024

Walking the Values in Bayesian Inverse Reinforcement Learning

UAI 2024poster

The goal of Bayesian inverse reinforcement learning (IRL) is recovering a posterior distribution over reward functions using a set of demonstrations from an expert optimizing for a reward unknown to the learner. The resulting posterior over rewards can then be used to synthesize an apprentice policy…

Cited by 1SourcePDFScholar
2023

Invariance in Policy Optimisation and Partial Identifiability in Reward Learning

ICML 2023poster

It is often very challenging to manually design reward functions for complex, real-world tasks. To solve this, one can instead use reward learning to infer a reward function from data. However, there are often multiple reward functions that fit the data equally well, even in the infinite-data limit.…

Cited by 53SourcePDFScholar
2023

Low Emission Building Control with Zero-Shot Reinforcement Learning

AAAI 2023technical

Heating and cooling systems in buildings account for 31% of global energy use, much of which are regulated by Rule Based Controllers (RBCs) that neither maximise energy efficiency nor minimise emissions by interacting optimally with the grid. Control via Reinforcement Learning (RL) has been shown to…

2023

On the limitations of Markovian rewards to express multi-objective, risk-sensitive, and modal tasks

UAI 2023poster

In this paper, we study the expressivity of scalar, Markovian reward functions in Reinforcement Learning (RL), and identify several limitations to what they can express. Specifically, we look at three classes of RL tasks; multi-objective RL, risk-sensitive RL, and modal RL. For each class, we derive…

Cited by 16SourcePDFScholar
2023

Probabilities Are Not Enough: Formal Controller Synthesis for Stochastic Dynamical Models with Epistemic Uncertainty

AAAI 2023technical

Capturing uncertainty in models of complex dynamical systems is crucial to designing safe controllers. Stochastic noise causes aleatoric uncertainty, whereas imprecise knowledge of model parameters leads to epistemic uncertainty. Several approaches use formal abstractions to synthesize policies that…

2022

Lexicographic Multi-Objective Reinforcement Learning

IJCAI 2022poster

In this work we introduce reinforcement learning techniques for solving lexicographic multi-objective problems. These are problems that involve multiple reward signals, and where the goal is to learn a policy that maximises the first reward signal, and subject to this constraint also maximises the…

2022

Sampling-Based Robust Control of Autonomous Systems with Non-Gaussian Noise

AAAI 2022technical

Controllers for autonomous systems that operate in safety-critical settings must account for stochastic disturbances. Such disturbances are often modeled as process noise, and common assumptions are that the underlying distributions are known and/or Gaussian. In practice, however, these assumptions…

Cited by 33SourcePDFScholar
2021

Certification of iterative predictions in Bayesian neural networks

UAI 2021poster

We consider the problem of computing reach-avoid probabilities for iterative predictions made with Bayesian neural network (BNN) models. Specifically, we leverage bound propagation techniques and backward recursion to compute lower bounds for the probability that trajectories of the BNN model reach…

2021

DeepSynth: Automata Synthesis for Automatic Task Segmentation in Deep Reinforcement Learning

AAAI 2021technical

This paper proposes DeepSynth, a method for effective training of deep Reinforcement Learning (RL) agents when the reward is sparse and non-Markovian, but at the same time progress towards the reward requires achieving an unknown sequence of high-level objectives. Our method employs a novel algorith…

2021

Modular Deep Reinforcement Learning for Continuous Motion Planning With Temporal Logic

RA-L 2021

This letter investigates the motion planning of autonomous dynamical systems modeled by Markov decision processes (MDP) with unknown transition probabilities over continuous state and action spaces. Linear temporal logic (LTL) is used to specify high-level tasks over infinite horizon, which can be c

Cited by 101SourcecodeScholar
2020

A Randomized Algorithm to Reduce the Support of Discrete Measures

NeurIPS 2020spotlight

Given a discrete probability measure supported on $N$ atoms and a set of $n$ real-valued functions, there exists a probability measure that is supported on a subset of $n+1$ of the original $N$ atoms and has the same mean when integrated against each of the $n$ functions. If $ N \gg n$ this results…