Struct CommunicatorInitParameters
Inherited Members
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
public struct CommunicatorInitParameters
Fields
| Name | Description |
|---|---|
| CSharpCapabilities | The RL capabilities of the C# codebase. |
| name | The name of the environment. |
| port | Port to listen for connections on. |
| unityCommunicationVersion | The version of the communication API. |
| unityPackageVersion | The version of the Unity SDK. |