← Search

Steven Kapturowski

10 accepted papers

2024

Offline Actor-Critic Reinforcement Learning Scales to Large Models

ICML 2024oral

We show that offline actor-critic reinforcement learning can scale to large models - such as transformers - and follows similar scaling laws as supervised learning. We find that offline actor-critic algorithms can outperform strong, supervised, behavioral cloning baselines for multi-task training on…

Cited by 17SourcePDFScholar
2024

Transformers need glasses! Information over-squashing in language tasks

NeurIPS 2024poster

We study how information propagates in decoder-only Transformers, which are the architectural foundation of most existing frontier large language models (LLMs). We rely on a theoretical signal propagation analysis---specifically, we analyse the representations of the last token in the final layer of…

Cited by 21SourcePDFScholar
2024

Unlocking the Power of Representations in Long-term Novelty-based Exploration

ICLR 2024spotlight

We introduce Robust Exploration via Clustering-based Online Density Estimation (RECODE), a non-parametric method for novelty-based exploration that estimates visitation counts for clusters of states based on their similarity in a chosen embedding space. By adapting classical clustering to the nonsta…

Cited by 6SourcePDFScholar
2023

Human-level Atari 200x faster

ICLR 2023poster

The task of building general agents that perform well over a wide range of tasks has been an important goal in reinforcement learning since its inception. The problem has been subject of research of a large body of work, with performance frequently measured by observing scores over the wide range of…

Cited by 47SourcePDFScholar
2021

Revisiting Peng’s Q($λ$) for Modern Reinforcement Learning

ICML 2021spotlight

Off-policy multi-step reinforcement learning algorithms consist of conservative and non-conservative algorithms: the former actively cut traces, whereas the latter do not. Recently, Munos et al. (2016) proved the convergence of conservative algorithms to an optimal Q-function. In contrast, non-conse…

Cited by 26SourcePDFScholar
2020

Agent57: Outperforming the Atari Human Benchmark

ICML 2020poster

Atari games have been a long-standing benchmark in the reinforcement learning (RL) community for the past decade. This benchmark was proposed to test general competency of RL algorithms. Previous work has achieved good average performance by doing outstandingly well on many games of the set, but ver…

Cited by 759SourcePDFScholar
2020

Making Efficient Use of Demonstrations to Solve Hard Exploration Problems

ICLR 2020poster

This paper introduces R2D3, an agent that makes efficient use of demonstrations to solve hard exploration problems in partially observable environments with highly variable initial conditions. We also introduce a suite of eight tasks that combine these three properties, and show that R2D3 can solve…

Cited by 107SourceScholar
2020

Never Give Up: Learning Directed Exploration Strategies

ICLR 2020poster

We propose a reinforcement learning agent to solve hard exploration games by learning a range of directed exploratory policies. We construct an episodic memory-based intrinsic reward using k-nearest neighbors over the agent's recent experience to train the directed exploratory policies, thereby enco…

Cited by 410SourceScholar
2020

Value-driven Hindsight Modelling

NeurIPS 2020poster

Value estimation is a critical component of the reinforcement learning (RL) paradigm. The question of how to effectively learn value predictors from data is one of the major problems studied by the RL community, and different approaches exploit structure in the problem domain in different ways. Mod…

Cited by 22SourcePDFScholar
2019

Recurrent Experience Replay in Distributed Reinforcement Learning

ICLR 2019poster

Building on the recent successes of distributed training of RL agents, in this paper we investigate the training of RNN-based RL agents from distributed prioritized experience replay. We study the effects of parameter lag resulting in representational drift and recurrent state staleness and empirica…

Cited by 629SourcePDFScholar