eprllib.Episodes.BaseEpisode#
Episode Functions Base Class#
This module contains the base class for the Episode functions. This class is used to define the Episode configuration
for the EnergyPlus environment.
The methods provided here are used during inizialization and execution of the environment. You can overwrite the following methods for sophisticated executions:
setup(self)
get_episode_config(self, env_config: Dict[str, Any])
get_episode_agents(self, env_config: Dict[str, Any], possible_agents: List[str])
get_timestep_agents(self, env_config: Dict[str, Any], possible_agents: List[str])
The DefaultEpisode configuration will be used by default.
Classes
|
This class contains the methods to configure the episode in EnergyPlus with RLlib. |