基于博弈树α-β剪枝搜索的五子棋AI
☆791Jul 14, 2017Updated 9 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:
- 尝试了博弈树Min-Max + alpha-Beta剪枝方法,并找到了更好的适用于五子棋智能的棋局评估模型和选择模型☆54May 10, 2018Updated 8 years ago
- ☆23Dec 23, 2017Updated 8 years ago
- 使用Python制作的五子棋游戏☆149Jul 19, 2024Updated 2 years ago
- 一个五子棋人机对战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,629Apr 24, 2024Updated 2 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 北理BIT人工智能大作业,写脚本收集了黑/白棋子检测数据集并提供YOLOv3训练和推理代码☆38Jan 28, 2021Updated 5 years ago
- OpenAI Gym Env for game Gomoku(Five-In-a-Row, 五子棋, 五目並べ, omok, Gobang,...)☆89Oct 11, 2024Updated last year
- alphaGo版本的五子棋(gobang, gomoku)☆69Mar 17, 2020Updated 6 years ago
- 极大极小搜索和α-β剪枝的无禁手ai☆30Apr 23, 2021Updated 5 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
- 用Python语言和Tkinter图形库实现的一个简单的五子棋程序☆18Jun 7, 2016Updated 10 years ago
- 纯C五子棋AI实现。当然也可双人对弈。☆48Sep 23, 2018Updated 7 years ago
- 多语言实现的五子棋小游戏☆37Sep 21, 2018Updated 7 years ago
- Coursework of SUSTech CS323 Compilers☆23Dec 17, 2019Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Qt 写的五子棋小游戏,带AI和双人对战☆302Aug 12, 2024Updated 2 years ago
- 🐈 基于 JS 的五子棋 AI 实现☆135Sep 29, 2016Updated 9 years ago
- 这是一个简单的五子棋项目,实现了包括人人对战和人机对战两种模式,并配有相应的博客对整个实现过程进行解释。☆42Aug 22, 2019Updated 7 years ago
- 本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子…☆53Jun 28, 2022Updated 4 years ago
- games developed by python(五子棋、贪吃蛇、扫雷、俄罗斯方块、坦克大战、FlappyBird)☆283Jun 16, 2023Updated 3 years ago
- 北京理工大学大四小学期计算机组成原理部分☆12Sep 24, 2020Updated 5 years ago
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆221Feb 28, 2025Updated last year
- 五子棋博弈算法实现包括阿尔法贝塔剪枝法和贪心算法☆16Nov 28, 2021Updated 4 years ago
- 网络五子棋游戏项目☆17Jul 26, 2018Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 五子棋,gobang,html5,canvas,js游戏,普通ai算法☆67Jul 10, 2025Updated last year
- 南方科技大学 GPA 查询系统☆12Jun 16, 2018Updated 8 years ago
- Implementation of Optimization based Layer-wise Magnitude-based Pruning for DNN Compression☆18Nov 23, 2022Updated 3 years ago
- 带禁手的五子棋(中国科学院大学 杨力祥老师的公选课《C++程序设计》大作业)☆18Feb 24, 2022Updated 4 years ago
- Gobang game with artificial intelligence in 900 Lines !!☆121Jul 22, 2024Updated 2 years ago
- Implement AlphaZero/AlphaGo Zero methods on Chinese chess.☆1,247Mar 24, 2023Updated 3 years ago
- Extension of OpenAI Gym that implements multiple two-player zero-sum 2-dimension board games☆11Sep 11, 2022Updated 3 years ago
- 基于Vue cli3和flask搭建的个人博客项目,前后端分离 ,使用axios进行前后端的通信,还运用了vuex、element-ui等,主要实现了登录注册、首页博客展示、添加博客、个人博客、我的收藏、评论博客等模块,是一个小型项目☆28Jan 5, 2023Updated 3 years ago
- ☆22Nov 26, 2024Updated last year
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- cocos2d-x 保卫萝卜 C++☆11Mar 1, 2016Updated 10 years ago
- 东北大学计算机/物联网课设/大作业汇总☆67Dec 31, 2022Updated 3 years ago
- slides for classes and labs of SE2019@SUSTech☆11Mar 5, 2019Updated 7 years ago
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆166Apr 4, 2019Updated 7 years ago
- winform实现的AI五子棋☆18Apr 17, 2017Updated 9 years ago
- 简单的五子棋人机对弈 (α—β裁剪与集成算杀)☆20Sep 12, 2022Updated 3 years ago
- 用深度学习+强化学习编写的一个五子棋人工智障☆45Feb 16, 2018Updated 8 years ago