Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running run_eval.py gives error #18

Open
Acejoy opened this issue Jun 3, 2024 · 1 comment
Open

running run_eval.py gives error #18

Acejoy opened this issue Jun 3, 2024 · 1 comment

Comments

@Acejoy
Copy link

Acejoy commented Jun 3, 2024

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.

@chanhee-luke
Copy link
Collaborator

chanhee-luke commented Jun 11, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants