-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I add support for newer EnergyPlus version? #6
Comments
@asrjy Have you tested with the code they provided ? for version 8.6.0 ? Idk why i have an error with it. |
@KostadinovicNikola I have tested it with 8.6.0, and it works fine. I'm having some issues with my IDF file so I'm unable to test it with 22. To make it work for 22, you need to make a few changes to the get_run_info function in the eplus_86.py file. |
Hi I have installed successfully the eplus-env-0.0.1. cd C:\0-Yasamin...\Gym-Eplus-master python -m venv .env pip install gym then I typed "python" in cmd and continue with: import gym but when I used the example and type the " env = gym.make('Eplus-demo-v1');" in the Windows command prompt, it gives this error. env = gym.make('Eplus-demo-v1') I am a beginner with python and OpenAI gym, Could you please guide me to correct it? |
Can you check the version of gym you're using? Downgrading to 0.19 usually fixes this. |
Thanks, it worked! But now it gives another error:
|
You need to make some changes because you are running it in Windows. Something like this |
Thank you very much for your help. As I said I'm a beginner in Python, But I try the solution. I hope to succeed in solving this error. I give you feedback. |
@asrjy |
I have some IDF files that I want to use with this, but they are created using E+ 22.1. Since there's no way to downgrade the IDF files, how can I make this work with those files? I've tried using the latest E+ folder with the script but it didn't work.
The text was updated successfully, but these errors were encountered: