5 ms·
I'm working on a poker server to allow holdem bots to play against each other (https://github.com/lox/pokerforbots https://github.com/lox/pokerforbots) and a Pl
by lox 10mo ago
I'm working on a poker server to allow holdem bots to play against each other (https://github.com/lox/pokerforbots https://github.com/lox/pokerforbots) and a Pluribus-level bot that plays on it (https://en.wikipedia.org/wiki/Pluribus_(poker_bot) https://en.wikipedia.org/wiki/Pluribus_(poker_bot)).
Enjoying writing some really fast Zig implementations of hand evaluation and CFR-based solvers.