Free GTO Poker Range

About

Free GTO Poker Range is a free study tool for 6-max No-Limit Hold'em preflop play. The strategies it shows come from a 7.5-billion-iteration CFR blueprint trained on the open-source DCFR-SOLVER (Rust, MIT). Average per-player exploitability against a reach-propagated vector best response is 0.307 % pot (≈ 6.1 bb/100). The full measurement methodology is on Methodology.

What you can do here

What this site does NOT do

Who built this

A solo project. The codebase, the training run, and this site are all maintained by one person learning poker theory deeply. For questions or feedback, see Contact.

Open about quality

We publish the algorithm (External-Sampling MCCFR with DCFR averaging α=1.5, β=0, γ=2.0), the game configuration (sizes, rake, abstraction), the empirical OOP-tax calibration, the full convergence history (avg per-player gap from 1.5 B to 7.5 B iterations), and the measured vector best-response gap on Methodology. The solver core is the open-source DCFR-SOLVER (MIT) by exinori, with our patches for vector BR and empirical tax.