rllib-energyplus icon indicating copy to clipboard operation
rllib-energyplus copied to clipboard

Simple EnergyPlus environments for control optimization using reinforcement learning

Results 3 rllib-energyplus issues
Sort by recently updated
recently updated
newest added

Hi, I used this repo as base for my own development. I found that the comand `raise RuntimeError(f"EnergyPlus failed with {self.energyplus_runner.sim_results['exit_code']}")` in line 359 of `run.py` file (in `step()` method)...

enhancement

Dear @antoine-galataud Error happened when I run the run.py in a win10 enviroment. The following is logs. Could you tell me how to fix it? Best regards. (raylet) [libprotobuf ERROR...

bug
needs-repro-script

Not an error of the program, but one thing I noticed is that the `obs: dict` contains both the variables and the meters, and the function `_compute_reward()`, uses the values...

question