unreal.LearningAgentsCompletionEnum

class unreal.LearningAgentsCompletionEnum

Bases: EnumBase

Completion modes for episodes.

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgentsTraining

  • File: LearningAgentsCompletions.h

RUNNING: LearningAgentsCompletionEnum

Episode is still running.

Type:

0

TERMINATION: LearningAgentsCompletionEnum

Episode ended and zero reward was expected for all future steps.

Type:

2

TRUNCATION: LearningAgentsCompletionEnum

Episode ended while in progress. Critic will be used to estimate final return.

Type:

1