act-plus-plus
act-plus-plus copied to clipboard
Train ACT with aloha_mobile_wipe_wine dataset. Error: No module named 'aloha_scripts'
can not find this file: aloha_scripts.constants
Thank you
https://github.com/MarkFzp/mobile-aloha aloha_scripts is in this repo, but I dont know exactly how to use it
![]()
can not find this file: aloha_scripts.constants
Thank you
终端运行
export PYTHONPATH=$PYTHONPATH:"./"
然后执行python训练代码
或者 python源码中添加
import sys
sys.path.append("./")