mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-29 20:14:17 +00:00
Update torchy_baselines/common/base_class.py
This commit is contained in:
parent
695cdc63a4
commit
bac9d4efed
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ class BaseRLModel(object):
|
|||
|
||||
def save(self, path, exclude=None, include=None):
|
||||
"""
|
||||
Save all the attributes of the object and the model parameters in a zip-file for continuous learning
|
||||
Save all the attributes of the object and the model parameters in a zip-file.
|
||||
|
||||
:param path: (str) path to the file where the rl agent should be saved
|
||||
:param exclude: ([str]) name of parameters that should be excluded in addition to the default one
|
||||
|
|
|
|||
Loading…
Reference in a new issue