by elliottneilclark · Agent Tool · ★ 162
rs-poker The most advanced open-source poker library available. Hand evaluation at 50M+ hands/sec per core, a CFR solver for game-theory optimal strategy approximation, Omaha support (PLO4-PLO7), multi-agent arena simulation, Monte Carlo equity calculation, and ICM tournament simulation — all in Rust. Available as both a library () and a CLI binary (). Quick Start — CLI Install the binary: Rank a hand: Monte Carlo equity simulation (3M hands by default): Calculate outs with board cards: Rank an Omaha hand: Pit agents against each other: Generate hand histories in Open Hand History
| Stars | 162 |
| Forks | 44 |
| Language | Rust |
| Category | Agent Tool |
| License | Apache-2.0 |
| Quality Score | 68.1274460101418/100 |
| Open Issues | 2 |
| Last Updated | 2026-06-09 |
| Created | 2016-02-29 |
| Platforms | rust |
| Est. Tokens | ~237k |
Explore other popular agent tool tools:
rs-poker is rs-poker is a rust library that includes all of the poker evaluation tools that you need from hand ranking and starting card enumeration to a full agent arena for self learning.. It is categorized as a Agent Tool with 162 GitHub stars.
rs-poker is primarily written in Rust. It covers topics such as arena, bot, cards.
You can find installation instructions and usage details in the rs-poker GitHub repository at github.com/elliottneilclark/rs-poker. The project has 162 stars and 44 forks, indicating an active community.
rs-poker is released under the Apache-2.0 license, making it free to use and modify according to the license terms.