arXiv:2601.22545cs.ROcs.AI2026-01被引 1

用强化学习解决狭窄车位倒车难题,实时高效且无需完美感知。

Adapting Reinforcement Learning for Path Planning in Constrained Parking Scenarios

  • 基于自行车模型构建强化学习框架,直接学习符合车辆动力学的导航策略。
  • 在复杂场景下成功率达96%提升,效率提高52%,超越传统规划器。
  • 无需定位跟踪模块,单次前向计算即可实时生成动作,适合工程部署。

实时路径规划在受限环境中的应用仍是自主系统的核心挑战。传统经典规划器虽在理想感知下有效,但对真实世界感知限制敏感,且依赖高计算成本的在线搜索,难以实现实时部署。针对复杂场景中需频繁倒车调整的狭窄车位问题,本文提出一种深度强化学习(DRL)框架,用于实时路径规划。该方法不依赖理想化结构化感知,理论上可省去定位与追踪等额外模块,实现更简洁实用的系统设计。测试阶段,策略通过每步一次前向传播生成动作,计算轻量,满足实时性要求。任务基于自行车模型动力学建模,使智能体在闭环环境中直接学习符合车辆运动约束的导航策略。为此,我们构建了一个新基准,涵盖多样化挑战场景,支持训练与评估。实验表明,该方法在成功率和效率上均达当前最优,较经典规划器分别提升96%和52%。相关基准与工具已开源,地址:https://github.com/dqm5rtfg9b-collab/Constrained_Parking_Scenarios。

原文摘要 · Abstract (English)

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.

强化学习路径规划自动驾驶实时控制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。