paper-with-me

홈 › Papers

Multi-agent Motion Planning for Dense and Dynamic Environments via Deep Reinforcement Learning

2020-01-18 · Samaneh Hosseini Semnani, Hugh Liu, Michael Everett, Anton de Ruiter, Jonathan P. How

This paper introduces a hybrid algorithm of deep reinforcement learning (RL) and Force-based motion planning (FMP) to solve distributed motion planning problem in dense and dynamic environments. Individually, RL and FMP algorithms each have their own limitations. FMP is not able to produce time-optimal paths and existing RL solutions are not able to produce collision-free paths in dense environments. Therefore, we first tried improving the performance of recent RL approaches by introducing a new reward function that not only eliminates the requirement of a pre supervised learning (SL) step but also decreases the chance of collision in crowded environments. That improved things, but there were still a lot of failure cases. So, we developed a hybrid approach to leverage the simpler FMP approach in stuck, simple and high-risk cases, and continue using RL for normal cases in which FMP can't produce optimal path. Also, we extend GA3C-CADRL algorithm to 3D environment. Simulation results show that the proposed algorithm outperforms both deep RL and FMP algorithms and produces up to 50% more successful scenarios than deep RL and up to 75% less extra time to reach goal than FMP.

📄 PDF Abstract BibTeX arXiv:2001.06627

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningMotion PlanningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Efficient Multi-Robot Motion Planning with Precomputed Translation-Invariant Edge Bundles

2026-05-10 · Himanshu Gupta, Paul Motter, Aritra Chakrabarty, Rishabh Sodani 외 arxiv

Solving multi-robot motion planning (MRMP) requires generating collision-free kinodynamically feasible trajectories for multiple interacting robots. We introduce Kinodynamic Translation-Invariant Edge Bundles or KiTE-Ext…

Motion Planning

Counterfactual Reasoning about Intent for Interactive Navigation in Dynamic Environments

2016-10-26 · A. Bordallo, F. Previtali, N. Nardelli, S. Ramamoorthy

Many modern robotics applications require robots to function autonomously in dynamic environments including other decision making agents, such as people or other robots. This calls for fast and scalable interactive motio…

counterfactualCounterfactual ReasoningDecision MakingMotion Planning+2

Non-differentiable Reward Optimization for Diffusion-based Autonomous Motion Planning

2025-07-17 · Giwon Lee, Daehee Park, Jaewoo Jeong, Kuk-Jin Yoon arxiv

Safe and effective motion planning is crucial for autonomous robots. Diffusion models excel at capturing complex agent interactions, a fundamental aspect of decision-making in dynamic environments. Recent studies have su…

Reinforcement LearningCollision AvoidanceMotion Planning

Learning-Based Motion Planning for Dynamic Environments: From Foundational Algorithms to Emerging Paradigms

2026-08-01 · Zongyuan Shen, Shalabh Gupta, Shancheng Zhao, Dehua Zhou 외 arxiv

Motion planning in dynamic environments is a fundamental problem in robotics, aiming to generate safe and efficient paths, trajectories, or control actions in the presence of moving obstacles, uncertain predictions, and …

Autonomous DrivingMotion Planning

Towards Learning Scalable Agile Dynamic Motion Planning for Robosoccer Teams with Policy Optimization

2025-02-08 · Brandon Ho, Batuhan Altundas, Matthew Gombolay

In fast-paced, ever-changing environments, dynamic Motion Planning for Multi-Agent Systems in the presence of obstacles is a universal and unsolved problem. Be it from path planning around obstacles to the movement of ro…

Motion Planning