active
ActiveEnvironment()
Bases: TransformedObservable
, Stepable
, Actable[Data]
Base class for active environments.
An active environment loads data in an interactive way, e.g., from a simulation or real system. The environment requires actions to be taken to advance. Data can be retrieved by observing the environment.
Initialize the active environment.
Source code in src/flowcean/core/environment/active.py
23 24 25 |
|