Python+PyQt5实现五子棋游戏(人机博弈+深搜+α-β剪枝)
☆34Dec 1, 2021Updated 4 years ago
Alternatives and similar repositories for Gobang
Users that are interested in Gobang are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。☆18Sep 8, 2021Updated 4 years ago
- 本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子…☆51Jun 28, 2022Updated 3 years ago