mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 22:11:25 +00:00
Fix missing closing single quote in environment creation tutorial (#1023)
This commit is contained in:
@@ -471,7 +471,7 @@ class GridWorldEnv(gym.Env):
|
|||||||
# contains the registration code. For the GridWorld env, the registration
|
# contains the registration code. For the GridWorld env, the registration
|
||||||
# code is run by importing ``gymnasium_env`` so if it were not possible to
|
# code is run by importing ``gymnasium_env`` so if it were not possible to
|
||||||
# import gymnasium_env explicitly, you could register while making by
|
# import gymnasium_env explicitly, you could register while making by
|
||||||
# ``env = gymnasium.make('gymnasium_env:gymnasium_env/GridWorld-v0)``. This
|
# ``env = gymnasium.make('gymnasium_env:gymnasium_env/GridWorld-v0')``. This
|
||||||
# is especially useful when you’re allowed to pass only the environment ID
|
# is especially useful when you’re allowed to pass only the environment ID
|
||||||
# into a third-party codebase (eg. learning library). This lets you
|
# into a third-party codebase (eg. learning library). This lets you
|
||||||
# register your environment without needing to edit the library’s source
|
# register your environment without needing to edit the library’s source
|
||||||
|
Reference in New Issue
Block a user