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 bcfr — a vector full-update CFR+ solve of a K=1000 card-abstracted, joint preflop + postflop game (100bb, 7bb open). Because opens are valued against an actual abstracted postflop game (not raw all-in equity), they are postflop-aware. The K=1000 game's in-abstraction NashConv is 0.0031 % pot on average (max 0.0056 % pot). What that does — and does not — promise is spelled out 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 (vector full-update CFR+ over a K=1000 joint preflop+postflop game), the game configuration (sizes, rake, abstraction), the game size (1,117 preflop + 9,360 postflop infosets across 90 heads-up postflop lines), the convergence (mean in-abstraction NashConv of 0.0031 % pot), the per-position in-abstraction NashConv, and the honest in-abstraction caveat on Methodology. The solver core builds on the open-source DCFR-SOLVER (Rust, MIT) by exinori.