Ryan Rudes

Results 4 issues of Ryan Rudes

Gym 1.0, according to the developers' [roadmap](https://github.com/openai/gym/issues/2524), will introduce a number of breaking changes and deprecations that will necessitate appropriate changes to `colabgymrender`. The ones of concern are mainly: *...

roadmap

### 🚀 Feature PyTorch recently released support for GPU acceleration using the Apple Silicon chips. This should be supported in stable-baselines3 by the `"mps"` device (I believe). ### Minimal Example...

enhancement

There is a trajectory in MineRLNavigate-v0 where the user receives a cumulative reward of 16400, although the maximum cumulative reward in this env should be 100. Upon touching the diamond,...

At the end of a fairly long run of `Evaluation.evaluate` (approx. 8000 examples), I get a peculiar error that does not appear for shorter runs. ``` Exception in thread Thread-1...