JunguangJiang / AlphaSixLinks
Connect6 AI based on AlphaZero
☆23Updated 7 years ago
Alternatives and similar repositories for AlphaSix
Users that are interested in AlphaSix are comparing it to the libraries listed below
Sorting:
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆165Updated 6 years ago
- 基于DQN的五子棋人机对弈☆59Updated 6 years ago
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆210Updated 7 months ago
- AlphaGo-Zero-Gobang 是一个基于强化学习的五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程☆108Updated 4 months ago
- Connect6 AI based on reinforcement learning☆12Updated 6 years ago
- 应用博弈树搜索,人工神经网络实现五子棋博弈AI。171129: 计划更新基于RL训练的新版本,预计18年1月完成☆117Updated 7 years ago
- 基于强化学习的五子棋☆11Updated 6 years ago
- 用深度学习+强化学习编写的一个五子棋人工智障☆42Updated 7 years ago
- A tiny re-implementation of AlphaGo Zero (in Gomoku)☆76Updated 7 years ago
- ♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。☆50Updated 5 years ago
- ☆62Updated 6 years ago
- 基于博弈树α-β剪枝搜索的五子棋AI☆760Updated 8 years ago
- ☆322Updated 4 years ago
- SYSU OS project.☆62Updated 10 years ago
- AlphaZero implemented Chinese chess. AlphaGo Zero / AlphaZero实践项目,实现中国象棋。☆518Updated last year
- An Python N-in-Row game based on Monte Carlo Tree Search and UCT RAVE☆51Updated 8 years ago
- An implementation of improved AlphaGo algorithm in the game of Gomoku.☆58Updated 5 years ago
- 🎲 又是一个黑白棋,毕业设计(reinforcement learning)☆75Updated 5 years ago
- An illustration program which visualizes the MCTS mechanism inside AlphaZero in order to provide a better understanding of how an AI make…☆18Updated 7 years ago
- 编译原理课设☆67Updated 8 years ago
- 本项目主要是采用蒙特卡洛搜索树与残差神经网络实现的一个可在小规模硬 件设施上短期训练一个拥有较强棋力的五子棋 AI。参考 AlphaGo Zero 原始论文 《Mastering the game of Go without human knowledge》实现的一个在五子…☆47Updated 3 years ago
- An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)☆3,524Updated last year
- c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 …☆187Updated 8 years ago
- 使用浅层神经网络和遗传算法训练一个可以自动驾驶小车的Demo