-
Notifications
You must be signed in to change notification settings - Fork 112
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
ValueError in colab #261
Comments
looks like |
Pushed a small fix, see if this helps :) |
From the screenshot, it looks like the notebook is loading an old experiment where the cfg still has the device set to gpu. Could you try changing the |
@andrewzhang505 thank you for fixing this! @amrzv thank you for reporting the issue! I'd be happy to know if Colab solves this issue. Also, certain types of environments work really well with a single-process synchronous configuration (such as Brax and IsaacGym). I can imagine interactive notebooks are great for these environments. |
I would say that Colab environment has the same limitations as Jupyter. |
Hi.
When running
samplefactory_hub_example.ipynb
notebook in colab theValueError
raises:Seems that there is a bug in
sample_factory.utils.gpu_utils.py
.The text was updated successfully, but these errors were encountered: