donkirkby / zero-play

Teach a computer to play any game.
https://donkirkby.github.io/zero-play/
MIT License
10 stars 1 forks source link

Hidden information: Cribbage #122

Open donkirkby opened 1 year ago

donkirkby commented 1 year ago

Add support for games with hidden information. Is Cribbage a good one to start with? Test against single-purpose players, like cribbageksi, dacarlin's, or MCTS-Cribbage. Should we add chance elements first, like Backgammon? Something simpler, like Gin, Whist, or 31?

donkirkby commented 1 year ago

Here's a possibly useful paper on chance elements in MCTS.