Abraham190137 / TactileACT

Incorporating Tactile Signals into the ACT framework for peg insertion tasks
MIT License
7 stars 0 forks source link

ask for help #2

Open syc-hjy opened 2 months ago

syc-hjy commented 2 months ago

ImportError: cannot import name 'visualise_trajectory' from 'visualization_utils' (/media/esir/dataset/20231031/TactileACT/visualization_utils.py) how to slove it?

Abraham190137 commented 2 months ago

Remove "from visualization_utils import visualise_trajectory, z_slider" from imitate episodes. Neither of those functions are used in the code. That import line is a holdover from a prior version of the code and should have been deleted.