ZitongMao / gomoku-ai
A Python AI program that plays the traditional Japanese game Gomoku using Alpha-Beta Pruning Algorithm.
☆18Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for gomoku-ai
- Deep Learning big homework of UCAS☆37Updated 5 years ago
- Here are some Python implementations of Gomoku AIs, including MCTS, Minimax and Genetic Alg.☆31Updated 5 years ago
- An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku☆189Updated 4 years ago
- ☆59Updated 5 years ago
- A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.☆161Updated 5 years ago
- OpenAI Gym Env for game Gomoku(Five-In-a-Row, 五子棋, 五目並べ, omok, Gobang,...)☆85Updated last month
- Final project for Artificial Intelligence(DATA130008.01)@ Fudan University☆12Updated 7 years ago
- Python AI template for Piskvork gomoku manager☆27Updated 6 years ago
- A tiny re-implementation of AlphaGo Zero (in Gomoku)☆69Updated 6 years ago
- Extension of OpenAI Gym that implements multiple two-player zero-sum 2-dimension board games☆11Updated 2 years ago
- A gomoku AI based on Alpha Zero paper.☆12Updated last year
- Clean, tested, & modular AlphaZero implementation with multiplayer support.☆13Updated 5 years ago
- Implementation of proximal policy optimization(PPO) with tensorflow☆35Updated 6 years ago
- 尝试了博弈树Min-Max + alpha-Beta剪枝方法,并找到了更好的适用于五子棋智能的棋局评估模型和选择模型☆41Updated 6 years ago
- An environment of the board game Go using OpenAI's Gym API☆168Updated 2 years ago
- Connect6 AI based on reinforcement learning☆12Updated 5 years ago
- AlphaGo Zero paper and code for studying purpose☆28Updated 6 years ago
- An Python N-in-Row game based on Monte Carlo Tree Search and UCT RAVE☆50Updated 7 years ago
- hex (board game), engine and AI.☆32Updated 6 years ago
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…☆88Updated 6 years ago
- ☆20Updated 2 years ago
- AI Agent for Chinese Chess - CS 221 Project☆71Updated 11 months ago
- ♟♟♟♟♟ A Gomoku game AI based on Monte Carlo Tree Search, can be trained on policy-value network now. 一个蒙特卡洛树搜索算法实现的五子棋 AI,现可用神经网络训练模型。☆42Updated 4 years ago
- Chapter 15 AlphaZero in book Deep Reinforcement Learning: code example of AlphaZero solving Gomoku game.☆31Updated 4 years ago
- 基于DQN的五子棋人机对弈☆55Updated 5 years ago
- A Chess AI that uses a minimax algorithm with alpha-beta pruning☆91Updated 2 years ago
- Tetris OpenAI environment☆28Updated 5 years ago
- Minimal version of DeepMind AlphaZero☆81Updated 3 years ago
- An illustration program which visualizes the MCTS mechanism inside AlphaZero in order to provide a better understanding of how an AI make…☆16Updated 6 years ago
- cchess是一个Python版的中国象棋库☆45Updated 2 weeks ago