-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cute chess #25
Comments
Andoma thinks too long and often its "connection stalls" in CuteChess .. this project seems buggy, sorry. Are you looking for a properly working engine based on python? |
i see the directory seperator character of your Working Directory value is a "\" (which is typical Windows indeed), but your "Default Location" value has "/" characters !? Maybe this is not the cause of your error though .. another thing to consider : at my Linux the command 'python' refers to Python2, not Python3 .. try using |
All of the paths are represented by \ which I don't understand why but it is what it is..
In windows I think to run python commands we need to use python "file" and btw I tried python3 and there is no difference it still is the sam error.
When I execute the command in terminal it works as intended I write uci the bot says uciok and stuff... |
at this moment i see two other options which might help to solve the problem on your Windows :
Btw. as i'm on Linux i don't know if this applies to Windows as such.. |
i just discovered something : i get the same error when adding such python engine, using CuteChess v1.3.1 .. but my previous comments all apply to v1.2.0, which does NOT gives the error !? .. so maybe CuteChess v1.3.1 has a bug concerning this.. |
Where can I find v1.2.0? |
see https://github.com/cutechess/cutechess/releases/tag/1.2.0 |
Btw. for a rather long time v1.2.0 was the latest stable version .. i have very few problems with it, and i'm still using it, because (indeed) v1.3.x seems to be buggy (also with other issues) .. maybe it's time for you to create an Issue at the CuteChess project GitHub pages. |
Yea I will surely report the problem after I check if 1.2.0 works for me or not cz I haven't tested it.. |
using the v1.2.0 works for me i can add the engine now but whenever i try to play a game it just ends in an instance any quick fix? |
try to start the CuteChess GUI by terminal, e.g. |
i fixed the error now but i want to increase the depth how can i do that from the code? i increased it to 20 first and then started a game and i waited for like 10 mins for it to make a move but it didnt then i changed it to 5 and it made a move in 4-5 minutes i dont think thats good for a chess engine any idea how can i constantly analyse at 20 depth without getting performance like this.... |
at the bottom of |
remember Andoma is a very simple and weak engine .. there are plenty of other good engines, why stick with Andoma? It's slow and buggy also .. do you prefer a python engine ? |
yes i prefer a python engine and want to develop on that. i dont want very fast engine i want an accurate engine which takes reasonable amount of time to search at a depth of 20. |
|
my best
just to see if they find bestmove : g4 ! Btw. the creator of D-House is hard to be contacted .. i wrote an Issue on his GitHub project but until now i got no response.. |
i wanna make a good chess engine do yo want to like help me in the process? like we can code together e.t.c |
watch these video(s), they're very well done regarding coding, story and video edit: Coding Adventure: Chess and read the description .. recently there's also a second video about this engine building. |
That was one of the videos I watched before chess programming. Look I am a Chess player who often plays some tournaments and wins so yea and also I also knew a little bit of coding so I thought I would make an engine... Btw can you tell me where I can learn nim I checked about it and it's awesome language do you have any resources through which I can learn? I prefer visual learning btw... Thanks for all your help I understand now that I cannot reach the level I desire through python. |
Nim Tutorial Videos simple chess engine in Nim : https://github.com/mdoege/nimTUROCHAMP |
The tutorial is still ongoing will it cover the important topics that I need to know for programming a engine and also how much similar it is to python... |
yeah, years probably .. you can import python modules into Nim .. you will not need a full chess framework to create your chess engine, start simple and explore the subject .. by programming all elements yourself you will learn a lot, eg. magic bitboards etc. good luck ! |
How?
Already working on it....
|
Whenever I try to add it to cute chess it says cannot run engine and doesn't add it why does this error comes .. I use python main.py in the command dialogue box and the directory of bot files in working directory dialogue box.. if anyone can help me fix this ASAP it would be really helpful
The text was updated successfully, but these errors were encountered: