rllib-energyplus
rllib-energyplus copied to clipboard
Simple EnergyPlus environments for control optimization using reinforcement learning
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)...
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...
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...