arXiv:2511.12751cs.LGcs.AI2025-11

用小模型辅助强化学习,提升自动驾驶决策能力

Are LLMs The Way Forward? A Case Study on LLM-Guided Reinforcement Learning for Decentralized Autonomous Driving

  • 用小型语言模型评分状态动作对,优化强化学习奖励函数
  • 混合方法成功率73%-94%,但小模型导致决策过于保守
  • 适合研究安全关键场景下大模型与强化学习融合的开发者

复杂环境中的自动驾驶导航(如密集高速路和汇入场景)仍是研究热点。强化学习受限于需精确设计的奖励函数,难以捕捉多样、分布外情境中的语义与社会复杂性。因此,越来越多研究尝试用大语言模型直接规划或控制,因其具备丰富语义推理能力。但大模型存在零样本下不稳定、输出不一致、依赖高延迟云端调用等缺点。本文探讨是否可使用参数量小于140亿的小型本地部署语言模型,通过奖励塑造而非直接控制来支持高速公路自动驾驶。我们对比了纯强化学习、纯语言模型及混合方法:语言模型在训练中评分状态-动作转换,标准强化学习策略在测试时执行。结果表明,纯强化学习成功率73%-89%,效率合理;纯语言模型可达94%成功率,但速度严重下降;混合方法表现居中。关键发现:尽管明确要求高效,语言模型影响的方法仍呈现系统性保守偏差,且不同模型间差异显著,揭示当前小型语言模型在安全关键控制任务中的重要局限。

原文摘要 · Abstract (English)

Autonomous vehicle navigation in complex environments such as dense and fast-moving highways and merging scenarios remains an active area of research. A key limitation of RL is its reliance on well-specified reward functions, which often fail to capture the full semantic and social complexity of diverse, out-of-distribution situations. As a result, a rapidly growing line of research explores using Large Language Models (LLMs) to replace or supplement RL for direct planning and control, on account of their ability to reason about rich semantic context. However, LLMs present significant drawbacks: they can be unstable in zero-shot safety-critical settings, produce inconsistent outputs, and often depend on expensive API calls with network latency. This motivates our investigation into whether small, locally deployed LLMs (< 14B parameters) can meaningfully support autonomous highway driving through reward shaping rather than direct control. We present a case study comparing RL-only, LLM-only, and hybrid approaches, where LLMs augment RL rewards by scoring state-action transitions during training, while standard RL policies execute at test time. Our findings reveal that RL-only agents achieve moderate success rates (73-89%) with reasonable efficiency, LLM-only agents can reach higher success rates (up to 94%) but with severely degraded speed performance, and hybrid approaches consistently fall between these extremes. Critically, despite explicit efficiency instructions, LLM-influenced approaches exhibit systematic conservative bias with substantial model-dependent variability, highlighting important limitations of current small LLMs for safety-critical control tasks.

自动驾驶强化学习大模型奖励塑造

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