paper-with-me

Papers

Improving Automated Driving through POMDP Planning with Human Internal States

2020-05-28 · Zachary Sunberg, Mykel Kochenderfer

This work examines the hypothesis that partially observable Markov decision process (POMDP) planning with human driver internal states can significantly improve both safety and efficiency in autonomous freeway driving. We evaluate this hypothesis in a simulated scenario where an autonomous car must safely perform three lane changes in rapid succession. Approximate POMDP solutions are obtained through the partially observable Monte Carlo planning with observation widening (POMCPOW) algorithm. This approach outperforms over-confident and conservative MDP baselines and matches or outperforms QMDP. Relative to the MDP baselines, POMCPOW typically cuts the rate of unsafe situations in half or increases the success rate by 50%.

📄 PDF Abstract BibTeX arXiv:2005.14549

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Sampling in POMDPs with Lipschitz Bandits for Motion Planning in Continuous Spaces

2021-06-08 · Ömer Şahin Taş, Felix Hauser, Martin Lauer

Decision making under uncertainty can be framed as a partially observable Markov decision process (POMDP). Finding exact solutions of POMDPs is generally computationally intractable, but the solution can be approximated …

Decision MakingDecision Making Under UncertaintyMotion Planning

Hybrid Deep Reinforcement Learning and Planning for Safe and Comfortable Automated Driving

2022-12-30 · Dikshant Gupta, Mathias Klusch

We present a novel hybrid learning method, HyLEAR, for solving the collision-free navigation problem for self-driving cars in POMDPs. HyLEAR leverages interposed learning to embed knowledge of a hybrid planner into a dee…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Self-Driving Cars

BoT-Drive: Hierarchical Behavior and Trajectory Planning for Autonomous Driving using POMDPs

2024-09-27 · Xuanjin Jin, Chendong Zeng, Shengfa Zhu, Chunxiao Liu 외

Uncertainties in dynamic road environments pose significant challenges for behavior and trajectory planning in autonomous driving. This paper introduces BoT-Drive, a planning algorithm that addresses uncertainties at bot…

Autonomous DrivingDecision MakingTrajectory Planning

An enhanced motion planning approach by integrating driving heterogeneity and long-term trajectory prediction for automated driving systems

2023-08-02 · Ni Dong, Shuming Chen, Yina Wu, Yiheng Feng 외

Navigating automated driving systems (ADSs) through complex driving environments is difficult. Predicting the driving behavior of surrounding human-driven vehicles (HDVs) is a critical component of an ADS. This paper pro…

Motion PlanningTrajectory Prediction

POMDPPlanners: Open-Source Package for POMDP Planning

2026-02-24 · Yaacov Pariente, Vadim Indelman arxiv

We present POMDPPlanners, an open-source Python package for empirical evaluation of Partially Observable Markov Decision Process (POMDP) planning algorithms. The package integrates state-of-the-art planning algorithms, a…

Hyperparameter Optimization