Skip to content

Commit

Permalink
updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Nov 15, 2024
1 parent 9f0140e commit 90e14e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gfn/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def to_probability_distribution(


class ScalarEstimator(GFNModule):
r"""Class for estimating scalars such as LogZ.
r"""Class for estimating scalars such as LogZ or state flow functions of DB/SubTB.
Training a GFlowNet requires sometimes requires the estimation of precise scalar
values, such as the partition function of flows on the DAG. This Estimator is
Expand Down Expand Up @@ -371,7 +371,7 @@ def forward(self, states: States, conditioning: torch.tensor) -> torch.Tensor:


class ConditionalScalarEstimator(ConditionalDiscretePolicyEstimator):
r"""Class for conditionally estimating scalars such as LogZ.
r"""Class for conditionally estimating scalars (LogZ, DB/SubTB state logF).
Training a GFlowNet requires sometimes requires the estimation of precise scalar
values, such as the partition function of flows on the DAG. In the case of a
Expand Down

0 comments on commit 90e14e2

Please sign in to comment.