paper-with-me

홈 › Papers

Evolving Evaluation Functions for Collectible Card Game AI

2021-05-03 · Radosław Miernik, Jakub Kowalski

In this work, we presented a study regarding two important aspects of evolving feature-based game evaluation functions: the choice of genome representation and the choice of opponent used to test the model. We compared three representations. One simpler and more limited, based on a vector of weights that are used in a linear combination of predefined game features. And two more complex, based on binary and n-ary trees. On top of this test, we also investigated the influence of fitness defined as a simulation-based function that: plays against a fixed weak opponent, plays against a fixed strong opponent, and plays against the best individual from the previous population. For a testbed, we have chosen a recently popular domain of digital collectible card games. We encoded our experiments in a programming game, Legends of Code and Magic, used in Strategy Card Game AI Competition. However, as the problems stated are of general nature we are convinced that our observations are applicable in the other domains as well.

📄 PDF Abstract BibTeX arXiv:2105.01115

Code (0)

등록된 구현이 없습니다.

Tasks

Card Games

Similar Papers 제목 키워드 기반

Drafting in Collectible Card Games via Reinforcement Learning

2020-11-07 · Ronaldo Vieira, Anderson Rocha Tavares, Luiz Chaimowicz

Collectible card games are played by tens of millions of players worldwide. Their intricate rules and diverse cards make them much harder than traditional card games. To win, players must be proficient in two interdepend…

Card GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

A Taxonomy of Collectible Card Games from a Game-Playing AI Perspective

2024-10-08 · Ronaldo e Silva Vieira, Anderson Rocha Tavares, Luiz Chaimowicz

Collectible card games are challenging, widely played games that have received increasing attention from the AI research community in recent years. Despite important breakthroughs, the field still poses many unresolved c…

Card Games

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 …

Learning to Beat ByteRL: Exploitability of Collectible Card Game Agents

2024-04-25 · Radovan Haluska, Martin Schmid

While Poker, as a family of games, has been studied extensively in the last decades, collectible card games have seen relatively little attention. Only recently have we seen an agent that can compete with professional hu…

Card Games

Summarizing Strategy Card Game AI Competition

2023-05-19 · Jakub Kowalski, Radosław Miernik

This paper concludes five years of AI competitions based on Legends of Code and Magic (LOCM), a small Collectible Card Game (CCG), designed with the goal of supporting research and algorithm development. The game was use…