Skip to content

Commit

Permalink
Merge pull request #92 from KazukiOhta:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642908290
  • Loading branch information
MctxDev committed Jun 13, 2024
2 parents be1dbb1 + 4379f2c commit 9fb7339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mctx/_src/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Tree(Generic[T]):
node.
children_index: `[B, N, num_actions]` the node index of the children for each
action.
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
node.
children_visits: `[B, N, num_actions]` the visit counts for children for
each action.
Expand Down

0 comments on commit 9fb7339

Please sign in to comment.