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
Traceback (most recent call last):
File "/home/anhnguyen/Documents/VLM-Planner/src/run_eval.py", line 12, in
import alfworld.agents.environment
File "/home/anhnguyen/miniconda3/envs/vlm-planner0/lib/python3.9/site-packages/alfworld/agents/environment/init.py", line 2, in
from alfworld.agents.environment.alfred_thor_env import AlfredThorEnv
File "/home/anhnguyen/miniconda3/envs/vlm-planner0/lib/python3.9/site-packages/alfworld/agents/environment/alfred_thor_env.py", line 15, in
from alfworld.env.thor_env import ThorEnv
ModuleNotFoundError: No module named 'alfworld.env'
I'm not sure why alfworld installed in site-packages is not like the official code repo, it's missing the env folder.
I'm on Ubuntu 20.04, it's a conda env python=3.9, alfworld=0.2.2
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/anhnguyen/Documents/VLM-Planner/src/run_eval.py", line 12, in
import alfworld.agents.environment
File "/home/anhnguyen/miniconda3/envs/vlm-planner0/lib/python3.9/site-packages/alfworld/agents/environment/init.py", line 2, in
from alfworld.agents.environment.alfred_thor_env import AlfredThorEnv
File "/home/anhnguyen/miniconda3/envs/vlm-planner0/lib/python3.9/site-packages/alfworld/agents/environment/alfred_thor_env.py", line 15, in
from alfworld.env.thor_env import ThorEnv
ModuleNotFoundError: No module named 'alfworld.env'
I'm not sure why alfworld installed in site-packages is not like the official code repo, it's missing the env folder.
I'm on Ubuntu 20.04, it's a conda env python=3.9, alfworld=0.2.2
The text was updated successfully, but these errors were encountered: