Skip to content

Commit

Permalink
feat: update reset method docstring to include info return value
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Nov 27, 2024
1 parent d66198f commit 0a943ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robot_sf/gym_env/pedestrian_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def reset(self, seed=None, options=None):
Returns:
- obs: The initial observation after resetting the environment.
- info: Empty dictionary.
"""
super().reset(seed=seed, options=options)
# Reset last actions
Expand Down

0 comments on commit 0a943ed

Please sign in to comment.