paper-with-me

Papers

Evolutionary Transfer Learning for Dragonchess

2026-03-16 · Jim O'Connor, Annika Hoag, Sarah Goyette, Gary B. Parker arxiv

Dragonchess, a three-dimensional chess variant introduced by Gary Gygax, presents unique strategic and computational challenges that make it an ideal environment for studying the transfer of artificial intelligence (AI) heuristics across domains. In this work, we introduce Dragonchess as a novel testbed for AI research and provide an open-source, Python-based game engine for community use. Our research investigates evolutionary transfer learning by adapting heuristic evaluation functions directly from Stockfish, a leading chess engine, and subsequently optimizing them using Covariance Matrix Adaptation Evolution Strategy (CMA-ES). Initial trials showed that direct heuristic transfers were inadequate due to Dragonchess's distinct multi-layer structure and movement rules. However, evolutionary optimization significantly improved AI agent performance, resulting in superior gameplay demonstrated through empirical evaluation in a 50-round Swiss-style tournament. This research establishes the effectiveness of evolutionary methods in adapting heuristic knowledge to structurally complex, previously unexplored game domains.

📄 PDF Abstract BibTeX arXiv:2603.15297

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

COEBA: A Coevolutionary Bat Algorithm for Discrete Evolutionary Multitasking

2020-03-24 · Eneko Osaba, Javier Del Ser, Xin-She Yang, Andres Iglesias 외

Multitasking optimization is an emerging research field which has attracted lot of attention in the scientific community. The main purpose of this paradigm is how to solve multiple optimization problems or tasks simultan…

Traveling Salesman Problem

Transfer Dynamics in Emergent Evolutionary Curricula

2022-03-03 · Aaron Dharna, Amy K Hoover, Julian Togelius, L. B. Soros

PINSKY is a system for open-ended learning through neuroevolution in game-based domains. It builds on the Paired Open-Ended Trailblazer (POET) system, which originally explored learning and environment generation for bip…

Artificial LifeDiversity

Multitasking Evolutionary Algorithm Based on Adaptive Seed Transfer for Combinatorial Problem

2023-08-24 · Haoyuan Lv, Ruochen Liu

Evolutionary computing (EC) is widely used in dealing with combinatorial optimization problems (COP). Traditional EC methods can only solve a single task in a single run, while real-life scenarios often need to solve mul…

Combinatorial OptimizationTransfer Learning

Evolutionary Dynamic Multi-objective Optimization Via Regression Transfer Learning

2019-10-19 · Zhenzhong Wang, Min Jiang, Xing Gao, Liang Feng 외

Dynamic multi-objective optimization problems (DMOPs) remain a challenge to be settled, because of conflicting objective functions change over time. In recent years, transfer learning has been proven to be a kind of effe…

DiversityPredictionregressionTransfer Learning

REvolveR: Continuous Evolutionary Models for Robot-to-robot Policy Transfer

2022-02-10 · Xingyu Liu, Deepak Pathak, Kris M. Kitani

A popular paradigm in robotic learning is to train a policy from scratch for every new robot. This is not only inefficient but also often impractical for complex robots. In this work, we consider the problem of transferr…

Imitation Learning