The convenient way to get the number of solved scenario

Hi!
As the User aabbcc hat mentioned, we are allowed only with one motion planner to solve at least 110 scenarios.
So how can we very fast and convenient know how many scenarios can be solved with this planner?
The batch process looks good, but it takes too much time by one running.

Hi,
In the configuration file (.yaml), you can set the time out time for testing. You can reduce that to make the whole process shorter. In my case, I just let the program run over night.

I added support for parallel processing to the batch processing notebook, which makes the evaluation a lot faster.
Additionally, it outputs the number of solved scenarios at the end.

2 Likes

Oh nice ! Thank you jkl

Running over night sounds like a pretty brute force approach…IMHO

Yeah, but currently that’s the only way you will find out how many scenarios can your planner solve.

1 Like

The only way at the moment*

It’s also a practical part of the challenge to find a strategy for efficiently testing and developing your planner.

1 Like

Ouh okey ! Yeah sure then it makes totally sense that you dont support us in this kind of issue.

nice!
Thank u jkljkljkl