paper-with-me

Papers

AI solutions for drafting in Magic: the Gathering

2020-09-01 · Henry N. Ward, Daniel J. Brooks, Dan Troha, Bobby Mills, Arseny S. Khakhalin

Drafting in Magic the Gathering is a sub-game within a larger trading card game, where several players progressively build decks by picking cards from a common pool. Drafting poses an interesting problem for game and AI research due to its large search space, mechanical complexity, multiplayer nature, and hidden information. Despite this, drafting remains understudied, in part due to a lack of high-quality, public datasets. To rectify this problem, we present a dataset of over 100,000 simulated, anonymized human drafts collected from Draftsim.com. We also propose four diverse strategies for drafting agents, including a primitive heuristic agent, an expert-tuned complex heuristic agent, a Naive Bayes agent, and a deep neural network agent. We benchmark their ability to emulate human drafting, and show that the deep neural network agent outperforms other agents, while the Naive Bayes and expert-tuned agents outperform simple heuristics. We analyze the accuracy of AI agents across the timeline of a draft, and describe unique strengths and weaknesses for each approach. This work helps to identify next steps in the creation of humanlike drafting agents, and can serve as a benchmark for the next generation of drafting bots.

📄 PDF Abstract BibTeX arXiv:2009.00655

Code (3)

khakhalin/MTG 공식 구현 pytorch
PhilippeNguyen/mtg_draft_bot tf
thesamasaurus/m19-ml-bot

Similar Papers 제목 키워드 기반

Predicting Human Card Selection in Magic: The Gathering with Contextual Preference Ranking

2021-05-25 · Timo Bertram, Johannes Fürnkranz, Martin Müller

Drafting, i.e., the selection of a subset of items from a larger candidate set, is a key element of many games and related problems. It encompasses team formation in sports or e-sports, as well as deck selection in many …

Card Games

DraftFM: A FoundationModel for Day-Zero Drafting in Magic: The Gathering

2026-08-20 · Brian Ward arxiv

Drafting a new Magic: The Gathering expansion begins before any pick from it has been observed: the complete card list is public, but the draft logs that supervised pick models train on do not yet exist. We study this da…

Magic: the Gathering is as Hard as Arithmetic

2020-03-11 · Stella Biderman

Magic: the Gathering is a popular and famously complicated card game about magical combat. Recently, several authors including Chatterjee and Ibsen-Jensen (2016) and Churchill, Biderman, and Herrick (2019) have investiga…

UrzaGPT: LoRA-Tuned Large Language Models for Card Selection in Collectible Card Games

2025-08-11 · Timo Bertram arxiv

Collectible card games (CCGs) are a difficult genre for AI due to their partial observability, long-term decision-making, and evolving card sets. Due to this, current AI models perform vastly worse than human players at …

Magic: The Gathering is Turing Complete

2019-03-24 · Alex Churchill, Stella Biderman, Austin Herrick

$\textit{Magic: The Gathering}$ is a popular and famously complicated trading card game about magical combat. In this paper we show that optimal play in real-world $\textit{Magic}$ is at least as hard as the Halting Prob…