Skip to content

Commit

Permalink
Update basic_usage.md (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardicus authored Oct 25, 2024
1 parent 137be19 commit 0e94c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e94c46

Please sign in to comment.