FAction
struct FAction
Struct representing an action taken by an agent.
Currently just a wrapper around a DictPoint but designed to leave room for expansion.
Dependencies: FDictPoint
Public Interface
Constructor:
FAction
inline FAction()
Attributes: inline
Source: Schola/Source/Schola/Public/Agent/AgentAction.h
(line 19, column 1)
Public Members:
FDictPoint Values
FDictPoint Values
The Body of the action.
Source: Schola/Source/Schola/Public/Agent/AgentAction.h
(line 17, column 12)
Used By
This type is used by:
- AAbstractTrainer
- FEnvStep
- FPolicyDecision
- ProtobufDeserializer
- UAbstractBrain
- UAsyncBrain
- UBlueprintPolicy
- UDiscreteBrain
- USynchronousBrain
Source: Schola/Source/Schola/Public/Agent/AgentAction.h
(line 13, column 1)