ROAIApr 12, 2022

Learning Design and Construction with Varying-Sized Materials via Prioritized Memory Resets

ByteDanceCMU
arXiv:2204.05509v16 citationsh-index: 60
Originality Incremental advance
AI Analysis

This addresses the challenge of long-horizon, sparse-reward tasks in robotics, though it is incremental as it builds on hierarchical reinforcement learning and motion planning.

The paper tackles the problem of enabling a robot to autonomously design and construct bridges from varying-sized blocks without a blueprint, achieving a high success rate in simulation and real-world deployment.

Can a robot autonomously learn to design and construct a bridge from varying-sized blocks without a blueprint? It is a challenging task with long horizon and sparse reward -- the robot has to figure out physically stable design schemes and feasible actions to manipulate and transport blocks. Due to diverse block sizes, the state space and action trajectories are vast to explore. In this paper, we propose a hierarchical approach for this problem. It consists of a reinforcement-learning designer to propose high-level building instructions and a motion-planning-based action generator to manipulate blocks at the low level. For high-level learning, we develop a novel technique, prioritized memory resetting (PMR) to improve exploration. PMR adaptively resets the state to those most critical configurations from a replay buffer so that the robot can resume training on partial architectures instead of from scratch. Furthermore, we augment PMR with auxiliary training objectives and fine-tune the designer with the locomotion generator. Our experiments in simulation and on a real deployed robotic system demonstrate that it is able to effectively construct bridges with blocks of varying sizes at a high success rate. Demos can be found at https://sites.google.com/view/bridge-pmr.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes