Skip to content

Commit 8731e20

Browse files
committed
Ignore mypy
1 parent 7665395 commit 8731e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rl_zoo3/exp_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def objective(self, trial: optuna.Trial) -> float:
789789
)
790790

791791
try:
792-
model.learn(self.n_timesteps, callback=callbacks, **learn_kwargs)
792+
model.learn(self.n_timesteps, callback=callbacks, **learn_kwargs) # type: ignore[arg-type]
793793
# Free memory
794794
assert model.env is not None
795795
model.env.close()

0 commit comments

Comments
 (0)