buyulian / Five-Chess-DQN
用深度学习+强化学习编写的一个五子棋人工智障
☆41Updated 7 years ago
Alternatives and similar repositories for Five-Chess-DQN
Users that are interested in Five-Chess-DQN are comparing it to the libraries listed below
Sorting:
- 基于强化学习的五子棋☆11Updated 6 years ago
- Meta-Zeta是一个基于强化学习的 五子棋(Gobang)模型,主要用以了解AlphaGo Zero的运行原理的Demo,即神经网络是如何指导MCTS做出决策的,以及如何自我对弈学习。源码+教程☆97Updated 2 years ago
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆166Updated 6 years ago
- 用强化学习DQN算法,训练AI模型来玩合成大西瓜游戏,提供Keras版本和PARL(paddle)版本☆89Updated 4 years ago
- alphaGo版本的五子棋(gobang, gomoku)☆68Updated 5 years ago
- 基于DQN的五子棋人机对弈☆58Updated 6 years ago
- 应用博弈树搜索,人工神经网络实现五子棋博弈AI。171129:计划更新基于RL训练的新版本,预计18年1月完成☆116Updated 6 years ago
- 用 深度优先搜索 DFS 与 深度强化学习 DRL 分别自动控制 amazing brick 小游戏☆50Updated 9 months ago
- Using deep reinforcement learning to play Snake game(贪吃蛇).☆81Updated 3 years ago
- 强化学习-中文笔记&资源-以python实例为主-由浅入深☆102Updated 4 years ago
- 在PyTorch上重构multi-agent deep deterministic policy gradient(MADDPG),将https://github.com/xuemei-ye/maddpg-mpe 修改到自己电脑上可运行。因为本人笔记本没有CUDA,实验速度…☆13Updated 6 years ago
- ☆61Updated 6 years ago
- [动手学强化学习]系列,基于pytorch。☆54Updated 3 years ago
- 强化学习训练斗地主 / doudizhu AI using reinforcement learning.☆15Updated 5 years ago
- 六子棋AI,MCTS算法,增强学习,借鉴大神,非原创☆30Updated 6 years ago
- A Chinese Chess program and a AI based on Monte Carlo Tree Search and Neural Network(like AlphaGo)一个中国象棋程序和一个配套的基于蒙特卡洛算法及神经网络的人工智能(模仿阿尔法…☆112Updated 6 years ago
- 强化学习求解迷宫问题,Q-learning和监督学习☆25Updated 4 years ago
- 强化学习玩超级马里奥☆72Updated 3 years ago
- 尝试了博弈树Min-Max + alpha-Beta剪枝方法,并找到了更好的适用于五子棋智能的棋局评估模型和选择模型☆46Updated 7 years ago
- AlphaZero implemented Chinese chess. AlphaGo Zero / AlphaZero实践项目,实现中国象棋。☆508Updated last year
- ☆29Updated 6 years ago
- The project provides two version of AI of Reversi chess of python and QT(C++), based on MCTS algorithm. Actually, the version of C++ perf…☆21Updated 2 years ago
- 这是中国研究生数学建模大赛的C题,用于解决航班恢复的问题。程序首先建立了飞机,航班,客户,机场四个类用于模拟航班调度环境。之后应用遗传算法寻找最优的航班调度方案☆33Updated 6 years ago
- ♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。☆45Updated 5 years ago
- 本论文题目为基于深度强化学习的德州扑克AI算法优化☆24Updated 4 years ago
- Simple Game with Monte Carlo Tree Search☆58Updated 7 years ago
- ☆45Updated 5 years ago
- A tiny re-implementation of AlphaGo Zero (in Gomoku)☆75Updated 7 years ago
- 简单的五子棋人机对弈 (α—β裁剪与集成算杀)☆19Updated 2 years ago
- 引用整理https://blog.csdn.net/yellow_red_people/article/details/80465510 一文中PyTorch平台,利用DQN模型玩Flappy Bird游戏,是一个再励学习(强化学习)实验例子。☆47Updated 6 years ago