You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing my graduation design and want to make a go project. When I read you code , I have a problem: in michi code, there are 4 characters "X, O, x, o", the note says "X,O are colors, x,o are their inverses", I can't know what is "inverses", can you help me?
Thank you for your work!
The text was updated successfully, but these errors were encountered:
I don't think there's any note like that in michi's source code. In the
board data structure, we use 'X' and 'x' (for the to-play player and the
other player). In board visualization, we use 'X' for black, 'O' for
white.
Thank you very much. I know it!
I usually encouter an " AttributeError: 'NoneType' object has no attribute 'n' "
when I debug used mcdebug() and mcbenchmark() .
Could I get you email and sent you a screenshot?
I'm doing my graduation design and want to make a go project. When I read you code , I have a problem: in michi code, there are 4 characters "X, O, x, o", the note says "X,O are colors, x,o are their inverses", I can't know what is "inverses", can you help me?
Thank you for your work!
The text was updated successfully, but these errors were encountered: