Skip to content

Commit 9fb7339

Browse files
author
MctxDev
committed
Merge pull request #92 from KazukiOhta:patch-1
PiperOrigin-RevId: 642908290
2 parents be1dbb1 + 4379f2c commit 9fb7339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mctx/_src/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Tree(Generic[T]):
4242
node.
4343
children_index: `[B, N, num_actions]` the node index of the children for each
4444
action.
45-
children_prior_logits: `[B, N, Anum_actions` the action prior logits of each
45+
children_prior_logits: `[B, N, num_actions]` the action prior logits of each
4646
node.
4747
children_visits: `[B, N, num_actions]` the visit counts for children for
4848
each action.

0 commit comments

Comments
 (0)