Skip to content

Commit

Permalink
isort/black
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Nov 14, 2024
1 parent 0adf808 commit 98579e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/gfn/samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ def sample_actions(
save_estimator_outputs: bool = False,
save_logprobs: bool = True,
**policy_kwargs: Any,
) -> Tuple[
Actions,
torch.Tensor | None,
torch.Tensor | None,
]:
) -> Tuple[Actions, torch.Tensor | None, torch.Tensor | None]:
"""Samples actions from the given states.
Args:
Expand Down

0 comments on commit 98579e8

Please sign in to comment.