unreal.LearningAgentsSchema¶
- class unreal.LearningAgentsSchema(observation_schema_json: str = '', action_schema_json: str = '')¶
Bases:
StructBaseA schema entry.
C++ Source:
Plugin: LearningAgents
Module: LearningAgentsTraining
File: LearningAgentsRecording.h
Editor Properties: (see get_editor_property/set_editor_property)
action_schema_json(str): [Read-Only] Action schema in JSON format.observation_schema_json(str): [Read-Only] Observation schema in JSON format.