Open hantao-zhou opened 10 months ago
after installing using the info provided in the 03 script, still has error
File "/dataSSD/3zhou/miniconda/envs/octo/lib/python3.10/site-packages/gym/envs/registration.py", line 219, in _check_version_exists _check_name_exists(ns, name) File "/dataSSD/3zhou/miniconda/envs/octo/lib/python3.10/site-packages/gym/envs/registration.py", line 197, in _check_name_exists raise error.NameNotFound( gym.error.NameNotFound: Environment aloha-sim-cube doesn't exist.
and sys.path.append also pointed to that act local file
adding following lines works for me
import sys sys.path.append('/your_path/act') import envs.aloha_sim_env
after installing using the info provided in the 03 script, still has error
and sys.path.append also pointed to that act local file