mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-29 20:14:17 +00:00
docstring
This commit is contained in:
parent
40ed03cddb
commit
e83924b35c
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue