Skip to content

FEnvironmentDefinition

Struct containing the properties that define an environment.

Defines all agents within an environment and their observation/action spaces. This definition is shared between the GymConnector and the Environment objects to ensure consistent communication about agent capabilities.

struct FEnvironmentDefinition

Attributes

AgentDefinitions

TMap<FString, FInteractionDefinition> AgentDefinitions

Map from agent name to agent interaction definitions.

Source: Source/ScholaTraining/Public/TrainingDataTypes/EnvironmentDefinition.h