-
Hi, it seems that the current version of RLlib does not support environment rendering – since the gym/gymnasium package changed and there is no longer a rendering module under classic_control from whi…
-
-
Hello,
I have been enjoying your project so far but, as an inexperienced person with the codebase I have a few questions about it.
Gymnasium supports making your custom environments and registeri…
-
I am attempting to access the Atari environments, and upon importing the latest versions of ale-py, autorom, gym, gymnasium even, I get the following error when attempting to make and environment of a…
-
### The feature, motivation and pitch
I am working on packaging and running the testsuite of gymnasium 1.0.0 on conda-forge (in https://github.com/conda-forge/gymnasium-feedstock/pull/41). The tests …
-
Hi,
amazing work here. But the software has moved on and I would like to make it work again. So far I have:
* Fixed the code to work with the new pyelastica API
* Updated from stable_baselines to…
-
### Describe the bug
**Describe the bug**
The code suddenly reaches a "TypeError" when calling the `step` method after 12M steps of training.
### Code example
I am using ```gym.vector.Async…
-
* [websida](https://sisab.se/sv/om-sisab/nyheter/2022/utegym-testas-som-skolgardsutrustning/), [facebook](https://www.facebook.com/SkolfastigheteriStockholmAB/posts/pfbid0mDaohP1iGWCKaRWwjixgjkeLm…
-
### Describe the bug
After running the example code for gymnasium from https://gymnasium.farama.org/ (displayed below) in a jupyter notebook and the simulation has finished, my cursor turns into a pi…
-
### Description
"""
self._distribution = Normal(mean_actions, log_std.exp())
"""
skrl.models.torch.gaussian.GaussianMixin 132 lines
Expected parameter loc (Tensor of shape (250, 12)) of distri…