eprllib.Agents.ObservationSpec

eprllib.Agents.ObservationSpec#

Specification for the observation space and parameters#

This module defines the ObservationSpec class, which is used to specify the configuration of observation space and parameters for agents in reinforcement learning environments.

It ensures that the observation space is properly defined and adheres to the expected interface.

Classes

ObservationSpec([variables, ...])

ObservationSpec is the base class for an observation specification to safe configuration of the object.