LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.38k stars 525 forks source link

Access policy probabililties in engine #1901

Closed SimonBenhamou closed 1 year ago

SimonBenhamou commented 1 year ago

Hello,

I am trying to access the maia networks policy (move probabilities given a position).

In the python bindings I can get the move probabilities with the p_softmax function, which makes this quite easy.

However, I don't find this information when using the UCI engine... is this exposed in any way ?

Thanks!