Robert Zamora
Robert Zamora
Hi - thanks for this great package! Is there any way to use a private libraries in a training script sent to `cloudml_train`? For example in my *train.R* file ```R...
Is is possible to add the external game id to the full game schedule endpoint? For example, in the active players endpoint for MLB you include a nested field like...
Hi. Thanks for making gym available to other languages. I'm currently seeing an error when trying to reset the Blackjack-v0 environment. Here's a reproducible example using curl ```sh # start...
Fixes Issue #62. The `to_jsonable` method expects a list of tuples for Blackjack, not a single tuple. This solution wraps a single tuple in a list.