From 8b9d195a7162f7a8a5c065540b997f423f30b23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rickard=20Hallerb=C3=A4ck?= Date: Fri, 25 Oct 2024 14:53:47 +0200 Subject: [PATCH] Update basic_usage.md --- docs/introduction/basic_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/basic_usage.md b/docs/introduction/basic_usage.md index 13c7f0e7f..8f8967d46 100644 --- a/docs/introduction/basic_usage.md +++ b/docs/introduction/basic_usage.md @@ -49,7 +49,7 @@ In reinforcement learning, the classic "agent-environment loop" pictured below i :class: only-dark ``` -For Gymnasium, the "agent-environment-loop" is implemented below for a single episode (until the environment ends). See the next section for a line-by-line explanation. Note that running this code requires installing swig (`pip install swig` or [download](https://www.swig.org/download.html)) along with `pip install gymnasium[box2d]`. +For Gymnasium, the "agent-environment-loop" is implemented below for a single episode (until the environment ends). See the next section for a line-by-line explanation. Note that running this code requires installing swig (`pip install swig` or [download](https://www.swig.org/download.html)) along with `pip install "gymnasium[box2d]"`. ```python import gymnasium as gym