Class UDebugDiscreteActuator
- class UDebugDiscreteActuator : public UDiscreteActuator
-
A debug actuator that can be used for testing actuator discovery and spaces from python.
Public Functions
- virtual FDiscreteSpace GetActionSpace()
-
Returns the action space of the actuator.
- Returns:
-
The action space of type FDiscreteSpace
- inline virtual void TakeAction(const FDiscretePoint &Action)
-
No-Op.
- Parameters:
-
Action – [in] A discrete point that is discarded.
Public Members
- FDiscreteSpace ActionSpace
-
The Action Space to use in this Actuator.