-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for other variants #32
Comments
Hello @fjscabral ,
Yes, you noted correctly that the code base now includes a multi variant input and output representation which supports all lichess variants. In a subchapter of my master thesis, I briefly evaluated whether it is advantageous to train a model for multiple variants at once or each variant separately. -- Deep Reinforcement Learning for Crazyhouse, Johannes Czech (2019) I trained neural networks for the chess960, giveaway, atomic, king of the hill, 3-check and horde variant so far using games from the lichess.org database. From my experience it seems NN+MCTS approaches seem to excel in highly complex environments. For the next steps I plan to address the known issues of release 0.7.0 first and to extend CrazyAra to classical chess using supervised and reinforcement learning. |
Thank You! |
My master thesis is now available on the website of the Machine Learning Lab, TU Darmstadt: |
Hi Can you please reach me by mail at musketeerchess (a) gmail.com Zied
|
Hi |
Hi Capablanca and Gemini Chess are played on a 10x8 Board. 2 additional pieces are used (Archbishop = B+N and Chancellor = R + N in Capablanca and 2 Archbishops in Gemini). These are quite popular and interesting Variants. And they could be played using the Fischer Random Chess rules also. I'm willing to help finance a thesis for one of your students and providing a Nice CPU time (64 threads Threadripper Station with 3 GPU's). Please email me at musketeerchess @ gmail.com |
Greetings,
Crazyara was really well done and it's one of the finest works I've ever seen.
However I do have a really basic question, does it support other variants besides crazyhouse?
I downloaded Crazyara 0.7 and it shows up crazyhouse plus giveaway chess in the UCI_Variant options, and since I saw references for all the lichess variants I'm curious about it.
Best Regards,
The text was updated successfully, but these errors were encountered: