You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The t(s,a,s_prime) matrix is assumed to be always dense regardless of the tree size, however, it is possible that a student initializes by assigning 0 to all triplets and then overwrite the ones which eventually gets hit.
This misstep creates the tree to be extremely sparse even if the tree is very small and visualizable.
visualize_tree() can disregard the 0 values provided.
The text was updated successfully, but these errors were encountered:
The
t(s,a,s_prime)
matrix is assumed to be always dense regardless of the tree size, however, it is possible that a student initializes by assigning 0 to all triplets and then overwrite the ones which eventually gets hit.This misstep creates the tree to be extremely sparse even if the tree is very small and visualizable.
visualize_tree()
can disregard the 0 values provided.The text was updated successfully, but these errors were encountered: