EA Technology AI & Machine Learning Animation Speech & Language Rendering & Lighting SEED Frostbite All Teams AI & Machine Learning Animation Speech & Language Rendering & Lighting SEED Frostbite All Teams

CoG 2023: Efficient Ground Vehicle Path Following in Game AI

This research paper was accepted for publication at the IEEE Conference on Games 2023 in Boston, USA.

Authors: Rodrigue de Schaetzen, Alessandro Sestini.

Efficient Ground Vehicle Path Following in Game AI

Read the full research paper.

This short paper presents an efficient path-following solution for ground vehicles tailored to game AI. 

Our focus is on adapting established techniques to design simple solutions with parameters that are easily tuneable for an efficient benchmark path follower. Our solution pays particular attention to computing a target speed, which uses quadratic Bezier curves to estimate the path curvature. The performance of the proposed path follower is evaluated through a variety of test scenarios in a first-person shooter game, demonstrating its effectiveness and robustness in handling different types of paths and vehicles. 

We achieved a 70% decrease in the total number of stuck events compared to an existing path-following solution.

Related News

From Photo to Expression: Generating Photorealistic Facial Rigs

SEED
Apr 25, 2024
This presentation from GDC 2024 discusses how machine learning can improve facial animation.

EA presents on graphics, gameplay, and generative tech at GDC 2024

Electronic Arts Inc.
Mar 12, 2024
Don’t miss these GDC 2024 talks from Electronic Arts engineers, scientists, and technical artists.

Machine Learning for Game Devs: Part 3

SEED
Jan 16, 2024
An introduction to machine learning for game developers using C++. Part 3: Training a neural network.