← Search

Pablo Samuel Castro

38 accepted papers

2026

ARM-FM: Automated Reward Machines via Foundation Models for Compositional Reinforcement Learning

ICLR 2026poster

Reinforcement learning (RL) algorithms are highly sensitive to reward function specification, which remains a central challenge limiting their broad applicability. We present ARM-FM: Automated Reward Machines via Foundation Models, a framework for automated, compositional reward design in RL that le…

Cited by 0SourceScholar
2026

Asymmetric Proximal Policy Optimization: mini-critics boost LLM reasoning

ICLR 2026poster

Reinforcement learning (RL) has become a central paradigm for post-training large language models (LLMs) to elicit stronger reasoning. Yet, most recent RL for LLMs (RL4LLM) methods avoid explicit critics, replacing them with average advantage baselines. This shift is largely pragmatic: conventional…

Cited by 0SourceScholar
2026

Discovering Differences in Strategic Behavior between Humans and LLMs

ICML 2026poster

As Large Language Models (LLMs) are increasingly deployed in social and strategic scenarios, it becomes critical to understand where and why their behavior diverges from that of humans. While behavioral game theory (BGT) provides a framework for analyzing behavior, existing models do not fully captu…

Cited by 0SourceScholar
2026

Simplicial Embeddings Improve Sample Efficiency in Actor–Critic Agents

ICLR 2026poster

Recent works have proposed accelerating the wall-clock training time of actor-critic methods via the use of large-scale environment parallelization; unfortunately, these can sometimes still require large number of environment interactions to achieve a desired level of performance. Noting that well-s…

Cited by 0SourceScholar
2026

Stable Deep Reinforcement Learning via Isotropic Gaussian Representations

ICML 2026spotlight

Deep reinforcement learning systems often suffer from unstable training dynamics due to non-stationarity, where learning objectives and data distributions evolve over time. We show that under non-stationary targets, isotropic Gaussian embeddings are provably advantageous. In particular, they induce …

Cited by 0SourceScholar
2025

Discovering Symbolic Cognitive Models from Human and Animal Behavior

ICML 2025spotlight

Symbolic models play a key role in cognitive science, expressing computationally precise hypotheses about how the brain implements a cognitive process. Identifying an appropriate model typically requires a great deal of effort and ingenuity on the part of a human scientist. Here, we adapt FunSearch…

Cited by 1SourcePDFScholar
2025

Don't flatten, tokenize! Unlocking the key to SoftMoE's efficacy in deep RL

ICLR 2025spotlight

The use of deep neural networks in reinforcement learning (RL) often suffers from performance degradation as model size increases. While soft mixtures of experts (SoftMoEs) have recently shown promise in mitigating this issue for online RL, the reasons behind their effectiveness remain largely unkno…

Cited by 1SourcePDFScholar
2025

Measure gradients, not activations! Enhancing neuronal activity in deep reinforcement learning

NeurIPS 2025poster

Deep reinforcement learning (RL) agents frequently suffer from neuronal activity loss, which impairs their ability to adapt to new data and learn continually. A common method to quantify and address this issue is the $\tau$-dormant neuron ratio, which uses activation statistics to measure the expres…

Cited by 0SourcecodeScholar
2025

Meta-World+: An Improved, Standardized, RL Benchmark

NeurIPS 2025poster

Meta-World is widely used for evaluating multi-task and meta-reinforcement learning agents, which are challenged to master diverse skills simultaneously. Since its introduction however, there have been numerous undocumented changes which inhibit a fair comparison of algorithms. This work strives to…

Cited by 0SourcecodeScholar
2025

Mitigating Plasticity Loss in Continual Reinforcement Learning by Reducing Churn

ICML 2025poster

Plasticity, or the ability of an agent to adapt to new tasks, environments, or distributions, is crucial for continual learning. In this paper, we study the loss of plasticity in deep continual RL from the lens of churn: network output variability induced by the data in each training batch. We demon…

Cited by 0SourcePDFScholar
2025

NAVIX: Scaling MiniGrid Environments with JAX

NeurIPS 2025poster

