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.
Summary:
Should we ask the next agent for an action or just skip everything is a
common question. This simplifes that by cleaning up the round active
logic to be explicit about who needs to act.
Summary: Should we ask the next agent for an action or just skip everything is a common question. This simplifes that by cleaning up the round active logic to be explicit about who needs to act.
Test Plan: Tests added Fuzzing clean