unreal.LearningAgentsLearningComponentInterface

class unreal.LearningAgentsLearningComponentInterface(outer: Object | None = None, name: Name | str = 'None')

Bases: Interface

Learning Agents Learning Component Interface

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgentsTraining

  • File: LearningAgentsLearningComponentInterface.h

initialize_learning_component() None

Initializes the component at the start of training.

reset_learning_component() None

Resets the component for a new training episode.