Navigation
API > API/Plugins > API/Plugins/LearningAgents > API/Plugins/LearningAgents/ULearningAgentsInteractor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLearningArrayView< 2, const float > GetActionVectorsArrayView () |
Gets the action vectors as a const array view. | LearningAgentsInteractor.h | |
TLearningArrayView< 2, float > GetActionVectorsArrayView () |
Gets the action vectors as a mutable array view. | LearningAgentsInteractor.h |
GetActionVectorsArrayView()
Description
Gets the action vectors as a const array view.
| Name | GetActionVectorsArrayView |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include Path | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
TLearningArrayView< 2, const float > GetActionVectorsArrayView() const
GetActionVectorsArrayView()
Description
Gets the action vectors as a mutable array view.
| Name | GetActionVectorsArrayView |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsInteractor.h |
| Include Path | #include "LearningAgentsInteractor.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Private/LearningAgentsInteractor.cpp |
TLearningArrayView< 2, float > GetActionVectorsArrayView()