unreal.LearningAgentsHelper

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

Bases: Object

The base class for all helpers. Helpers are additional objects that can be used in getting or setting observations, actions, rewards, and completions.

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgents

  • File: LearningAgentsHelpers.h

Editor Properties: (see get_editor_property/set_editor_property)

  • manager_component (LearningAgentsManagerComponent): [Read-Only] Reference to the Manager Component this helper is associated with.