docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct CommunicatorInitParameters

    Communicator initialization parameters.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.MLAgents
    Assembly: Unity.ML-Agents.dll
    Syntax
    public struct CommunicatorInitParameters

    Fields

    CSharpCapabilities

    The RL capabilities of the C# codebase.

    Declaration
    public UnityRLCapabilities CSharpCapabilities
    Field Value
    Type Description
    UnityRLCapabilities

    name

    The name of the environment.

    Declaration
    public string name
    Field Value
    Type Description
    string

    port

    Port to listen for connections on.

    Declaration
    public int port
    Field Value
    Type Description
    int

    unityCommunicationVersion

    The version of the communication API.

    Declaration
    public string unityCommunicationVersion
    Field Value
    Type Description
    string

    unityPackageVersion

    The version of the Unity SDK.

    Declaration
    public string unityPackageVersion
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)