diff --git a/torchy_baselines/common/base_class.py b/torchy_baselines/common/base_class.py index 2554e89..c25a6bb 100644 --- a/torchy_baselines/common/base_class.py +++ b/torchy_baselines/common/base_class.py @@ -506,7 +506,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 exclude: (list) name of parameters that should be excluded, use standard exclude params if None + :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 :return: """