mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-30 20:18:15 +00:00
Minor fix
This commit is contained in:
parent
e379a7a4c8
commit
5db5e4738c
1 changed files with 2 additions and 2 deletions
|
|
@ -308,8 +308,8 @@ class TD3(OffPolicyAlgorithm):
|
|||
|
||||
return self
|
||||
|
||||
def collect_rollouts(
|
||||
self, # noqa: C901
|
||||
def collect_rollouts( # noqa: C901
|
||||
self,
|
||||
env: VecEnv,
|
||||
# Type hint as string to avoid circular import
|
||||
callback: "BaseCallback",
|
||||
|
|
|
|||
Loading…
Reference in a new issue