ngoodger / nle-language-wrapper

Nethack Learning Environment Wrapper for Language Interface
MIT License
33 stars 3 forks source link

Fork doesn't work due to missing files #2

Closed luigiquara closed 1 year ago

luigiquara commented 1 year ago

I have forked the repository, but there are some missing files, so I cannot import it. The files it needs are nle_language_obsv.cpython-38-x86_64-linux-gnu.so and libnethack.so, which are downloaded during the pip install procedure.

How can I make my fork work? Can you give me permission to upload those files to my fork?

ngoodger commented 1 year ago

Sorry for taking so long to get back to you. I completely missed this.

I have forked the repository, but there are some missing files, so I cannot import it. If you want to develop your own fork of the repository then you should be able to just follow the development steps, e.g.

git clone https://github.com/ngoodger/nle-language-wrapper --recursive
pip install -e ".[dev]"

pip install -e . should build the libraries that you are looking for.