|
leela 也是有用的深度学习的那套东西啊,只不过不是从0开始学习的,是从人谱开始的,另外实现更类似alpha go lee版本。这种架构决定了,棋力肯定差一大截,当然不会更新了。
https://sjeng.org/leela.html
Leela is a strong Go playing program combining advances in Go programming and further original research into a small, easy to use graphical interface.
It is freely available, making it an ideal introduction to the game.
Features
Strong Go engine including support for multiple processors and GPU acceleration
Strength over 9 dan on 19 x 19, depending on hardware
2008 Computer Olympiad Silver (9x9) and Bronze (19x19) medalist
Featuring Deep Learning technology
Easy to use graphical interface
Adjustable board size (up to 25x25!), playing levels, handicap and komi
Fixed strength and time based difficulty levels
Chinese rules with positional superko
SGF format loading and saving
Rated game mode with auto-adjusting difficulty levels
Analysis features including critical variations for each move and winning odds
Graphical display of critical moves, territory, best lines, …
Download
What's this Deep Learning technology?
Leela contains an AI technique modeled after the human visual system and brain, a deep stack of artificial neurons processing visual input with each layer combining the previous ones into higher level features (a so called DCNN, deep convolutional neural network). This "neural network" has been trained with more than 32 million positions from high level go games and taught to predict which moves a pro player would most likely consider. In 19x19 games the engine will query this deep "neural network" during the search to focus on the most critical variations. The result is a substantial raise in playing strength (about 6 stones), and a more human-like playstyle, while still allowing the engine to innovate of its own.
leela也有权重的东西,只不过是内置在程序里的。唯一的好处大概是自带UI。用起来方便一点
|
|