Open Side Menu Go to the Top
Register
Simple Poker River Solver Simple Poker River Solver

05-27-2020 , 12:31 AM
I want to try to make a simple poker river solver. No GUI. You enter ranges and bet sizes, raise sizes, stack sizes, and Money in pot and it should solve the river spot.

I've read about counterfactual regret minimization before but would anyone be able to offer any guidance?

Thanks
Simple Poker River Solver Quote
05-28-2020 , 03:57 PM
Start with random actions for each range and assume a static strategy. Calculate the total expected value of each action of each combo at every node. Use an algorithm (like CFR) to nudge the strategy of each combo towards the most profitable action, working backwards from the leaf-nodes. Iterate until Nash.

Or you could just use the free version of literally any solver.

https://www.piosolver.com/products/piosolver-free

Last edited by tombos21; 05-28-2020 at 04:16 PM.
Simple Poker River Solver Quote

      
m