paper-with-me

Papers

Multi-task Safe Reinforcement Learning for Navigating Intersections in Dense Traffic

2022-02-19 · Yuqi Liu, Qichao Zhang, Dongbin Zhao

Multi-task intersection navigation including the unprotected turning left, turning right, and going straight in dense traffic is still a challenging task for autonomous driving. For the human driver, the negotiation skill with other interactive vehicles is the key to guarantee safety and efficiency. However, it is hard to balance the safety and efficiency of the autonomous vehicle for multi-task intersection navigation. In this paper, we formulate a multi-task safe reinforcement learning with social attention to improve the safety and efficiency when interacting with other traffic participants. Specifically, the social attention module is used to focus on the states of negotiation vehicles. In addition, a safety layer is added to the multi-task reinforcement learning framework to guarantee safe negotiation. We compare the experiments in the simulator SUMO with abundant traffic flows and CARLA with high-fidelity vehicle models, which both show that the proposed algorithm can improve safety with consistent traffic efficiency for multi-task intersection navigation.

📄 PDF Abstract BibTeX arXiv:2202.09644

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

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

Navigating Occluded Intersections with Autonomous Vehicles using Deep Reinforcement Learning

2017-05-02 · David Isele, Reza Rahimi, Akansel Cosgun, Kaushik Subramanian 외

Providing an efficient strategy to navigate safely through unsignaled intersections is a difficult task that requires determining the intent of other drivers. We explore the effectiveness of Deep Reinforcement Learning t…

Autonomous VehiclesDeep Reinforcement LearningNavigatereinforcement-learning+2

Deep Reinforcement Learning for Autonomous Vehicle Intersection Navigation

2023-09-30 · Badr Ben Elallid, Hamza El Alaoui, Nabil Benamar

In this paper, we explore the challenges associated with navigating complex T-intersections in dense traffic scenarios for autonomous vehicles (AVs). Reinforcement learning algorithms have emerged as a promising approach…

Autonomous DrivingAutonomous VehiclesDeep Reinforcement LearningNavigate+2

Safe Reinforcement Learning with Scene Decomposition for Navigating Complex Urban Environments

2019-04-25 · Maxime Bouton, Alireza Nakhaei, Kikuo Fujimura, Mykel J. Kochenderfer

Navigating urban environments represents a complex task for automated vehicles. They must reach their goal safely and efficiently while considering a multitude of traffic participants. We propose a modular decision makin…

Decision MakingNavigatereinforcement-learningReinforcement Learning+2

End-to-End Intersection Handling using Multi-Agent Deep Reinforcement Learning

2021-04-28 · Alessandro Paolo Capasso, Paolo Maramotti, Anthony Dell'Eva, Alberto Broggi

Navigating through intersections is one of the main challenging tasks for an autonomous vehicle. However, for the majority of intersections regulated by traffic lights, the problem could be solved by a simple rule-based …

Deep Reinforcement LearningNavigatereinforcement-learningReinforcement Learning (RL)

Multi-Task Conditional Imitation Learning for Autonomous Navigation at Crowded Intersections

2022-02-21 · Zeyu Zhu, Huijing Zhao

In recent years, great efforts have been devoted to deep imitation learning for autonomous driving control, where raw sensory inputs are directly mapped to control actions. However, navigating through densely populated i…

Autonomous DrivingAutonomous NavigationImitation Learning