Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningCompletion.h |
| Include | #include "LearningCompletion.h" |
Syntax
struct FResetInstanceBuffer
Remarks
This object stores essentially a list of instances that need to be reset. It can be filled based on the completion status or manually.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const int32 | |||
| const FIndexSet | |||
| void | Resize
(
const int32 InMaxInstanceNum |
||
| void | SetResetInstances
(
const FIndexSet Instances |
||
| void | SetResetInstancesFromCompletions
(
const TLearningArrayView< 1, const ECompletionMode > Completions, |