-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Dear author,
I tried to open the MujocoRobot.py file. However, a circular import issue occurred. I have double-checked the file multiple times and it seems that there should be no circular import problem. Could you please tell me how to solve this?
The error message is as follows:
(py39) root@DESKTOP-EDM1PFK:~/d3il-main/d3il-main# python -m environments.d3il.d3il_sim.sims.mujoco.MujocoRobot
pybullet build time: Nov 28 2023 23:52:03
/root/anaconda3/envs/py39/lib/python3.9/runpy.py:127: RuntimeWarning: 'environments.d3il.d3il_sim.sims.mujoco.MujocoRobot' found in sys.modules after import of package 'environments.d3il.d3il_sim.sims.mujoco', but prior to execution of 'environments.d3il.d3il_sim.sims.mujoco.MujocoRobot'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))