SEED Research & Announcements Blogs Publications Open Source Careers Contact Us Research & Announcements Blogs Publications Open Source Careers Contact Us

Improving Generalization in Game Agents with Data Augmentation in Imitation Learning

This presentation was delivered at the IEEE World Congress on Computational Intelligence, which was held on 5 July 2024 in Yokohama, Japan.

Authors: Derek Yadgaroff, Alessandro Sestini, Konrad Tollmar, Ayça Özçelikkale, and Linus Gisslén. Presented by Alessandro Sestini.

How do we efficiently train in-game AI agents to handle new situations that they haven’t been trained on?

Imitation learning is an effective approach for training game-playing agents and, consequently, for efficient game production. However, generalization – the ability to perform well in related but unseen scenarios – is an essential requirement that remains an unsolved challenge for game AI. Generalization is difficult for imitation learning agents because it requires the algorithm to take meaningful actions outside of the training distribution. 

In this paper, we propose a solution to this challenge. Inspired by the success of data augmentation in supervised learning, we augment the training data so the distribution of states and actions in the dataset better represents the real state-action distribution. 

This study evaluates methods for combining and applying data augmentations to improve the generalization of imitation learning agents. It also provides a performance benchmark of these augmentations across several 3D environments. These results demonstrate that data augmentation is a promising framework for improving generalization in imitation learning agents.

Download the research paper (PDF 1.6 MB).

Download the slide deck (PDF 10 MB).

Related News

Towards Optimal Training Distribution for Photo-to-Face Models

SEED
Jul 8, 2024
How do we best construct game avatars from photos? This presentation discusses a work in progress with an optimized view of the training data.

Incorporating ML Research Into Audio Production: ExFlowSions Case Study

SEED
Jun 25, 2024
Mónica Villanueva and Jorge García present the challenges and lessons learned from turning a machine learning generative model from a research project into a game production tool.

Beyond White Noise for Real-Time Rendering

SEED
May 14, 2024
SEED’s Alan Wolfe discusses the use of different types of noise for random number generation, focusing on the application of blue noise in rendering images for gaming.