ThinkNodeName | Description |
---|---|
content | Type: str |
parent | Type: ForwardRef(‘ThinkNode’) | None Default: None |
Name | Description |
---|---|
data | dictionary containing node data Type: dict[str, typing.Any] |
parent | Parent node to attach to Type: ForwardRef(‘ThinkNode’) | None Default: None |
Type | Description |
---|---|
ThinkNode | ThinkNode: Reconstructed node with all children |
Name | Description |
---|---|
reward | The reward to backpropagate up the tree. Type: float |
Type | Description |
---|---|
dict[str, typing.Any] | dict[str, Any]: dictionary containing all node attributes and recursive children |