Struct UnityRLInitParameters
Inherited Members
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
public struct UnityRLInitParameters
Fields
| Name | Description |
|---|---|
| TrainerCapabilities | The RL capabilities of the Trainer codebase. |
| numAreas | The number of areas to replicate if Training Area Replication is used in the scene. |
| pythonCommunicationVersion | The version of the communication API that python is using. |
| pythonLibraryVersion | The library version of the python process. |
| seed | A random number generator (RNG) seed sent from the python process to Unity. |