mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-29 20:14:17 +00:00
Minor: remove comment
This commit is contained in:
parent
fdecd512db
commit
2bbf6a9462
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ MODEL_LIST = [
|
|||
SAC,
|
||||
]
|
||||
|
||||
#
|
||||
|
||||
@pytest.mark.parametrize("model_class", MODEL_LIST)
|
||||
def test_save_load(model_class):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue