paper-with-me

홈 › Papers

Safe Deep Q-Network for Autonomous Vehicles at Unsignalized Intersection

2021-06-08 · Kasra Mokhtari, Alan R. Wagner

We propose a safe DRL approach for autonomous vehicle (AV) navigation through crowds of pedestrians while making a left turn at an unsignalized intersection. Our method uses two long-short term memory (LSTM) models that are trained to generate the perceived state of the environment and the future trajectories of pedestrians given noisy observations of their movement. A future collision prediction algorithm based on the future trajectories of the ego vehicle and pedestrians is used to mask unsafe actions if the system predicts a collision. The performance of our approach is evaluated in two experiments using the high-fidelity CARLA simulation environment. The first experiment tests the performance of our method at intersections that are similar to the training intersection and the second experiment tests our method at intersections with a different topology. For both experiments, our methods do not result in a collision with a pedestrian while still navigating the intersection at a reasonable speed.

📄 PDF Abstract BibTeX arXiv:2106.04561

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Vehicles

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 제목 키워드 기반

Autonomous Vehicle Decision-Making Framework for Considering Malicious Behavior at Unsignalized Intersections

2024-09-11 · Qing Li, Jinxing Hua, Qiuxia Sun

In this paper, we propose a Q-learning based decision-making framework to improve the safety and efficiency of Autonomous Vehicles when they encounter other maliciously behaving vehicles while passing through unsignalize…

Autonomous VehiclesDecision MakingQ-Learning

Decision-making at Unsignalized Intersection for Autonomous Vehicles: Left-turn Maneuver with Deep Reinforcement Learning

2020-08-14 · Feng Wang, Dongjie Shi, Teng Liu, Xiaolin Tang

Decision-making module enables autonomous vehicles to reach appropriate maneuvers in the complex urban environments, especially the intersection situations. This work proposes a deep reinforcement learning (DRL) based le…

Autonomous VehiclesDecision MakingDeep Reinforcement LearningQ-Learning+2

Applying Neural Monte Carlo Tree Search to Unsignalized Multi-intersection Scheduling for Autonomous Vehicles

2024-10-24 · Yucheng Shi, Wenlong Wang, Xiaowen Tao, Ivana Dusparic 외

Dynamic scheduling of access to shared resources by autonomous systems is a challenging problem, characterized as being NP-hard. The complexity of this task leads to a combinatorial explosion of possibilities in highly d…

Autonomous VehiclesScheduling

Pedestrian Collision Avoidance for Autonomous Vehicles at Unsignalized Intersection Using Deep Q-Network

2021-05-01 · Kasra Mokhtari, Alan R. Wagner

Prior research has extensively explored Autonomous Vehicle (AV) navigation in the presence of other vehicles, however, navigation among pedestrians, who are the most vulnerable element in urban environments, has been les…

Autonomous VehiclesCollision AvoidanceDeep Reinforcement Learning

Driving Conflict Resolution of Autonomous Vehicles at Unsignalized Intersections: A Differential Game Approach

2022-01-05 · Peng Hang, Chao Huang, Zhongxu Hu, Chen Lv

Considering personalized driving preferences, a new decision-making framework is developed using a differential game approach to resolve the driving conflicts of autonomous vehicles (AVs) at unsignalized intersections. T…

Autonomous VehiclesDecision Making