← Search

Dj Strouse

8 accepted papers

2024

Confronting Reward Model Overoptimization with Constrained RLHF

ICLR 2024spotlight

Large language models are typically aligned with human preferences by optimizing reward models (RMs) fitted to human feedback. However, human preferences are multi-faceted, and it is increasingly common to derive reward from a composition of simpler reward models which each capture a different aspec…

2023

In-context Reinforcement Learning with Algorithm Distillation

ICLR 2023top-5%

We propose Algorithm Distillation (AD), a method for distilling reinforcement learning (RL) algorithms into neural networks by modeling their training histories with a causal sequence model. Algorithm Distillation treats learning to reinforcement learn as an across-episode sequential prediction prob…

Cited by 145SourcePDFScholar
2022

Learning more skills through optimistic exploration

ICLR 2022spotlight

Unsupervised skill learning objectives (Eysenbach et al., 2019; Gregor et al., 2016) allow agents to learn rich repertoires of behavior in the absence of extrinsic rewards. They work by simultaneously training a policy to produce distinguishable latent-conditioned trajectories, and a discriminator t…

Cited by 57SourcePDFScholar
2022

Semantic Exploration from Language Abstractions and Pretrained Representations

NeurIPS 2022accept

Effective exploration is a challenge in reinforcement learning (RL). Novelty-based exploration methods can suffer in high-dimensional state spaces, such as continuous partially-observable 3D environments. We address this challenge by defining novelty using semantically meaningful state abstractions,…

Cited by 72SourcePDFScholar
2021

Collaborating with Humans without Human Data

NeurIPS 2021spotlight

Collaborating with humans requires rapidly adapting to their individual strengths, weaknesses, and preferences. Unfortunately, most standard multi-agent reinforcement learning techniques, such as self-play (SP) or population play (PP), produce agents that overfit to their training partners and do no…

Cited by 201SourcePDFScholar
2019

InfoBot: Transfer and Exploration via the Information Bottleneck

ICLR 2019poster

A central challenge in reinforcement learning is discovering effective policies for tasks where rewards are sparsely distributed. We postulate that in the absence of useful reward signals, an effective exploration strategy should seek out {\it decision states}. These states lie at critical junctions…

Cited by 189SourcePDFScholar
2019

Social Influence as Intrinsic Motivation for Multi-Agent Deep Reinforcement Learning

ICML 2019oral

We propose a unified mechanism for achieving coordination and communication in Multi-Agent Reinforcement Learning (MARL), through rewarding agents for having causal influence over other agents’ actions. Causal influence is assessed using counterfactual reasoning. At each timestep, an agent simulates…

2018

Learning to Share and Hide Intentions using Information Regularization

NeurIPS 2018poster

Learning to cooperate with friends and compete with foes is a key component of multi-agent reinforcement learning. Typically to do so, one requires access to either a model of or interaction with the other agent(s). Here we show how to learn effective strategies for cooperation and competition in an…