Fix basic usage links to tutorials (#423)

This commit is contained in:
Mark Towers
2023-03-31 16:35:10 +01:00
committed by GitHub
parent 7fa9702cd4
commit 470f256996

View File

@@ -129,6 +129,6 @@ If you have a wrapped environment, and you want to get the unwrapped environment
## More information
* [Making a Custom environment using the Gymnasium API](/tutorials/environment_creation)
* [Training an agent to play blackjack](/tutorials/blackjack_tutorial)
* [Making a Custom environment using the Gymnasium API](/tutorials/gymnasium_basics/environment_creation/)
* [Training an agent to play blackjack](/tutorials/training_agents/blackjack_tutorial)
* [Compatibility with OpenAI Gym](/content/gym_compatibility)