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.
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.If you could provide a formal update to resolve this problem, it would make it easier to use in future AI competitions.