hesic73/gomoku_rl
train AI agents to master Free-style Gomoku(五子棋)
This project helps AI researchers and game developers train artificial intelligence agents to play Free-style Gomoku, a game similar to Connect Five. It takes board game rules and gameplay data as input and produces highly skilled AI models capable of human-level performance. This is for those who want to develop or test AI strategies for complex board games efficiently.
No commits in the last 6 months.
Use this if you are an AI researcher or game developer looking to quickly train a strong Gomoku AI using advanced reinforcement learning techniques and GPU acceleration.
Not ideal if you are looking for a ready-to-play Gomoku game for casual entertainment without any interest in AI training or development.
Stars
25
Forks
2
Language
Python
License
MIT
Category
Last pushed
Mar 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hesic73/gomoku_rl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bcollazo/catanatron
Settlers of Catan Bot Simulator and Strong AI Player
jbradberry/mcts
Board game AI implementations using Monte Carlo Tree Search
yunzhu-li/blupig-gomoku
A serious Gomoku board game AI written in C++
Alfo5123/Connect4
Monte Carlo Tree Search Based AI Connect 4 Bot
maxyurk/settlers_of_catan
Full game implemented + AI/ML/OtherBuzzwords players (expectimax, monte-carlo and more). Fork me!