paper-with-me

Papers

Combat Models for RTS Games

2016-05-17 · Alberto Uriarte, Santiago Ontañón

Game tree search algorithms, such as Monte Carlo Tree Search (MCTS), require access to a forward model (or "simulator") of the game at hand. However, in some games such forward model is not readily available. This paper presents three forward models for two-player attrition games, which we call "combat models", and show how they can be used to simulate combat in RTS games. We also show how these combat models can be learned from replay data. We use StarCraft as our application domain. We report experiments comparing our combat models predicting a combat output and their impact when used for tactical decisions during a real game.

📄 PDF Abstract BibTeX arXiv:1605.05305

Code (0)

등록된 구현이 없습니다.

Tasks

Starcraft

Similar Papers 제목 키워드 기반

CombatVLA: An Efficient Vision-Language-Action Model for Combat Tasks in 3D Action Role-Playing Games

2025-03-12 · Peng Chen, Pi Bu, Yingyao Wang, Xinyi Wang 외

Recent advances in Vision-Language-Action models (VLAs) have expanded the capabilities of embodied intelligence. However, significant challenges remain in real-time decision-making in complex 3D environments, which deman…

Decision MakingVision-Language-Action

Approximation Models of Combat in StarCraft 2

2014-03-06 · Ian Helmke, Daniel Kreymer, Karl Wiegand

Real-time strategy (RTS) games make heavy use of artificial intelligence (AI), especially in the design of computerized opponents. Because of the computational complexity involved in managing all aspects of these games, …

Starcraft

Training Interactive Agent in Large FPS Game Map with Rule-enhanced Reinforcement Learning

2024-10-07 · Chen Zhang, Huan Hu, Yuan Zhou, Qiyang Cao 외

In the realm of competitive gaming, 3D first-person shooter (FPS) games have gained immense popularity, prompting the development of game AI systems to enhance gameplay. However, deploying game AI in practical scenarios …

Deep Reinforcement LearningFPS Games

MCS: An In-battle Commentary System for MOBA Games

2022-10-01 · COLING 2022 10 · Xiaofeng Qi, Chao Li, Zhongping Liang, Jigang Liu 외

This paper introduces a generative system for in-battle real-time commentary in mobile MOBA games. Event commentary is important for battles in MOBA games, which is applicable to a wide range of scenarios like live strea…

MazeBase: A Sandbox for Learning from Games

2015-11-23 · Sainbayar Sukhbaatar, Arthur Szlam, Gabriel Synnaeve, Soumith Chintala 외

This paper introduces MazeBase: an environment for simple 2D games, designed as a sandbox for machine learning approaches to reasoning and planning. Within it, we create 10 simple games embodying a range of algorithmic t…

NegationReinforcement LearningReinforcement Learning (RL)Starcraft