Skip to content

Open source postflop solver for Texas Hold'em Poker written in Rust with UPI (Universal Poker Interface) compatibility. Algorithm used is Discounted CFR (DCFR).

JoakimMich/opensolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSolver

Open source postflop solver for Texas Hold'em Poker written in Rust with UPI (Universal Poker Interface) compatibility. Algorithm used is Discounted CFR (DCFR). First project used to learn Rust.

Performance

Compared to commercial solvers, it is about 2x slower for rainbow flops (three distinct suits) and even worse for two tone and monotone flops, due to isomorphism not being correctly implemented.

TODOs

Resources

[1] DCFR algorithm: https://arxiv.org/pdf/1809.04040.pdf

[2] c++ Poker Solver: https://github.com/Fossana/cplusplus-cfr-poker-solver Current rust code base was heavily based on this code

About

Open source postflop solver for Texas Hold'em Poker written in Rust with UPI (Universal Poker Interface) compatibility. Algorithm used is Discounted CFR (DCFR).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages