paper-with-me

홈 › Papers

From Imitation to Interaction: Mastering Game of Schnapsen with Shallow Reinforcement Learning

2026-05-16 · Ján Klačan, Sizhong Zhang arxiv

This paper investigates whether shallow neural network agents can master the card game Schnapsen and challenge a strong search-based baseline, RdeepBot, which uses Monte Carlo sampling and lookahead search. Guided by a progressively more complex experimental design, we first evaluate a supervised learning agent (MLPBot) trained on replay data and then a reinforcement learning agent (RLBot) with the same shallow architecture trained through asynchronous Monte Carlo updates and experience replay. The results show that supervised imitation does not generalize well enough to defeat strong RdeepBot opponents, whereas reinforcement learning produces substantially stronger agents. In the setting that focuses on the depth parameter of RdeepBot, the best performance is achieved when the learned value function is combined with deeper lookahead during gameplay, allowing RLBot to achieve statistically significant higher winning rates against the strongest evaluated RdeepBot baseline. In the sample-based setting, the gains are more conditional: the strongest performance appears at a relatively lower training num_samples parameter rather than increasing uniformly with stronger sampling.

📄 PDF Abstract BibTeX arXiv:2605.17162

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

WallZero: Mastering the Game of WallGo with Strategic Analysis

2026-06-16 · Hsing-Yu Chen, Jérôme Arjonilla, I-Chen Wu, Ti-Rong Wu arxiv

WallGo is a recently introduced strategic board game popularized by the 2025 Netflix series The Devil's Plan. Although played on a small 7 x 7 board, its combination of stone movement and wall placement yields high game-…

Can Large Language Models Master Complex Card Games?

2025-09-01 · Wei Wang, Fuqing Bie, Junzhe Chen, Dan Zhang 외 arxiv

Complex games have long been an important benchmark for testing the progress of artificial intelligence algorithms. AlphaGo, AlphaZero, and MuZero have defeated top human players in Go and Chess, garnering widespread soc…

How LLMs are Shaping the Future of Virtual Reality

2025-08-01 · Süeda Özkaya, Santiago Berrezueta-Guzman, Stefan Wagner arxiv

The integration of Large Language Models (LLMs) into Virtual Reality (VR) games marks a paradigm shift in the design of immersive, adaptive, and intelligent digital experiences. This paper presents a comprehensive review…

Reinforcement Learning

Meta-Reinforcement Learning for Mastering Multiple Skills and Generalizing across Environments in Text-based Games

2021-08-01 · ACL (MetaNLP) 2021 8 · Zhenjie Zhao, Mingfei Sun, Xiaojuan Ma

Text-based games can be used to develop task-oriented text agents for accomplishing tasks with high-level language instructions, which has potential applications in domains such as human-robot interaction. Given a text i…

Imitation LearningMeta Reinforcement Learningreinforcement-learningReinforcement Learning+2

Exploring Large Language Models for Word Games:Who is the Spy?

2025-03-19 · Chentian Wei, Jiewei Chen, Jinzhu Xu

Word games hold significant research value for natural language processing (NLP), game theory, and related fields due to their rule-based and situational nature. This study explores how large language models (LLMs) can b…

Scheduling