paper-with-me

홈 › Papers

Learning Language-Conditioned Robot Behavior from Offline Data and Crowd-Sourced Annotation

2021-09-02 · Suraj Nair, Eric Mitchell, Kevin Chen, Brian Ichter, Silvio Savarese, Chelsea Finn

We study the problem of learning a range of vision-based manipulation tasks from a large offline dataset of robot interaction. In order to accomplish this, humans need easy and effective ways of specifying tasks to the robot. Goal images are one popular form of task specification, as they are already grounded in the robot's observation space. However, goal images also have a number of drawbacks: they are inconvenient for humans to provide, they can over-specify the desired behavior leading to a sparse reward signal, or under-specify task information in the case of non-goal reaching tasks. Natural language provides a convenient and flexible alternative for task specification, but comes with the challenge of grounding language in the robot's observation space. To scalably learn this grounding we propose to leverage offline robot datasets (including highly sub-optimal, autonomously collected data) with crowd-sourced natural language labels. With this data, we learn a simple classifier which predicts if a change in state completes a language instruction. This provides a language-conditioned reward function that can then be used for offline multi-task RL. In our experiments, we find that on language-conditioned manipulation tasks our approach outperforms both goal-image specifications and language conditioned imitation techniques by more than 25%, and is able to perform visuomotor tasks from natural language, such as "open the right drawer" and "move the stapler", on a Franka Emika Panda robot.

📄 PDF Abstract BibTeX arXiv:2109.01115

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Goal-conditioned Supervised Learning and Its Connection to Offline RL

2022-02-09 · ICLR 2022 4 · Rui Yang, Yiming Lu, Wenzhe Li, Hao Sun 외

Solving goal-conditioned tasks with sparse rewards using self-supervised learning is promising because of its simplicity and stability over current reinforcement learning (RL) algorithms. A recent work, called Goal-Condi…

Offline RLReinforcement Learning (RL)Self-Supervised Learning

From Play to Policy: Conditional Behavior Generation from Uncurated Robot Data

2022-10-18 · Zichen Jeff Cui, Yibin Wang, Nur Muhammad Mahi Shafiullah, Lerrel Pinto

While large-scale sequence modeling from offline data has led to impressive performance gains in natural language and image generation, directly translating such ideas to robotics has been challenging. One critical reaso…

Image Generation

How Far I'll Go: Offline Goal-Conditioned Reinforcement Learning via $f$-Advantage Regression

2022-06-07 · Yecheng Jason Ma, Jason Yan, Dinesh Jayaraman, Osbert Bastani

Offline goal-conditioned reinforcement learning (GCRL) promises general-purpose skill learning in the form of reaching diverse goals from purely offline datasets. We propose $\textbf{Go}$al-conditioned $f$-$\textbf{A}$dv…

regressionreinforcement-learningReinforcement Learning (RL)

Language-Conditioned Offline RL for Multi-Robot Navigation

2024-07-29 · Steven Morad, Ajay Shankar, Jan Blumenkamp, Amanda Prorok

We present a method for developing navigation policies for multi-robot teams that interpret and follow natural language instructions. We condition these policies on embeddings from pretrained Large Language Models (LLMs)…

Offline RLRobot Navigation

LUMOS: Language-Conditioned Imitation Learning with World Models

2025-03-13 · Iman Nematollahi, Branton DeMoss, Akshay L Chandra, Nick Hawes 외

We introduce LUMOS, a language-conditioned multi-task imitation learning framework for robotics. LUMOS learns skills by practicing them over many long-horizon rollouts in the latent space of a learned world model and tra…

Imitation Learning