paper-with-me

Papers

Efficient Environment Design for Multi-Robot Navigation via Continuous Control

2025-08-17 · Jahid Chowdhury Choton, John Woods, William Hsu arxiv

Multi-robot navigation and path planning in continuous state and action spaces with uncertain environments remains an open challenge. Deep Reinforcement Learning (RL) is one of the most popular paradigms for solving this task, but its real-world application has been limited due to sample inefficiency and long training periods. Moreover, the existing works using RL for multi-robot navigation lack formal guarantees while designing the environment. In this paper, we introduce an efficient and highly customizable environment for continuous-control multi-robot navigation, where the robots must visit a set of regions of interest (ROIs) by following the shortest paths. The task is formally modeled as a Markov Decision Process (MDP). We describe the multi-robot navigation task as an optimization problem and relate it to finding an optimal policy for the MDP. We crafted several variations of the environment and measured the performance using both gradient and non-gradient based RL methods: A2C, PPO, TRPO, TQC, CrossQ and ARS. To show real-world applicability, we deployed our environment to a 3-D agricultural field with uncertainties using the CoppeliaSim robot simulator and measured the robustness by running inference on the learned models. We believe our work will guide the researchers on how to develop MDP-based environments that are applicable to real-world systems and solve them using the existing state-of-the-art RL methods with limited resources and within reasonable time periods.

📄 PDF Abstract BibTeX arXiv:2508.14105

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous ControlRobot Navigation

Similar Papers 제목 키워드 기반

Research on Autonomous Robots Navigation based on Reinforcement Learning

2024-07-02 · Zixiang Wang, Hao Yan, Yining Wang, Zhengjia Xu 외

Reinforcement learning continuously optimizes decision-making based on real-time feedback reward signals through continuous interaction with the environment, demonstrating strong adaptive and self-learning capabilities. …

Autonomous NavigationDecision Makingreinforcement-learningReinforcement Learning+2

Virtual-to-real Deep Reinforcement Learning: Continuous Control of Mobile Robots for Mapless Navigation

2017-03-01 · Lei Tai, Giuseppe Paolo, Ming Liu

We present a learning-based mapless motion planner by taking the sparse 10-dimensional range findings and the target position with respect to the mobile robot coordinate frame as input and the continuous steering command…

continuous-controlContinuous ControlDeep Reinforcement LearningNavigate+3

EnCoMP: Enhanced Covert Maneuver Planning with Adaptive Threat-Aware Visibility Estimation using Offline Reinforcement Learning

2024-03-29 · Jumman Hossain, Abu-Zaher Faridee, Nirmalya Roy, Jade Freeman 외

Autonomous robots operating in complex environments face the critical challenge of identifying and utilizing environmental cover for covert navigation to minimize exposure to potential threats. We propose EnCoMP, an enha…

NavigateQ-Learningreinforcement-learning

EFLUX: Elastic Multi-Robot Formation Navigation and Adaptation with Agentic LLMs

2026-07-13 · Jinyuan Zhang, Yuwei Wu, Guangyao Shi, Jonathan Diller 외 arxiv

Multi-robot teams operating in confined or cluttered environments must adapt both their formation geometry and group topology to navigate through complex obstacles. This adaptation requires two complementary behaviors: d…

HA-VLN: A Benchmark for Human-Aware Navigation in Discrete-Continuous Environments with Dynamic Multi-Human Interactions, Real-World Validation, and an Open Leaderboard

2025-03-18 · Yifei Dong, Fengyi Wu, Qi He, Heng Li 외

Vision-and-Language Navigation (VLN) systems often focus on either discrete (panoramic) or continuous (free-motion) paradigms alone, overlooking the complexities of human-populated, dynamic environments. We introduce a u…

BenchmarkingHuman DynamicsVision and Language Navigation