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
88
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to use
#128
JaxBruh
opened
4 months ago
0
chore: remove nix
#127
elliottneilclark
closed
4 months ago
0
feat: keep track of the round before simlation completes
#126
elliottneilclark
closed
5 months ago
0
chore: relax dependency versions required
#125
elliottneilclark
closed
5 months ago
0
chore: update lot of deps
#124
elliottneilclark
closed
5 months ago
0
fix: fix fuzzing with 1.80 nightly
#123
elliottneilclark
closed
5 months ago
0
chore: add edition to fuzz Cargo.toml
#122
elliottneilclark
closed
5 months ago
0
feat: add historian that writes json to a directory
#121
elliottneilclark
closed
5 months ago
0
docs: more docs on newer code
#120
elliottneilclark
closed
7 months ago
0
refactor: change the return type of SingleTableTournament.run
#119
elliottneilclark
closed
7 months ago
0
chore: skip a version
#118
elliottneilclark
closed
7 months ago
0
chore: add cargo-release
#117
elliottneilclark
closed
7 months ago
0
refactor: unify to agent/gamestate/historian generators as box'd
#116
elliottneilclark
closed
7 months ago
0
fix: make llm cov package optional on osx
#115
elliottneilclark
closed
7 months ago
0
feat: add a new single table tournament
#114
elliottneilclark
closed
7 months ago
0
chore(deps): update versions of nix and cargo
#113
elliottneilclark
closed
7 months ago
0
[feat]: allow user to interact with the examples through cli
#112
CeNiEi
opened
8 months ago
0
[feature] make examples more useful
#111
elliottneilclark
opened
8 months ago
0
[Feature] Single Table Tournaments
#110
elliottneilclark
closed
7 months ago
0
feat: add the abiltty to choose to panic on failing historian
#109
elliottneilclark
closed
8 months ago
0
perf: multi replay agent perf improments
#108
elliottneilclark
closed
8 months ago
0
fix: fix fuzzing for longer
#107
elliottneilclark
closed
8 months ago
0
fix: simplify betting continuation
#106
elliottneilclark
closed
8 months ago
0
fix: allow simulations to restart from player actions
#105
elliottneilclark
closed
8 months ago
0
chore: update deps
#104
elliottneilclark
closed
8 months ago
0
Introduce an ante round before preflop
#103
gr-g
closed
8 months ago
3
Dealer is first to act on flop/turn/river
#102
gr-g
closed
8 months ago
1
Fix typo: ammount -> amount
#101
gr-g
closed
8 months ago
0
refactor: don't use an optional for rounddata
#100
elliottneilclark
closed
9 months ago
0
test: add test for returning errors from historian
#99
elliottneilclark
closed
9 months ago
0
feat: allow historians to fail
#98
elliottneilclark
closed
9 months ago
0
refactor: unify FailedActionPayload
#97
elliottneilclark
closed
9 months ago
0
chore: update dependencies
#96
elliottneilclark
closed
9 months ago
0
fix: clear warnings about redundant use
#95
elliottneilclark
closed
9 months ago
0
chore: clean build commands about duplicate imports
#94
elliottneilclark
closed
9 months ago
0
chore: update rustc/cargo and nix flake inputs
#93
elliottneilclark
closed
9 months ago
0
Add self playing CFR+ agent and historian
#92
elliottneilclark
opened
9 months ago
1
Allow for parsing of sequential ranges
#91
JohannesKlauss
closed
9 months ago
5
Feature: Parse sequential range
#90
JohannesKlauss
closed
9 months ago
0
Arena docs
#89
elliottneilclark
closed
9 months ago
0
Add a parse function to parse a comma separated list
#88
JohannesKlauss
closed
9 months ago
1
elliott/update uuid dep
#87
elliottneilclark
closed
9 months ago
0
refactor: remove the usage of clone
#86
elliottneilclark
closed
9 months ago
0
feat: allow configurable history
#85
elliottneilclark
closed
9 months ago
0
feat: agents can be notified of actions as they happen
#84
elliottneilclark
closed
9 months ago
0
refactor: more instrumentation for simulation
#83
elliottneilclark
closed
9 months ago
0
refactor: change to single value type for arena
#82
elliottneilclark
closed
10 months ago
0
fix: everything is zero based PlayerBitSet format should be too.
#81
elliottneilclark
closed
10 months ago
0
Make `Hand::new_from_str` deterministic
#80
JohannesKlauss
closed
10 months ago
1
Slim down GameState
#79
elliottneilclark
closed
10 months ago
0
Next