paper-with-me

홈 › Papers

Safety Aware Autonomous Path Planning Using Model Predictive Reinforcement Learning for Inland Waterways

2023-11-16 · Astrid Vanneste, Simon Vanneste, Olivier Vasseur, Robin Janssens, Mattias Billast, Ali Anwar, Kevin Mets, Tom De Schepper, Siegfried Mercelis, Peter Hellinckx

In recent years, interest in autonomous shipping in urban waterways has increased significantly due to the trend of keeping cars and trucks out of city centers. Classical approaches such as Frenet frame based planning and potential field navigation often require tuning of many configuration parameters and sometimes even require a different configuration depending on the situation. In this paper, we propose a novel path planning approach based on reinforcement learning called Model Predictive Reinforcement Learning (MPRL). MPRL calculates a series of waypoints for the vessel to follow. The environment is represented as an occupancy grid map, allowing us to deal with any shape of waterway and any number and shape of obstacles. We demonstrate our approach on two scenarios and compare the resulting path with path planning using a Frenet frame and path planning based on a proximal policy optimization (PPO) agent. Our results show that MPRL outperforms both baselines in both test scenarios. The PPO based approach was not able to reach the goal in either scenario while the Frenet frame approach failed in the scenario consisting of a corner with obstacles. MPRL was able to safely (collision free) navigate to the goal in both of the test scenarios.

📄 PDF Abstract BibTeX arXiv:2311.09878

Code (0)

등록된 구현이 없습니다.

Tasks

Navigatereinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Parking Assistance for Trailer-Truck Transport Vehicles Using Sensor Fusion and Motion Planning

2026-05-04 · George Alenchery, Thomas Jeske, Tova Quinones, Lentz Fortune 외 arxiv

Autonomous driving technology has rapidly evolved over the past decade, offering significant improvements in transportation efficiency, safety, and cost reduction. While much of the progress has focused on highway drivin…

Autonomous DrivingMotion Planning

Safety-Oriented Dynamic Path Planning for Automated Vehicles

2025-10-04 · Mostafa Emam, Matthias Gerdts arxiv

Ensuring safety in autonomous vehicles necessitates advanced path planning and obstacle avoidance capabilities, particularly in dynamic environments. This paper introduces a bi-level control framework that efficiently au…

Autonomous VehiclesAutonomous Driving

Energy Aware and Safe Path Planning for Unmanned Aircraft Systems

2025-04-04 · Sebastian Gasche, Christian Kallies, Andreas Himmel, Rolf Findeisen

This paper proposes a path planning algorithm for multi-agent unmanned aircraft systems (UASs) to autonomously cover a search area, while considering obstacle avoidance, as well as the capabilities and energy consumption…

Model Predictive Control

Autonomous Driving with Priority-Ordered STL Specifications Under Multimodal Uncertainty

2026-06-18 · Taha Bouzid, Shuhao Qi, Mircea Lazar, Sofie Haesaert arxiv

Autonomous vehicles must plan trajectories that satisfy a multitude of requirements on safety, passenger comfort, and compliance with traffic rules. However, in safety-critical scenarios, it is not always possible to sat…

Trajectory PlanningAutonomous VehiclesAutonomous Driving

Interaction-Aware Motion Planning for Autonomous Vehicles with Multi-Modal Obstacle Uncertainty Predictions

2022-12-22 · Jian Zhou, Björn Olofsson, Erik Frisk

This paper proposes an interaction and safety-aware motion-planning method for an autonomous vehicle in uncertain multi-vehicle traffic environments. The method integrates the ability of the interaction-aware interacting…

Autonomous VehiclesCollision AvoidanceModel Predictive ControlMotion Planning+1