#include <AgentDescriptor.h>
Public Member Functions | |
ContinuousSensorDescriptor () | |
Public Attributes | |
bool | isCircular |
Definition at line 32 of file AgentDescriptor.h.
|
Definition at line 34 of file AgentDescriptor.h. References isCircular. |
|
Determines whether the input range is 'circular' (i.e. it's value can wrap from -1 to +1). This is useful, for example, when an input represents an angle that can jump from -1 to +1. However, note that circular inputs cannot be processed through principal components analysis, so having many of them will increase the state space faster. Definition at line 45 of file AgentDescriptor.h. Referenced by verve::AgentDescriptor::addContinuousSensor(), and ContinuousSensorDescriptor(). |