Search papers, labs, and topics across Lattice.
This paper introduces Dragonchess, a 3D chess variant, as a novel AI research testbed and provides an open-source Python engine. It explores evolutionary transfer learning by adapting Stockfish's heuristic evaluation functions using CMA-ES. While direct transfer proved insufficient, evolutionary optimization substantially improved agent performance, validated through a 50-round tournament.
Stockfish's chess heuristics stumble in the 3D world of Dragonchess, but evolutionary adaptation can bridge the gap, opening new avenues for transferring AI knowledge across structurally different domains.
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.