paper-with-me

홈 › Papers

A New Challenge: Approaching Tetris Link with AI

2020-04-01 · Matthias Muller-Brockhausen, Mike Preuss, Aske Plaat

Decades of research have been invested in making computer programs for playing games such as Chess and Go. This paper focuses on a new game, Tetris Link, a board game that is still lacking any scientific analysis. Tetris Link has a large branching factor, hampering a traditional heuristic planning approach. We explore heuristic planning and two other approaches: Reinforcement Learning, Monte Carlo tree search. We document our approach and report on their relative performance in a tournament. Curiously, the heuristic approach is stronger than the planning/learning approaches. However, experienced human players easily win the majority of the matches against the heuristic planning AIs. We, therefore, surmise that Tetris Link is more difficult than expected. We offer our findings to the community as a challenge to improve upon.

📄 PDF Abstract BibTeX arXiv:2004.00377

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

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

The Game of Tetris in Machine Learning

2019-05-05 · Simón Algorta, Özgür Şimşek

The game of Tetris is an important benchmark for research in artificial intelligence and machine learning. This paper provides a historical account of the algorithmic developments in Tetris and discusses open challenges.…

BIG-bench Machine Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

VideoTetris: Towards Compositional Text-to-Video Generation

2024-06-06 · Ye Tian, Ling Yang, Haotian Yang, Yuan Gao 외

Diffusion models have demonstrated great success in text-to-video (T2V) generation. However, existing methods may face challenges when handling complex (long) video generation scenarios that involve multiple objects or d…

DenoisingText-to-Video GenerationVideo Generation

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

TETRIS: Optimal Draft Token Selection for Batch Speculative Decoding

2025-02-21 · Zhaoxuan Wu, Zijian Zhou, Arun Verma, Alok Prakash 외

We propose TETRIS, a novel method that optimizes the total throughput of batch speculative decoding in multi-request settings. Unlike existing methods that optimize for a single request or a group of requests as a whole,…