facebookresearch / agenthive

AgentHive provides the primitives and helpers for a seamless usage of robohive within TorchRL.
30 stars 4 forks source link

module 'robohive.envs.multi_task.substeps1' has no attribute 'visual_obs_keys_wt' #24

Open mrshetab opened 7 months ago

mrshetab commented 7 months ago

Hi, I get the following error when importing rlhive:

from .envs import ( File "/home/reza/Lyon/Codes/agenthive/rlhive/envs.py", line 16, in visual_obs_keys_wt = robohive.envs.multi_task.substeps1.visual_obs_keys_wt AttributeError: module 'robohive.envs.multi_task.substeps1' has no attribute 'visual_obs_keys_wt'

Is this a version issue? I installed robohive main branch. Thank you in advance