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
File "/home/ubuntu/rl_index_selection/gym_db/envs/init.py", line 2, in
from gym_db.envs.db_env_v2 import DBEnvV2 # noqa: F401
ModuleNotFoundError: No module named 'gym_db.envs.db_env_v2'
i can see only
ll ./gym_db/envs/
total 28
drwxrwxr-x 3 ubuntu ubuntu 4096 Jan 7 14:41 ./
drwxrwxr-x 4 ubuntu ubuntu 4096 Jan 7 00:34 ../
-rw-rw-r-- 1 ubuntu ubuntu 168 Jan 7 00:29 init.py
drwxrwxr-x 2 ubuntu ubuntu 4096 Jan 7 14:41 pycache/
-rw-rw-r-- 1 ubuntu ubuntu 8946 Jan 7 00:29 db_env_v1.py
(venv) ubuntu@fadi-test:~/rl_index_selection$
The text was updated successfully, but these errors were encountered:
Looks there is a missing db file db_env_v2 ,
File "/home/ubuntu/rl_index_selection/gym_db/envs/init.py", line 2, in
from gym_db.envs.db_env_v2 import DBEnvV2 # noqa: F401
ModuleNotFoundError: No module named 'gym_db.envs.db_env_v2'
i can see only
ll ./gym_db/envs/
total 28
drwxrwxr-x 3 ubuntu ubuntu 4096 Jan 7 14:41 ./
drwxrwxr-x 4 ubuntu ubuntu 4096 Jan 7 00:34 ../
-rw-rw-r-- 1 ubuntu ubuntu 168 Jan 7 00:29 init.py
drwxrwxr-x 2 ubuntu ubuntu 4096 Jan 7 14:41 pycache/
-rw-rw-r-- 1 ubuntu ubuntu 8946 Jan 7 00:29 db_env_v1.py
(venv) ubuntu@fadi-test:~/rl_index_selection$
The text was updated successfully, but these errors were encountered: