← Search

Giovanni Montana

12 accepted papers

2026

Action-Free Offline-To-Online RL via Discretised State Policies

ICLR 2026poster

Most existing offline RL methods presume the availability of action labels within the dataset, but in many practical scenarios, actions may be missing due to privacy, storage, or sensor limitations. We formalise the setting of action-free offline-to-online RL, where agents must learn from datasets c…

Cited by 0SourceScholar
2025

Investigating Relational State Abstraction in Collaborative MARL

AAAI 2025technical

This paper explores the impact of relational state abstraction on sample efficiency and performance in collaborative Multi-Agent Reinforcement Learning. The proposed abstraction is based on spatial relationships in environments where direct communication between agents is not allowed, leveraging the…

2025

Learning on One Mode: Addressing Multi-modality in Offline Reinforcement Learning

ICLR 2025poster

Offline reinforcement learning (RL) seeks to learn optimal policies from static datasets without interacting with the environment. A common challenge is handling multi-modal action distributions, where multiple behaviours are represented in the data. Existing methods often assume unimodal behaviour…

2025

Uncertainty-Based Smooth Policy Regularisation for Reinforcement Learning with Few Demonstrations

NeurIPS 2025poster

In reinforcement learning with sparse rewards, demonstrations can accelerate learning, but determining when to imitate them remains challenging. We propose Smooth Policy Regularisation from Demonstrations (SPReD), a framework that addresses the fundamental question: when should an agent imitate a de…

Cited by 0SourcecodeScholar
2024

A Multi-Task Transformer Model for Fine-grained Labelling of Chest X-Ray Reports

COLING 2024main

Precise understanding of free-text radiology reports through localised extraction of clinical findings can enhance medical imaging applications like computer-aided diagnosis. We present a new task, that of segmenting radiology reports into topically meaningful passages (segments) and a transformer-b…

2024

REValueD: Regularised Ensemble Value-Decomposition for Factorisable Markov Decision Processes

ICLR 2024poster

Discrete-action reinforcement learning algorithms often falter in tasks with high-dimensional discrete action spaces due to the vast number of possible actions. A recent advancement leverages value-decomposition, a concept from multi-agent reinforcement learning, to tackle this challenge. This study…

Cited by 3SourcePDFScholar
2022

LeNSE: Learning To Navigate Subgraph Embeddings for Large-Scale Combinatorial Optimisation

ICML 2022spotlight

Combinatorial Optimisation problems arise in several application domains and are often formulated in terms of graphs. Many of these problems are NP-hard, but exact solutions are not always needed. Several heuristics have been developed to provide near-optimal solutions; however, they do not typicall…

2021

Solving Challenging Dexterous Manipulation Tasks With Trajectory Optimisation and Reinforcement Learning

ICML 2021spotlight

Training agents to autonomously control anthropomorphic robotic hands has the potential to lead to systems capable of performing a multitude of complex manipulation tasks in unstructured and uncertain environments. In this work, we first introduce a suite of challenging simulated manipulation tasks…

2020

PlanGAN: Model-based Planning With Sparse Rewards and Multiple Goals

NeurIPS 2020poster

Learning with sparse rewards remains a significant challenge in reinforcement learning (RL), especially when the aim is to train a policy capable of achieving multiple different goals. To date, the most successful approaches for dealing with multi-goal, sparse reward environments have been model-fre…