LLF-Bench icon indicating copy to clipboard operation
LLF-Bench copied to clipboard

Missing code for alfworld and meta world

Open dong-river opened this issue 1 year ago • 2 comments

Thanks for the interesting work. I try to use this repo, but for alfworld and meta world, there seems many packages are missing. For example, in the screenshot, there's no alfworld.agents in the file system but the code try to import it. I think you used the code from alfworld directly but somehow deleted some directories. Could you please fix that? Thank [you!] Screen Shot 2024-02-22 at 9 41 05 AM

dong-river avatar Feb 22 '24 09:02 dong-river

Hi @dong-river, using alfworld and metaworld requires passing additional arguments to pip when you install the repo, e.g. by running pip install -e.[metaworld]. Depending on your setup, there may be additional dependencies needed. After that, the needed packages will be installed. Please see the README for more details. Thanks.

chinganc avatar Feb 22 '24 18:02 chinganc

Hi @dong-river were you able to resolve this? You need to run

pip install -e . [alfworld] and use python 3.9. Please see the updated instructions for alfworld in README.md.

dkmisra avatar May 03 '24 15:05 dkmisra

I suppose this issue has been resolved. I will close this issue.

chinganc avatar Jun 20 '24 17:06 chinganc