diff --git a/docs/index.md b/docs/index.md index 95a9e1a72..9e40b8d08 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,6 +27,7 @@ The Gymnasium interface allows to initialize and interact with the Minigrid defa ```{code-block} python import gymnasium as gym +import minigrid env = gym.make("MiniGrid-Empty-5x5-v0", render_mode="human") observation, info = env.reset(seed=42) for _ in range(1000):