Skip to content

FEnvReset

struct FEnvReset

A Struct representing an update to an environment in the form of a reset.

Public Interface

Public Members:

TMap<FString, FString> Options

TMap<FString, FString> Options

Options Mapping passed from Gym.

Source: Schola/Source/Schola/Public/Training/UpdateStructs/EnvironmentUpdate.h (line 32, column 6)

int Seed

int Seed = = 0

Seed for the environment.

Source: Schola/Source/Schola/Public/Training/UpdateStructs/EnvironmentUpdate.h (line 36, column 7)

bool bHasSeed

bool bHasSeed = = false

Whether a seed was supplied as part of the reset.

Source: Schola/Source/Schola/Public/Training/UpdateStructs/EnvironmentUpdate.h (line 40, column 6)

Used By: FEnvUpdate, ProtobufDeserializer

Source: Schola/Source/Schola/Public/Training/UpdateStructs/EnvironmentUpdate.h (line 26, column 1)