SGTP: Sampling-based Game-Theoretic Planning for Real-Time Multi-Vehicle Autonomous Racing
Summary
SGTP is a real-time sampling-based game-theoretic planning framework for multi-vehicle autonomous racing, achieving 95.24% win rate and 99.35% task completion with low computational time. The authors release code and an open-source benchmark.
View Cached Full Text
Cached at: 08/03/26, 09:31 AM
Paper page - SGTP: Sampling-based Game-Theoretic Planning for Real-Time Multi-Vehicle Autonomous Racing
Source: https://huggingface.co/papers/2607.25388
Abstract
Autonomousmulti-vehicleracingrequiresreal-timeplanningofdiversecompetitivebehaviorsinintenseinteractions.Existingplannersoftenstruggletobalancestrategicdiversityandcomputationalefficiency.Toaddressthischallenge,weproposeSampling-basedGame-TheoreticPlanning(SGTP),areal-timeframeworkthatcombinesgame-theoreticreasoningwithGPU-acceleratedsamplingofcontrolsequencesanddynamicsrollouts.Sampledtrajectoriesarerankedusingagame-awarecosttocapturecompetitiveinteractionsandgeneratediverseracingbehaviors.Ourplannerthenperformsfeasibilityselectionbyexplicitlyenforcingtrack-boundaryanddynamiccollision-avoidanceconstraints,ensuringsafeandreliabletransitionsbetweenracingstrategies.ExtensivesimulationsonchallengingtracksshowthatSGTPachievesa95.24%winrateanda99.35%task-completionratioinhighlyinteractiveraces,withameancomputationaltimeof0.095sovermultipleiterativesolvingsteps.WealsodemonstratethesuccessfulapplicationofSGTPinlarge-scalescenarioswithupto10agents.Wereleaseourcodeandprovideanopen-sourcebenchmarkofmulti-agentautonomousracingalgorithmstofacilitatefutureresearch.Projectpage:https://sgtp-racing.github.io/.
View arXiv pageView PDFProject pageGitHubAdd to collection
Get this paper in your agent:
hf papers read 2607\.25388
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.25388 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.25388 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.25388 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Multi-Agent Planning with Spatio-Temporal and Topological Constraints using STL-GO
This paper presents two sound encodings (MIP and SMT) for multi-agent path planning with spatio-temporal and topological constraints expressed in STL-GO, and evaluates them on a multi-UAV search-and-rescue benchmark.
GaP: A Graph-as-Policy Multi-Agent Self-Learning Harness For Variational Automation Tasks
Introduces Graph-as-Policy (GaP), a multi-agent coding harness that generates directed computation graphs from a modular robot skill library and uses parallel simulation to iteratively refine task execution, achieving significantly higher success rates on variable automation tasks compared to baselines.
GTA: Generating Long-Horizon Tasks for Web Agents at Scale
This paper introduces GTA, a scalable framework for automatically generating long-horizon, multi-hop web agent tasks with executable trajectories, addressing the lack of process-level supervision in web agent benchmarks. The framework integrates crawling, retrieval-based seeding, and automated quality control to produce realistic tasks across multiple websites.
Threat-guided Policy-aware Scene Perturbation for Safe Autonomous Driving with Online Reinforcement Learning
This paper proposes Threat-guided Policy-aware Scene Perturbation (TPSP), a method that augments online reinforcement learning for safe autonomous driving by perturbing scenes in a policy-aware, targeted manner to generate high-value safety-critical experiences. Experiments on NAVSIM v2 show improved safety learning efficiency with about 4 million kilometers of simulated driving data.
GATS: Graph-Augmented Tree Search with Layered World Models for Efficient Agent Planning
GATS introduces a Graph-Augmented Tree Search with a layered world model (symbolic, learned, generative) to eliminate LLM calls during planning, achieving 100% success on synthetic tasks and stress tests, outperforming LATS and ReAct.