-
Notifications
You must be signed in to change notification settings - Fork 85
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
'docs/img/city_map.jpeg' not found during rendering #240
Comments
A similar error occurs with "TSP-v1" |
Hi, thank you for raising this issue! Will look into this shortly. |
Cool! Sort of personal request: It'd be nice to have a way to ask for headless rendering / rgb_arrays in a consistent way (from my 10K feet high view it seems envs have a different way of dealing with rendering). Something like The way the above PR deals with this is to render on screen, record the content of the plt image in a buffer, convert that buffer to a tensor (since there is no generic way of getting a rgb). |
Sorry it took so long @vmoens but this should be fixed now 😄 |
Calling render on "CVRP-v1" doesn't work because the docs/img/city_map.jpeg file cannot be opened:
jumanji/jumanji/environments/routing/tsp/viewer.py
Line 137 in 823830e
Perhaps a way of downloading that file in a cache could solve the issue?
The text was updated successfully, but these errors were encountered: