paper-with-me

Papers

AlphaZero Gomoku

2023-09-04 · Wen Liang, Chao Yu, Brian Whiteaker, Inyoung Huh, Hua Shao, Youzhi Liang

In the past few years, AlphaZero's exceptional capability in mastering intricate board games has garnered considerable interest. Initially designed for the game of Go, this revolutionary algorithm merges deep learning techniques with the Monte Carlo tree search (MCTS) to surpass earlier top-tier methods. In our study, we broaden the use of AlphaZero to Gomoku, an age-old tactical board game also referred to as "Five in a Row." Intriguingly, Gomoku has innate challenges due to a bias towards the initial player, who has a theoretical advantage. To add value, we strive for a balanced game-play. Our tests demonstrate AlphaZero's versatility in adapting to games other than Go. MCTS has become a predominant algorithm for decision processes in intricate scenarios, especially board games. MCTS creates a search tree by examining potential future actions and uses random sampling to predict possible results. By leveraging the best of both worlds, the AlphaZero technique fuses deep learning from Reinforcement Learning with the balancing act of MCTS, establishing a fresh standard in game-playing AI. Its triumph is notably evident in board games such as Go, chess, and shogi.

📄 PDF Abstract BibTeX arXiv:2309.01294

Code (0)

등록된 구현이 없습니다.

Tasks

Board GamesGame of Go

Methods 이 논문이 사용한 방법론

AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

AlphaZero-Edu: Making AlphaZero Accessible to Everyone

2025-04-20 · Binjie Guo, Hanyu Zheng, Guowei Su, Ru Zhang 외

Recent years have witnessed significant progress in reinforcement learning, especially with Zero-like paradigms, which have greatly boosted the generalization and reasoning abilities of large-scale language models. Never…

GPU

AlphaZero-based Proof Cost Network to Aid Game Solving

2021-09-29 · ICLR 2022 4 · Ti-Rong Wu, Chung-Chin Shih, Ting Han Wei, Meng-Yu Tsai 외

In recent years, the AlphaZero algorithm has achieved super-human playing levels for many games without hand-crafted expert knowledge. Researchers have taken advantage of AlphaZero's effectiveness at learning and playing…

Board Games

Switchable Lightweight Anti-symmetric Processing (SLAP) with CNN Outspeeds Data Augmentation by Smaller Sample -- Application in Gomoku Reinforcement Learning

2023-01-11 · Chi-Hang Suen, Eduardo Alonso

To replace data augmentation, this paper proposed a method called SLAP to intensify experience to speed up machine learning and reduce the sample size. SLAP is a model-independent protocol/function to produce the same ou…

Data Augmentationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

AlphaViT: A Flexible Game-Playing AI for Multiple Games and Variable Board Sizes

2024-08-25 · Kazuhisa Fujita

This paper presents novel game-playing AI agents based on the AlphaZero framework, enhanced with Vision Transformer (ViT): AlphaViT, AlphaViD, and AlphaVDA. These agents are designed to play multiple board games of vario…

Board GamesDecoder

AlphaGomoku: An AlphaGo-based Gomoku Artificial Intelligence using Curriculum Learning

2018-09-27 · Zheng Xie, Xingyu Fu, JinYuan Yu

In this project, we combine AlphaGo algorithm with Curriculum Learning to crack the game of Gomoku. Modifications like Double Networks Mechanism and Winning Value Decay are implemented to solve the intrinsic asymmetry an…

GPU