Mads Adrian

Results 4 issues of Mads Adrian

https://github.com/fedden/poker_ai/blob/c4eb048d5373c2002941227c23e9fd9397d50f96/pluribus/poker/engine.py#L151-L160 Any reason to do a deep copy here? Get some issues on my subclassed player with `pytorch` stuff that cannot be deepcopied... Further, should `table.players` be implemented as a...

There seems to be an error in https://github.com/bryanyang0528/ksql-python/blob/9cd96cdb8bf1fdd2ef1e163cc07de854ffc39337/ksql/api.py#L44-L62 ```python client.ksql("SET 'ksql.query.pull.table.scan.enabled' = 'true';") ``` gives `IndexError: list index out of range` on line 57

Hello, I think the regex for the `line_comment_string.begin` need some work. It is not a line comment if `*` and `;` are not on the same line, no? Example of...

**System information** - OS: Ubuntu 18.04.3 LTS (Bionic Beaver) - TensorFlow: `2.0.0` via tf docker image (`'v2.0.0-rc2-26-g64c3d38'`) - TensorFlow-Addons: `0.6.0` via pip - Python version: 3.6.8 [GCC8.3.0] on linux -...

metrics