Adapting Reinforcement Learning for Path Planning in Constrained Parking Scenarios
Feng Tao, Luca Paparusso, Chenyi Gu, Robin Koehler, Chenxu Wu, Xinyu Huang, Christian Juette, David Paz, Ren Liu
TL;DR
The paper tackles real-time path planning in highly constrained parking under imperfect perception. It presents a Deep Reinforcement Learning planner grounded in a bicycle-model dynamic, with an ego-centric input representation and a cross-attention module, augmented by an action-chunking wrapper and curriculum learning, operating on state $(x, y, \theta, \delta)$. To enable rigorous evaluation, it introduces ParkBench, an open-source benchmark with 51 rear-in parking scenarios, and shows that the RL planner achieves state-of-the-art performance over Hybrid A* while offering real-time inference and reduced reliance on localization/tracking. The work includes real-vehicle deployment experiments and discusses limitations and future directions, including automatic curricula.
Abstract
Real-time path planning in constrained environments remains a fundamental challenge for autonomous systems. Traditional classical planners, while effective under perfect perception assumptions, are often sensitive to real-world perception constraints and rely on online search procedures that incur high computational costs. In complex surroundings, this renders real-time deployment prohibitive. To overcome these limitations, we introduce a Deep Reinforcement Learning (DRL) framework for real-time path planning in parking scenarios. In particular, we focus on challenging scenes with tight spaces that require a high number of reversal maneuvers and adjustments. Unlike classical planners, our solution does not require ideal and structured perception, and in principle, could avoid the need for additional modules such as localization and tracking, resulting in a simpler and more practical implementation. Also, at test time, the policy generates actions through a single forward pass at each step, which is lightweight enough for real-time deployment. The task is formulated as a sequential decision-making problem grounded in a bicycle model dynamics, enabling the agent to directly learn navigation policies that respect vehicle kinematics and environmental constraints in the closed-loop setting. A new benchmark is developed to support both training and evaluation, capturing diverse and challenging scenarios. Our approach achieves state-of-the-art success rates and efficiency, surpassing classical planner baselines by +96% in success rate and +52% in efficiency. Furthermore, we release our benchmark as an open-source resource for the community to foster future research in autonomous systems. The benchmark and accompanying tools are available at https://github.com/dqm5rtfg9b-collab/Constrained_Parking_Scenarios.
