English

Personalized Dynamic Difficulty Adjustment -- Imitation Learning Meets Reinforcement Learning

Artificial Intelligence 2024-08-14 v1

Abstract

Balancing game difficulty in video games is a key task to create interesting gaming experiences for players. Mismatching the game difficulty and a player's skill or commitment results in frustration or boredom on the player's side, and hence reduces time spent playing the game. In this work, we explore balancing game difficulty using machine learning-based agents to challenge players based on their current behavior. This is achieved by a combination of two agents, in which one learns to imitate the player, while the second is trained to beat the first. In our demo, we investigate the proposed framework for personalized dynamic difficulty adjustment of AI agents in the context of the fighting game AI competition.

Keywords

Cite

@article{arxiv.2408.06818,
  title  = {Personalized Dynamic Difficulty Adjustment -- Imitation Learning Meets Reinforcement Learning},
  author = {Ronja Fuchs and Robin Gieseke and Alexander Dockhorn},
  journal= {arXiv preprint arXiv:2408.06818},
  year   = {2024}
}

Comments

2 pages, the code to our demo can be found here: https://github.com/ronjafuchs/ICE_AI

R2 v1 2026-06-28T18:11:37.849Z