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

feat: allow configurable history #85

Closed elliottneilclark closed 9 months ago

elliottneilclark commented 9 months ago

Summary: Rather than making everyone always record actions in a vec, let's make that configurable.

Test Plan: