Skip to content

Struct FEnvStep

Struct FEnvStep

  • Defined in File EnvironmentUpdate.h
struct FEnvStep

Source: Source/Schola/Training/Public/TrainingDataTypes/EnvironmentUpdate.h

Dependencies: FPoint

A struct representing an environment step update with agent actions.

Contains the actions to be executed by each agent in the environment during a single simulation step.


Public Members

SymbolDetails
ActionsMap from agent ID to the action that agent should execute.

Actions

TMap<FString, TInstancedStruct<FPoint>> Actions

Map from agent ID to the action that agent should execute.

Each entry contains an action point that must conform to the agent’s action space definition.