Property Model
Model
The neural network model used when in inference mode. This should not be set at runtime; use Agent.SetModel(string,Model,Policies.InferenceDevice) to set it instead.
Declaration
public ModelAsset Model { get; set; }
Property Value
| Type | Description |
|---|---|
| ModelAsset |