ΑΙhub.org
 

An approach for automatically determining the possible actions in computer game states


by
17 November 2023



share this:

Due to the great difficulty of thoroughly testing video game software by hand, it is desirable to have AI agents that can automatically explore different game functionalities. A key requirement of such agents is a model of the player actions that the agent can use to both determine the set of possible actions in different game states, as well as perform a chosen action on the game selected by the agent’s policy. The typical game engines that are in use today do not offer such a model of actions, leading existing work to either require human effort to manually define the action model or imprecisely guess the possible actions. In our work, we demonstrate how program analysis is an effective solution to this problem by developing a state-of-the-art analysis for the user input handling logic present in games that can automatically model game actions with a discrete action space.

Our key insight is that the possible actions of games correspond to the different execution paths that can be taken through the user input handling logic present in the game’s code. Our methodology first uses techniques such as dependency analysis and program slicing to identify the parts of code responsible for user input handling. Next, we designed a specialized symbolic execution that evaluates the input handling code with symbolic representations of the user input and game state, giving us a set of conditions under which the different game actions occur. This set of conditions is used to define a discrete action space for the game, where each action corresponds to distinct execution path. Finally, we proposed efficient analyses for determining the set of valid actions as the agent plays the game, as well as the set of relevant device inputs to simulate on the game in order to perform a chosen action.

We implemented a prototype of our action analysis for the Unity game engine, then used it to automate the specification of actions for two popular exploration strategies: simple random exploration, where agents select among the valid actions uniformly at random, and curiosity-driven reinforcement learning, where agents learn over time to prioritize actions more likely to lead to new states. Our key finding was that, for the majority of games in our data set, agents using the actions determined by our analysis achieved exploration performance matching or exceeding that of the ideal case of a manual annotation of the game actions, on average achieving better performance. This demonstrates a key advantage of the capability of the automated analysis to exhaustively consider all possible execution paths, therefore often identifying more combinations of valid inputs than the human annotation.

With the increasing importance of automated testing and analysis techniques for computer games, we believe our work provides a crucial component for the deployment of next generation game testing tools based on intelligent agents. However, even with our automated approach to identifying valid actions and their relevant device inputs, the exploration of large game state spaces remains difficult. The development of novel exploration strategies, refinements, and heuristics to be used with our analysis are important next steps to achieving better game testing agents.

Read the work in full

Automatically Defining Game Action Spaces for Exploration Using Program Analysis, Sasha Volokh, William G.J. Halfond, Proceedings of the Nineteenth AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE2023).


This work won the best student paper award at the Nineteenth AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE2023).



tags: ,


Sasha Volokh is a PhD Candidate in Computer Science at the University of Southern California.
Sasha Volokh is a PhD Candidate in Computer Science at the University of Southern California.

            AUAI is supported by:



Subscribe to AIhub newsletter on substack



Related posts :

What happens when AI runs out of pictures?

AI is data-hungry and needs thousands of images to learn how to detect tumours or product defects, but often very few are available. A new method aims to change that.
monthly digest

AIhub monthly digest: August 2026 – IJCAI-ECAI in Bremen, the mathematics of simplicity, and does AI change the way we think?

  28 Aug 2026
Welcome to our monthly digest, where you can catch up with AI research, events and news from the month past.

AI agents create virtual playgrounds to help robots get crucial training data

  27 Aug 2026
“SceneSmith” system uses collaborative AI agents to create realistic 3D environments of places like kitchens, hotels, and living rooms, where robots can simulate everyday chores.

First 11 vs 11 humanoid soccer game played at RoboCup 2026

  26 Aug 2026
Watch highlights from this historic match.

#IJCAI-ECAI 2026: social media round-up part 2

  25 Aug 2026
Find out what's been happening during IJCAI-ECAI in Bremen.

The accountability vacuum: Agentic AI in high-stakes domains

, and   24 Aug 2026
In the latest issue of AI Matters, Larry Medsker and Sumit Virmani define the accountability vacuum faced by the deployment of agentic AI systems into an unprepared world.

Congratulations to the #IJCAI-ECAI 2026 distinguished paper award winners

  21 Aug 2026
Find out who has won the prestigious awards at the conference in Bremen.

The Machine Ethics podcast: MLops and HCI with Demetrios Brinkmann

In this episode, Ben chats to Demetrios about ML and MLops, narrow machine learning being still relevant, vibe coding, working with agents, and more.



AUAI is supported by:







Subscribe to AIhub newsletter on substack




 















©2026.05 - Association for the Understanding of Artificial Intelligence