Skip to content

Commit

Permalink
fix minor typos (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
goekce authored Nov 27, 2023
1 parent 9c96156 commit aa1e38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gymnasium/envs/box2d/bipedal_walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class BipedalWalker(gym.Env, EzPickle):
if the walker exceeds the right end of the terrain length.
## Arguments
To use to the _hardcore_ environment, you need to specify the
To use the _hardcore_ environment, you need to specify the
`hardcore=True` argument like below:
```python
import gymnasium as gym
Expand Down
2 changes: 1 addition & 1 deletion gymnasium/envs/box2d/lunar_lander.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class LunarLander(gym.Env, EzPickle):
> them is destroyed.
## Arguments
To use to the _continuous_ environment, you need to specify the
To use the _continuous_ environment, you need to specify the
`continuous=True` argument like below:
```python
import gymnasium as gym
Expand Down

0 comments on commit aa1e38e

Please sign in to comment.