Unverified Commit 69cc137a authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Merge pull request #2455 from JiahaoYao/patch-1

typo
parents e83a6ea7 4c2b4c80
...@@ -61,7 +61,7 @@ class PdType: ...@@ -61,7 +61,7 @@ class PdType:
class CategoricalPd(Pd): class CategoricalPd(Pd):
""" """
Categorical prossibility distribution Categorical probability distribution
""" """
def __init__(self, logits, mask_npinf, nsteps, size, is_act_model): def __init__(self, logits, mask_npinf, nsteps, size, is_act_model):
self.logits = logits self.logits = logits
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment