paper-with-me

Papers

Effective Game-Theoretic Motion Planning via Nested Search

2025-11-11 · Avishav Engle, Andrey Zhitnikov, Oren Salzman, Omer Ben-Porat, Kiril Solovey arxiv

To facilitate effective, safe deployment in the real world, individual robots must reason about interactions with other agents, which often occur without explicit communication. Recent work has identified game theory, particularly the concept of Nash Equilibrium (NE), as a key enabler for behavior-aware decision-making. Yet, existing work falls short of fully unleashing the power of game-theoretic reasoning. Specifically, popular optimization-based methods require simplified robot dynamics and tend to get trapped in local minima due to convexification. Other works that rely on payoff matrices suffer from poor scalability due to the explicit enumeration of all possible trajectories. To bridge this gap, we introduce Game-Theoretic Nested Search (GTNS), a novel, scalable, and provably correct approach for computing NEs in general dynamical systems. GTNS efficiently searches the action space of all agents involved, while discarding trajectories that violate the NE constraint (no unilateral deviation) through an inner search over a lower-dimensional space. Our algorithm enables explicit selection among equilibria by utilizing a user-specified global objective, thereby capturing a rich set of realistic interactions. We demonstrate the approach on a variety of autonomous driving and racing scenarios where we achieve solutions in mere seconds on commodity hardware.

📄 PDF Abstract BibTeX arXiv:2511.08001

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMotion Planning

Similar Papers 제목 키워드 기반

A Game-Theoretic Framework for Joint Forecasting and Planning

2023-08-11 · Kushal Kedia, Prithwish Dan, Sanjiban Choudhury

Planning safe robot motions in the presence of humans requires reliable forecasts of future human motion. However, simply predicting the most likely motion from prior interactions does not guarantee safety. Such forecast…

Search-Based Autonomous Vehicle Motion Planning Using Game Theory

2025-07-20 · Pouya Panahandeh, Mohammad Pirani, Baris Fidan, Amir Khajepour arxiv

In this paper, we propose a search-based interactive motion planning scheme for autonomous vehicles (AVs), using a game-theoretic approach. In contrast to traditional search-based approaches, the newly developed approach…

Autonomous VehiclesMotion Planning

Regulation-Aware Game-Theoretic Motion Planning for Autonomous Racing

2025-08-27 · Francesco Prignoli, Francesco Borrelli, Paolo Falcone, Mark Pustilnik arxiv

This paper presents a regulation-aware motion planning framework for autonomous racing scenarios. Each agent solves a Regulation-Compliant Model Predictive Control problem, where racing rules - such as right-of-way and c…

Collision AvoidanceMotion Planning

Gradient-Based Data Valuation Improves Curriculum Learning for Game-Theoretic Motion Planning

2026-04-01 · Shihao Li, Jiachen Li, Dongmei Chen arxiv

We demonstrate that gradient-based data valuation produces curriculum orderings that significantly outperform metadata-based heuristics for training game-theoretic motion planners. Specifically, we apply TracIn gradient-…

Motion Planning

Generalized Nested Rollout Policy Adaptation

2020-03-22 · Tristan Cazenave

Nested Rollout Policy Adaptation (NRPA) is a Monte Carlo search algorithm for single player games. In this paper we propose to generalize NRPA with a temperature and a bias and to analyze theoretically the algorithms. Th…

Traveling Salesman Problem