yfismine / AlphaZeroGomoku
本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子棋游 戏上的复现,实现过程中采用相应的原创性方法进行改进,使其算法更加适应项 目需求并最终取得的较好的效果。MCTS 部分使用 C++编写的带虚拟损失的树并 行版本的 Python 扩展,训练管道与神经网络部分均使用 Python 编写。
☆36Updated 2 years ago
Alternatives and similar repositories for AlphaZeroGomoku:
Users that are interested in AlphaZeroGomoku are comparing it to the libraries listed below
- 基于Pytorch, 使用强化学习(自博弈+MCTS)训练一个五子棋AI☆23Updated 3 years ago
- Meta-Zeta是一个基于强化学习的五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程☆84Updated 2 years ago
- 简单的五子棋人机对弈 (α—β裁剪与集成算杀)☆20Updated 2 years ago
- Gobang MCTS :蒙特卡洛搜索树使用C++实现五子棋AI算法 ——同济大学☆9Updated last year
- 基于miniGo的幻影围棋AI,2019中国计算机博弈大赛幻影围棋组冠军;AI of Phantom Go based on miniGo☆47Updated last year
- ♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。☆44Updated 4 years ago
- 围棋 AI,仿照 AlphaGo☆11Updated 2 years ago
- 人工智能大作业项目:五子棋游戏 Artificial intelligence assignment project: Gobang Game☆45Updated 3 years ago
- 不围棋AI☆26Updated 2 years ago
- 2023 中国人民大学 程序设计Ⅱ荣誉课程 大作业:不围棋☆27Updated 8 months ago
- 深度强化学习贪吃蛇游戏。拥有完整游戏环境与AI接口。(项目未完成)☆37Updated 5 years ago
- 2024年腾讯开悟智能体比赛(王者荣耀AI比赛,稳定 版)☆19Updated 4 months ago
- 纯C五子棋AI实现。当然也可双人对弈。☆39Updated 6 years ago
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆164Updated 5 years ago
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆191Updated 4 years ago
- A Chinese Chess program and a AI based on Monte Carlo Tree Search and Neural Network(like AlphaGo)一个中国象棋程序和一个配套的基于蒙特卡洛算法及神经网络的人工智能(模仿阿尔法…☆108Updated 6 years ago
- Python+PyQt5实现五子棋游戏(人机博弈+深搜+α-β剪枝)☆29Updated 3 years ago
- 五子棋博弈算法实现包括阿尔法贝塔剪枝法和贪心算法☆12Updated 3 years ago
- 基于Alpha- Beta剪枝Max-Min博弈树的五子棋对战AI + 搜索优化(IDA*,A*,Zobrist,Ac自动机,贪心优化) + Qt-UI界面☆25Updated last year
- 基于博弈树α-β剪枝搜索的五子棋AI☆723Updated 7 years ago
- A Gobang AI using minmax algorithm, Alpha-beta pruning and kill count written in C☆7Updated 5 months ago
- 博弈能力不错的五子棋AI☆208Updated 4 years ago
- AlphaZero implemented Chinese chess. AlphaGo Zero / AlphaZero实践项目,实现中国象棋。☆488Updated last year
- 2020年中国大学生计算机博弈大赛暨第十四届中国计算机博弈锦标赛下饭麻将(冠军)fanfou_mahjong基础上整合改进的完整实验☆12Updated 3 years ago
- 极大极小搜索和α-β剪枝的无禁手ai☆27Updated 3 years ago
- 根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。☆16Updated 3 years ago
- 使用Python编写的围棋游戏☆71Updated 2 years ago
- 使用Python制作的五子棋游戏☆134Updated 5 months ago
- hex (board game), engine and AI.☆32Updated 6 years ago