ml-jku / L2M

Learning to Modulate pre-trained Models in RL (Decision Transformer, LoRA, Fine-tuning)
MIT License
51 stars 6 forks source link

pip install git+https://github.com/rlworkgroup/metaworld.git@18118a28c06893da0f363786696cc792457b062b #2

Closed kkq2018 closed 1 year ago

kkq2018 commented 1 year ago

I can't pip install git+https://github.com/rlworkgroup/metaworld.git@18118a28c06893da0f363786696cc792457b062b.It seems https://github.com/rlworkgroup/metaworld.git@18118a28c06893da0f363786696cc792457b062b invalid

thomasschmied commented 1 year ago

Hi, thanks for trying the repo!

Interesting, for me the installation still works. However, it seems Meta-World has recently been moved to a new location.

You can try the following installation command instead, which should also work:

pip install git+https://github.com/Farama-Foundation/Metaworld.git@18118a28c06893da0f363786696cc792457b062b

Let me know if that worked for you :-)