← Search

Tianhe Yu

31 accepted papers

2025

Meta-World+: An Improved, Standardized, RL Benchmark

NeurIPS 2025poster

Meta-World is widely used for evaluating multi-task and meta-reinforcement learning agents, which are challenged to master diverse skills simultaneously. Since its introduction however, there have been numerous undocumented changes which inhibit a fair comparison of algorithms. This work strives to…

Cited by 0SourcecodeScholar
2025

RRM: Robust Reward Model Training Mitigates Reward Hacking

ICLR 2025poster

Reward models (RMs) play a pivotal role in aligning large language models (LLMs) with human preferences. However, traditional RM training, which relies on response pairs tied to specific prompts, struggles to disentangle prompt-driven preferences from prompt-independent artifacts, such as response l…

Cited by 0SourcePDFScholar
2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration

ICRA 2024

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man

Cited by 910SourcecodeScholar
2024

Open X-Embodiment: Robotic Learning Datasets and RT-X Models : Open X-Embodiment Collaboration0

ICRA 2024poster

Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for man…

Cited by 259SourcecodeScholar
2024

RT-Sketch: Goal-Conditioned Imitation Learning from Hand-Drawn Sketches

CoRL 2024poster

Natural language and images are commonly used as goal representations in goal-conditioned imitation learning. However, language can be ambiguous and images can be over-specified. In this work, we study hand-drawn sketches as a modality for goal specification. Sketches can be easy to provide on the f…

Cited by 11SourcecodeScholar
2024

What Makes Pre-Trained Visual Representations Successful for Robust Manipulation?

CoRL 2024poster

Inspired by the success of transfer learning in computer vision, roboticists have investigated visual pre-training as a means to improve the learning efficiency and generalization ability of policies learned from pixels. To that end, past work has favored large object interaction datasets, such as f…

Cited by 19SourceScholar
2023

Offline Imitation Learning with Suboptimal Demonstrations via Relaxed Distribution Matching

AAAI 2023technical

Offline imitation learning (IL) promises the ability to learn performant policies from pre-collected demonstrations without interactions with the environment. However, imitating behaviors fully offline typically requires numerous expert data. To tackle this issue, we study the setting where we have…

Cited by 18SourcePDFScholar
2023

PaLM-E: An Embodied Multimodal Language Model

ICML 2023poster

Large language models excel at a wide range of complex tasks. However, enabling general inference in the real world, e.g. for robotics problems, raises the challenge of grounding. We propose embodied language models to directly incorporate real-world continuous sensor modalities into language models…

Cited by 1902SourcePDFScholar
2023

Q-Transformer: Scalable Offline Reinforcement Learning via Autoregressive Q-Functions

CoRL 2023poster

In this work, we present a scalable reinforcement learning method for training multi-task policies from large offline datasets that can leverage both human demonstrations and autonomously collected data. Our method uses a Transformer to provide a scalable representation for Q-functions trained via o…

Cited by 106SourceScholar
2023

RT-1: Robotics Transformer for Real-World Control at Scale

RSS 2023poster

By transferring knowledge from large, diverse, task-agnostic datasets, modern machine learning models can solve specific downstream tasks either zero-shot or with small task-specific datasets to a high level of performance. While this capability has been demonstrated in other fields such as computer…

2023

RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control

CoRL 2023poster

We study how vision-language models trained on Internet-scale data can be incorporated directly into end-to-end robotic control to boost generalization and enable emergent semantic reasoning. Our goal is to enable a single end-to-end trained model to both learn to map robot observations to actions a…

Cited by 1068SourceScholar
2023

Scaling Robot Learning with Semantically Imagined Experience

RSS 2023poster

Recent advances in robot learning have shown promise in enabling robots to perform a variety of manipulation tasks and generalize to novel scenarios. One of the key contributing factors to this progress is the scale of robot data used to train the models. To obtain large-scale datasets, prior appr…

Cited by 150SourcePDFScholar
2023

Train Offline, Test Online: A Real Robot Learning Benchmark

ICRA 2023poster

Three challenges limit the progress of robot learning research: robots are expensive (few labs can participate), everyone uses different robots (findings do not generalize across labs), and we lack internet-scale robotics data. We take on these challenges via a new benchmark: Train Offline, Test Onl…

Cited by 20SourcecodeScholar
2022

How to Leverage Unlabeled Data in Offline Reinforcement Learning

ICML 2022spotlight

Offline reinforcement learning (RL) can learn control policies from static datasets but, like standard RL methods, it requires reward annotations for every transition. In many cases, labeling large datasets with rewards may be costly, especially if those rewards must be provided by human labelers, w…

