A Reinforcement Learning Approach for Robotic Unloading from Visual Observations
Vittorio Giammarino, Alberto Giammarino, Matthew Pearce

TL;DR
This paper presents a hierarchical reinforcement learning framework for robotic unloading from visual data, emphasizing sample efficiency and safety, with experimental validation and open-source code for benchmarking.
Contribution
It introduces a novel hierarchical DRL-based controller with safety mechanisms for unloading tasks, reducing reliance on labeled data and enhancing learning performance.
Findings
Hierarchical DRL improves unloading success rates.
Safety bias enhances learning stability.
Open-source code facilitates future research.
Abstract
In this work, we focus on a robotic unloading problem from visual observations, where robots are required to autonomously unload stacks of parcels using RGB-D images as their primary input source. While supervised and imitation learning have accomplished good results in these types of tasks, they heavily rely on labeled data, which are challenging to obtain in realistic scenarios. Our study aims to develop a sample efficient controller framework that can learn unloading tasks without the need for labeled data during the learning process. To tackle this challenge, we propose a hierarchical controller structure that combines a high-level decision-making module with classical motion control. The high-level module is trained using Deep Reinforcement Learning (DRL), wherein we incorporate a safety bias mechanism and design a reward function tailored to this task. Our experiments demonstrate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Reinforcement Learning in Robotics · Robot Manipulation and Learning
MethodsFocus
