issues
search
elliottneilclark
/
rs-poker
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.
Apache License 2.0
89
stars
26
forks
source link
fix: fix fuzzing for longer
#107
Closed
elliottneilclark
closed
8 months ago
elliottneilclark
commented
8 months ago
Summary:
Some floating point issues with very small number with ante's. So punt on them for now an require input that's reasonable.
Found an issue with player going all in early rounds causing agents to still act later.
Test Plan:
Tests Pass
Fuzzing examples pass
Summary:
Test Plan: