Reinforcement Learning Within the Classical Robotics Stack: A Case Study in Robot Soccer
Adam Labiosa, Zhihan Wang, Siddhant Agarwal, William Cong, Geethika Hemkumar, Abhinav Narayan Harish, Benjamin Hong, Josh Kelle, Chen Li, Yuhao Li, Zisen Shao, Peter Stone, Josiah P. Hanna
TL;DR
This work tackles high-level decision-making in a dynamic, multi-agent robot soccer domain by integrating model-free reinforcement learning into a classical robotics stack. It employs a multi-fidelity sim2real training regime and decomposes high-level behavior into four sub-policies, selected at deployment via a heuristic policy selector. Using PPO, the authors train distinct policies with varying action and observation spaces across sim2real environments, then validate the approach through empirical studies and real-robot competition results, achieving 7/8 wins and a 39-7 score in the 2024 RoboCup SPL Challenge Shield Division. The results demonstrate the viability of RL for complete robot behavior in complex, partially observable, and adversarial tasks, and provide design guidance on multi-fidelity training, behavior decomposition, and heuristic policy integration for real-world robotics.
Abstract
Robot decision-making in partially observable, real-time, dynamic, and multi-agent environments remains a difficult and unsolved challenge. Model-free reinforcement learning (RL) is a promising approach to learning decision-making in such domains, however, end-to-end RL in complex environments is often intractable. To address this challenge in the RoboCup Standard Platform League (SPL) domain, we developed a novel architecture integrating RL within a classical robotics stack, while employing a multi-fidelity sim2real approach and decomposing behavior into learned sub-behaviors with heuristic selection. Our architecture led to victory in the 2024 RoboCup SPL Challenge Shield Division. In this work, we fully describe our system's architecture and empirically analyze key design decisions that contributed to its success. Our approach demonstrates how RL-based behaviors can be integrated into complete robot behavior architectures.
