You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are submitting a bug report, please fill in the following details and use the tag [bug].
I'm trying to run the BabyAI bot and keep getting errors about none of the BabyAI environments existing. Describe the bug
A clear and concise description of what the bug is.
Code example
from future import annotations
import gymnasium as gym
import minigrid
from minigrid.utils.baby_ai_bot import BabyAIBot
Can you please make it compateable with gymnasium v1.0.0? is it a part of a plan at list? 😅
If I want to run minigrid I need an older version of gymnasium, right?
If you are submitting a bug report, please fill in the following details and use the tag [bug].
I'm trying to run the BabyAI bot and keep getting errors about none of the BabyAI environments existing.
Describe the bug
A clear and concise description of what the bug is.
Code example
from future import annotations
import gymnasium as gym
import minigrid
from minigrid.utils.baby_ai_bot import BabyAIBot
#print(minigrid.version)
#print(gym.version)
env = gym.make("BabyAI_GoToObjS6-v1")
babyai_bot = BabyAIBot(env)
Error:
raise error.NameNotFound(
gymnasium.error.NameNotFound: Environment
BabyAI_GoToObjS6
doesn't exist.System Info
I have minigrid version 2.3.1 and gym 1.0.0. I have Python 3.11.0. I am working on a macOS Ventura version 13.7.
The text was updated successfully, but these errors were encountered: