paper-with-me

Papers

Deep Reinforcement Learning for Robotic Manipulation with Asynchronous Off-Policy Updates

2016-10-03 · Shixiang Gu, Ethan Holly, Timothy Lillicrap, Sergey Levine

Reinforcement learning holds the promise of enabling autonomous robots to learn large repertoires of behavioral skills with minimal human intervention. However, robotic applications of reinforcement learning often compromise the autonomy of the learning process in favor of achieving training times that are practical for real physical systems. This typically involves introducing hand-engineered policy representations and human-supplied demonstrations. Deep reinforcement learning alleviates this limitation by training general-purpose neural network policies, but applications of direct deep reinforcement learning algorithms have so far been restricted to simulated settings and relatively simple tasks, due to their apparent high sample complexity. In this paper, we demonstrate that a recent deep reinforcement learning algorithm based on off-policy training of deep Q-functions can scale to complex 3D manipulation tasks and can learn deep neural network policies efficiently enough to train on real physical robots. We demonstrate that the training times can be further reduced by parallelizing the algorithm across multiple robots which pool their policy updates asynchronously. Our experimental evaluation shows that our method can learn a variety of 3D manipulation skills in simulation and a complex door opening skill on real robots without any prior demonstrations or manually designed representations.

📄 PDF Abstract BibTeX arXiv:1610.00633

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

ABPolicy: Asynchronous B-Spline Flow Policy for Real-Time and Smooth Robotic Manipulation

2026-02-27 · Fan Yang, Peiguang Jing, Kaihua Qu, Ningyuan Zhao 외 arxiv

Robotic manipulation requires policies that are smooth and responsive to evolving observations. However, synchronous inference in the raw action space introduces several challenges, including intra-chunk jitter, inter-ch…

Observe Then Act: Asynchronous Active Vision-Action Model for Robotic Manipulation

2024-09-23 · Guokang Wang, Hang Li, Shuyuan Zhang, Di Guo 외

In real-world scenarios, many robotic manipulation tasks are hindered by occlusions and limited fields of view, posing significant challenges for passive observation-based models that rely on fixed or wrist-mounted camer…

Population-Coded Spiking Neural Networks for High-Dimensional Robotic Control

2025-10-12 · Kanishkha Jaisankar, Xiaoyang Jiang, Feifan Liao, Jeethu Sreenivas Amuthan arxiv

Energy-efficient and high-performance motor control remains a critical challenge in robotics, particularly for high-dimensional continuous control tasks with limited onboard resources. While Deep Reinforcement Learning (…

Reinforcement LearningContinuous Control

Asynchronous Methods for Model-Based Reinforcement Learning

2019-10-28 · Yunzhi Zhang, Ignasi Clavera, Boren Tsai, Pieter Abbeel

Significant progress has been made in the area of model-based reinforcement learning. State-of-the-art algorithms are now able to match the asymptotic performance of model-free methods while being significantly more data…

modelModel-based Reinforcement LearningMuJoCoreinforcement-learning+2

Asynchronous Reinforcement Learning for Real-Time Control of Physical Robots

2022-03-23 · Yufeng Yuan, A. Rupam Mahmood

An oft-ignored challenge of real-world reinforcement learning is that the real world does not pause when agents make learning updates. As standard simulated environments do not address this real-time aspect of learning, …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)