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
Hello,
wen running run_simcai.py the error in the title is displayed regarding line 181 of RVO.py file.
The code where the error is detected is: dists = map(lambda p_pw, V_pw: p.linalg.norm(p_pw + V_pw*delta_t - p_pk, order=1), p_pw_V_pw_lst)
Can anyone help me out with this?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
wen running run_simcai.py the error in the title is displayed regarding line 181 of RVO.py file.
The code where the error is detected is:
dists = map(lambda p_pw, V_pw: p.linalg.norm(p_pw + V_pw*delta_t - p_pk, order=1), p_pw_V_pw_lst)
Can anyone help me out with this?
Thank you
The text was updated successfully, but these errors were encountered: