paper-with-me

Papers

MT-Opt: Continuous Multi-Task Robotic Reinforcement Learning at Scale

2021-04-16 · Dmitry Kalashnikov, Jacob Varley, Yevgen Chebotar, Benjamin Swanson, Rico Jonschkowski, Chelsea Finn, Sergey Levine, Karol Hausman

General-purpose robotic systems must master a large repertoire of diverse skills to be useful in a range of daily tasks. While reinforcement learning provides a powerful framework for acquiring individual behaviors, the time needed to acquire each skill makes the prospect of a generalist robot trained with RL daunting. In this paper, we study how a large-scale collective robotic learning system can acquire a repertoire of behaviors simultaneously, sharing exploration, experience, and representations across tasks. In this framework new tasks can be continuously instantiated from previously learned tasks improving overall performance and capabilities of the system. To instantiate this system, we develop a scalable and intuitive framework for specifying new tasks through user-provided examples of desired outcomes, devise a multi-robot collective learning system for data collection that simultaneously collects experience for multiple tasks, and develop a scalable and generalizable multi-task deep reinforcement learning method, which we call MT-Opt. We demonstrate how MT-Opt can learn a wide range of skills, including semantic picking (i.e., picking an object from a particular category), placing into various fixtures (e.g., placing a food item onto a plate), covering, aligning, and rearranging. We train and evaluate our system on a set of 12 real-world tasks with data collected from 7 robots, and demonstrate the performance of our system both in terms of its ability to generalize to structurally similar new tasks, and acquire distinct new tasks more quickly by leveraging past experience. We recommend viewing the videos at https://karolhausman.github.io/mt-opt/

📄 PDF Abstract BibTeX arXiv:2104.08212

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Multi-task Learning for Continuous Control

2018-02-03 · Himani Arora, Rajath Kumar, Jason Krone, Chong Li

Reliable and effective multi-task learning is a prerequisite for the development of robotic agents that can quickly learn to accomplish related, everyday tasks. However, in the reinforcement learning domain, multi-task l…

continuous-controlContinuous ControlMulti-Task Learningreinforcement-learning+2

Value-Based Reinforcement Learning for Continuous Control Robotic Manipulation in Multi-Task Sparse Reward Settings

2021-07-28 · Sreehari Rammohan, Shangqun Yu, Bowen He, Eric Hsiung 외

Learning continuous control in high-dimensional sparse reward settings, such as robotic manipulation, is a challenging problem due to the number of samples often required to obtain accurate optimal value and policy estim…

continuous-controlContinuous ControlData AugmentationDeep Reinforcement Learning+5

Multi-Goal Reinforcement Learning: Challenging Robotics Environments and Request for Research

2018-02-26 · Matthias Plappert, Marcin Andrychowicz, Alex Ray, Bob McGrew 외

The purpose of this technical report is two-fold. First of all, it introduces a suite of challenging continuous control tasks (integrated with OpenAI Gym) based on currently existing robotics hardware. The tasks include …

continuous-controlContinuous ControlMulti-Goal Reinforcement LearningOpenAI Gym+3

Offline Actor-Critic Reinforcement Learning Scales to Large Models

2024-02-08 · Jost Tobias Springenberg, Abbas Abdolmaleki, Jingwei Zhang, Oliver Groth 외

We show that offline actor-critic reinforcement learning can scale to large models - such as transformers - and follows similar scaling laws as supervised learning. We find that offline actor-critic algorithms can outper…

continuous-controlContinuous ControlOffline RLreinforcement-learning+1

Quantifying the Effect of Feedback Frequency in Interactive Reinforcement Learning for Robotic Tasks

2022-07-20 · Daniel Harnack, Julie Pivin-Bachler, Nicolás Navarro-Guerrero

Reinforcement learning (RL) has become widely adopted in robot control. Despite many successes, one major persisting problem can be very low data efficiency. One solution is interactive feedback, which has been shown to …

reinforcement-learningReinforcement Learning (RL)