📄
Abstract - FootsiesGym: A Fighting Game Benchmark for Two-Player Zero-Sum Imperfect-Information Games
We present FootsiesGym, an open-source environment for learning in a non-trivial two-player, zero-sum, imperfect-information game. Built on HiFight's minimalist 2D fighting game Footsies, it isolates the cyclic, non-transitive strategic interactions of fighting game neutral play while remaining simple enough for efficient analysis. We provide a vectorized simulator that enables high-throughput training on standard hardware, making the environment accessible and reproducible. We describe the design of the environment, benchmark several reinforcement learning algorithms, and discuss open research directions it enables. The code is available at this https URL.
FootsiesGym:面向双人零和不完全信息格斗游戏基准测试环境 /
FootsiesGym: A Fighting Game Benchmark for Two-Player Zero-Sum Imperfect-Information Games
1️⃣ 一句话总结
该论文提出并开源了一个基于极简格斗游戏Footsies的模拟环境FootsiesGym,它专门用于研究双人零和不完全信息博弈中的循环非传递性策略互动,同时支持高效训练和多种强化学习算法基准测试,为相关研究提供了低成本、可复现的标准化测试平台。