Johannes Czech
Johannes Czech
Sadly no, but I may be wrong about this.
Hello Tanmay Srinath, you can use my email as shown on https://www.aiml.informatik.tu-darmstadt.de/people/jczech/ I'm currently also in the process of adding Pytorch as a new neural network framework back-end in order...
Hi, you can find the compilation script for linux of release 1.0.0 here: * https://github.com/QueensGambit/CrazyAra/releases/download/1.0.0/update.sh I added instructions for building _CrazyAra_ on Windows in the wiki: * https://github.com/QueensGambit/CrazyAra/wiki/3.-Build-CrazyAra-binary Currently, I'm...
Hi @cjssh1002 ! We received a similar request in https://github.com/QueensGambit/CrazyAra/issues/43. An undergraduate student that I supervise is currently working on integrating Xiangqi (Chinese chess) into _CrazyAra_. We plan to add...
Hi @bkitej, does your variant of interest have an official name? If I understand your question correctly then you are interested in a variant which follows the same rules as...
> Naturally, I'd like to avoid C++ as much as possible... Well understandable. An implementation in C++ will very likely exceed the scope of your project. Starting a project with...
Answering these questions via GitHub is fine by me. It seems to be interesting for others as well (e.g. @DeFilippis ) and this way I don't have to repeat myself....
> How would training a network using classical chess training data, give me anything other than a classical chess engine? Would this be a matter of adjusting the existing weights?...
Hi @bkitej , I am not sure if this is still relevant to you, but there are two major back-ends (https://github.com/QueensGambit/CrazyAra/pull/59, https://github.com/QueensGambit/CrazyAra/pull/93) supported in _CrazyAra_ now. * [OpenSpiel](https://github.com/deepmind/open_spiel) * [FairyStockfish](https://github.com/ianfab/Fairy-Stockfish)...
Thanks for the information, it seems to me to be more of an evaluation rather than a search problem. At approximately **1.6 million nodes**, it switches to the better alternative...