mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-30 20:18:15 +00:00
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
This commit is contained in:
parent
a756f40223
commit
bea2799691
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ class BaseRLModel(object):
|
|||
|
||||
:param path: (str) path to the file where the data should be saved
|
||||
:param exclude: ([str]) name of parameters that should be excluded in addition to the default one
|
||||
:param include: (list) name of parameters that might be excluded but should be included anyway
|
||||
:param include: ([str]) name of parameters that might be excluded but should be included anyway
|
||||
:return:
|
||||
"""
|
||||
data = self.__dict__
|
||||
|
|
|
|||
Loading…
Reference in a new issue