← Search

Max Schwarzer

11 accepted papers

2024

Large Language Models as Generalizable Policies for Embodied Tasks

ICLR 2024poster

We show that large language models (LLMs) can be adapted to be generalizable policies for embodied visual tasks. Our approach, called Large LAnguage model Reinforcement Learning Policy (LLaRP), adapts a pre-trained frozen LLM to take as input text instructions and visual egocentric observations and…

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

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

Simplicial Embeddings in Self-Supervised Learning and Downstream Classification

ICLR 2023top-25%

Simplicial Embeddings (SEM) are representations learned through self-supervised learning (SSL), wherein a representation is projected into $L$ simplices of $V$ dimensions each using a \texttt{softmax} operation. This procedure conditions the representation onto a constrained space during pretraining…

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 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

Data-Efficient Reinforcement Learning with Self-Predictive Representations

ICLR 2021spotlight

While deep reinforcement learning excels at solving tasks where large amounts of data can be collected through virtually unlimited interaction with the environment, learning from limited interaction remains a key challenge. We posit that an agent can learn more efficiently if we augment reward maxim…

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

Iterated learning for emergent systematicity in VQA

ICLR 2021oral

Although neural module networks have an architectural bias towards compositionality, they require gold standard layouts to generalize systematically in practice. When instead learning layouts and modules jointly, compositionality does not arise automatically and an explicit pressure is necessary for…

Cited by 37SourcePDFScholar
2021

Pretraining Representations for Data-Efficient Reinforcement Learning

NeurIPS 2021poster

Data efficiency is a key challenge for deep reinforcement learning. We address this problem by using unlabeled data to pretrain an encoder which is then finetuned on a small amount of task-specific data. To encourage learning representations which capture diverse aspects of the underlying MDP, we em…

2020

GAIT: A Geometric Approach to Information Theory

AISTATS 2020poster

We advocate the use of a notion of entropy that reflects the relative abundances of the symbols in an alphabet, as well as the similarities between them. This concept was originally introduced in theoretical ecology to study the diversity of ecosystems. Based on this notion of entropy, we introduce…