Struct StateInfo | AI Planner | 0.2.4-preview.3
docs.unity.cn
    Show / Hide Table of Contents

    Struct StateInfo

    State information specific to a state within a plan.

    Namespace: Unity.AI.Planner
    Syntax
    public struct StateInfo : IStateInfo

    Fields

    CumulativeRewardEstimate

    A BoundedValue representing the upper bound, average/expected, and lower bound for the future cumulative reward from the state onward.

    Declaration
    public BoundedValue CumulativeRewardEstimate
    Field Value
    Type Description
    BoundedValue

    SubplanIsComplete

    Denotes that all branches beyond the state have either reached a terminal state or have been ruled out in favor of branches with higher estimated reward values.

    Declaration
    public bool SubplanIsComplete
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 13 November 2020