-
Delete repo in favor of roboticslab-uc3m/gymnasium-alma
-
Eventually, feature requests will be treated as a scrum board for open-source contributors. At the current scale, you should come chat with us on the [Discord](https://discord.gg/BkMmFUC) #development…
-
## 🐛 Bug
Hi there! I've been trying to use AIM to track metrics for Stable-Baselines3 project. I've been trying to use the `AimCallback` (https://aimstack.readthedocs.io/en/latest/quick_start/integ…
-
Hey, I just came across your project and it looks really cool
Would you be interested in adding the project to gymnasium's list of third-party environments?
https://gymnasium.farama.org/environment…
-
## 🚀 Feature
MiniHack currently implements the`gym=0.26` has some ready-baked benefits, for example:
```python
import gym.vector
import minihack
num_envs = 16
env = gym.vector.make("MiniHack…
-
### Describe the bug
Hi,
I have some customized RL envs, and I want to create asychronized env vector to make them run in parallel.
Firstly, I used the gymnasium.vector.make(...), and there is …
-
Currently, resetting is not consistent due to two things:
- Sampled boundary is random and depends on global np seed (https://github.com/stepjam/RLBench/blob/master/rlbench/backend/spawn_boundary.p…
-
### Proposal
Hello Gymnasium Contributors,
It is very nice to see that the gymnasium library is experimenting with pure function environments!
The current signature for the `initial(...)` metho…
-
Considering that Gym is not maintained by OpenAI and its maintained now from a different repo [Gymnasium](https://github.com/Farama-Foundation/Gymnasium), I suggest to change the code in order to impo…
-
Importing A2C agent from rlberry.agents.torch automatically tries to import optuna (which is not part of rlberry's install dependencies, but of "default" dependencies which are part of extra dependenc…