Open YuqiHuai opened 1 year ago
Sorry for the late reply! 1.Yea, this seems right 2.Can you let me know what commit has this issue and what commit you tried does not? It looks like the problem is caused by some inconsistency between the index and the data
Hi @AIasd , thanks for getting back to me! I am using
0281022 (HEAD -> main, origin/main, origin/HEAD) add doc on integrating CARLA+OpenPilot from FusED; more testing is needed
Seems to be the latest commit.
sorry I missed the 2nd half of your questions earlier today. I will spend some time reverting to previous versions and check if there is a commit with no problem.
Hi @AIasd , hope you are doing well!
Problem Summary
I am trying to run ADFuzz with the following arguments
pop_size
andhas_run_num
is configured based on https://github.com/AIasd/ADFuzz/issues/15#issuecomment-1079088700some other values are configured based on https://github.com/AIasd/ADFuzz/blob/main/doc/stack2_svl_apollo.md
--n_gen
is set to 60 because I want to generate about 600 scenarios.However, after 100 scenarios, main will exit with the following error message
The issue seem to be identical to #11 which I reported a while back. I recall not seeing the error right after you fixed it, but now the error is reappearing. I ran the experiment 3 times and each time only 100 scenarios are generated.
Questions: