-
**Versions:**
- `tianshou`: 1.1.0
- `gymnasium`: 0.28.1
- `torch`: 0.28.1
- `numpy`: 1.26.4
- `sys`: '3.11.7 | packaged by conda-forge | (main, Dec 23 2023, 14:38:07) [Clang 16.0.6 ]'
- `sy…
-
### Proposal
Currently, the `__init__` function does not take the `params` argument, instead it takes the `options` argument
https://github.com/Farama-Foundation/Gymnasium/blob/f88a61852b50fed3c…
-
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
-
### 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**
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…
-
### 🐛 Bug
I have created a **Custom Environment** as well as **Custom ActorCritic Policy**. In the custom environment, I have two functions `reset` and `step`. I initialize a variable `score` to 0 in…
-
### Describe the bug
Hi, I'm not sure about this one as I just recently noticed this behavior and can't remember seeing it before.
Render Mujoco environments as an RGB array renders the image upside…
-
# To Reproduce
Steps to reproduce the behavior:
{
Running this cell after all those before:
import pandas as pd
import numpy as np
import matplotlib
import matplotlib.pyplot as plt
import date…
-
### 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 for…
-
**Describe the bug**
`Cannot assign type 'void (const char *) except * nogil' to 'void (*)(const char *) noexcept nogil'`
**To Reproduce**
Install cpython 3.0.0, import mujoco-py
**Expected b…