Lukas Hermann
Lukas Hermann
@jmkl009 Did you manage to resolve these issues in the meantime?
You could try to proceed as follows: - Use the automatic_lang_annotator to find the episodes that consist of an individual task. You can eps=1 to change the ratio of annotated...
@ezhang7423 did you get further with what you wanted to do?
I also ran your code and there definitely seems to be a problem. We will investigate what could be the cause of this happening, thank you already for spotting this!
Thanks again for finding this bug! We describe the fix for the problem [here](https://github.com/mees/calvin#16-sep-2022).
Hi, @LPY1219, I did what you described and tried to extract the code from the colab to a .py file: ``` import hydra import numpy as np import cv2 from...
@LPY1219 Great that you solved your issue! Just out of curiosity, did you follow the installation instructions in our README? `calvin_env` should get installed with pip in the [install.sh](https://github.com/mees/calvin/blob/main/install.sh) script,...
@lobachevzky so you mean you didn't get the error with mujoco-py if you build mujoco with libglew? It's weird because I can compile and run the c++ samples of mujoco...
Can you give a bit more context? At which point does this error occur? what are you running?