paper-with-me

Papers

microPhantom: Playing microRTS under uncertainty and chaos

2020-05-22 · Florian Richoux

This competition paper presents microPhantom, a bot playing microRTS and participating in the 2020 microRTS AI competition. microPhantom is based on our previous bot POAdaptive which won the partially observable track of the 2018 and 2019 microRTS AI competitions. In this paper, we focus on decision-making under uncertainty, by tackling the Unit Production Problem with a method based on a combination of Constraint Programming and decision theory. We show that using our method to decide which units to train improves significantly the win rate against the second-best microRTS bot from the partially observable track. We also show that our method is resilient in chaotic environments, with a very small loss of efficiency only. To allow replicability and to facilitate further research, the source code of microPhantom is available, as well as the Constraint Programming toolkit it uses.

📄 PDF Abstract BibTeX arXiv:2005.11019

Code (1)

richoux/microPhantom 공식 구현

Tasks

Decision MakingDecision Making Under Uncertainty

Similar Papers 제목 키워드 기반

Play Style Identification Using Low-Level Representations of Play Traces in MicroRTS

2025-07-14 · Ruizhe Yu Xia, Jeremy Gow, Simon Lucas arxiv

Play style identification can provide valuable game design insights and enable adaptive experiences, with the potential to improve game playing agents. Previous work relies on domain knowledge to construct play trace rep…

What can we Learn Even From the Weakest? Learning Sketches for Programmatic Strategies

2022-03-22 · Leandro C. Medeiros, David S. Aleixo, Levi H. S. Lelis

In this paper we show that behavioral cloning can be used to learn effective sketches of programmatic strategies. We show that even the sketches learned by cloning the behavior of weak players can help the synthesis of p…

A Competition Winning Deep Reinforcement Learning Agent in microRTS

2024-02-12 · Scott Goodfriend

Scripted agents have predominantly won the five previous iterations of the IEEE microRTS ($\mu$RTS) competitions hosted at CIG and CoG. Despite Deep Reinforcement Learning (DRL) algorithms making significant strides in r…

Deep Reinforcement LearningImitation Learningreinforcement-learningReinforcement Learning+1

Choosing Well Your Opponents: How to Guide the Synthesis of Programmatic Strategies

2023-07-10 · Rubens O. Moraes, David S. Aleixo, Lucas N. Ferreira, Levi H. S. Lelis

This paper introduces Local Learner (2L), an algorithm for providing a set of reference strategies to guide the search for programmatic strategies in two-player zero-sum games. Previous learning algorithms, such as Itera…

Conformalized Polynomial Chaos Expansion for Uncertainty-aware Surrogate Modeling

2025-10-25 · Dimitrios Loukrezis, Dimitris G. Giovanis arxiv

This work introduces a method to equip data-driven polynomial chaos expansion surrogate models with intervals that quantify the predictive uncertainty of the surrogate. To that end, jackknife-based conformal prediction i…