-
I'm creating this issue to discuss my current ideas/progress on making `whynot` compatible with the latest version of `gymnasium`.
I'm thinking about erasing [registration.py](https://github.com/mr…
-
### Proposal
Add support for environments with `Graph` observation spaces in `AsyncVectorEnv` in Gymnasium. Currently, `AsyncVectorEnv` assumes observations can be stacked in a typical array-like f…
-
Hi I am trying the basic tutorial for `plangym`:
```
import plangym
env = plangym.make(name="ALE/RoadRunner-ram-v5")
state, obs, info = env.reset()
state = state.copy()
action = env.action…
-
Hi, would it be possible to allow this repo to be used with Gymnasium environments? Certain libraries like MineRL are not compatible with Gymnasium yet but it would be great to allow environments to b…
-
The examples need to be updated to ensure they can run.
Currently there are dependency conflicts in the MeltingPot `examples/requirements.txt`
```
stable-baselines3 2.2.1 requires gymnasium=0.…
-
### 🐛 Bug
This might be an issue which could cause problems in the future I guess. As far as I can see utils.py has been last touched 4y ago.
When running training on an InvalidActionEnvDiscrete-b…
mkbg8 updated
3 months ago
-
### Search before asking
- [X] I have searched the MuZero [issues](https://github.com/werner-duvaud/muzero-general/issues) and found no similar feature requests.
### Description
Update gym package…
-
### Describe the bug
I was trying to understand how `default_camera_config` works via adjusting its values. However, I surprisingly found that no matter how I adjusted its values (at least `distance`…
-
**Describe the bug**
It is not possible to use the gymnasium env_checker on the environment.
**To Reproduce**
Steps to reproduce the behavior:
`from gymnasium.utils.env_checker import check_en…
-
As stated in the Gym repository, Gym is no longer maintained https://github.com/openai/gym#important-notice
Maybe we should consider migrating to [Gymnasium](https://github.com/Farama-Foundation/Gymn…
Tudyx updated
2 years ago