Closed jing-bi closed 2 years ago
Thanks for the awesome package and looking forward to using it in my project.
However, seems some of the package imported in the BEHAVIOR code is not consistent with igibson main repo.
For example:
behavior_imitation_replay.py
from igibson.activity.activity_base import iGBEHAVIORActivityInstance
behavior_env_metrics.py
from igibson.envs.behavior_mp_env import BehaviorEnv
behavior_env
Please let me know how to fix these import problem, thanks
Hi, behavior_env has been deprecated. We will clean up the outdated reference in the next release. Sorry for the trouble!
Thanks for the awesome package and looking forward to using it in my project.
However, seems some of the package imported in the BEHAVIOR code is not consistent with igibson main repo.
For example:
behavior_imitation_replay.py
,from igibson.activity.activity_base import iGBEHAVIORActivityInstance
, but in the igibson main repo, this subpackage does not exist: https://github.com/StanfordVL/iGibson/tree/master/igibsonbehavior_env_metrics.py
,from igibson.envs.behavior_mp_env import BehaviorEnv
, in igibson repo under envs pkg, there is nobehavior_env
here: https://github.com/StanfordVL/iGibson/tree/master/igibson/envsPlease let me know how to fix these import problem, thanks