ROAIJul 24, 2022

Adaptive Decision Making at the Intersection for Autonomous Vehicles Based on Skill Discovery

arXiv:2207.11724v12 citationsh-index: 71
Originality Incremental advance
AI Analysis

This addresses safety and adaptability issues for autonomous vehicles in urban traffic, though it is incremental as it builds on existing reinforcement learning methods.

The paper tackles the problem of autonomous vehicles struggling with complex and uncertain intersection scenarios by proposing a hierarchical framework that combines motion primitives with hierarchical reinforcement learning to accumulate and reuse knowledge, achieving the best performance in CARLA simulator tests.

In urban environments, the complex and uncertain intersection scenarios are challenging for autonomous driving. To ensure safety, it is crucial to develop an adaptive decision making system that can handle the interaction with other vehicles. Manually designed model-based methods are reliable in common scenarios. But in uncertain environments, they are not reliable, so learning-based methods are proposed, especially reinforcement learning (RL) methods. However, current RL methods need retraining when the scenarios change. In other words, current RL methods cannot reuse accumulated knowledge. They forget learned knowledge when new scenarios are given. To solve this problem, we propose a hierarchical framework that can autonomously accumulate and reuse knowledge. The proposed method combines the idea of motion primitives (MPs) with hierarchical reinforcement learning (HRL). It decomposes complex problems into multiple basic subtasks to reduce the difficulty. The proposed method and other baseline methods are tested in a challenging intersection scenario based on the CARLA simulator. The intersection scenario contains three different subtasks that can reflect the complexity and uncertainty of real traffic flow. After offline learning and testing, the proposed method is proved to have the best performance among all methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes