OpenSocInt: A Multi-modal Training Environment for Human-Aware Social Navigation
Victor Sanchez, Chris Reinke, Ahamed Mohamed, Xavier Alameda-Pineda
TL;DR
This work tackles training autonomous agents for human-aware social navigation in multi-modal environments. It introduces OpenSocInt, a modular, open-source framework comprising a Simulator, Environment, and Agent to integrate diverse perceptual modalities (e.g., LEOG, RayCast, and closest-obstacle data) with multiple reinforcement learning algorithms (SAC, TD3, DDPG, A2C). An experimental protocol evaluates reward shaping, modality usage, and encoder fusion, revealing that pre-trained LEOG encoders, multi-modal fusion, and the SAC algorithm yield more data-efficient and stable learning, while different modalities influence early-stage performance. The framework enables systematic analysis of perception-to-action pipelines in social navigation, offering practical utility for researchers and developers and a path toward incorporating richer social cues in future work.
Abstract
In this paper, we introduce OpenSocInt, an open-source software package providing a simulator for multi-modal social interactions and a modular architecture to train social agents. We described the software package and showcased its interest via an experimental protocol based on the task of social navigation. Our framework allows for exploring the use of different perceptual features, their encoding and fusion, as well as the use of different agents. The software is already publicly available under GPL at https://gitlab.inria.fr/robotlearn/OpenSocInt/.
