instadeepai / jumanji

🕹️ A diverse suite of scalable reinforcement learning environments in JAX
https://instadeepai.github.io/jumanji
Apache License 2.0
607 stars 77 forks source link

bug: package data is not included for sokoban #226

Closed coyettev closed 7 months ago

coyettev commented 7 months ago

Description

The images for the environment sokoban are not included in the package.

Steps to reproduce:

  1. Install jumanji from git:
    pip install jumanji @ git+https://github.com/instadeepai/jumanji@main#egg=jumanji[dev,train]
  2. Make the sokoban environment with this script:
    
    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'