As Deep Reinforcement Learning (Deep RL) research moves towards solving large-scale worlds, efficient environment simulations become crucial for rapid experimentation. However, most existing environments struggle to scale to high throughput, setting back meaningful progress. Interactions are typical…

Cited by 0SourcecodeScholar
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

Studying the Interplay Between the Actor and Critic Representations in Reinforcement Learning

ICLR 2025poster

Extracting relevant information from a stream of high-dimensional observations is a central challenge for deep reinforcement learning agents. Actor-critic algorithms add further complexity to this challenge, as it is often unclear whether the same information will be relevant to both the actor and t…

2025

The Courage to Stop: Overcoming Sunk Cost Fallacy in Deep Reinforcement Learning

ICML 2025poster

Off-policy deep reinforcement learning (RL) agents typically leverage replay buffers for reusing past experiences during learning. This can help sample efficiency when the collected data is informative and aligned with the learning objectives; when that is not the case, it has the effect of ``pollut…

Cited by 0SourcePDFScholar
2025

The Impact of On-Policy Parallelized Data Collection on Deep Reinforcement Learning Networks

ICML 2025poster

The use of parallel actors for data collection has been an effective technique used in reinforcement learning (RL) algorithms. The manner in which data is collected in these algorithms, controlled via the number of parallel environments and the rollout length, induces a form of bias-variance trade-o…

Cited by 0SourcePDFScholar
2024

Adaptive Accompaniment with ReaLchords

ICML 2024poster

Jamming requires coordination, anticipation, and collaborative creativity between musicians. Current generative models of music produce expressive output but are not able to generate in an online manner, meaning simultaneously with other musicians (human or otherwise). We propose ReaLchords, an onli…

Cited by 3SourcePDFScholar
2024

In value-based deep reinforcement learning, a pruned network is a good network

ICML 2024poster

Recent work has shown that deep reinforcement learning agents have difficulty in effectively using their network parameters. We leverage prior insights into the advantages of sparse training techniques and demonstrate that gradual magnitude pruning enables value-based agents to maximize parameter ef…

Cited by 14SourcePDFScholar
2024

Mixtures of Experts Unlock Parameter Scaling for Deep RL

ICML 2024spotlight

The recent rapid progress in (self) supervised learning models is in large part predicted by empirical scaling laws: a model's performance scales proportionally to its size. Analogous scaling laws remain elusive for reinforcement learning domains, however, where increasing the parameter count of a m…

2024

Stop Regressing: Training Value Functions via Classification for Scalable Deep RL

ICML 2024oral

Value functions are an essential component in deep reinforcement learning (RL), that are typically trained via mean squared error regression to match bootstrapped target values. However, scaling value-based RL methods to large networks has proven challenging. This difficulty is in stark contrast to…

Cited by 60SourcePDFScholar
2023

Bigger, Better, Faster: Human-level Atari with human-level efficiency

ICML 2023poster

We introduce a value-based RL agent, which we call BBF, that achieves super-human performance in the Atari 100K benchmark. BBF relies on scaling the neural networks used for value estimation, as well as a number of other design choices that enable this scaling in a sample-efficient manner. We conduc…

2023

Minigrid & Miniworld: Modular & Customizable Reinforcement Learning Environments for Goal-Oriented Tasks

NeurIPS 2023poster

We present the Minigrid and Miniworld libraries which provide a suite of goal-oriented 2D and 3D environments. The libraries were explicitly created with a minimalistic design paradigm to allow users to rapidly develop new environments for a wide range of research-specific needs. As a result, both h…

2023

Proto-Value Networks: Scaling Representation Learning with Auxiliary Tasks

ICLR 2023poster

Auxiliary tasks improve the representations learned by deep reinforcement learning agents. Analytically, their effect is reasonably well-understood; in practice, how-ever, their primary use remains in support of a main learning objective, rather than as a method for learning representations. This is…

2023

The Dormant Neuron Phenomenon in Deep Reinforcement Learning

ICML 2023oral

In this work we identify the dormant neuron phenomenon in deep reinforcement learning, where an agent's network suffers from an increasing number of inactive neurons, thereby affecting network expressivity. We demonstrate the presence of this phenomenon across a variety of algorithms and environment…

