Player Modeling

In this project we developed of an AI Game Playing agent that could play Isolation, a multiplayer puzzle game executed on a 8x8 grid. The proposed agent would be able to judge the personality type and skill level of the human playing the game and make moves to match this characterization of the player. In doing so, we aim to create a gaming system that is personalized - an important characteristic of an intelligent, interactive system.

  • Performed player modeling using machine learning to create a computational model that approximated a player’s behavior and skill level for a WebMobile and Android mobile board game.
  • Developed an AI opponent agent that used the results from player modeling to select play strategies that tailored its difficulty to match the player’s current characterization, improving or worsening dynamically with the player.
  • Conducted a human-subject studies to evaluate the AI opponent agent - users found the agent to be ‘‘smart’’, describing the agent anthropomorphically as ‘‘sneaky’’, ‘‘aggressive’’, ‘‘defensive’’, etc.
  • A second human-subject study was conducted, with players playing against either (a) a random agent (that users defeated over time as they gained skill), (b) a best move agent that used alpha-beta pruning (that no users were able to defeat), and (c) the proposed dynamic AI opponent. Users found the dynamic agent to be the most enjoyable opponent.
Avatar
Sasha Azad
Ph.D. Computer Science Candidate

Sasha Azad is a Ph.D. Computer Science candidate at NC State University. Her main research interests lie in the field of Human-Centered Artificial Intelligence, AI for Storytelling, AI for Social Simulation, and Computational Social Science.