The message-passing process seems to go into endless cycle in RxInfer. #351
Replies: 3 comments
-
@bvdmitri, @bartvanerp wasn't this resolved? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, was resolved in latest release. For more information check out the discussion in biaslab/MultiAgentTrajectoryPlanning#4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for noticing this @albertpod ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to solve a trajectory planning problem using RxInfer. I use the following code:
when
nr_steps
is less than10
, the code runs well. But when it becomes larger, e.g.20
, the code runs forever without stopping. I try to find the reason from the output (terminated while running) as follows.output.zip
It seems that the message-passing process went into an endless cycle, which is not expected. I am not familiar with the source code of RxInfer and I really need your help! Is there any way to solve it?
The reference paper is here
Originally posted by @Flawless1202 in biaslab/MultiAgentTrajectoryPlanning#4 (comment)
Beta Was this translation helpful? Give feedback.
All reactions