ComponentDescriptor¶
struct · namespace Hazel
Describes one available MDP component for the capability manifest. Returned by each component's Descriptor property.
Constructors¶
ComponentDescriptor(string, string, string)¶
Fields¶
| Field | Description |
|---|---|
public string Category |
|
public string Description |
|
public string Name |
|
public int[] OutputShape |
|
public Dictionary<string, ParamDescriptor> ParamsSchema |
|
public string[] Requires |
|
public string[] RobotTypes |
Source: Hazel/Learn/MdpComponent.cs