mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-18 21:30:19 +00:00
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
This commit is contained in:
parent
85d3743224
commit
aa66d2f82e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue