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

    Struct ActionInfo

    Action information specific to an action within a plan.

    Namespace: Unity.AI.Planner
    Syntax
    public struct ActionInfo : IActionInfo

    Fields

    CumulativeRewardEstimate

    A BoundedValue representing the upper bound, average/expected, and lower bound for the future cumulative reward from the action onward, including the immediate reward from the action itself.

    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