did not find valid input for built-in function =@EXTCTRLOBS 0
See original GitHub issueI run the project use the command time python -m baselines_energyplus.trpo_mpi.run_energyplus --num-timesteps 1000000000
without any change except printing actions and observations in the command window. However, there’s something wrong when trying to send an action. The bug info is: **FATAL:EMS Runtime Language: did not find valid input for built-in function =@EXTCTRLOBS 0
And I checked the solution in Issue #12 and tried to fix this problem by re-performing $ patch -p1 < ../rl-testbed-for-energyplus/EnergyPlus/RL-patch-for-EnergyPlus-8-8-0.patch
, but it didn’t work.
Please give me some advice about how to fix this problem. Thank you!
btw, my platform is macOS Mojave 10.14.5, and the version of this project is 8594a8f (Commits on Apr18, 2019).
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
@hyyyjie It’s nice to hear that you successfully ran with EP 8.8.0. I found some issues with EP 9.1.0 in my environment and continue investigate why in the other issue https://github.com/IBM/rl-testbed-for-energyplus/issues/8. Thanks
@takaomoriyama Thank you for answering me! I am so sorry that there is a little fault in my second issue, the command I performed should be
cmake -DCMAKE_INSTALL_PREFIX=/Applications/EnergyPlus-8-8-0 ..
, I confused the version number of this command when I wrote that issue. Actually I used EnergyPlus-8-8-0 instead of 9-1-0 to collaborate with 8594a8f version of rl-testbed-for-energyplus project. There were also something wrong when I ran the newest version of rl-testbed-for-energyplus and EnergyPlus-9-1-0 before I ran the 8594a8f version. But I will try to run the newest version of rl-testbed-for-energyplus again! I will update my process ASAP. Thank you again for your reply!