Unverified Commit 4c2b4c80 authored by Jimmy Yao's avatar Jimmy Yao Committed by GitHub
Browse files

typo

parent f8627a2f
...@@ -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