Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / elliottneilclark/rs-poker issues and pull requests
#128 - How to use
Issue -
State: open - Opened by JaxBruh 4 months ago
#127 - chore: remove nix
Pull Request -
State: closed - Opened by elliottneilclark 4 months ago
#126 - feat: keep track of the round before simlation completes
Pull Request -
State: closed - Opened by elliottneilclark 5 months ago
#125 - chore: relax dependency versions required
Pull Request -
State: closed - Opened by elliottneilclark 5 months ago
#124 - chore: update lot of deps
Pull Request -
State: closed - Opened by elliottneilclark 5 months ago
#123 - fix: fix fuzzing with 1.80 nightly
Pull Request -
State: closed - Opened by elliottneilclark 5 months ago
#122 - chore: add edition to fuzz Cargo.toml
Pull Request -
State: closed - Opened by elliottneilclark 5 months ago
#121 - feat: add historian that writes json to a directory
Pull Request -
State: closed - Opened by elliottneilclark 5 months ago
#120 - docs: more docs on newer code
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#119 - refactor: change the return type of SingleTableTournament.run
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#118 - chore: skip a version
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#117 - chore: add cargo-release
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#116 - refactor: unify to agent/gamestate/historian generators as box'd
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#115 - fix: make llm cov package optional on osx
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#114 - feat: add a new single table tournament
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#113 - chore(deps): update versions of nix and cargo
Pull Request -
State: closed - Opened by elliottneilclark 7 months ago
#112 - [feat]: allow user to interact with the examples through cli
Pull Request -
State: open - Opened by CeNiEi 8 months ago
#111 - [feature] make examples more useful
Issue -
State: open - Opened by elliottneilclark 8 months ago
#110 - [Feature] Single Table Tournaments
Issue -
State: closed - Opened by elliottneilclark 8 months ago
#109 - feat: add the abiltty to choose to panic on failing historian
Pull Request -
State: closed - Opened by elliottneilclark 8 months ago
#108 - perf: multi replay agent perf improments
Pull Request -
State: closed - Opened by elliottneilclark 8 months ago
#107 - fix: fix fuzzing for longer
Pull Request -
State: closed - Opened by elliottneilclark 8 months ago
#106 - fix: simplify betting continuation
Pull Request -
State: closed - Opened by elliottneilclark 8 months ago
#105 - fix: allow simulations to restart from player actions
Pull Request -
State: closed - Opened by elliottneilclark 8 months ago
#104 - chore: update deps
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#103 - Introduce an ante round before preflop
Pull Request -
State: closed - Opened by gr-g 9 months ago
- 3 comments
#102 - Dealer is first to act on flop/turn/river
Issue -
State: closed - Opened by gr-g 9 months ago
- 1 comment
#101 - Fix typo: ammount -> amount
Pull Request -
State: closed - Opened by gr-g 9 months ago
#100 - refactor: don't use an optional for rounddata
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#99 - test: add test for returning errors from historian
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#98 - feat: allow historians to fail
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#97 - refactor: unify FailedActionPayload
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#96 - chore: update dependencies
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#95 - fix: clear warnings about redundant use
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#94 - chore: clean build commands about duplicate imports
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#93 - chore: update rustc/cargo and nix flake inputs
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#92 - Add self playing CFR+ agent and historian
Pull Request -
State: open - Opened by elliottneilclark 9 months ago
- 1 comment
#91 - Allow for parsing of sequential ranges
Pull Request -
State: closed - Opened by JohannesKlauss 9 months ago
- 5 comments
#90 - Feature: Parse sequential range
Pull Request -
State: closed - Opened by JohannesKlauss 9 months ago
#89 - Arena docs
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#88 - Add a parse function to parse a comma separated list
Pull Request -
State: closed - Opened by JohannesKlauss 9 months ago
- 1 comment
#87 - elliott/update uuid dep
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#86 - refactor: remove the usage of clone
Pull Request -
State: closed - Opened by elliottneilclark 9 months ago
#85 - feat: allow configurable history
Pull Request -
State: closed - Opened by elliottneilclark 10 months ago
#84 - feat: agents can be notified of actions as they happen
Pull Request -
State: closed - Opened by elliottneilclark 10 months ago
#83 - refactor: more instrumentation for simulation
Pull Request -
State: closed - Opened by elliottneilclark 10 months ago
#82 - refactor: change to single value type for arena
Pull Request -
State: closed - Opened by elliottneilclark 10 months ago
#81 - fix: everything is zero based PlayerBitSet format should be too.
Pull Request -
State: closed - Opened by elliottneilclark 10 months ago
#80 - Make `Hand::new_from_str` deterministic
Pull Request -
State: closed - Opened by JohannesKlauss 11 months ago
- 1 comment
#79 - Slim down GameState
Issue -
State: closed - Opened by elliottneilclark 11 months ago
#78 - [Bug] `Hand::new_from_str` isn't deterministic for card ordering
Issue -
State: closed - Opened by JohannesKlauss 11 months ago
- 2 comments
#77 - [Feature Request] Support comma separated range list in RangeParser
Issue -
State: closed - Opened by JohannesKlauss 11 months ago
#76 - feat: add on `CardBitSet` for card sets
Pull Request -
State: closed - Opened by elliottneilclark 11 months ago
#75 - feat: add tracing/simulation for giving out cash
Pull Request -
State: closed - Opened by elliottneilclark about 1 year ago
#74 - feat: holdem simulation for agent battles
Pull Request -
State: closed - Opened by elliottneilclark about 1 year ago
#73 - feat: track total_raise_count and use that in random agent
Pull Request -
State: closed - Opened by elliottneilclark about 1 year ago
#72 - chore(deps): update latest cargo and nix deps
Pull Request -
State: closed - Opened by elliottneilclark about 1 year ago
#71 - fix: correctly parse ranges consisting of a single pair
Pull Request -
State: closed - Opened by clemux about 1 year ago
#70 - Bug when parsing a range containing only a pair
Issue -
State: closed - Opened by clemux about 1 year ago
- 1 comment
#69 - Agent can produce invalid game
Issue -
State: closed - Opened by elliottneilclark over 1 year ago
#68 - test: add more fuzzing goodness
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#67 - feat: add more action types and more info
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#66 - chore: pin env_logger in dev dependencies
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#65 - feat: add the hash derived impl to structs
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#64 - feat: add tracing to arena/simulation.
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#63 - Convert crates.io and docs.rs link to badges.
Pull Request -
State: closed - Opened by vtjeng over 1 year ago
#62 - Fix some simple typos.
Pull Request -
State: closed - Opened by vtjeng over 1 year ago
#61 - feat: use a builder pattern for holdem simulation
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#60 - docs: add an intro doc block for the crate
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#59 - refactor: remove the FixBitSet depenedency
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#58 - feat: make debugging arenas easier
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#57 - test: add test describing the min raise for big blind
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#56 - feat: make the mote carlo example have better output
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#55 - test: make replay agent fuzzing and RandomAgent closer to reality with bet sizing
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#54 - docs: add an example .envrc
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#53 - chore: nix flake update
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#52 - nix flake upate
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#51 - fix: upate the simluation paramter ordering to match the name
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#50 - feat: allow setting different chances in the random agents
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#49 - fix: fix `GameState::is_complete` after adding the complete round
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#48 - feat: add the ability to replay agent actions
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#47 - test: add a test to ensure bets call in GameState
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#46 - chore: add direnv scratch dir to ignore
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#45 - Validating and debugging the result of invalid actions is hard
Issue -
State: closed - Opened by tadas-subonis over 1 year ago
- 8 comments
#44 - docs: readme for arena and new 2.0.0 features.
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#41 - feat: use thiserror errors for everything
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#40 - chore: add documentation for rs_poker::utils::PlayerBitSet
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#39 - perf: dont use heap alocated bitsets for player active sets
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#38 - feat: allow unknown hole cards in monte carlo simulation
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#37 - Iterate on the holdem arena
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#36 - feat: use nix and update to latest versions
Pull Request -
State: closed - Opened by elliottneilclark over 1 year ago
#35 - Add a random agent for No Limit Holdem
Pull Request -
State: closed - Opened by elliottneilclark over 2 years ago
#34 - Add some module docs
Pull Request -
State: closed - Opened by elliottneilclark over 2 years ago
#33 - [Feature Request] Rank the hand for Omaha Hold'em
Issue -
State: open - Opened by azriel1rf over 2 years ago
- 1 comment
#32 - Prepare for an arena
Pull Request -
State: closed - Opened by elliottneilclark over 2 years ago
#31 - Implement better traits
Pull Request -
State: closed - Opened by elliottneilclark about 3 years ago
#30 - Add on optional serde feature
Pull Request -
State: closed - Opened by elliottneilclark about 3 years ago
#29 - Use fixed bitset to report winning hand in monte carlo games.
Pull Request -
State: closed - Opened by elliottneilclark about 3 years ago
#28 - Add on github workflows
Pull Request -
State: closed - Opened by elliottneilclark about 3 years ago
#27 - Clippy clean
Pull Request -
State: closed - Opened by elliottneilclark about 3 years ago