unreal.LearningAgentsCompletionEnum¶
- class unreal.LearningAgentsCompletionEnum¶
Bases:
EnumBaseCompletion modes for episodes.
C++ Source:
Plugin: LearningAgents
Module: LearningAgentsTraining
File: LearningAgentsCompletions.h
- RUNNING: LearningAgentsCompletionEnum = Ellipsis¶
Episode is still running.
- Type:
0
- TERMINATION: LearningAgentsCompletionEnum = Ellipsis¶
Episode ended and zero reward was expected for all future steps.
- Type:
2
- TRUNCATION: LearningAgentsCompletionEnum = Ellipsis¶
Episode ended while in progress. Critic will be used to estimate final return.
- Type:
1