Tobias Pitters
Tobias Pitters
Thanks for the bug report. Could you please provide a reproducible example, so that we can investigate this further. We would need a definition of the model and data.
Thanks for your report. I remember that we had the problem previously. Seems like a deep bug in our C code
@stergioa thanks for the gentle push. AFAIK nobody is working on this. Just checked the example and it doesn't throw an error on my Windows PC. We would certainly need...
Sorry for the late, late reply. Could you provide a reproducible example for this? Otherwise it's very hard for us to look into this.
Is there still willingness to take this on? I would suggest to deprecate these things with a long retention period (3+ cycles), maybe even hinting the users towards creating issues...
Could you pleas provide the command you were running?
Perfect, if you need any guidance then ping me. Also I have some more suggestions regarding this: there is a [streaming mode](https://huggingface.co/docs/datasets/v2.11.0/en/package_reference/loading_methods#datasets.load_dataset.streaming) for the dataset loading. I would suggest that...
>Current rewards seem wrong for 2 edge cases: > 1. Player: Blackjack vs Dealer: 21. Currently this return a draw (reward = 0) while it should be 1 (b/c player...
> ``` > def is_natural(hand): # Is this hand a natural blackjack? > return sorted(hand) == [1, 10] > ``` > > and i am also confused about natural, why...
I see some members in #661 questioning whether it is really wanted from the maintainers. Could we get a statement here before someone puts the effort in? @RedTachyon @pseudo-rnd-thoughts