eprllib.Env.BaseRunner

eprllib.Env.BaseRunner#

Runner Base Class#

This script contain the EnergyPlus Runner that execute EnergyPlus from its Python API in the version 24.2.0.

Classes

BaseRunner(env_config, episode, obs_queue, ...)

This object have the particularity of start EnergyPlus, _collect_obs and _send_actions to send it trhougt queue to the EnergyPlus Environment thread.