Evyn Machi
Evyn Machi
Personally, I've given up on this library and just wrap around the API natively with `requests` or `gql`. With Github API supporting versioning as a header, this library is not...
@LucasColas I believe the error is from before the prehand where there is no deck attribute
> Everything is good for `pytest`, `pylint` and `black`. > Nice. I could see about adding a test when I get back from vacation next week. Feel free as well...
Certainly, this package can be used in RL perhaps by adding an adapter than can turn a TexasHoldEm object into a OpenAI Gym environment. That would require some work in...
Good point. I do not believe there is a simple way to get this right now. There would also be some good questions regarding the copying of the Deck in...
I think for a full `__copy__` dunder method, it will be very similar to the the `_import_history` method for sure. So definitely good start. As for the discrepancies with the...
^ This pull request should do it. I'll make a prerelease soon and you can try it out and provide feedback if that does the trick.
@LucasColas Okay, `0.10-alpha.0` is the prelease for this if you wanted to upgrade to it and try it out.
Yes, seems like the hands are not being copied properly. Gonna take a look at this
@LucasColas Okay, just released `0.10-alpha.1` that should be copying the hands correctly