docs.unity3d.com
    Show / Hide Table of Contents

    Enum ObservableAttributeOptions

    Options for controlling how the Agent class is searched for ObservableAttributes.

    Namespace: Unity.MLAgents.Policies
    Syntax
    public enum ObservableAttributeOptions

    Fields

    Name Description Value
    ExamineAll

    All members on the class will be examined. This can lead to slower startup times.

    ExcludeInherited

    Only members on the declared class will be examined; members that are inherited are ignored. This is a reasonable tradeoff between performance and flexibility.

    Ignore

    All ObservableAttributes on the Agent will be ignored. This is the default behavior. If there are no ObservableAttributes on the Agent, this will result in the fastest initialization time.

    Back to top
    Terms of use
    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