paper-with-me

Papers

Learning to Manipulate Deformable Objects without Demonstrations

2019-10-29 · Yilin Wu, Wilson Yan, Thanard Kurutach, Lerrel Pinto, Pieter Abbeel

In this paper we tackle the problem of deformable object manipulation through model-free visual reinforcement learning (RL). In order to circumvent the sample inefficiency of RL, we propose two key ideas that accelerate learning. First, we propose an iterative pick-place action space that encodes the conditional relationship between picking and placing on deformable objects. The explicit structural encoding enables faster learning under complex object dynamics. Second, instead of jointly learning both the pick and the place locations, we only explicitly learn the placing policy conditioned on random pick points. Then, by selecting the pick point that has Maximal Value under Placing (MVP), we obtain our picking policy. This provides us with an informed picking policy during testing, while using only random pick points during training. Experimentally, this learning framework obtains an order of magnitude faster learning compared to independent action-spaces on our suite of deformable object manipulation tasks with visual RGB observations. Finally, using domain randomization, we transfer our policies to a real PR2 robot for challenging cloth and rope coverage tasks, and demonstrate significant improvements over standard RL techniques on average coverage.

📄 PDF Abstract BibTeX arXiv:1910.13439

Code (2)

wilson1yan/rlpyt 공식 구현 pytorch
xingyu-lin/softagent pytorch

Tasks

Deformable Object ManipulationObjectReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Autonomous Manipulation Learning for Similar Deformable Objects via Only One Demonstration

2023-01-01 · CVPR 2023 1 · Yu Ren, Ronghan Chen, Yang Cong

In comparison with most methods focusing on 3D rigid object recognition and manipulation, deformable objects are more common in our real life but attract less attention. Generally, most existing methods for deformabl…

Deformable Object ManipulationObjectObject Recognition

GenDOM: Generalizable One-shot Deformable Object Manipulation with Parameter-Aware Policy

2023-09-16 · So Kuroki, Jiaxian Guo, Tatsuya Matsushima, Takuya Okubo 외

Due to the inherent uncertainty in their deformability during motion, previous methods in deformable object manipulation, such as rope and cloth, often required hundreds of real-world demonstrations to train a manipulati…

Deformable Object ManipulationObject

DexDeform: Dexterous Deformable Object Manipulation with Human Demonstrations and Differentiable Physics

2023-03-27 · Sizhe Li, Zhiao Huang, Tao Chen, Tao Du 외

In this work, we aim to learn dexterous manipulation of deformable objects using multi-fingered hands. Reinforcement learning approaches for dexterous rigid object manipulation would struggle in this setting due to the c…

Deformable Object ManipulationObject

Learning to Rearrange Deformable Cables, Fabrics, and Bags with Goal-Conditioned Transporter Networks

2020-12-06 · Daniel Seita, Pete Florence, Jonathan Tompson, Erwin Coumans 외

Rearranging and manipulating deformable objects such as cables, fabrics, and bags is a long-standing challenge in robotic manipulation. The complex dynamics and high-dimensional configuration spaces of deformables, compa…

One-shot Video Imitation via Parameterized Symbolic Abstraction Graphs

2024-08-22 · Jianren Wang, Kangni Liu, Dingkun Guo, Xian Zhou 외

Learning to manipulate dynamic and deformable objects from a single demonstration video holds great promise in terms of scalability. Previous approaches have predominantly focused on either replaying object relationships…