From e06c2794848f66bb54eed88b4c742f11b3009782 Mon Sep 17 00:00:00 2001 From: Elliot Tower Date: Fri, 13 Oct 2023 16:11:14 -0400 Subject: [PATCH] Fix typo in environment creation docs (#1116) --- docs/content/environment_creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/environment_creation.md b/docs/content/environment_creation.md index 38c37042c..8b4332872 100644 --- a/docs/content/environment_creation.md +++ b/docs/content/environment_creation.md @@ -6,7 +6,7 @@ title: Environment Creation This documentation overviews creating new environments and relevant useful wrappers, utilities and tests included in PettingZoo designed for the creation of new environments. -We will walk through the creation of a simple Rock-Paper-Scissors environment, with example code for both [AEC](/api/aec/) and [Parallel](/api/aec/) environments. +We will walk through the creation of a simple Rock-Paper-Scissors environment, with example code for both [AEC](/api/aec/) and [Parallel](/api/parallel/) environments. See our [Custom Environment Tutorial](/tutorials/custom_environment/index) for a full walkthrough on creating custom environments, including complex environment logic and illegal action masking.