docs(tutorials): fixed environment creation link (#244)

This commit is contained in:
Luca Pizzini
2023-01-07 16:31:49 +01:00
committed by GitHub
parent 0ececeeb8d
commit 3599bf1d7c

View File

@@ -20,7 +20,7 @@ Subclassing gymnasium.Env
-------------------------
Before learning how to create your own environment you should check out
`the documentation of Gymnasiums API </api/core>`__.
`the documentation of Gymnasiums API </api/env>`__.
We will be concerned with a subset of gym-examples that looks like this: