-
BPO | [629637](https://bugs.python.org/issue629637)
--- | :---
Nosy | @gvanrossum, @tim-one, @loewis, @rhettinger
Files | [rand5.diff](https://bugs.python.org/file4663/rand5.diff "Uploaded as text/pla…
-
It might provide faster convergence to be able to specify an initial strategy.
Some ideas on how to do this
the simplest is use equity thresholds vs a subset of hands - the simplest subset might…
ghost updated
3 years ago
-
Just saw a comment from you on these names.
I like `Hole` as the name for the two cards in a players hand, and `Hand` for what you are currently calling `ShapedHand`. I think that's closest to po…
-
I'd like to be able to turn off the little red dots that show you what other people are doing with their mice. In our poker game, it's not uncommon for people to rest their mouse on top of a card or c…
-
Add to the table view all the elements that the default view has, e.g.:
- [x] replace player name with action (e.g. `Post SB`, `Post BB`, `Bet`)
- [x] the button for six-seated tables
- [x] the b…
-
Right now we categorize the poker hands properly, but we don't have a good scoring function so it's impossible to know when two hands are equal which one beats which.
-
I ran into this error before, didn't want to really deal with it so I downloaded the source code and added a try/catch within the normalizePlayerNames method.
(base) Ben@Bens-Macbook handhistory-…
-
[TORN](https://www.torn.com/)
- [x] Is it a popular site? **Probably yes (30k+ daily online users, 1,184,290 registered players)**
- [x] Is the website older than 2 months? **15 years old**
- [ ]…
Jorc0 updated
3 years ago
-
Any idea why PokerTracker isn't accepting the converted format?
```
06:44:55 pm: Error: PokerStars: Encountered unexpected end of hand history. (Hand #20210720025730218) (Line #7907)
06:44:55 pm:…
-
I am in the process of attempting to implement Risk in openspiel (with and without fog of war), and have run into a bit of a roadblock regarding the game with fog of war. The problem is that when it …