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 bucket;
pub mod data;
pub mod edge;
pub mod info;
pub mod memory;
pub mod node;
pub mod player;
pub mod profile;
pub mod trainer;
pub mod tree;