unreal.LearningAgentsEntityTrainingInterface

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

Bases: Interface

Learning Agents Entity Training Interface

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgentsTraining

  • File: LearningAgentsEntityInterface.h

get_gym() LearningAgentsGymBase

Resets an entity for a new training episode.

Return type:

LearningAgentsGymBase

initialize_entity(gym) None

Initialize an entity at the start of training.

Parameters:

gym (LearningAgentsGymBase)

reset_entity(gym) None

Resets an entity for a new training episode.

Parameters:

gym (LearningAgentsGymBase)