Residual Reinforcement Learning for Waste-Container Lifting Using Large-Scale Cranes with Underactuated Tools
Qi Li, Karsten Berns
TL;DR
This work tackles high-precision container lifting with a truck-mounted hydraulic loader crane that features an underactuated discharge unit. It proposes residual reinforcement learning (RRL), which augments a stable nominal Cartesian controller with a learned residual policy, allowing improved trajectory tracking and swing suppression under unmodeled dynamics. The nominal controller comprises Cartesian admittance tracking, pendulum-aware anti-swing acceleration, and damped least-squares IK with a nullspace term, while a PPO-trained residual policy refines control during a critical alignment segment; training leverages episode initialization and domain randomization in Isaac Lab, with a final blending u=(1-λ)nor u + λ res u. In simulation, RRL yields higher lifting success rates, tighter tracking, and reduced swing than the nominal controller alone, with ablations showing complementary benefits of anti-swing and residual learning and robustness to parameter variations, pointing to promising real-world deployment after incorporating hydraulic dynamics and real hardware validation.
Abstract
This paper studies the container lifting phase of a waste-container recycling task in urban environments, performed by a hydraulic loader crane equipped with an underactuated discharge unit, and proposes a residual reinforcement learning (RRL) approach that combines a nominal Cartesian controller with a learned residual policy. All experiments are conducted in simulation, where the task is characterized by tight geometric tolerances between the discharge-unit hooks and the container rings relative to the overall crane scale, making precise trajectory tracking and swing suppression essential. The nominal controller uses admittance control for trajectory tracking and pendulum-aware swing damping, followed by damped least-squares inverse kinematics with a nullspace posture term to generate joint velocity commands. A PPO-trained residual policy in Isaac Lab compensates for unmodeled dynamics and parameter variations, improving precision and robustness without requiring end-to-end learning from scratch. We further employ randomized episode initialization and domain randomization over payload properties, actuator gains, and passive joint parameters to enhance generalization. Simulation results demonstrate improved tracking accuracy, reduced oscillations, and higher lifting success rates compared to the nominal controller alone.
