You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey all , I am trying to run the evaluation file but it is giving the following errors.
(alfworld) srinjoym@user:~/LLM-Planner/src$ python run_eval.py --config gpt4_base_config.yaml
Traceback (most recent call last):
File "/data/home/srinjoym/LLM-Planner/src/run_eval.py", line 12, in <module>
import alfworld.agents.environment
File "/data/home/srinjoym/miniconda3/envs/alfworld/lib/python3.9/site-packages/alfworld/agents/environment/__init__.py", line 2, in <module>
from alfworld.agents.environment.alfred_thor_env import AlfredThorEnv
File "/data/home/srinjoym/miniconda3/envs/alfworld/lib/python3.9/site-packages/alfworld/agents/environment/alfred_thor_env.py", line 15, in <module>
from alfworld.env.thor_env import ThorEnv
ModuleNotFoundError: No module named 'alfworld.env'
I have followed the steps given in readme file.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Hi, there is an error with the underlying simulator (i.e. simulator can't locate the object). So we reverted the code to only generated high-level plans for now. We are working on a fix right now. In the meantime, I recommend a recently released codebase (https://github.com/lbaa2022/LLMTaskPlanning) that covers a similar functionality. Thanks for the interest!
hey all , I am trying to run the evaluation file but it is giving the following errors.
I have followed the steps given in readme file.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: