Skip to content

Commit

Permalink
Bargining with pyright for the docstring comment
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverska committed May 4, 2024
1 parent 4ac90ce commit c418656
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gymnasium/utils/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ def play(
noop: ActType = 0,
wait_on_player: bool = False,
):
"""Allows the user to play the environment using a keyboard. If playing in a turn-based environment,
set wait_on_player to True.
"""Allows the user to play the environment using a keyboard.
If playing in a turn-based environment, set wait_on_player to True.
Args:
env: Environment to use for playing.
Expand Down

0 comments on commit c418656

Please sign in to comment.