nip.utils.malt_forest.forest

nip.utils.malt_forest.forest#

The data structure and utility for reconstructing a MALT forest.

Functions

reconstruct_malt_forest(rollouts)

Reconstruct a forest of trees from MALT rollouts.

Classes

MaltNode(env_state, node_hash[, parent])

A node in a MALT tree.

MaltTree()

A tree in a MALT forest, which is a collection children of a root node.