Constructor UnityRLCapabilities
UnityRLCapabilities(bool, bool, bool, bool, bool, bool, bool)
A class holding the capabilities flags for Reinforcement Learning across C# and the Trainer codebase. This struct will be used to inform users if and when they are using C# / Trainer features that are mismatched.
Declaration
public UnityRLCapabilities(bool baseRlCapabilities = true, bool concatenatedPngObservations = true, bool compressedChannelMapping = true, bool hybridActions = true, bool trainingAnalytics = true, bool variableLengthObservation = true, bool multiAgentGroups = true)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | baseRlCapabilities | |
| bool | concatenatedPngObservations | |
| bool | compressedChannelMapping | |
| bool | hybridActions | |
| bool | trainingAnalytics | |
| bool | variableLengthObservation | |
| bool | multiAgentGroups |