-
Hi there,
I maintain qdax on conda-forge. The `gym` package that qdax currently has in its requirements.txt is not maintained anymore, and all development has shifted to the drop-in `gymnasium`. Coul…
-
Gymnasium 1.0.0 introduces some breaking API changes that currently lead to errors with mobile-env: https://github.com/stefanbschneider/mobile-env/issues/56
Update mobile-env to support Gymnasium 1…
-
### Title of the talk
Introduction to Q Learning with gymnasium
### Description
Q learning is a reinforcement learning algorithm used to build simple agents to learn and evolve in environment…
-
### Describe the bug
When trying to install gymnasium with Atari games using conda, I get various error messages, for example:
- `No module named 'ale_py'`
- `No such file or directory: '[...]/al…
-
Currently, running the example on the [front page](https://minigrid.farama.org/) of the MiniGrid documentation leads to the following error:
```sh
$ py -m pip install -U minigrid
Requirement alre…
-
### Required prerequisites
- [X] I have read the documentation .
- [X] I have searched the [Issue Tracker](https://github.com/PKU-Alignment/safety-gymnasium/issues) and [Discussions](https://github.c…
-
### Proposal
Hi, for some other libraries, I am forced to use Gymnasium version 0.29.1.
However, Isaaclab has a 0.29.0 strict requirement.
https://github.com/isaac-sim/IsaacLab/blob/52af8996143…
-
Hi thank you for your great work.
**Describe the bug**
I encountered an error running the following Python code:
```
import gymnasium
import miniwob
from miniwob.action import ActionTypes…
-
Pokemon battles are fundamentally a multi-agent system.
Currently we are using [Farama's](https://farama.org/) [Gymnasium](https://gymnasium.farama.org/) which is a RL env API for _single-agents_. …
-
It seems gymnasium latest version introduced some breaking changes. The same code runs well without any modifications on gymnasium 0.29.0, but breaks on gymnasium 1.0.0:
```
Traceback (most recent…