pnprog / goreviewpartner

A tool to help analyse and review your game of go (weiqi, baduk) using strong bots.
GNU General Public License v3.0
285 stars 66 forks source link

Support for playouts #89

Open barrtgt opened 5 years ago

barrtgt commented 5 years ago

After version 12, the command -p for playouts is treated as visits. Is this an intended behavior?

pnprog commented 5 years ago

Hi!

The parameters are sent to the bot directly, without GRP interfering. GRP does not try to interpret the parameters by itself.

So if the command -p for playouts is now treated as visits, it can only be that Leela (or the bot you are using) is now treating it as number of visit.

What bot are you using?

barrtgt commented 5 years ago

Leela Zero 0.15. I tested this with GRP version 12 and 14.2 with the same behavior listed above, and version 11.2 worked as expected where the -p command lets LZ use the full playouts every move.