Open yasamin62 opened 1 year ago
@asrjy @zhangzhizza
I also want konw
@yasamin62 @Songshilongi ensure you're using gym version 0.19
Hi,
Sorry for the delayed response. The package is quite outdated, I am currently using FMI to wrap up EnergyPlus for Python interface. That may be better for this package.
Best Zhiang
@asrjy I have sloved it, I forgrt 'isopen = true'
Hi
I have installed successfully the eplus-env-0.0.1. In fact, I have done the following lines in the Windows command prompt:
cd C:\0-Yasamin...\Gym-Eplus-master git clone https://github.com/zhangzhizza/Gym-Eplus.git cd Gym-Eplus
python -m venv .env .env\Scripts\activate
pip install gym pip install -e .
then I typed "python" in cmd and continue with:
but when I used the example and type the " env = gym.make('Eplus-demo-v1');" in the Windows command prompt, it gives this error.
I am a beginner with python and OpenAI gym, Could you please guide me to correct it? Thanks