Cited by 85SourcePDFScholar
2022

LAPO: Latent-Variable Advantage-Weighted Policy Optimization for Offline Reinforcement Learning

NeurIPS 2022accept

Offline reinforcement learning methods hold the promise of learning policies from pre-collected datasets without the need to query the environment for new samples. This setting is particularly well-suited for continuous control robotic applications for which online data collection based on trial-and…

Cited by 25SourcePDFScholar
2021

COMBO: Conservative Offline Model-Based Policy Optimization

NeurIPS 2021poster

Model-based reinforcement learning (RL) algorithms, which learn a dynamics model from logged experience and perform conservative planning under the learned model, have emerged as a promising paradigm for offline reinforcement learning (offline RL). However, practical variants of such model-based alg…

Cited by 490SourcePDFScholar
2021

Conservative Data Sharing for Multi-Task Offline Reinforcement Learning

NeurIPS 2021poster

Offline reinforcement learning (RL) algorithms have shown promising results in domains where abundant pre-collected data is available. However, prior methods focus on solving individual problems from scratch with an offline dataset without considering how an offline RL agent can acquire multiple ski…

Cited by 90SourcePDFScholar
2021

Efficiently Identifying Task Groupings for Multi-Task Learning

NeurIPS 2021spotlight

Multi-task learning can leverage information learned by one task to benefit the training of other tasks. Despite this capacity, naively training all tasks together in one model often degrades performance, and exhaustively searching through combinations of task groupings can be prohibitively expensiv…

2021

Visual Adversarial Imitation Learning using Variational Models

NeurIPS 2021poster

Reward function specification, which requires considerable human effort and iteration, remains a major impediment for learning behaviors through deep reinforcement learning. In contrast, providing visual demonstrations of desired behaviors presents an easier and more natural way to teach agents. We…

Cited by 50SourcePDFScholar
2020

Gradient Surgery for Multi-Task Learning

NeurIPS 2020poster

While deep learning and deep reinforcement learning (RL) systems have demonstrated impressive results in domains such as image classification, game playing, and robotic control, data efficiency remains a major challenge. Multi-task learning has emerged as a promising approach for sharing structure a…

2020

MOPO: Model-based Offline Policy Optimization

NeurIPS 2020poster

Offline reinforcement learning (RL) refers to the problem of learning policies entirely from a batch of previously collected data. This problem setting is compelling, because it offers the promise of utilizing large, diverse, previously collected datasets to acquire policies without any costly or da…

2020

On the Expressivity of Neural Networks for Deep Reinforcement Learning

ICML 2020poster

We compare the model-free reinforcement learning with the model-based approaches through the lens of the expressive power of neural networks for policies, Q-functions, and dynamics. We show, theoretically and empirically, that even for one-dimensional continuous state space, there are many MDPs whos…

2019

Meta-Inverse Reinforcement Learning with Probabilistic Context Variables

NeurIPS 2019poster

Reinforcement learning demands a reward function, which is often difficult to provide or design in real world applications. While inverse reinforcement learning (IRL) holds promise for automatically learning reward functions from demonstrations, several major challenges remain. First, existing IRL m…

2019

Meta-World: A Benchmark and Evaluation for Multi-Task and Meta Reinforcement Learning

CoRL 2019

Meta-reinforcement learning algorithms can enable robots to acquire new skills much more quickly, by leveraging prior experience to learn how to learn. However, much of the current research on meta-reinforcement learning focuses on task distributions that are very narrow. For example, a commonly use

2019

Unsupervised Visuomotor Control through Distributional Planning Networks

RSS 2019poster

While reinforcement learning (RL) has the potential to enable robots to autonomously acquire a wide range of skills, in practice, RL usually requires manual, per-task engineering of reward functions, especially in real world settings where aspects of the environment needed to compute progress are no…

Cited by 48SourcePDFScholar
2018

One-Shot Imitation from Observing Humans via Domain-Adaptive Meta-Learning

RSS 2018poster

Humans and animals are capable of learning a new behavior by observing others perform the skill just once. We consider the problem of allowing a robot to do the same -- learning from a video of a human, even when there is domain shift in the perspective, environment, and embodiment between the robot…

Cited by 435SourcePDFScholar
2017

Generalizing Skills with Semi-Supervised Reinforcement Learning

ICLR 2017poster

Deep reinforcement learning (RL) can acquire complex behaviors from low-level inputs, such as images. However, real-world applications of such methods require generalizing to the vast variability of the real world. Deep networks are known to achieve remarkable generalization when provided with massi…

Cited by 93SourceScholar
Tianhe Yu — accepted AI-conference papers · AIConfPaper