← Search

Marlos C. Machado

23 accepted papers

2026

Accelerating Q-learning through Efficient Value-sharing across Actions

ICML 2026spotlight

Learning action-values efficiently is central to reinforcement learning (RL), as they underpin many control algorithms such as Q-learning. However, action-value learning can be slow, requiring many updates to move values from their initialization, typically near zero, to their true values, which may…

Cited by 0SourceScholar
2026

Laplacian Representations for Decision-Time Planning

ICML 2026poster

Planning with a learned model remains a key challenge in model-based reinforcement learning~(RL). In decision-time planning, state representations are critical as they must support local cost computation while preserving long-horizon structure. In this paper, we show that the Laplacian representatio…

Cited by 0SourceScholar
2025

Learning Continually by Spectral Regularization

ICLR 2025poster

Loss of plasticity is a phenomenon where neural networks can become more difficult to train over the course of learning. Continual learning algorithms seek to mitigate this effect by sustaining good performance while maintaining network trainability. We develop a new technique for improving continua…

Cited by 4SourcePDFScholar
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

The World Is Bigger: A Computationally-Embedded Perspective on the Big World Hypothesis

NeurIPS 2025spotlight

Continual learning is often motivated by the idea, known as the big world hypothesis, that the "world is bigger" than the agent. Recent problem formulations capture this idea by explicitly constraining an agent relative to the environment. These constraints lead to solutions in which the agent conti…

Cited by 0SourceScholar
2024

Averaging $n$-step Returns Reduces Variance in Reinforcement Learning

ICML 2024poster

Multistep returns, such as $n$-step returns and $\lambda$-returns, are commonly used to improve the sample efficiency of reinforcement learning (RL) methods. The variance of the multistep returns becomes the limiting factor in their length; looking too far into the future increases variance and reve…

Cited by 2SourcePDFScholar
2024

Reward-Respecting Subtasks for Model-Based Reinforcement Learning (Abstract Reprint)

AAAI 2024technical

To achieve the ambitious goals of artificial intelligence, reinforcement learning must include planning with a model of the world that is abstract in state and time. Deep learning has made progress with state abstraction, but temporal abstraction has rarely been used, despite extensively developed t…

Cited by 0SourcePDFScholar
2023

Trajectory-Aware Eligibility Traces for Off-Policy Reinforcement Learning

ICML 2023poster

Off-policy learning from multistep returns is crucial for sample-efficient reinforcement learning, but counteracting off-policy bias without exacerbating variance is challenging. Classically, off-policy bias is corrected in a per-decision manner: past temporal-difference errors are re-weighted by th…

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

Temporal abstractions-augmented temporally contrastive learning: An alternative to the Laplacian in RL

UAI 2022poster

In reinforcement learning, the graph Laplacian has proved to be a valuable tool in the task-agnostic setting, with applications ranging from skill discovery to reward shaping. Recently, learning the Laplacian representation has been framed as the optimization of a temporally-contrastive objective to…

Cited by 8SourcePDFScholar
2021

Beyond Variance Reduction: Understanding the True Impact of Baselines on Policy Optimization

ICML 2021spotlight

Bandit and reinforcement learning (RL) problems can often be framed as optimization problems where the goal is to maximize average performance while having access only to stochastic estimates of the true gradient. Traditionally, stochastic optimization theory predicts that learning dynamics are gove…

Cited by 35SourcePDFScholar
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…

2020

Exploration in Reinforcement Learning with Deep Covering Options

ICLR 2020poster

While many option discovery methods have been proposed to accelerate exploration in reinforcement learning, they are often heuristic. Recently, covering options was proposed to discover a set of options that provably reduce the upper bound of the environment's cover time, a measure of the difficulty…

Cited by 66SourceScholar
2020

On Bonus Based Exploration Methods In The Arcade Learning Environment

ICLR 2020poster

Research on exploration in reinforcement learning, as applied to Atari 2600 game-playing, has emphasized tackling difficult exploration problems such as Montezuma's Revenge (Bellemare et al., 2016). Recently, bonus-based exploration methods, which explore by augmenting the environment reward, have r…

Cited by 88SourceScholar
2018

Accelerating Learning in Constructive Predictive Frameworks with the Successor Representation

IROS 2018poster

We propose using the Successor Representation (SR) to accelerate learning in a constructive knowledge system based on General Value Functions (GVFs). In real-world settings, like robotics for unstructured and dynamic environments, it is impossible to model all meaningful aspects of a system and its…

Cited by 11SourceScholar
2018

Eigenoption Discovery through the Deep Successor Representation

ICLR 2018poster

Options in reinforcement learning allow agents to hierarchically decompose a task into subtasks, having the potential to speed up learning and planning. However, autonomously learning effective sets of options is still a major challenge in the field. In this paper we focus on the recently introduced…

Cited by 194SourcePDFScholar
2017

A Laplacian Framework for Option Discovery in Reinforcement Learning

ICML 2017poster

Representation learning and option discovery are two of the biggest challenges in reinforcement learning (RL). Proto-value functions (PVFs) are a well-known approach for representation learning in MDPs. In this paper we address the option discovery problem by showing how PVFs implicitly define optio…