From fc458d1fa01b617dbbb36cd50b6250cb1283bf15 Mon Sep 17 00:00:00 2001 From: Arjun Krishna <45014214+arjun-krishna1@users.noreply.github.com> Date: Sun, 19 Jun 2022 11:09:26 -0400 Subject: [PATCH] fix link to gym create custom env doc --- docs/guide/custom_env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/custom_env.rst b/docs/guide/custom_env.rst index e3b91ab5..3e331dd8 100644 --- a/docs/guide/custom_env.rst +++ b/docs/guide/custom_env.rst @@ -69,7 +69,7 @@ To check that your environment follows the gym interface, please use: We have created a `colab notebook `_ for a concrete example of creating a custom environment. -You can also find a `complete guide online `_ +You can also find a `complete guide online `_ on creating a custom Gym environment.