Struct UnityRLInitParameters
Inherited Members
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 |