Skip to content

Commit b75478f

Browse files
committed
Merge remote-tracking branch 'origin/add-mypy' into add-mypy
2 parents f839021 + b4f3cd6 commit b75478f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/imitation/scripts/common

src/imitation/scripts/common/rl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def make_rl_algo(
106106
batch_size: int,
107107
rl_kwargs: Mapping[str, Any],
108108
train: Mapping[str, Any],
109-
_seed,
109+
_seed: int,
110110
relabel_reward_fn: Optional[RewardFn] = None,
111111
) -> base_class.BaseAlgorithm:
112112
"""Instantiates a Stable Baselines3 RL algorithm.

0 commit comments

Comments
 (0)