unreal.LearningAgentsCompletionEnum

class unreal.LearningAgentsCompletionEnum

Bases: EnumBase

Completion modes for episodes.

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgentsTraining

  • File: LearningAgentsTrainer.h

TERMINATION: LearningAgentsCompletionEnum

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

Type:

1

TRUNCATION: LearningAgentsCompletionEnum

Episode ended early but was still in progress. Critic will be used to estimate final return.

Type:

0