mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-26 19:52:45 +00:00
Deleted exact match parameter of load_parameters
This commit is contained in:
parent
c82025e673
commit
7ce610fade
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ class BaseRLModel(object):
|
|||
"""
|
||||
pass
|
||||
|
||||
def load_parameters(self, load_dict, opt_params=None, exact_match=True):
|
||||
def load_parameters(self, load_dict, opt_params=None):
|
||||
"""
|
||||
Load model parameters from a dictionary
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue