RoboRAN: A Unified Robotics Framework for Reinforcement Learning-Based Autonomous Navigation
Matteo El-Hariry, Antoine Richard, Ricard M. Castan, Luis F. W. Batista, Matthieu Geist, Cedric Pradalier, Miguel Olivares-Mendez
TL;DR
RoboRAN presents a modular, cross-domain RL navigation framework that decouples robot and task definitions to enable unified training, evaluation, and deployment across terrestrial, aquatic, and microgravity platforms. It introduces four navigation tasks, a standardized reward formulation with domain randomization, and a deployment stack that bridges Isaac Lab training to ROS2-based real-robot control. Through simulation and field experiments on three heterogeneous robots, RoboRAN demonstrates effective sim-to-real transfer, consistent training efficiency, and robust cross-domain performance, while identifying heading alignment and inertia-related gaps as opportunities for improvement. The open-source framework provides a practical foundation for scalable, reproducible RL navigation research and paves the way for multitask learning and transfer-learning approaches across diverse robotic morphologies.
Abstract
Autonomous robots must navigate and operate in diverse environments, from terrestrial and aquatic settings to aerial and space domains. While Reinforcement Learning (RL) has shown promise in training policies for specific autonomous robots, existing frameworks and benchmarks are often constrained to unique platforms, limiting generalization and fair comparisons across different mobility systems. In this paper, we present a multi-domain framework for training, evaluating and deploying RL-based navigation policies across diverse robotic platforms and operational environments. Our work presents four key contributions: (1) a scalable and modular framework, facilitating seamless robot-task interchangeability and reproducible training pipelines; (2) sim-to-real transfer demonstrated through real-world experiments with multiple robots, including a satellite robotic simulator, an unmanned surface vessel, and a wheeled ground vehicle; (3) the release of the first open-source API for deploying Isaac Lab-trained policies to real robots, enabling lightweight inference and rapid field validation; and (4) uniform tasks and metrics for cross-medium evaluation, through a unified evaluation testbed to assess performance of navigation tasks in diverse operational conditions (aquatic, terrestrial and space). By ensuring consistency between simulation and real-world deployment, RoboRAN lowers the barrier to developing adaptable RL-based navigation strategies. Its modular design enables straightforward integration of new robots and tasks through predefined templates, fostering reproducibility and extension to diverse domains. To support the community, we release RoboRAN as open-source.
