Skip to content

Commit

Permalink
Fix typo in environment creation docs (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Oct 13, 2023
1 parent 43d9427 commit e06c279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/environment_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e06c279

Please sign in to comment.