Open drmeerkat opened 2 years ago
So to fix this, you need to install the package from the source code.
git clone git@github.com:mpSchrader/gym-sokoban.git
cd gym-sokoban
pip install -e .
It's kinda stupid but I hope this will save others' time...
Pip version gym-Sokoban doesn't support kwargs currently. It took me 1 hour to debug looking at the newest version code on github.
TypeError: __init__() got an unexpected keyword argument 'dim_room'