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
I have tried to run the scripts and i have ran into two errors. First, when I ran the data collection script, the keyboard inputs are not registered. Secondly, when trying to fix the keyboard input error, I ran into this error:
File "robomimic/scripts/hitl/collect_hitl_demos.py", line 253, in collect_trajectory
obs, _, _, _ = env.step(action, action_mode=action_mode)
TypeError: step() got an unexpected keyword argument 'action_mode'
I have set up the environment with the following packages:
mujoco-py 2.0.2.8
robosuite 1.2.0
Thank you for your help!
The text was updated successfully, but these errors were encountered:
I have tried to run the scripts and i have ran into two errors. First, when I ran the data collection script, the keyboard inputs are not registered. Secondly, when trying to fix the keyboard input error, I ran into this error:
I have set up the environment with the following packages:
mujoco-py 2.0.2.8
robosuite 1.2.0
Thank you for your help!
The text was updated successfully, but these errors were encountered: