用大模型生成数据训练高效鲁棒的自动驾驶强化学习代理。
Robust RL with LLM-Driven Data Synthesis and Policy Adaptation for Autonomous Driving
- 用大模型生成驾驶数据,蒸馏专家知识到轻量强化学习策略。
- 实现高性能与强鲁棒性的结合,减少大模型知识遗忘。
- 适合需要快速响应和可靠决策的自动驾驶系统研发者。
将大型语言模型(LLM)引入自动驾驶系统展现出强大的常识与推理能力,有效克服纯数据驱动方法的缺陷。现有基于大模型的智能体存在推理时间长、难以适配实时自动驾驶环境的问题。本文提出RAPID框架,通过大模型生成的离线数据,训练专用的混合策略强化学习代理,并支持在线适应。该框架包含三大设计:1)利用大模型生成的离线数据,将专家知识蒸馏至强化学习策略中以加速实时推理;2)引入鲁棒蒸馏机制,继承大模型在性能与鲁棒性上的双重优势;3)采用混合策略联合决策并结合策略适配器。通过在线环境交互微调,RAPID在保持任务适应性的同时减少大模型知识遗忘。大量实验表明,RAPID能高效、可适应、鲁棒地将大模型知识注入小型化强化学习策略中。代码与检查点将在录用后公开。
原文摘要 · Abstract (English)
The integration of Large Language Models (LLMs) into autonomous driving systems demonstrates strong common sense and reasoning abilities, effectively addressing the pitfalls of purely data-driven methods. Current LLM-based agents require lengthy inference times and face challenges in interacting with real-time autonomous driving environments. A key open question is whether we can effectively leverage the knowledge from LLMs to train an efficient and robust Reinforcement Learning (RL) agent. This paper introduces RAPID, a novel \underline{\textbf{R}}obust \underline{\textbf{A}}daptive \underline{\textbf{P}}olicy \underline{\textbf{I}}nfusion and \underline{\textbf{D}}istillation framework, which trains specialized mix-of-policy RL agents using data synthesized by an LLM-based driving agent and online adaptation. RAPID features three key designs: 1) utilization of offline data collected from an LLM agent to distil expert knowledge into RL policies for faster real-time inference; 2) introduction of robust distillation in RL to inherit both performance and robustness from LLM-based teacher; and 3) employment of a mix-of-policy approach for joint decision decoding with a policy adapter. Through fine-tuning via online environment interaction, RAPID reduces the forgetting of LLM knowledge while maintaining adaptability to different tasks. Extensive experiments demonstrate RAPID's capability to effectively integrate LLM knowledge into scaled-down RL policies in an efficient, adaptable, and robust way. Code and checkpoints will be made publicly available upon acceptance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。