基于博弈树α-β剪枝搜索的五子棋AI
☆787Jul 14, 2017Updated 8 years ago
Alternatives and similar repositories for gobang_AI
Users that are interested in gobang_AI are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- javascript gobang AI,JS五子棋AI,源码+教程,基于Alpha-Beta剪枝算法(不是神经网络)☆1,798Oct 1, 2024Updated last year
- 博弈能力不错的五子棋AI☆243Mar 4, 2020Updated 6 years ago
- 应用博弈树搜索,人工神经网络实现五子棋博弈AI。171129:计划更新基于RL训练的新版本,预计18年1月完成☆121Jun 5, 2018Updated 7 years ago
- 尝试了博弈树Min-Max + alpha-Beta剪枝方法,并找到了更好的适用于五子棋智能的棋局评估模型和选择模型☆54May 10, 2018Updated 8 years ago
- 基于DQN的五子棋人机对弈☆61Mar 24, 2019Updated 7 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 使用Python制作的五子棋游戏☆147Jul 19, 2024Updated last year
- 一个五子棋人机对战AI,界面用pygame,方法用minmax搜索☆11May 14, 2017Updated 9 years ago
- An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)☆3,618Apr 24, 2024Updated 2 years ago
- 北理BIT人工智能大作业,写脚本收集了黑/白棋子检测数据集并提供YOLOv3训练和推理代码☆38Jan 28, 2021Updated 5 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…☆87Aug 3, 2020Updated 5 years ago
- alphaGo版本的五子棋(gobang, gomoku)☆68Mar 17, 2020Updated 6 years ago
- ♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。☆51Apr 10, 2020Updated 6 years ago
- 基于蒙特卡洛博弈树搜索和策略价值神经网络的五子棋AI,具有自我对弈和学习功能