benzene-vanilla-cmake
benzene-vanilla-cmake copied to clipboard
CMake managed Benzene vanilla for playing and solving the game of Hex, easier to install!
When changing the board size from n x m to n x k, some of the internal board representations are not updated correctly, resulting in a bug. To reproduce: boardsize...
I installed berkeleydb using > brew install berkeley-db and now make -j4 results in DB specific errors, see ------------------------------------------ In file included from /Users/madhulathatiruvilyamalaiviluvadri/benzene-vanilla-cmake/src/book/BookCheck.cpp:6: In file included from /Users/madhulathatiruvilyamalaiviluvadri/benzene-vanilla-cmake/src/book/BookCheck.hpp:8: In...
From leela_bot: https://littlegolem.net/jsp/forum/topic2.jsp?forum=50&topic=739 Also mentionned here: https://www.hexwiki.net/index.php/Swap_rule Swap for values < 50%
TL:DR; I can get it work on commit `f88893`, but not on master. I got similar bug as described as in other issues, like program is crashing, or does not...
I am running mohex using the tournament code. However I am getting `Program.Died` consistently for games longer than a minute. I have tried reconnecting and playing the same moves, but...
Is it possible to enable board size 19x19? I've tried adding the option `-DSUPPORT_19x19` to the CMAKE_CXX_FLAGS, based on the configure file of [benzene-1](https://github.com/cgao3/benzene-1) , but I run into the...
When there is no good move, it seems like MoHex should play the "least bad" or "most blocking" move. I've been getting an issue where it segfaults instead, which I...
Hi, Chao, I am a third-year student at the University of Manchester. I recently read your 2017 paper Move Prediction using Deep Convolutional Neural Networks in Hex and I am...
Thank you for fixing up the mess the Benzene project was in. I was able to build under Linux Mint 19 with no difficulties. Do you have any plan to...
Greetings, Chao, Your recent works on using CNN to enhance MoHex 2.0 and to guide proof search are really interesting! Solving Go hasn't made progress for nearly 10 years, and...