-
# Context
Hi, I like what has been done with RL-ViGen and I like that this benchmark exposes well that most approaches are not perfect in all scenarios. I think ideally, RL-ViGen should be used for …
-
### **Description:**
When running simple_rl_train.py, I encounter an error where the environment (Carla) seems to attempt a reset multiple times, causing an AttributeError due to obs_space being Non…
-
When I’m running the tutorial example [Modifying an existing Direct RL Environment](https://isaac-sim.github.io/IsaacLab/main/source/tutorials/03_envs/modify_direct_rl_env.html), the simulation crashe…
-
# Bug report
### Bug description:
An existing C api extension compiled with Python 3.7-3.11 behaves differently when run in Python 3.14.0a2. Causing a reference count change where none is expect…
-
The **init**.py file of pybrain.rl.environments.mazes.tasks has wrong imports. While importing pybrain.rl.environments.mazes, the following error is generated:
Traceback (most recent call last):
Fil…
-
Hello,
I am trying to train a RL agent in JAX for Asterix-Minatar, however, I get the following error:
` File "/opt/miniconda3/envs/minasa/lib/python3.11/site-packages/gymnax/wrappers/gym.py"…
-
### 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). …
-
Hi,
Big fan of this project! I'm trying to train an RL agent on a bunch of large environments at once, and I'm seeing an issue where some linkages are static/immobile when they shouldn't be. Here a…
-
### Is your feature request related to a problem? Please describe
Hi, I'm currently developing a library with environments for meta-RL research. In order not to reinvent the wheel, I wanted to use …
-
### Proposal
Currently, there are only 2 datasets for [discrete](https://gymnasium.farama.org/api/spaces/fundamental/#gymnasium.spaces.Discrete)-action envs:
- [Fourrooms](https://minari.farama.…