google-deepmind / open_spiel

OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
Apache License 2.0
4.26k stars 934 forks source link

Implementing alphamu algorithm? #1159

Closed zizhang-qiu closed 4 months ago

zizhang-qiu commented 11 months ago

Hi, I'm interested in the paper of alphamu search (link and link). It's an algorithm based on alpha-beta and applied to the game of bridge. Are you planning to implement this?

lanctot commented 11 months ago

No, we are not, but it would make a welcome contribution!