whatlulumomo / MCTS-AI-Reversi
The project provides two version of AI of Reversi chess of python and QT(C++), based on MCTS algorithm. Actually, the version of C++ performs better than python by virtue of high efficiency.
☆21Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for MCTS-AI-Reversi
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆189Updated 4 years ago
- 极大极小搜索和α-β剪枝的无禁手ai☆27Updated 3 years ago
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆161Updated 5 years ago
- Deep Learning big homework of UCAS☆37Updated 5 years ago
- A tiny re-implementation of AlphaGo Zero (in Gomoku)☆69Updated 6 years ago
- alphaGo版本的五子棋(gobang, gomoku)☆68Updated 4 years ago
- A gobang AI with Negamax and alpha beta pluning☆12Updated 2 years ago
- 基于miniGo的幻影围棋AI,2019中国计算机博弈大赛幻影围棋组冠军;AI of Phantom Go based on miniGo☆45Updated last year
- A Chinese Chess program and a AI based on Monte Carlo Tree Search and Neural Network(like AlphaGo)一个中国象棋程序和一个配套的基于蒙特卡洛算法及神经网络的人工智能(模仿阿尔法…☆106Updated 5 years ago
- 简单的五子棋人机对弈 (α—β裁剪与集成算杀)☆19Updated 2 years ago
- A gobang robot based on reinforcement learning.☆120Updated last year
- ♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。☆42Updated 4 years ago
- C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to impro…☆73Updated 4 years ago
- Meta-Zeta是一个基于强化学习的五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程☆78Updated last year
- ☆59Updated 5 years ago
- 实现一个基础但功能完善的计算机系统,根据《自己动手写CPU》实现,开发板为Nexys4 DDR☆32Updated 8 months ago
- 通过学习《自己动手写CPU》,将书中实 现的兼容MIPS32指令集架构的处理器——OpenMIPS(五级流水线结构),简化成单指令周期实现的处理器☆191Updated 2 years ago
- 使用alphazero算法打造属于你自己的象棋AI☆217Updated 2 years ago
- 本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子…☆31Updated 2 years ago
- ☆14Updated 6 years ago
- 用深度学习+强化学习编写的一个五子棋人工智障☆36Updated 6 years ago
- 应用博弈树搜索,人工神经网络实现五子棋博弈AI。171129:计划更新基于RL训练的新版本,预计18年1月完成☆114Updated 6 years ago
- A relatively strong gomoku AI☆86Updated 2 years ago
- DQN flappy bird with tensorflow2☆13Updated 3 years ago
- RISC-V multi cycle CPU. Project of Computer Organization (THU 2020)☆15Updated last year
- AlphaZero implemented Chinese chess. AlphaGo Zero / AlphaZero实践项目,实现中国象棋。☆483Updated last year
- 中国象棋alpha zero程序☆379Updated 5 years ago
- ☆22Updated 6 years ago
- Gomoku game (Five in a Row) playing program with a really strong advanced artificial intelligence algorithm (evaluation function, mini-ma…☆106Updated 7 years ago
- 六子棋AI,MCTS算法,增强学习,借鉴大神,非原创☆27Updated 5 years ago