Update env.md (#903)

This commit is contained in:
Pratik Ingle
2024-02-02 15:17:23 +01:00
committed by GitHub
parent da6eed8526
commit 5ebea412cb

View File

@@ -61,7 +61,7 @@ title: Env
```{eval-rst}
.. py:currentmodule:: gymnasium
When implementing an environment, the :meth:`Env.reset` and :meth:`Env.step` functions much be created describing the dynamics of the environment. For more information see the environment creation tutorial.
When implementing an environment, the :meth:`Env.reset` and :meth:`Env.step` functions must be created to describe the dynamics of the environment. For more information, see the environment creation tutorial.
```
## Creating environments