Skip to main content

Showing 1–5 of 5 results for author: Quillen, D

.
  1. arXiv:1910.10897  [pdf, other

    cs.LG cs.AI cs.RO stat.ML

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

    Authors: Tianhe Yu, Deirdre Quillen, Zhanpeng He, Ryan Julian, Avnish Narayan, Hayden Shively, Adithya Bellathur, Karol Hausman, Chelsea Finn, Sergey Levine

    Abstract: 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 used meta-reinforcement learning benchmark uses different running velocities for a simulated robot as d… ▽ More

    Submitted 14 June, 2021; v1 submitted 23 October, 2019; originally announced October 2019.

    Comments: This is an update version of a manuscript that originally appeared at CoRL 2019. Videos are here: meta-world.github.io, open-sourced code are available at: https://github.com/rlworkgroup/metaworld, and the baselines can be found at https://github.com/rlworkgroup/garage

  2. arXiv:1903.08254  [pdf, other

    cs.LG cs.AI stat.ML

    Efficient Off-Policy Meta-Reinforcement Learning via Probabilistic Context Variables

    Authors: Kate Rakelly, Aurick Zhou, Deirdre Quillen, Chelsea Finn, Sergey Levine

    Abstract: Deep reinforcement learning algorithms require large amounts of experience to learn an individual task. While in principle meta-reinforcement learning (meta-RL) algorithms enable agents to learn new skills from small amounts of experience, several major challenges preclude their practicality. Current methods rely heavily on on-policy experience, limiting their sample efficiency. The also lack mech… ▽ More

    Submitted 19 March, 2019; originally announced March 2019.

  3. arXiv:1806.10293  [pdf, other

    cs.LG cs.AI cs.CV cs.RO stat.ML

    QT-Opt: Scalable Deep Reinforcement Learning for Vision-Based Robotic Manipulation

    Authors: Dmitry Kalashnikov, Alex Irpan, Peter Pastor, Julian Ibarz, Alexander Herzog, Eric Jang, Deirdre Quillen, Ethan Holly, Mrinal Kalakrishnan, Vincent Vanhoucke, Sergey Levine

    Abstract: In this paper, we study the problem of learning vision-based dynamic manipulation skills using a scalable reinforcement learning approach. We study this problem in the context of gras**, a longstanding challenge in robotic manipulation. In contrast to static learning behaviors that choose a grasp point and then execute the desired grasp, our method enables closed-loop vision-based control, where… ▽ More

    Submitted 27 November, 2018; v1 submitted 27 June, 2018; originally announced June 2018.

    Comments: CoRL 2018 camera ready. 23 pages, 14 figures

  4. arXiv:1802.10264  [pdf, other

    cs.RO cs.LG stat.ML

    Deep Reinforcement Learning for Vision-Based Robotic Gras**: A Simulated Comparative Evaluation of Off-Policy Methods

    Authors: Deirdre Quillen, Eric Jang, Ofir Nachum, Chelsea Finn, Julian Ibarz, Sergey Levine

    Abstract: In this paper, we explore deep reinforcement learning algorithms for vision-based robotic gras**. Model-free deep reinforcement learning (RL) has been successfully applied to a range of challenging environments, but the proliferation of algorithms makes it difficult to discern which particular approach would be best suited for a rich, diverse task like gras**. To answer this question, we propo… ▽ More

    Submitted 28 March, 2018; v1 submitted 28 February, 2018; originally announced February 2018.

    Comments: 8 pages

  5. arXiv:1603.02199  [pdf, other

    cs.LG cs.AI cs.CV cs.RO

    Learning Hand-Eye Coordination for Robotic Gras** with Deep Learning and Large-Scale Data Collection

    Authors: Sergey Levine, Peter Pastor, Alex Krizhevsky, Deirdre Quillen

    Abstract: We describe a learning-based approach to hand-eye coordination for robotic gras** from monocular images. To learn hand-eye coordination for gras**, we trained a large convolutional neural network to predict the probability that task-space motion of the gripper will result in successful grasps, using only monocular camera images and independently of camera calibration or the current robot pose.… ▽ More

    Submitted 28 August, 2016; v1 submitted 7 March, 2016; originally announced March 2016.

    Comments: This is an extended version of "Learning Hand-Eye Coordination for Robotic Gras** with Large-Scale Data Collection," ISER 2016. Draft modified to correct typo in Algorithm 1 and add a link to the publicly available dataset