Skip to content
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

Match after move sequence has been sent #68

Open
YuriCat opened this issue Jun 26, 2024 · 1 comment
Open

Match after move sequence has been sent #68

YuriCat opened this issue Jun 26, 2024 · 1 comment

Comments

@YuriCat
Copy link

YuriCat commented Jun 26, 2024

My sincere thanks for a great library.

In recent Shogi AI tournaments, the agents are often sent several moves before they play each other in order to adjust the time between the first and second, etc.

Your library gave me an error with CSA.py, and I rewrote it as follows and it worked fine.

-                        raise NotImplementedError("TODO: parse moves")
+                        pass

If you could provide a formal update to resolve this problem, it would make it easier to use in future AI competitions.

@gunyarakun
Copy link
Owner

Thank you for your comment.
It would be grateful if someone write a patch to handle the case well not just ignoring it.
The first step would be just logging the moves and not raising an exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants