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
but I have the problem with an import error of robosuite. Here is the output of the terminal:
[robosuite WARNING] No private macro file found! (macros.py:53)
[robosuite WARNING] It is recommended to use a private macro file (macros.py:54)
[robosuite WARNING] To setup, run: python /home/glasgow-auto/Project/MimicPlay/robosuite/robosuite/scripts/setup_macros.py (macros.py:55)
Traceback (most recent call last):
File "scripts/dataset_states_to_obs.py", line 346, in <module>
dataset_states_to_obs(args)
File "scripts/dataset_states_to_obs.py", line 151, in dataset_states_to_obs
env = EnvUtils.create_env_for_data_processing(
File "/home/glasgow-auto/anaconda3/envs/mimicplay/lib/python3.8/site-packages/robomimic/utils/env_utils.py", line 225, in create_env_for_data_processing
env_class = get_env_class(env_type=env_type)
File "/home/glasgow-auto/anaconda3/envs/mimicplay/lib/python3.8/site-packages/robomimic/utils/env_utils.py", line 35, in get_env_class
from robomimic.envs.env_robosuite import EnvRobosuite
File "/home/glasgow-auto/anaconda3/envs/mimicplay/lib/python3.8/site-packages/robomimic/envs/env_robosuite.py", line 12, in <module>
from robosuite.utils.mjcf_utils import postprocess_model_xml
ImportError: cannot import name 'postprocess_model_xml' from 'robosuite.utils.mjcf_utils' (/home/glasgow-auto/Project/MimicPlay/robosuite/robosuite/utils/mjcf_utils.py)
It seems that robosuite (v1.4.1_libero) does not have this attribute. How can I solve this problem?
The text was updated successfully, but these errors were encountered:
When I prepare for the dataset, I ran this command
but I have the problem with an import error of robosuite. Here is the output of the terminal:
It seems that robosuite (v1.4.1_libero) does not have this attribute. How can I solve this problem?
The text was updated successfully, but these errors were encountered: