← Search

Pierre-Luc Bacon

29 accepted papers

2026

Discrete Compositional Generation via General Soft Operators and Robust Reinforcement Learning

ICLR 2026poster

A major bottleneck in scientific discovery consists of narrowing an exponentially large set of objects, such as proteins or molecules, to a small set of promising candidates with desirable properties. While this process can rely on expert knowledge, recent methods leverage reinforcement learning (RL…

Cited by 0SourceScholar
2026

Long-Horizon Model-Based Offline Reinforcement Learning Without Conservatism

ICML 2026poster

Popular offline reinforcement learning (RL) methods rely on conservatism, penalizing out-of-dataset actions or restricting rollout horizons. We question the universality of this principle and revisit a complementary Bayesian perspective. By modeling a posterior over plausible world models and traini…

Cited by 0SourceScholar
2026

Reward Redistribution for CVaR MDPs using a Bellman Operator on L-infinity

ICML 2026spotlight

Tail-end risk measures such as static conditional value-at-risk (CVaR) are used in safety-critical applications to prevent rare, yet catastrophic events. Unlike risk-neutral objectives, the static CVaR of the return depends on entire trajectories without admitting a recursive Bellman decomposition i…

Cited by 0SourceScholar
2026

Towards Practical World Model-based Reinforcement Learning for Vision-Language-Action Models

ICML 2026poster

Vision-Language-Action (VLA) models show strong generalization for robotic control, but finetuning them with reinforcement learning (RL) is constrained by the high cost and safety risks of real-world interaction. Training VLA models in interactive world models avoids these issues but introduces seve…

Cited by 0SourceScholar
2026

What Makes Value Learning Efficient in Residual Reinforcement Learning?

ICML 2026spotlight

Residual reinforcement learning (RL) enables stable online refinement of expressive pretrained policies by freezing the base and learning only bounded corrections. However, value learning in residual RL poses unique challenges that remain poorly understood. In this work, we identify two key bottlene…

Cited by 0SourceScholar
2025

MaestroMotif: Skill Design from Artificial Intelligence Feedback

ICLR 2025oral

Describing skills in natural language has the potential to provide an accessible way to inject human knowledge about decision-making into an AI system. We present MaestroMotif, a method for AI-assisted skill design, which yields high-performing and adaptable agents. MaestroMotif leverages the capabi…

Cited by 2SourcePDFScholar
2025

Network Sparsity Unlocks the Scaling Potential of Deep Reinforcement Learning

ICML 2025oral

Effectively scaling up deep reinforcement learning models has proven notoriously difficult due to network pathologies during training, motivating various targeted interventions such as periodic reset and architectural advances such as layer normalization. Instead of pursuing more complex modificati…

Cited by 0SourcePDFScholar
2025

Scaling Trends in Language Model Robustness

ICML 2025spotlight

Increasing model size has unlocked a dazzling array of capabilities in language models. At the same time, even frontier models remain vulnerable to jailbreaks and prompt injections, despite concerted efforts to make them robust. As both attackers and defenders gain access to more compute, and as mod…

2025

Stable Gradients for Stable Learning at Scale in Deep Reinforcement Learning

NeurIPS 2025spotlight

Scaling deep reinforcement learning networks is challenging and often results in degraded performance, yet the root causes of this failure mode remain poorly understood. Several recent works have proposed mechanisms to address this, but they are often complex and fail to highlight the causes underly…

Cited by 0SourceScholar
2025

State Entropy Regularization for Robust Reinforcement Learning

NeurIPS 2025oral

State entropy regularization has empirically shown better exploration and sample complexity in reinforcement learning (RL). However, its theoretical guarantees have not been studied. In this paper, we show that state entropy regularization improves robustness to structured and spatially correlated p…

Cited by 0SourceScholar
2024

Bridging State and History Representations: Understanding Self-Predictive RL

ICLR 2024poster

Representations are at the core of all deep reinforcement learning (RL) methods for both Markov decision processes (MDPs) and partially observable Markov decision processes (POMDPs). Many representation learning methods and theoretical frameworks have been developed to understand what constitutes an…

2024

Course Correcting Koopman Representations

ICLR 2024poster

Koopman representations aim to learn features of nonlinear dynamical systems (NLDS) which lead to linear dynamics in the latent space. Theoretically, such features can be used to simplify many problems in modeling and control of NLDS. In this work we study autoencoder formulations of this problem, a…

Cited by 2SourcePDFScholar
2024

Do Transformer World Models Give Better Policy Gradients?

ICML 2024poster

A natural approach for reinforcement learning is to predict future rewards by unrolling a neural network world model, and to backpropagate through the resulting computational graph to learn a control policy. However, this method often becomes impractical for long horizons, since typical world models…

Cited by 3SourcePDFScholar
2024

Maximum entropy GFlowNets with soft Q-learning

AISTATS 2024poster

Generative Flow Networks (GFNs) have emerged as a powerful tool for sampling discrete objects from unnormalized distributions, offering a scalable alternative to Markov Chain Monte Carlo (MCMC) methods. While GFNs draw inspiration from maximum entropy reinforcement learning (RL), the connection betw…

Cited by 15SourcePDFScholar
2024

Motif: Intrinsic Motivation from Artificial Intelligence Feedback

ICLR 2024poster

Exploring rich environments and evaluating one's actions without prior knowledge is immensely challenging. In this paper, we propose Motif, a general method to interface such prior knowledge from a Large Language Model (LLM) with an agent. Motif is based on the idea of grounding LLMs for decision-ma…

2023

Block-State Transformers

NeurIPS 2023poster

State space models (SSMs) have shown impressive results on tasks that require modeling long-range dependencies and efficiently scale to long sequences owing to their subquadratic runtime complexity. Originally designed for continuous signals, SSMs have shown superior performance on a plethora of tas…

Cited by 21SourcePDFScholar
2023

Policy Optimization in a Noisy Neighborhood: On Return Landscapes in Continuous Control

NeurIPS 2023poster

Deep reinforcement learning agents for continuous control are known to exhibit significant instability in their performance over time. In this work, we provide a fresh perspective on these behaviors by studying the return landscape: the mapping between a policy and a return. We find that popular alg…

2023

Sample-Efficient Reinforcement Learning by Breaking the Replay Ratio Barrier

ICLR 2023top-5%

Increasing the replay ratio, the number of updates of an agent's parameters per environment interaction, is an appealing strategy for improving the sample efficiency of deep reinforcement learning algorithms. In this work, we show that fully or partially resetting the parameters of deep reinforcemen…

Cited by 116SourcePDFScholar
2023

When Do Transformers Shine in RL? Decoupling Memory from Credit Assignment

NeurIPS 2023oral

Reinforcement learning (RL) algorithms face two distinct challenges: learning effective representations of past and present observations, and determining how actions influence future returns. Both challenges involve modeling long-term dependencies. The Transformer architecture has been very successf…

2022

Continuous-Time Meta-Learning with Forward Mode Differentiation

ICLR 2022spotlight

Drawing inspiration from gradient-based meta-learning methods with infinitely small gradient steps, we introduce Continuous-Time Meta-Learning (COMLN), a meta-learning algorithm where adaptation follows the dynamics of a gradient vector field. Specifically, representations of the inputs are meta-lea…

Cited by 26SourcePDFScholar
2022

Control-Oriented Model-Based Reinforcement Learning with Implicit Differentiation

AAAI 2022technical

The shortcomings of maximum likelihood estimation in the context of model-based reinforcement learning have been highlighted by an increasing number of papers. When the model class is misspecified or has a limited representational capacity, model parameters with high likelihood might not necessarily…

2022

Direct Behavior Specification via Constrained Reinforcement Learning

ICML 2022spotlight

The standard formulation of Reinforcement Learning lacks a practical way of specifying what are admissible and forbidden behaviors. Most often, practitioners go about the task of behavior specification by manually engineering the reward function, a counter-intuitive process that requires several ite…

2022

Myriad: a real-world testbed to bridge trajectory optimization and deep learning

NeurIPS 2022accept

We present Myriad, a testbed written in JAX which enables machine learning researchers to benchmark imitation learning and reinforcement learning algorithms against trajectory optimization-based methods in real-world environments. Myriad contains 17 optimal control problems presented in continuous t…

2022

The Primacy Bias in Deep Reinforcement Learning

ICML 2022spotlight

This work identifies a common flaw of deep reinforcement learning (RL) algorithms: a tendency to rely on early interactions and ignore useful evidence encountered later. Because of training on progressively growing datasets, deep RL agents incur a risk of overfitting to earlier experiences, negative…

2021

Neural Algorithmic Reasoners are Implicit Planners

NeurIPS 2021spotlight

Implicit planning has emerged as an elegant technique for combining learned models of the world with end-to-end model-free reinforcement learning. We study the class of implicit planners inspired by value iteration, an algorithm that is guaranteed to yield perfect policies in fully-specified tabular…

Cited by 25SourcePDFScholar
2020

Understanding the Curse of Horizon in Off-Policy Evaluation via Conditional Importance Sampling

ICML 2020poster

Off-policy policy estimators that use importance sampling (IS) can suffer from high variance in long-horizon domains, and there has been particular excitement over new IS methods that leverage the structure of Markov decision processes. We analyze the variance of the most popular approaches through…

Cited by 47SourcePDFScholar
2018

Convergent Tree Backup and Retrace with Function Approximation

ICML 2018oral

Off-policy learning is key to scaling up reinforcement learning as it allows to learn about a target policy from the experience generated by a different behavior policy. Unfortunately, it has been challenging to combine off-policy learning with function approximation and multi-step bootstrapping in…

Cited by 48SourcePDFScholar