-
Hi, I found several environment errors on the gym official website, take ```hale_cheetah``` [https://www.gymlibrary.dev/environments/mujoco/half_cheetah/](url) as an example:
![screenshot-2024-04-3…
-
Environment:
+ ubuntu 18.04 mujoco_py==2.0.2.5
```
Found 3 GPUs for rendering. Using device 1.
libEGL warning: Not allowed to force software rendering when API explicitly selects a hardware d…
-
### Description
As a Reinforcement Learning (RL) researcher I enjoy using Ray for various projects. However, Ray had limited community support for the Slurm architecture (which my university uses). …
-
Great work! We are trying to replicate your experiments.
Description of our setup - Ubuntu 16.04, installed rl-generalization and docker using the install instructions given in readme.
We came a…
-
There are plenty of environments:
- MuJoCo
- CoppeliaSim (previously VREP)
- Pygame
- ABR Control with API for environments such as MuJoCo, CoppeliaSim and Pygame
- Scikit-Robot
- iGibson
- [ ] Resea…
-
### Question
https://github.com/Farama-Foundation/Gymnasium-Robotics/blob/b1acee9aea84f0952726918f7290ffa2a95eceaa/gymnasium_robotics/envs/multiagent_mujoco/mujoco_multi.py#L93-L98
…
-
If you are submitting a bug report, please fill in the following details and use the tag [bug].
**Describe the bug**
The recent fix to Fetch environment for fixing the reproducibility issue change…
-
Hi,
I'm trying to get RLeXplore running with SB3. All examples work, but if I try with an environment like gyms Ant (https://www.gymlibrary.dev/environments/mujoco/ant/) it crashes with the following…
-
### Question
Hi in the following code I am not able to render() due to FatalError: gladLoadGL error.
import gym
env = gym.make("HalfCheetah-v4",render_mode="rgb_array")
observation, info = env.r…
-
Hi! I see that you have a branch for the MuJoCo datasets however still they are not generated.
Is there any issue preventing this from being available ?
Best!