paper-with-me

홈 › Papers

Evaluating Game Difficulty in Tetris Block Puzzle

2026-03-19 · Chun-Jui Wang, Jian-Ting Guo, Hung Guei, Chung-Chin Shih, Ti-Rong Wu, I-Chen Wu arxiv

Tetris Block Puzzle is a single player stochastic puzzle in which a player places blocks on an 8 x 8 grid to complete lines; its popular variants have amassed tens of millions of downloads. Despite this reach, there is little principled assessment of which rule sets are more difficult. Inspired by prior work that uses AlphaZero as a strong evaluator for chess variants, we study difficulty in this domain using Stochastic Gumbel AlphaZero (SGAZ), a budget-aware planning agent for stochastic environments. We evaluate rule changes including holding block h, preview holding block p, and additional Tetris block variants using metrics such as training reward and convergence iterations. Empirically, increasing h and p reduces difficulty (higher reward and faster convergence), while adding more Tetris block variants increases difficulty, with the T-pentomino producing the largest slowdown. Through analysis, SGAZ delivers strong play under small simulation budgets, enabling efficient, reproducible comparisons across rule sets and providing a reference for future design in stochastic puzzle games.

📄 PDF Abstract BibTeX arXiv:2603.18994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learn to Play Tetris with Deep Reinforcement Learning

2020-12-14 · CUHK Course IERG5350 2020 12 · Hanyuan Liu, Lixin Liu

Tetris is one of the most popular video games ever created, perhaps in part because its difficulty makes it addictive. In this course project, we successfully trained a DQN agent in a simplified Tetris environment with …

Deep Reinforcement LearningImitation Learningreinforcement-learningReinforcement Learning+1

Bitboard version of Tetris AI

2026-03-24 · Xingguo Chen, Pingshou Xiong, Zhenyu Luo, Mengfei Hu 외 arxiv

The efficiency of game engines and policy optimization algorithms is crucial for training reinforcement learning (RL) agents in complex sequential decision-making tasks, such as Tetris. Existing Tetris implementations su…

Reinforcement LearningOpenAI Gym

Procedurally generating rules to adapt difficulty for narrative puzzle games

2023-07-07 · Thomas Volden, Djordje Grbic, Paolo Burelli

This paper focuses on procedurally generating rules and communicating them to players to adjust the difficulty. This is part of a larger project to collect and adapt games in educational games for young children using a …

Language ModelingLanguage ModellingLarge Language Model

How Clued up are LLMs? Evaluating Multi-Step Deductive Reasoning in a Text-Based Game Environment

2026-03-17 · Rebecca Ansell, Autumn Toney-Wails arxiv

Deducing whodunit proves challenging for LLM agents. In this paper, we implement a text-based multi-agent version of the classic board game Clue as a rule-based testbed for evaluating multi-step deductive reasoning, with…

From Frustration to Fun: An Adaptive Problem-Solving Puzzle Game Powered by Genetic Algorithm

2025-09-28 · Matthew McConnell, Richard Zhao arxiv

This paper explores adaptive problem solving with a game designed to support the development of problem-solving skills. Using an adaptive, AI-powered puzzle game, our adaptive problem-solving system dynamically generates…