mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-03 03:59:13 +00:00
Update torchy_baselines/common/base_class.py
This commit is contained in:
parent
424a554567
commit
695cdc63a4
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ class BaseRLModel(object):
|
|||
"""
|
||||
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 rl agent should be saved
|
||||
:param exclude: ([str]) name of parameters that should be excluded in addition to the default one
|
||||
:param include: ([str]) name of parameters that might be excluded but should be included anyway
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue