Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Oct 6, 2023
1 parent 40ed03c commit e83924b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable_baselines3/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def set_random_seed(seed: int, using_cuda: bool = False) -> None:
"""
Seed the different random generators.
:param seed:
:param using_cuda:
:param seed: Seed
:param using_cuda: Whether CUDA is currently used
"""
# Seed python RNG
random.seed(seed)
Expand Down

0 comments on commit e83924b

Please sign in to comment.