error occured after running run_tester.py
Closed this issue · 1 comments
Dear @mechyai
Thank for your reply.
After running run_tester.py in this package, I found that the contents of original IDF file, which was running OK in the E+, has been changed by a program and outputed error message below:
Program terminated: EnergyPlus Terminated--Error(s) Detected.
I compaired two IDF files( before running run_tester.py, after running run_tester.py) and found that a lot of contents had been changed after running run_tester.py. Did training process rewrite the IDF file and make error that stoped the training process? If so, how to fix this problem.
best regards.
P.S.: The following picture is the compaire of two IDF file(before and after)
I think that the IDF file may not satisfy the demand of variables defined in agent.py in the rl_bca-master package. Because no IDF file(BEM_V1_2019.idf),which is defined in the run_tester.py, was found in the package, I use another idf file replacing the BEM_V1_2019.idf.