oa::EnvironmentSpec
One single-agent environment schema. It is intentionally a value contract, not a virtual environment hierarchy: native GPU environments and Python adapters can expose the same metadata without sharing execution machinery.
Public Methods
Public Data Members
actionEnvironmentSpacefieldobservationEnvironmentSpacefieldrewardEnvironmentSpacefieldterminatedEnvironmentSpacefieldtruncatedEnvironmentSpacefieldPublic Method Documentation
No public source comment is attached to this declaration.
Parameters
inActionconst oa::Matrix &—
inEnvironmentsoa::U32—
Returns
oa::StatusThe declared return value.
No public source comment is attached to this declaration.
Returns
oa::StatusThe declared return value.
No public source comment is attached to this declaration.
Parameters
inObservationconst oa::Matrix &—
inEnvironmentsoa::U32—
Returns
oa::StatusThe declared return value.
No public source comment is attached to this declaration.
Parameters
inObservationconst oa::Matrix &—
inActionconst oa::Matrix &—
inNextObservationconst oa::Matrix &—
inRewardconst oa::Matrix &—
inTerminatedconst oa::Matrix &—
inTruncatedconst oa::Matrix &—
inEnvironmentsoa::U32—
Returns
oa::StatusThe declared return value.