基于博弈树α-β剪枝搜索的五子棋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:
- 博弈能力不错的五子棋AI☆244Mar 4, 2020Updated 6 years ago
- 应用博弈树搜索,人工神经网络实现五子棋博弈AI。171129:计划更新基于RL训练的新版本,预计18年1月完成☆121Jun 5, 2018Updated 8 years ago
- 尝试了博弈树Min-Max + alpha-Beta剪枝方法,并找到了更好的适用于五子棋智能的棋局评估模型和选择模型☆54May 10, 2018Updated 8 years ago
- Python博弈树实现的简单AI五子棋小游戏☆15Nov 21, 2018Updated 7 years ago
- ☆23Dec 23, 2017Updated 8 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 根据博弈树的启发式搜索过程、设计α-β剪枝算法和评价函数开发的一个五子棋人机博弈游戏。☆18Sep 8, 2021Updated 4 years ago
- OpenAI Gym Env for game Gomoku(Five-In-a-Row, 五子棋, 五目並べ, omok, Gobang,...)☆89Oct 11, 2024Updated last year
- 基于蒙特卡洛博弈树搜索和策略价值神经网络的五子棋AI,具有自我对弈和学习功能☆12Apr 23, 2023Updated 3 years ago
- 极大极小搜索和α-β剪枝的无禁手ai☆30Apr 23, 2021Updated 5 years ago
- 纯C五子棋AI实现。当然也可双人对弈。☆48Sep 23, 2018Updated 7 years ago
- 多语言实现的五子棋小游戏☆37Sep 21, 2018Updated 7 years ago
- AlphaGo-Zero-Gobang 是一个基于强化学习的 五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程☆111May 29, 2025Updated last year
- 本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子…☆53Jun 28, 2022Updated 4 years ago
- 北京理工大学大四小学期计算机组成原理部分☆12Sep 24, 2020Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆221Feb 28, 2025Updated last year
- 五子棋博弈算法实现包括阿尔法贝塔剪枝法和贪心算法☆16Nov 28, 2021Updated 4 years ago
- 游戏合集:五子棋、中国象棋、国际象棋、黑白棋、军棋、走月光。☆44Apr 9, 2017Updated 9 years ago
- 南方科技大学 GPA 查询系统☆12Jun 16, 2018Updated 8 years ago
- Implement AlphaZero/AlphaGo Zero methods on Chinese chess.☆1,240Mar 24, 2023Updated 3 years ago
- 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。☆41Oct 27, 2017Updated 8 years ago
- Python+PyQt5实现五子棋游戏(人机博弈+深搜+α-β剪枝)☆34Dec 1, 2021Updated 4 years ago
- 基于Vue cli3和flask搭建的个人博客项目,前后端分离,使用axios进行前后端的通信,还运用了vuex、element-ui等,主要实现了登录注册、首页博客展示、添加博客、个人博客、我的收藏、评论博客等模块,是一个小型项目☆28Jan 5, 2023Updated 3 years ago
- 本项目是同济大学人工智能课程的第二次大作业——五子棋问题,内含工程文件与报告。必须要说明的是,我上传这次作业的主要目的是抛砖引玉,以期学弟学妹在做作业的过程中少走弯路,报告内容也仅供参考,切勿全局抄袭,否则后果自负。如果认为这个工程有帮助的话,希望各位能给我点一个star,…☆14Jul 16, 2020Updated 6 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆22Nov 26, 2024Updated last year
- cocos2d-x 保卫萝卜 C++☆11Mar 1, 2016Updated 10 years ago
- 东北大学计算机/物联网课设/大作业汇总☆67Dec 31, 2022Updated 3 years ago
- apple emoji and text to picture☆12Mar 11, 2019Updated 7 years ago
- 北京理工大学操作系统课程设计的代码☆28Jan 14, 2021Updated 5 years ago
- Gomoku game (Five in a Row) playing program with a really strong advanced artificial intelligence algorithm (evaluation function, mini-ma…☆110Apr 14, 2017Updated 9 years ago
- ☆21Jul 26, 2018Updated 8 years ago
- alpha zero 原理实现五子棋 AI,tensorflow☆32Oct 19, 2023Updated 2 years ago
- A relatively strong gomoku AI (2018 ver). New engine: https://github.com/dhbloo/rapfi☆90Apr 19, 2022Updated 4 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 简单的五子棋人机对弈 (α—β裁剪与集成算杀)☆20Sep 12, 2022Updated 3 years ago
- SUSTech Alumni Map. Join us! 🌎☆29Jul 28, 2026Updated 3 weeks ago
- 或许这里有作为同济大学软件学院机器智能的一位学生学业所需的所有东西☆20Aug 5, 2024Updated 2 years ago
- One of the strongest Gomoku/Renju playing engine☆257Updated this week
- 一个五子棋学习资料站☆168Jan 13, 2026Updated 7 months ago
- A project of Teamfight Tactics based on Cocos2d-x 3.17.2. 基于 Cocos2d-x 3.17.2 开发的金铲铲之战游戏项目. (2023 年同济大学程序设计范式课程项目)☆42Sep 21, 2025Updated 10 months ago
- 使用各种方法编写的人机五子棋程序☆18Dec 6, 2017Updated 8 years ago