基于博弈树α-β剪枝搜索的五子棋AI
☆779Jul 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,797Oct 1, 2024Updated last year
- 博弈能力不错的五子棋AI☆238Mar 4, 2020Updated 6 years ago
- ☆23Dec 23, 2017Updated 8 years ago
- a simple gobang AI☆25Aug 8, 2019Updated 6 years ago
- 一个五子棋人机对战AI,界面用pygame,方法用minmax搜索☆11May 14, 2017Updated 8 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 言川的博客-前端工程师的笔记☆1,416May 21, 2023Updated 2 years ago
- 根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。☆18Sep 8, 2021Updated 4 years ago
- 北理BIT人工智能大作业,写脚本收集了黑/白棋子检测数据集并提供YOLOv3训练和推理代码☆39Jan 28, 2021Updated 5 years ago
- OpenAI Gym Env for game Gomoku(Five-In-a-Row, 五子棋, 五目並べ, omok, Gobang,...)☆89Oct 11, 2024Updated last year
- 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…☆85Aug 3, 2020Updated 5 years ago
- 极大极小搜索和α-β剪枝的无禁手ai☆30Apr 23, 2021Updated 4 years ago
- ♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。☆53Apr 10, 2020Updated 5 years ago
- 纯C五子棋AI实现。当然也可双人对弈。☆46Sep 23, 2018Updated 7 years ago
- AlphaGo-Zero-Gobang 是一个基于强化学习的五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程☆110May 29, 2025Updated 9 months ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Coursework of SUSTech CS323 Compilers☆23Dec 17, 2019Updated 6 years ago
- 2023春季学期操作系统三次大项目:电梯调度、内存管理、文件管理☆10Oct 26, 2023Updated 2 years ago
- Qt 写的五子棋小游戏,带AI和双人对战☆296Aug 12, 2024Updated last year
- 🐈 基于 JS 的五子棋 AI 实现☆134Sep 29, 2016Updated 9 years ago
- 本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子…☆51Jun 28, 2022Updated 3 years ago
- 这是一个简单的五子棋项目,实现了包括人人对战和人机对战两种模式,并配有相应的博客对整个实现过程进行解释。☆42Aug 22, 2019Updated 6 years ago
- games developed by python(五子棋、贪吃蛇、扫雷、俄罗斯方块、坦克大战、FlappyBird)☆281Jun 16, 2023Updated 2 years ago
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆219Feb 28, 2025Updated last year
- 中国科学院大学-C语言编程-五子棋☆23Nov 29, 2023Updated 2 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- NJU oslab 南京大学操作系统大班实验☆30Jan 22, 2024Updated 2 years ago
- 人工智能大作业项目:五子棋游戏 Artificial intelligence assignment project: Gobang Game☆55Mar 2, 2021Updated 5 years ago
- SYSU OS project.☆64Apr 28, 2015Updated 10 years ago
- 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。☆39Oct 27, 2017Updated 8 years ago
- Implement AlphaZero/AlphaGo Zero methods on Chinese chess.☆1,204Mar 24, 2023Updated 3 years ago
- iOS五子棋游戏,支持人机对战、双人对战、联机对战。iOS Gomuku game with amazing AI, developed in Objective-C☆191Mar 19, 2020Updated 6 years ago
- Python+PyQt5实现五子棋游戏(人机博弈+深搜+α-β剪枝)☆34Dec 1, 2021Updated 4 years ago
- 东北大学计算机/物联网课设/大作业汇总☆66Dec 31, 2022Updated 3 years ago
- RISC-V Integration for PYNQ☆12Apr 10, 2020Updated 5 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- slides for classes and labs of SE2019@SUSTech☆11Mar 5, 2019Updated 7 years ago
- ☆22Nov 26, 2024Updated last year
- 简单的五子棋人机对弈 (α—β裁剪与集成算杀)☆20Sep 12, 2022Updated 3 years ago
- 大一课设,一款AI五子棋项目,C++新手项目实践 — 智能人机五子棋对战。☆117Dec 2, 2022Updated 3 years ago
- All assignments of Computer Architecture, 2024spring. 同济大学软件工程专业计算机系统结构作业合集☆13Nov 15, 2024Updated last year
- 基于Vue cli3和flask搭建的个人博客项目,前后端分离,使用axios进行前后端的通信,还运用了vuex、element-ui等,主要实现了登录注册、首页博客展示、添加博客、个人博客、我的收藏、评论博客等模块,是一个小型项目☆28Jan 5, 2023Updated 3 years ago
- 或许这里有作为同济大学软件学院机器智能的一位学生学业所需的所有东西☆18Aug 5, 2024Updated last year