paper-with-me

Papers

GEEvo: Game Economy Generation and Balancing with Evolutionary Algorithms

2024-04-29 · Florian Rupp, Kai Eckert

Game economy design significantly shapes the player experience and progression speed. Modern game economies are becoming increasingly complex and can be very sensitive to even minor numerical adjustments, which may have an unexpected impact on the overall gaming experience. Consequently, thorough manual testing and fine-tuning during development are essential. Unlike existing works that address algorithmic balancing for specific games or genres, this work adopts a more abstract approach, focusing on game balancing through its economy, detached from a specific game. We propose GEEvo (Game Economy Evolution), a framework to generate graph-based game economies and balancing both, newly generated or existing economies. GEEvo uses a two-step approach where evolutionary algorithms are used to first generate an economy and then balance it based on specified objectives, such as generated resources or damage dealt over time. We define different objectives by differently parameterizing the fitness function using data from multiple simulation runs of the economy. To support this, we define a lightweight and flexible game economy simulation framework. Our method is tested and benchmarked with various balancing objectives on a generated dataset, and we conduct a case study evaluating damage balancing for two fictional economies of two popular game character classes.

📄 PDF Abstract BibTeX arXiv:2404.18574

Code (1)

florianrupp/geevo-game-economies 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Interpreting Multi-objective Evolutionary Algorithms via Sokoban Level Generation

2024-06-15 · Qingquan Zhang, Yuchen Li, Yuhang Lin, Handing Wang 외

This paper presents an interactive platform to interpret multi-objective evolutionary algorithms. Sokoban level generation is selected as a showcase for its widespread use in procedural content generation. By balancing t…

DiversityEvolutionary AlgorithmsSokoban

RuleSmith: Multi-Agent LLMs for Automated Game Balancing

2026-02-05 · Ziyao Zeng, Chen Liu, Tianyu Liu, Hao Wang 외 arxiv

Game balancing is a longstanding challenge requiring repeated playtesting, expert intuition, and extensive manual tuning. We introduce RuleSmith, the first framework that achieves automated game balancing by leveraging t…

Demonstrating the Feasibility of Automatic Game Balancing

2016-03-11 · Vanessa Volz, Günter Rudolph, Boris Naujoks

Game balancing is an important part of the (computer) game design process, in which designers adapt a game prototype so that the resulting gameplay is as entertaining as possible. In industry, the evaluation of a game is…

FairnessGame DesignReal-Time Strategy Games

Adaptive Evolutionary Framework for Safe, Efficient, and Cooperative Autonomous Vehicle Interactions

2025-09-09 · Yijun Lu, Zhen Tian, Zhihao Lin arxiv

Modern transportation systems face significant challenges in ensuring road safety, given serious injuries caused by road accidents. The rapid growth of autonomous vehicles (AVs) has prompted new traffic designs that aim …

Autonomous Vehicles

Lamarckian Platform: Pushing the Boundaries of Evolutionary Reinforcement Learning towards Asynchronous Commercial Games

2022-09-21 · Hui Bai, Ruimin Shen, Yue Lin, Botian Xu 외

Despite the emerging progress of integrating evolutionary computation into reinforcement learning, the absence of a high-performance platform endowing composability and massive parallelism causes non-trivial difficulties…

CPUDistributed Computingreinforcement-learningReinforcement Learning+2