robopoker 0.1.1

Implementations of Meta's Pluribus No-Limit Texas Hold-Em solution.
Documentation
1
2
3
4
5
6
7
8
9
pub mod cards;
pub mod clustering;
pub mod mccfr;
pub mod play;
pub mod players;
pub mod rts;

pub type Utility = f32;
pub type Probability = f32;