-
Add Java implementation, using the same [algorithm](https://github.com/HenryRLee/PokerHandEvaluator/blob/master/Documentation/Algorithm.md), similar to the [C++ implementation](https://github.com/Henr…
-
**Is your feature request related to a problem? Please describe.**
There are a number of games and related things which I require a deck of cards. While it is possiable to create a system for doing t…
-
I write down the current memory usage as a memo just in case when we encounter memory leak issues in the future.
This post is based on [the current implementation](https://github.com/automl/Auto-PyTo…
-
The exe just crashes with no error etc.
This is the event viewer Application error - same error each time.
-
-
1000
2
100
0x80000000000000
4146
Application
LAPTOP…
tbnge updated
4 years ago
-
-
Hey @pj4533, I love all the infrastructure you have but looks like it isn't maintained anymore. I've chatted with a few people about these projects and had a few people ask how hard it would be for me…
-
I've run the code with the card combination that you listed in your medium article, the flop took just about 150 seconds to run. The bottleneck appears to be in the scores.py however I am horrible at …
-
Right now it can only parse 1 hand history / file. Make a function that can parse all the hand histories in one file.
-
Is this a feature people would be interested in? I'm not sure how complicated this would be but if people are interested I'm happy to take a look.
-
### 🐛 Describe the bug
```
from torchvision.datasets import Kinetics
dataset = Kinetics(root='./data/', frames_per_clip = 40, num_classes = '700', download = True)
```
error:
```
FileNotFou…