2022

A general class of surrogate functions for stable and efficient reinforcement learning

AISTATS 2022poster

Common policy gradient methods rely on the maximization of a sequence of surrogate functions. In recent years, many such surrogate functions have been proposed, most without strong theoretical guarantees, leading to algorithms such as TRPO, PPO, or MPO. Rather than design yet another surrogate funct…

2022

Reincarnating Reinforcement Learning: Reusing Prior Computation to Accelerate Progress

NeurIPS 2022accept

Learning tabula rasa, that is without any prior knowledge, is the prevalent workflow in reinforcement learning (RL) research. However, RL systems, when applied to large-scale settings, rarely operate tabula rasa. Such large-scale systems undergo multiple design or algorithmic changes during their de…

2022

The State of Sparse Training in Deep Reinforcement Learning

ICML 2022spotlight

The use of sparse neural networks has seen rapid growth in recent years, particularly in computer vision. Their appeal stems largely from the reduced number of parameters required to train and store, as well as in an increase in learning efficiency. Somewhat surprisingly, there have been very few ef…

2021

Contrastive Behavioral Similarity Embeddings for Generalization in Reinforcement Learning

ICLR 2021spotlight

Reinforcement learning methods trained on few environments rarely learn policies that generalize to unseen environments. To improve generalization, we incorporate the inherent sequential structure in reinforcement learning into the representation learning process. This approach is orthogonal to rece…

2021

Deep Reinforcement Learning at the Edge of the Statistical Precipice

NeurIPS 2021oral

Deep reinforcement learning (RL) algorithms are predominantly evaluated by comparing their relative performance on a large suite of tasks. Most published results on deep RL benchmarks compare point estimates of aggregate performance such as mean and median scores across tasks, ignoring the statistic…

2021

MICo: Improved representations via sampling-based state similarity for Markov decision processes

NeurIPS 2021poster

We present a new behavioural distance over the state space of a Markov decision process, and demonstrate the use of this distance as an effective means of shaping the learnt representations of deep reinforcement learning agents. While existing notions of state similarity are typically difficult to l…

2021

Metrics and Continuity in Reinforcement Learning

AAAI 2021technical

In most practical applications of reinforcement learning, it is untenable to maintain direct estimates for individual states; in continuous-state systems, it is impossible. Instead, researchers often leverage {em state similarity} (whether explicitly or implicitly) to build models that can generali…

2021

Revisiting Rainbow: Promoting more insightful and inclusive deep reinforcement learning research

ICML 2021spotlight

Since the introduction of DQN, a vast majority of reinforcement learning research has focused on reinforcement learning with deep neural networks as function approximators. New methods are typically evaluated on a set of environments that have now become standard, such as Atari 2600 games. While the…

2021

The Difficulty of Passive Learning in Deep Reinforcement Learning

NeurIPS 2021poster

Learning to act from observational data without active environmental interaction is a well-known challenge in Reinforcement Learning (RL). Recent approaches involve constraints on the learned policy or conservative updates, preventing strong deviations from the state-action distribution of the datas…

2020

Rigging the Lottery: Making All Tickets Winners

ICML 2020poster

Many applications require sparse neural networks due to space or inference time restrictions. There is a large body of work on training dense networks to yield sparse networks for inference, but this limits the size of the largest trainable sparse model to that of the largest trainable dense model.…

2019

A Geometric Perspective on Optimal Representations for Reinforcement Learning

NeurIPS 2019poster

We propose a new perspective on representation learning in reinforcement learning based on geometric properties of the space of value functions. From there, we provide formal evidence regarding the usefulness of value functions as auxiliary tasks in reinforcement learning. Our formulation considers…

Cited by 108SourcePDFScholar
2019

Distributional reinforcement learning with linear function approximation

AISTATS 2019poster

Despite many algorithmic advances, our theoretical understanding of practical distributional reinforcement learning methods remains limited. One exception is Rowland et al. (2018)’s analysis of the C51 algorithm in terms of the Cramer distance, but their results only apply to the tabular setting and…

Cited by 30SourcePDFScholar