← Search

Harris Chan

9 accepted papers

2025

LMAct: A Benchmark for In-Context Imitation Learning with Long Multimodal Demonstrations

ICML 2025poster

In this paper, we present a benchmark to pressure-test today’s frontier models’ multimodal decision-making capabilities in the very long-context regime (up to one million tokens) and investigate whether these models can learn from large numbers of expert demonstrations in their context. We evaluate…

Cited by 5SourcePDFScholar
2023

Large Language Models are Human-Level Prompt Engineers

ICLR 2023poster

By conditioning on natural language instructions, large language models (LLMs) have displayed impressive capabilities as general-purpose computers. However, task performance depends significantly on the quality of the prompt used to steer the model, and most effective prompts have been handcrafted b…

2023

Robotic Skill Acquisition via Instruction Augmentation with Vision-Language Models

RSS 2023poster

Robotic manipulation policies that follow natural language instructions are typically trained from corpora of robot-language data that were either collected with specific tasks in mind or expensively relabeled by humans with varied language descriptions in hindsight. Recently, large-scale pretrained…

Cited by 81SourcePDFScholar
2023

STEVE-1: A Generative Model for Text-to-Behavior in Minecraft

NeurIPS 2023spotlight

Constructing AI models that respond to text instructions is challenging, especially for sequential decision-making tasks. This work introduces a methodology, inspired by unCLIP, for instruction-tuning generative models of behavior without relying on a large dataset of instruction-labeled trajectorie…

Cited by 64SourcePDFScholar
2022

Inner Monologue: Embodied Reasoning through Planning with Language Models

CoRL 2022poster

Recent works have shown how the reasoning capabilities of Large Language Models (LLMs) can be applied to domains beyond natural language processing, such as planning and interaction for robots. These embodied problems require an agent to understand many semantic aspects of the world: the repertoire…

Cited by 1022SourceScholar
2021

Learning Domain Invariant Representations in Goal-conditioned Block MDPs

NeurIPS 2021poster

Deep Reinforcement Learning (RL) is successful in solving many complex Markov Decision Processes (MDPs) problems. However, agents often face unanticipated environmental changes after deployment in the real world. These changes are often spurious and unrelated to the underlying problem, such as backg…

2020

An Empirical Study of Stochastic Gradient Descent with Structured Covariance Noise

AISTATS 2020poster

The choice of batch-size in a stochastic optimization algorithm plays a substantial role for both optimization and generalization. Increasing the batch-size used typically improves optimization but degrades generalization. To address the problem of improving generalization while maintaining optimal…

Cited by 15SourcePDFScholar
2020

An Inductive Bias for Distances: Neural Nets that Respect the Triangle Inequality

ICLR 2020poster

Distances are pervasive in machine learning. They serve as similarity measures, loss functions, and learning targets; it is said that a good distance measure solves a task. When defining distances, the triangle inequality has proven to be a useful constraint, both theoretically---to prove convergenc…

Cited by 28SourcecodeScholar
2020

Maximum Entropy Gain Exploration for Long Horizon Multi-goal Reinforcement Learning

ICML 2020poster

What goals should a multi-goal reinforcement learning agent pursue during training in long-horizon tasks? When the desired (test time) goal distribution is too distant to offer a useful learning signal, we argue that the agent should not pursue unobtainable goals. Instead, it should set its own intr…