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
10
pub mod action;
pub mod continuation;
pub mod game;
pub mod payout;
pub mod seat;
pub mod showdown;

pub type Chips = u16;
pub const N: usize = 4;
pub const STACK: Chips = 1_000;