paper-with-me

홈 › Papers

Quadratic Q-network for Learning Continuous Control for Autonomous Vehicles

2019-11-29 · Pin Wang, Hanhan Li, Ching-Yao Chan

Reinforcement Learning algorithms have recently been proposed to learn time-sequential control policies in the field of autonomous driving. Direct applications of Reinforcement Learning algorithms with discrete action space will yield unsatisfactory results at the operational level of driving where continuous control actions are actually required. In addition, the design of neural networks often fails to incorporate the domain knowledge of the targeting problem such as the classical control theories in our case. In this paper, we propose a hybrid model by combining Q-learning and classic PID (Proportion Integration Differentiation) controller for handling continuous vehicle control problems under dynamic driving environment. Particularly, instead of using a big neural network as Q-function approximation, we design a Quadratic Q-function over actions with multiple simple neural networks for finding optimal values within a continuous space. We also build an action network based on the domain knowledge of the control mechanism of a PID controller to guide the agent to explore optimal actions more efficiently.We test our proposed approach in simulation under two common but challenging driving situations, the lane change scenario and ramp merge scenario. Results show that the autonomous vehicle agent can successfully learn a smooth and efficient driving behavior in both situations.

📄 PDF Abstract BibTeX arXiv:1912.00074

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAutonomous Vehiclescontinuous-controlContinuous ControlQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Test 설명 없음
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Optimization based coordination of autonomous vehicles in confined areas

2022-10-26 · Stefan Kojchev, Robert Hult, Jonas Fredriksson

Confined areas present an opportunity for early deployment of autonomous vehicles (AV) due to the absence of non-controlled traffic participants. In this paper, we present an approach for coordination of multiple AVs in …

Autonomous VehiclesCollision Avoidance

Decentralized Vehicle Coordination and Lane Switching without Switching of Controllers

2023-05-08 · Arno Frauenfelder, Adrian Wiltz, Dimos V. Dimarogonas

This paper proposes a controller for safe lane change manoeuvres of autonomous vehicles using high-order control barrier and Lyapunov functions. The inputs are calculated using a quadratic program (CLF-CBF-QP) which admi…

Autonomous VehiclesCollision Avoidance

Integrated Graph Search and Model Predictive Control for Smooth and Efficient Path Planning in Autonomous Vehicles

2026-07-05 · Duc-Tien Bui, Ngoc Thinh Nguyen, Hung Duy Nguyen, Dong Bi 외 arxiv

Path planning is a fundamental component of autonomous vehicles, where achieving safe, comfortable, and dynamically feasible paths while ensuring computational efficiency remains a significant challenge. This paper prese…

Computational EfficiencyAutonomous Vehicles

Systems Engineering for Autonomous Vehicles; Supervising AI using Large Language Models (SSuperLLM)

2025-01-18 · Diomidis Katzourakis

Generative Artificial Intelligence (GAI) and the idea to use hierarchical models has been around for some years now. GAI has proved to be an extremely useful tool for Autonomous Vehicles (AVs). AVs need to perform robust…

Autonomous VehiclesTrajectory Planning

Autonomous Vehicle Convoy Control as a Differential Game

2021-01-21 · Hossein B. Jond, Jan Platoš

Group control of connected and autonomous vehicles on automated highways is challenging for the advanced driver assistance systems (ADAS) and the automated driving systems (ADS). This paper investigates the differential …

Autonomous Vehicles