← Search

Carlo D'Eramo

15 accepted papers

2026

Bridging the performance-gap between target-free and target-based reinforcement learning

ICLR 2026poster

The use of target networks in deep reinforcement learning is a widely popular solution to mitigate the brittleness of semi-gradient approaches and stabilize learning. However, target networks notoriously require additional memory and delay the propagation of Bellman updates compared to an ideal targ…

Cited by 0SourcecodeScholar
2026

Use the Online Network If You Can: Towards Fast and Stable Reinforcement Learning

ICLR 2026poster

The use of target networks is a popular approach for estimating value functions in deep Reinforcement Learning (RL). While effective, the target network remains a compromise solution that preserves stability at the cost of slowly moving targets, thus delaying learning. Conversely, using the online n…

Cited by 0SourcecodeScholar
2025

Adaptive $Q$-Network: On-the-fly Target Selection for Deep Reinforcement Learning

ICLR 2025poster

Deep Reinforcement Learning (RL) is well known for being highly sensitive to hyperparameters, requiring practitioners substantial efforts to optimize them for the problem at hand. This also limits the applicability of RL in real-world scenarios. In recent years, the field of automated Reinforcement…

2025

Monte-Carlo Tree Search with Uncertainty Propagation via Optimal Transport

ICML 2025spotlight

This paper introduces a novel backup strategy for Monte-Carlo Tree Search (MCTS) tailored for highly stochastic and partially observable Markov decision processes. We adopt a probabilistic approach, modeling both value and action-value nodes as Gaussian distributions, to introduce a novel backup ope…

Cited by 3SourcePDFScholar
2024

Domain Randomization via Entropy Maximization

ICLR 2024poster

Varying dynamics parameters in simulation is a popular Domain Randomization (DR) approach for overcoming the reality gap in Reinforcement Learning (RL). Nevertheless, DR heavily hinges on the choice of the sampling distribution of the dynamics parameters, since high variability is crucial to regular…

Cited by 13SourcePDFScholar
2024

Multi-Task Reinforcement Learning with Mixture of Orthogonal Experts

ICLR 2024poster

Multi-Task Reinforcement Learning (MTRL) tackles the long-standing problem of endowing agents with skills that generalize across a variety of problems. To this end, sharing representations plays a fundamental role in capturing both unique and common characteristics of the tasks. Tasks may exhibit si…

2024

Parameterized Projected Bellman Operator

AAAI 2024technical

Approximate value iteration (AVI) is a family of algorithms for reinforcement learning (RL) that aims to obtain an approximation of the optimal value function. Generally, AVI algorithms implement an iterated procedure where each step consists of (i) an application of the Bellman operator and (ii) a…

2024

Robust Adversarial Reinforcement Learning via Bounded Rationality Curricula

ICLR 2024spotlight

Robustness against adversarial attacks and distribution shifts is a long-standing goal of Reinforcement Learning (RL). To this end, Robust Adversarial Reinforcement Learning (RARL) trains a protagonist against destabilizing forces exercised by an adversary in a competitive zero-sum Markov game, whos…

Cited by 5SourcePDFScholar
2021

Composable Energy Policies for Reactive Motion Generation and Reinforcement Learning

RSS 2021poster

Reactive motion generation problems are usually solved by computing actions as a sum of policies. However; these policies are independent of each other and thus; they can have conflicting behaviors when summing their contributions together. We introduce Composable Energy Policies (CEP); a novel fram…

Cited by 34SourcePDFScholar
2020

Generalized Mean Estimation in Monte-Carlo Tree Search

IJCAI 2020poster

We consider Monte-Carlo Tree Search (MCTS) applied to Markov Decision Processes (MDPs) and Partially Observable MDPs (POMDPs), and the well-known Upper Confidence bound for Trees (UCT) algorithm. In UCT, a tree with nodes (states) and edges (actions) is incrementally built by the expansion of nodes,…

Cited by 0SourcePDFScholar
2020

Sharing Knowledge in Multi-Task Deep Reinforcement Learning

ICLR 2020poster

We study the benefit of sharing representations among tasks to enable the effective use of deep neural networks in Multi-Task Reinforcement Learning. We leverage the assumption that learning from different tasks, sharing common properties, is helpful to generalize the knowledge of them resulting in…

Cited by 159SourcecodeScholar