mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-25 19:48:33 +00:00
Lint
This commit is contained in:
parent
e7130344de
commit
fc0b0b8824
1 changed files with 0 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ class BasePolicy(BaseModel):
|
|||
super(BasePolicy, self).__init__(*args, **kwargs)
|
||||
self._squash_output = squash_output
|
||||
|
||||
|
||||
@staticmethod
|
||||
def _dummy_schedule(progress_remaining: float) -> float:
|
||||
""" (float) Useful for pickling policy."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue