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
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