comment refactoring

Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
This commit is contained in:
Dormann, Noah 2019-12-05 08:09:51 +01:00 committed by GitHub Enterprise
parent 85d3743224
commit aa66d2f82e

View file

@ -497,7 +497,7 @@ class BaseRLModel(object):
def excluded_save_params(self):
"""
returns the names of the parameters that should be excluded from save
:return: (list) List of parameters that should be excluded from save
:return: ([str]) List of parameters that should be excluded from save
"""
return ["env", "eval_env", "replay_buffer", "rollout_buffer"]