paper-with-me

Papers

Formulation of Deep Reinforcement Learning Architecture Toward Autonomous Driving for On-Ramp Merge

2017-09-07 · Pin Wang, Ching-Yao Chan

Multiple automakers have in development or in production automated driving systems (ADS) that offer freeway-pilot functions. This type of ADS is typically limited to restricted-access freeways only, that is, the transition from manual to automated modes takes place only after the ramp merging process is completed manually. One major challenge to extend the automation to ramp merging is that the automated vehicle needs to incorporate and optimize long-term objectives (e.g. successful and smooth merge) when near-term actions must be safely executed. Moreover, the merging process involves interactions with other vehicles whose behaviors are sometimes hard to predict but may influence the merging vehicle optimal actions. To tackle such a complicated control problem, we propose to apply Deep Reinforcement Learning (DRL) techniques for finding an optimal driving policy by maximizing the long-term reward in an interactive environment. Specifically, we apply a Long Short-Term Memory (LSTM) architecture to model the interactive environment, from which an internal state containing historical driving information is conveyed to a Deep Q-Network (DQN). The DQN is used to approximate the Q-function, which takes the internal state as input and generates Q-values as output for action selection. With this DRL architecture, the historical impact of interactive environment on the long-term reward can be captured and taken into account for deciding the optimal control policy. The proposed architecture has the potential to be extended and applied to other autonomous driving scenarios such as driving through a complex intersection or changing lanes under varying traffic flow conditions.

📄 PDF Abstract BibTeX arXiv:1709.02066

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Safe Reinforcement Learning with Probabilistic Control Barrier Functions for Ramp Merging

2022-12-01 · Soumith Udatha, Yiwei Lyu, John Dolan

Prior work has looked at applying reinforcement learning and imitation learning approaches to autonomous driving scenarios, but either the safety or the efficiency of the algorithm is compromised. With the use of control…

Autonomous DrivingImitation Learningreinforcement-learningReinforcement Learning+2

Towards Robust On-Ramp Merging via Augmented Multimodal Reinforcement Learning

2022-07-21 · Gaurav Bagwe, Jian Li, Xiaoyong Yuan, Lan Zhang

Despite the success of AI-enabled onboard perception, on-ramp merging has been one of the main challenges for autonomous driving. Due to limited sensing range of onboard sensors, a merging vehicle can hardly observe main…

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

PPO-Based Vehicle Control for Ramp Merging Scheme Assisted by Enhanced C-V2X

2025-01-22 · Qiong Wu, Maoxin Ji, Pingyi Fan, Kezhi Wang 외

On-ramp merging presents a critical challenge in autonomous driving, as vehicles from merging lanes need to dynamically adjust their positions and speeds while monitoring traffic on the main road to prevent collisions. T…

Autonomous Driving

Reinforcement Learning with Latent State Inference for Autonomous On-ramp Merging under Observation Delay

2024-03-18 · Amin Tabrizian, Zhitong Huang, Peng Wei

This paper presents a novel approach to address the challenging problem of autonomous on-ramp merging, where a self-driving vehicle needs to seamlessly integrate into a flow of vehicles on a multi-lane highway. We introd…

Combining Reinforcement Learning with Model Predictive Control for On-Ramp Merging

2020-11-17 · Joseph Lubars, Harsh Gupta, Sandeep Chinchali, Liyun Li 외

We consider the problem of designing an algorithm to allow a car to autonomously merge on to a highway from an on-ramp. Two broad classes of techniques have been proposed to solve motion planning problems in autonomous d…

Autonomous DrivingModel Predictive ControlMotion Planningreinforcement-learning+1