We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be1dbb1 + 4379f2c commit 9fb7339Copy full SHA for 9fb7339
mctx/_src/tree.py
@@ -42,7 +42,7 @@ class Tree(Generic[T]):
42
node.
43
children_index: `[B, N, num_actions]` the node index of the children for each
44
action.
45
- children_prior_logits: `[B, N, Anum_actions` the action prior logits of each
+ children_prior_logits: `[B, N, num_actions]` the action prior logits of each
46
47
children_visits: `[B, N, num_actions]` the visit counts for children for
48
each action.
0 commit comments