Multi-UAV-Task-Assignment-Benchmark icon indicating copy to clipboard operation
Multi-UAV-Task-Assignment-Benchmark copied to clipboard

aco.py会报错

Open roger321we opened this issue 4 years ago • 6 comments

运行evaluate.py后,过程中会出现aco.py里面的报错,错误发生在第82行unvisit_list.remove(visit_next)#update,报错内容大致是remove()失败,没有visit_next内容什么的

roger321we avatar Oct 12 '21 07:10 roger321we

前面有个issue https://github.com/robin-shaun/Multi-UAV-Task-Assignment-Benchmark/issues/1 也是这个,提问者已经解决了,你可以问问他

robin-shaun avatar Oct 12 '21 07:10 robin-shaun

I would like to ask you how to solve this problem? thank you very much. lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value ValueError: list.remove(x): x not in list

BTMOP avatar Jan 12 '22 14:01 BTMOP

Haven't seen this problem on python 3.9 (https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh). Seems not related to the benchmark itself.

dietmarwo avatar May 01 '22 22:05 dietmarwo

运行evaluate.py后,过程中会出现aco.py里面的报错,错误发生在第82行unvisit_list.remove(visit_next)#update,报错内容大致是remove()失败,没有visit_next内容什么的

您好,请问这个错误您是怎么改正的啊

Afan98412 avatar Feb 27 '23 13:02 Afan98412

运行evaluate.py后,过程中会出现aco.py里面的报错,错误发生在第82行unvisit_list.remove(visit_next)#update,报错内容大致是remove()失败,没有visit_next内容什么的

您好,请问这个错误您是怎么改正的啊

同问

XuzhangYan avatar Jun 19 '23 09:06 XuzhangYan

I would like to ask you how to solve this problem? thank you very much. lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value ValueError: list.remove(x): x not in list

zhengjunzhao avatar May 12 '24 02:05 zhengjunzhao