LGDec 11, 2025

Learning Controllable and Diverse Player Behaviors in Multi-Agent Environments

arXiv:2512.10835v1h-index: 2
Originality Incremental advance
AI Analysis

This provides a scalable solution for automated playtesting, game balancing, human-like behavior simulation, and replacing disconnected players in online games, but it is incremental as it builds on existing reinforcement learning methods.

The paper tackles the problem of generating controllable and diverse player behaviors in multi-agent environments without human data, achieving significantly greater behavioral diversity than a win-only baseline and reliably matching specified behavior vectors across diverse targets.

This paper introduces a reinforcement learning framework that enables controllable and diverse player behaviors without relying on human gameplay data. Existing approaches often require large-scale player trajectories, train separate models for different player types, or provide no direct mapping between interpretable behavioral parameters and the learned policy, limiting their scalability and controllability. We define player behavior in an N-dimensional continuous space and uniformly sample target behavior vectors from a region that encompasses the subset representing real human styles. During training, each agent receives both its current and target behavior vectors as input, and the reward is based on the normalized reduction in distance between them. This allows the policy to learn how actions influence behavioral statistics, enabling smooth control over attributes such as aggressiveness, mobility, and cooperativeness. A single PPO-based multi-agent policy can reproduce new or unseen play styles without retraining. Experiments conducted in a custom multi-player Unity game show that the proposed framework produces significantly greater behavioral diversity than a win-only baseline and reliably matches specified behavior vectors across diverse targets. The method offers a scalable solution for automated playtesting, game balancing, human-like behavior simulation, and replacing disconnected players in online games.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes