An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
-
Updated
Apr 24, 2024 - Python
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
Implementing search techniques to solve the problem of adversrial game gobang, using the hearistics to improve the efficiency of adversrial search.
蒙特卡洛树搜索以及极大极小+α-β剪枝算法实现五子棋
A gobang game in README.md, hosted by Github Actions.
由pygame制作的五子棋小游戏, 具有人机对战功能. 项目易于部署并附有教程--你的大作业的不二之选 ! / A gobang game developed by pygame. It has a intelligent program enable you to chess with computer opponent.
A gobang robot based on reinforcement learning.
Meta-Zeta是一个基于强化学习的五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程
Gobang Based on Monte Carlo Tree Search
根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。
HybridAlpha - a mix between AlphaGo Zero and AlphaZero for multiple games
alphaGo版本的五子棋(gobang, gomoku)
Deep Learning big homework of UCAS
I am interested in gobang,so I am going to use python to draw GUI and program a powerful AI to have fun! I will implement my idea by alpha-beta algorithm and alphago-zero algorithm.
Add a description, image, and links to the gobang topic page so that developers can more easily learn about it.
To associate your repository with the gobang topic, visit your repo's landing page and select "manage topics."