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
Traceback (most recent call last):
File "rollout.py", line 1, in <module>
from util.rlkit_utils import simulate_policy
File "/cvgl2/u/small02/robosuite-benchmark/util/rlkit_utils.py", line 264, in simulate_policy
video_writer=video_writer,
File "/cvgl2/u/small02/robosuite-benchmark/util/rlkit_custom.py", line 437, in rollout
full_obs = env._get_observation()
File "/cvgl2/u/small02/robosuite-benchmark/robosuite/wrappers/wrapper.py", line 125, in __getattr__
orig_attr = getattr(self.env, attr)
AttributeError: 'Lift' object has no attribute '_get_observation'
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I am running the following command
and getting the following error:
Thanks for your help!
The text was updated successfully, but these errors were encountered: