-
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…
-
Hi @perezjln
Thanks for the great work!
Currently I am using the standard installation script provided in README but some how cannot run the sample code:
```python
import gymnasium as gym
i…
-
Gym API supports MultiDiscrete action spaces:
https://github.com/openai/gym/blob/master/gym/spaces/multi_discrete.py
This is useful when you want to discretize a continuous control problem, a tec…
-
### Is your feature request related to a problem? Please describe
Configuring environments in **Jumanji** involves manually setting different parameters such as grid size, number of agents etc. This …
-
### 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…
-
Hello, I have a problem about environment.
I installed ray, based on pip3 install -r requirements/ray.txt
But I get the following AttributeError: module 'numpy' has no attribute 'bool'.
If I chang…
-
Possibly related to deepcopy of Gym.Env or GymState objects as this issue is absent for the boardgames.
-
Hey so I want to use some of the Fetch robot environments in OpenAI but, for some weird reason, they continue to use MuJoCo 🙄.
I was wondering if there is any work being done on adding the robotics…
-
I need some other environments from the openai gym. Any guidelines to help to port the rest of the environments from there?
-
1. When I run the OVMM 'evaluate' script,
```
#/bin/bash
export MAGNUM_LOG=quiet
export HABITAT_SIM_LOG=quiet
set -x
python -u -m habitat_baselines.run --config-name=ovmm/rl_discrete_skil…