Closed coyettev closed 8 months ago
The images for the environment sokoban are not included in the package.
Steps to reproduce:
pip install jumanji @ git+https://github.com/instadeepai/jumanji@main#egg=jumanji[dev,train]
import jumanji
env = jumanji.make('Sokoban-v0')
This raises an error:
FileNotFoundError: [Errno 2] No such file or directory: '/python-3.9.16/lib/python3.9/site-packages/jumanji/environments/routing/sokoban/imgs/floor.png'
Description
The images for the environment sokoban are not included in the package.
Steps to reproduce:
env = jumanji.make('Sokoban-v0')
FileNotFoundError: [Errno 2] No such file or directory: '/python-3.9.16/lib/python3.9/site-packages/jumanji/environments/routing/sokoban/imgs/floor.png'