paper-with-me

Papers

LearningFlow: Automated Policy Learning Workflow for Urban Driving with Large Language Models

2025-01-09 · Zengqi Peng, Yubin Wang, Xu Han, Lei Zheng, Jun Ma

Recent advancements in reinforcement learning (RL) demonstrate the significant potential in autonomous driving. Despite this promise, challenges such as the manual design of reward functions and low sample efficiency in complex environments continue to impede the development of safe and effective driving policies. To tackle these issues, we introduce LearningFlow, an innovative automated policy learning workflow tailored to urban driving. This framework leverages the collaboration of multiple large language model (LLM) agents throughout the RL training process. LearningFlow includes a curriculum sequence generation process and a reward generation process, which work in tandem to guide the RL policy by generating tailored training curricula and reward functions. Particularly, each process is supported by an analysis agent that evaluates training progress and provides critical insights to the generation agent. Through the collaborative efforts of these LLM agents, LearningFlow automates policy learning across a series of complex driving tasks, and it significantly reduces the reliance on manual reward function design while enhancing sample efficiency. Comprehensive experiments are conducted in the high-fidelity CARLA simulator, along with comparisons with other existing methods, to demonstrate the efficacy of our proposed approach. The results demonstrate that LearningFlow excels in generating rewards and curricula. It also achieves superior performance and robust generalization across various driving tasks, as well as commendable adaptation to different RL algorithms.

📄 PDF Abstract BibTeX arXiv:2501.05057

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingLarge Language ModelReinforcement Learning (RL)

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…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

End-To-End multi-modal sensors fusion system for urban automated driving

2018-10-10 · Ibrahim Sobh, Loay Amin, Sherif Abdelkarim, Khaled Elmadawy 외

In this paper, we present a novel framework for urban automated driving based on multi-modal sensors; LiDAR and Camera. Environment perception through sensors fusion is key to successful deployment of automated driving s…

SegmentationSemantic Segmentation

End-to-End Urban Driving by Imitating a Reinforcement Learning Coach

2021-08-18 · ICCV 2021 10 · Zhejun Zhang, Alexander Liniger, Dengxin Dai, Fisher Yu 외

End-to-end approaches to autonomous driving commonly rely on expert demonstrations. Although humans are good drivers, they are not good coaches for end-to-end algorithms that demand dense on-policy supervision. On the co…

Autonomous DrivingImitation Learningreinforcement-learningReinforcement Learning+1

Integrating Deep Reinforcement Learning with Model-based Path Planners for Automated Driving

2020-02-02 · Ekim Yurtsever, Linda Capito, Keith Redmill, Umit Ozguner

Automated driving in urban settings is challenging. Human participant behavior is difficult to model, and conventional, rule-based Automated Driving Systems (ADSs) tend to fail when they face unmodeled dynamics. On the o…

Deep Reinforcement LearningNavigatereinforcement-learningReinforcement Learning+1

Reinforced Imitative Trajectory Planning for Urban Automated Driving

2024-10-21 · Di Zeng, Ling Zheng, Xiantong Yang, Yinong Li

Reinforcement learning (RL) faces challenges in trajectory planning for urban automated driving due to the poor convergence of RL and the difficulty in designing reward functions. The convergence problem is alleviated by…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Urban Driver: Learning to Drive from Real-world Demonstrations Using Policy Gradients

2021-09-27 · Oliver Scheel, Luca Bergamini, Maciej Wołczyk, Błażej Osiński 외

In this work we are the first to present an offline policy gradient method for learning imitative policies for complex urban driving from a large corpus of real-world demonstrations. This is achieved by building a differ…