Class UnityRLCapabilities
Inherited Members
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
public class UnityRLCapabilities
Constructors
| Name | Description |
|---|---|
| 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. |
Fields
| Name | Description |
|---|---|
| BaseRLCapabilities | |
| CompressedChannelMapping | |
| ConcatenatedPngObservations | |
| HybridActions | |
| MultiAgentGroups | |
| TrainingAnalytics | |
| VariableLengthObservation |
Methods
| Name | Description |
|---|---|
| WarnOnPythonMissingBaseRLCapabilities() | Will print a warning to the console if Python does not support base capabilities and will
return |