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
It looks like the 'string' attribute is overwritten for each line starting with "info string" in the UCI engine... Is there any way to capture the full output directly ?
The text was updated successfully, but these errors were encountered:
Hello,
I would like to access lc0 detailed policy, which looks like this in the UCI engine:
I use the following code to interact with the engine:
But the way the python chess module parses the lc0 outputs is problematic: I get a single value in the 'string' key of the maia analysis:
'string': 'node ( 42) N: 117 (+48) (P: 78.63%) (WL: -0.09076) (D: 0.138) (M: 4.4) (Q: -0.09076) (V: -.----) '}
It looks like the 'string' attribute is overwritten for each line starting with "info string" in the UCI engine... Is there any way to capture the full output directly ?
The text was updated successfully, but these errors were encountered: