|
|
|
|
|
by eclark
689 days ago
|
|
I am currently trying to do this for poker in open source. https://github.com/elliottneilclark/rs-poker/pull/92 Find the Nash equilibrium for poker with an exact set of cards and a deck. There's a fun arena-based tree structure that should allow finding the optimal strategy for different bet sizes, etc. One of the most challenging parts of finding the equilibrium is ensuring the simulation has no edge cases where value is lost. There's a bug somewhere, and the game state isn't matching the second time through a tree node. (I'd pay a bounty to whoever can get it finished) |
|