Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Feb 24, 2024
1 parent 1a6e768 commit 687136c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gfn/gflownet/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class GFlowNet(ABC, nn.Module, Generic[TrainingSampleType]):
A formal definition of GFlowNets is given in Sec. 3 of [GFlowNet Foundations](https://arxiv.org/pdf/2111.09266).
"""

log_reward_clip_min = float("-inf") # Default off.

@abstractmethod
Expand Down

0 comments on commit 687136c

Please sign in to comment.