3 opts
="$2" # UCT engine options; must NOT specify different policy
4 popts
="$3" # UCT policy options
5 [ -n "$size" ] || size
=9
6 [ -z "$opts" ] || opts
=",$opts"
7 [ -z "$popts" ] || popts
=":$popts"
9 if [ "$size" -le 13 ]; then
15 rm uctbook-
$size-7.5.pachitree
21 echo -e 'boardsize '$size'\nclear_board\nkomi 7.5\nuct_genbook b' |
22 .
/zzgo
-t =$games "policy=ucb1amaf:explore_p=$1$popts$opts"