-
Notifications
You must be signed in to change notification settings - Fork 16
Error when running bash adzoo/minddrive/minddrive_run_collection_multi.sh #4
Description
When running bash adzoo/minddrive/minddrive_run_collection_multi.sh, following errors are reported:
Queue directory empty or invalid. Regenerating...
**************************** Splitting XML ****************************
Traceback (most recent call last):
File "rl_projects/utils/split_xml.py", line 28, in
main(args.base_route, args.task_num, args.algo, args.planner_type)
File "rl_projects/utils/split_xml.py", line 9, in main
tree = ET.parse(f'{base_route}.xml')
File "/media/kemove/Files/envs/MindDrive/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse
tree.parse(source, parser)
File "/media/kemove/Files/envs/MindDrive/lib/python3.8/xml/etree/ElementTree.py", line 584, in parse
source = open(source, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'data/test_opensource_routes/rollout_routes.xml'
Moving generated xml files to data/test_opensource_routes/rollout_routes_queue_minddrive_collect_ma_stage3 ...
mv: 对 'data/test_opensource_routes/rollout_routes_*_minddrive_collect_ma_stage3_traj.xml' 调用 stat 失败: 没有那个文件或目录
Could you please provide the file 'rollout_routs.xml' or tell me how to generate this file?