docs.unity3d.com
    Show / Hide Table of Contents

    Struct UnityRLInitParameters

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.MLAgents
    Syntax
    public struct UnityRLInitParameters

    Fields

    numAreas

    The number of areas to replicate if Training Area Replication is used in the scene.

    Declaration
    public int numAreas
    Field Value
    Type Description
    Int32

    pythonCommunicationVersion

    The version of the communication API that python is using.

    Declaration
    public string pythonCommunicationVersion
    Field Value
    Type Description
    String

    pythonLibraryVersion

    The library version of the python process.

    Declaration
    public string pythonLibraryVersion
    Field Value
    Type Description
    String

    seed

    A random number generator (RNG) seed sent from the python process to Unity.

    Declaration
    public int seed
    Field Value
    Type Description
    Int32

    TrainerCapabilities

    The RL capabilities of the Trainer codebase.

    Declaration
    public UnityRLCapabilities TrainerCapabilities
    Field Value
    Type Description
    UnityRLCapabilities
    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