瀏覽代碼

Add 'import minigrid' to example in docs/index.md. (#458)

Carlos Martin 7 月之前
父節點
當前提交
e1560ba8e3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/index.md

+ 1 - 0
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):