carsten-wenderdel / wildbg

Backgammon engine based on neural networks
https://wildbg.shuttleapp.rs/swagger-ui/
Apache License 2.0
18 stars 5 forks source link

1-sided bearoff database #2

Open carsten-wenderdel opened 1 year ago

carsten-wenderdel commented 1 year ago

To make move decisions in the race quicker, it would be good to have a one sided bear off database. With this data we could calculate equities faster than inference of a neural network.

First we should have 2-sided-bearoff database (https://github.com/carsten-wenderdel/wildbg/issues/1), once that is done, we can tackle this issue.