Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 2.8 KB

README.md

File metadata and controls

34 lines (25 loc) · 2.8 KB

PGST_Decision-making_Framework

A planning framework using prediction-guided strategy tree to make decisions for autonomous vehicles at uncontrolled intersections.

Introduction

This is a planning framework using prediction-guided strategy tree to make decisions for autonomous vehicles at uncontrolled intersections, typically considering the interaction and uncertainty during the driving process. The framework exploits the neural network-based prediction model predict the future situations, then develops a tree structure to search for the optimal action sequences with explicit risk assessment.

Simulation Results

The simulation experiments are carried out using the INTERACTION dataset, visualized by the tool. We show the example scenarios recorded in package 'DR_USA_Intersection_MA', which depicts an uncontrolled intersection without traffic signals. The results show that our proposed framework is able to deal with the complex driving behavior of other social behicles, including the negotiations, inexplicit right-of-way, irrational behavior and aggressive maneuvers.

We denote the driver-driven ego vehicle as a red rectangle and the corresponding ground truth as the red curve. The ego vehicle controlled by our method is represented by a green rectangle marked 'ego', and the planned trajectory in each decision round is the curve, whose speed profile is measured by a color bar. The candidate trajectories aligned with the road geometry are yellow dotted lines. The social vehicles are described as blue rectangles (with safety margin), and the rainbow colors represent the prediction results generated by the neural network, with red to purple representing the ranking scores from high to low.

  • Turning Right


Turning Right.

  • Going Straight


Going Straight .

  • Turning Left


Turning Left.