Struct ActionInfo | AI Planner | 0.2.4-preview.3
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023