mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-05 00:00:04 +00:00
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
This commit is contained in:
parent
362bba73ba
commit
03bf513e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class PPO(BaseRLModel):
|
|||
"""
|
||||
Returns a dict of all the optimizers and their parameters
|
||||
|
||||
:return: (Dict) of optimizer names and their state_dict
|
||||
:return: (dict) of optimizer names and their state_dict
|
||||
"""
|
||||
return {"opt": self.policy.optimizer.state_dict()}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue