Namespace Unity.MLAgents.Sensors.Reflection
Classes
ObservableAttribute
Specify that a field or property should be used to generate observations for an Agent. For each field or property that uses ObservableAttribute, a corresponding ISensor will be created during Agent initialization, and this sensor will read the values during training and inference.