Skip to content

Commit efa64a3

Browse files
committed
v2: Minor typefix
1 parent 0913e75 commit efa64a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tianshou/trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ class OnlineTrainer(
812812
def __init__(
813813
self,
814814
algorithm: TAlgorithm,
815-
params: OnlineTrainerParams,
815+
params: TOnlineTrainerParams,
816816
):
817817
super().__init__(algorithm, params)
818818
self._env_episode = 0

0 commit comments

Comments
 (0)