-
Notifications
You must be signed in to change notification settings - Fork 57
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
TypeError: Error instantiating 'calvin_env.envs.play_table_env.PlayTableSimEnv' : expected str, bytes or os.PathLike object, not NoneType disconnecting id 0 from server #69
Comments
Hi, @LPY1219,
It runs without errors on my computer, can you try it yourself? |
Thanks for your reply! I have sovled it by adding init file in the "calvin_env" directory. And then the program can successfully find the package. |
@LPY1219 Great that you solved your issue! Just out of curiosity, did you follow the installation instructions in our README? |
I installed following README, but still need init.py to solve the same error. |
Perhaps because the calvin_env library is cloned in the current directory, the import process looked for the local path instead of the installation path |
Hi,
Thanks for your efforts on building such an amazing benchmark! I am trying to use it to validate my RL algorithm, but i met some problems when I tried the RL jupyter you provide in the repository. I can successfully run the script by using google colab, but when i transform it into .py file and install the related packages, it can not work.
I can successfuly load the package by " from calvin_env.envs.play_table_env import PlayTableSimEnv". I do not know why the program will give me the above error when it begins to execute " env = hydra.utils.instantiate(cfg.env) ". Can you help me ?
The text was updated successfully, but these errors were encountered: