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
Got this error while doing a run all of the colab tutorial robomimic_get_started.ipynb.
AssertionError Traceback (most recent call last)
<ipython-input-12-6f92859389ef> in <cell line: 7>()
5 env_meta = FileUtils.get_env_metadata_from_dataset(dataset_path)
6
----> 7 env = EnvUtils.create_env_from_metadata(
8 env_meta=env_meta,
9 env_name=env_meta["env_name"],
13 frames
/usr/local/lib/python3.10/dist-packages/robosuite/controllers/composite/__init__.py in composite_controller_factory(type, sim, robot_model, grippers)
6
7 def composite_controller_factory(type, sim, robot_model, grippers):
----> 8 assert type in REGISTERED_COMPOSITE_CONTROLLERS_DICT, f"{type} controller is specified, but not imported or loaded"
9 # Note: Currently we assume that the init arguments are same for all composite controllers. The situation might change given new controllers in the future, and we will adjust accodingly.
10
AssertionError: OSC_POSE controller is specified, but not imported or loaded
The error originate from the first cell of the "6. Evaluate and visualize trained policy" section.
The text was updated successfully, but these errors were encountered:
Got this error while doing a run all of the colab tutorial robomimic_get_started.ipynb.
The error originate from the first cell of the "6. Evaluate and visualize trained policy" section.
The text was updated successfully, but these errors were encountered: