unreal.LearningAgentsRecord

class unreal.LearningAgentsRecord(sample_num: int = 0, observation_dim_num: int = 0, action_dim_num: int = 0)

Bases: StructBase

A single recording of a series of observations and actions.

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgentsTraining

  • File: LearningAgentsRecording.h

Editor Properties: (see get_editor_property/set_editor_property)

  • action_dim_num (int32): [Read-Only] The number of dimensions in the action vector for this record

  • observation_dim_num (int32): [Read-Only] The number of dimensions in the observation vector for this record

  • sample_num (int32): [Read-Only] The number of observations and actions recorded.

property action_dim_num: int

[Read-Only] The number of dimensions in the action vector for this record

Type:

(int32)

property observation_dim_num: int

[Read-Only] The number of dimensions in the observation vector for this record

Type:

(int32)

property sample_num: int

[Read-Only] The number of observations and actions recorded.

Type:

(int32)