mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-15 22:10:25 +00:00
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
This commit is contained in:
parent
aa66d2f82e
commit
fdb544e775
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ class BaseRLModel(object):
|
||||||
|
|
||||||
def save(self, path, exclude=None, include=None):
|
def save(self, path, exclude=None, include=None):
|
||||||
"""
|
"""
|
||||||
saves all the params from init and pytorch params in a zip-file for continuous learning
|
Save all the attributes of the object and the model parameters in a zip-file for continuous learning
|
||||||
|
|
||||||
:param path: (str) path to the file where the data should be saved
|
:param path: (str) path to the file where the data should be saved
|
||||||
:param exclude: (list) name of parameters that should be excluded, use standard exclude params if None
|
:param exclude: (list) name of parameters that should be excluded, use standard exclude params if None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue