You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am exploring CVRP environment. When I am trying to render state, I am running into this error.
File "/home/chhayakumardas/my_files/ml/reinforcement_learning/jumanji_envs/explore.py", line 19, in exploreEnv
env.render(state)
File "/home/chhayakumardas/anaconda3/envs/jax/lib/python3.9/site-packages/jumanji/environments/routing/cvrp/env.py", line 282, in render
return self._viewer.render(state)
File "/home/chhayakumardas/anaconda3/envs/jax/lib/python3.9/site-packages/jumanji/environments/routing/cvrp/viewer.py", line 75, in render
self._prepare_figure(ax)
File "/home/chhayakumardas/anaconda3/envs/jax/lib/python3.9/site-packages/jumanji/environments/routing/cvrp/viewer.py", line 149, in _prepare_figure
map_img = plt.imread("docs/img/city_map.jpeg")
I have jumanji inside my conda environment.
jumanji==0.3.1
python==3.9.18
Wondering if I am doing something wrong . Here's the below code that I am using
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am exploring CVRP environment. When I am trying to render state, I am running into this error.
I have jumanji inside my conda environment.
Wondering if I am doing something wrong . Here's the below code that I am using
Beta Was this translation helpful? Give feedback.
All reactions