English

Towards Practical Multi-Object Manipulation using Relational Reinforcement Learning

Robotics 2019-12-24 v1 Artificial Intelligence Machine Learning

Abstract

Learning robotic manipulation tasks using reinforcement learning with sparse rewards is currently impractical due to the outrageous data requirements. Many practical tasks require manipulation of multiple objects, and the complexity of such tasks increases with the number of objects. Learning from a curriculum of increasingly complex tasks appears to be a natural solution, but unfortunately, does not work for many scenarios. We hypothesize that the inability of the state-of-the-art algorithms to effectively utilize a task curriculum stems from the absence of inductive biases for transferring knowledge from simpler to complex tasks. We show that graph-based relational architectures overcome this limitation and enable learning of complex tasks when provided with a simple curriculum of tasks with increasing numbers of objects. We demonstrate the utility of our framework on a simulated block stacking task. Starting from scratch, our agent learns to stack six blocks into a tower. Despite using step-wise sparse rewards, our method is orders of magnitude more data-efficient and outperforms the existing state-of-the-art method that utilizes human demonstrations. Furthermore, the learned policy exhibits zero-shot generalization, successfully stacking blocks into taller towers and previously unseen configurations such as pyramids, without any further training.

Keywords

Cite

@article{arxiv.1912.11032,
  title  = {Towards Practical Multi-Object Manipulation using Relational Reinforcement Learning},
  author = {Richard Li and Allan Jabri and Trevor Darrell and Pulkit Agrawal},
  journal= {arXiv preprint arXiv:1912.11032},
  year   = {2019}
}

Comments

10 pages, 4 figures and 1 table in main article, 3 figures and 3 tables in appendix. Supplementary website and videos at https://richardrl.github.io/relational-rl/

R2 v1 2026-06-23T12:55:00.989Z